ngophuc

Results 6 issues of ngophuc

# PR Description *your description here* # Checklist - [ ] Unit-test of your feature with [Catch](http://dgtal.org/doc/stable/moduleCatch.html). - [x] Doxygen documentation of the code completed (classes, methods, types, members...) -...

waiting author feedbacks
Work In Progress

I write to report you that there are problems (404 error) with the links in official website of dgtal, for instance : https://dgtal.org/doc/stable/modulePlaneProbing.html https://dgtal.org/doc/stable/classDGtal_1_1PlaneProbingTetrahedronEstimator.html

NaiveDSS8Computer defintion at https://github.com/DGtal-team/DGtal/blob/master/src/DGtal/geometry/curves/ArithmeticalDSSComputer.h#L524 should be in an 8 adjacency ?

Geometry

I got the following errors while compiling volSegment: error: no template named 'not_equal_to' in namespace 'Eigen::numext'; did you mean 'itksys_VA_LIST::not_equal_to'? inline const CwiseBinaryOp ^~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/operations.h:436:29: note: 'itksys_VA_LIST::not_equal_to' declared here struct...

Compilation issues

I get the following error while compiling 3dSDPViewer error: no matching conversion for functional-style cast from 'int' to 'DGtal::SetName3D' viewer

The domain of the resulting image (parameter -d) of sdp2vol is "xmax ymax zmax xmin ymin zmin" but not "xmin ymin zmin xmax ymax zmax".