You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The point type PointXYZLAB is currently defined in gicp6d. The definition could be moved to point_types.h and point_types.hpp, and conversions could be moved from gicp6d.cpp to point_types_conversion.h
Pros:
Types like PointXYZRGB(A) and PointXYZHSV are in point_types
Currently doxygen seems to be confused by the macros in gicpd6d.h (see here under Function Documentation), that would be solved by moving the definitions
Cons:
Currently PointXYZLAB is only used by GeneralizedIterativeClosestPoint6D
The text was updated successfully, but these errors were encountered:
The point type PointXYZLAB is currently defined in gicp6d. The definition could be moved to point_types.h and point_types.hpp, and conversions could be moved from gicp6d.cpp to point_types_conversion.h
Pros:
Cons:
GeneralizedIterativeClosestPoint6D
The text was updated successfully, but these errors were encountered: