OriginalDimension Blog
Brought to you by:
frank4591
Possible techniques:
1) Run the linear greedy algorithim using the multiple thread, to run in multiple directions, and then take the union of all the sets.
2) Divide the 3D cuboidal volume into small segments ,then scan each segments and get the number of points in the segment then decide the wheter to apply interpolation (to insert points) or not. After that apply triangulation and run with different thresholds,and decide which threshold is suitable for what type of object and in which environment.... read more