seung-lab / euclidean-distance-transform-3d

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file threadpool.h

arc130 opened this issue · comments

Thanks for your work.
When I using"edt.hpp" in cpp, it seems missing file threadpool.h

I think this would probably be nicer as a single hpp file, but I copied threadpool.h to the cpp directory now.

Looks like the test.cpp file compiles and runs. Please reopen if you have other concerns!

Thanks for your response.
I find your code require C++11, and can not be used in MSVC 100. Can I modify your code so that it can be used on VS2010, or providing me the single thread version?

I introduced parallel fairly late. This version from 1.2.4 is single threaded: https://github.com/seung-lab/euclidean-distance-transform-3d/blob/1.2.4/cpp/edt.hpp

It seems to compile without c++11 too!

Thanks a lot!