mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.59k stars 430 forks source link

use "make" but no response #311

Open thyme12 opened 15 hours ago

thyme12 commented 15 hours ago

cd PoissonRecon/ and make but no reactions, just no response image

mkazhdan commented 13 hours ago

In Src/PreProcessor.h, try uncommenting line 41 (so that "FAST_COMPILE" is #define'ed).

mkazhdan commented 13 hours ago

Sorry. Can't parse.

thyme12 commented 8 hours ago

problem above is solved, and I would like to konw how to reconstruct the point cloud on the surface of an unenclosed object

mkazhdan commented 6 hours ago

You mean a pointset sampled from a surface with boundary? Reconstruct using the --density flag and then use the Surface trimmer executable.