Uses of Interface
boofcv.visualize.PointCloudViewer.Colorizer
Packages that use PointCloudViewer.Colorizer
-
Uses of PointCloudViewer.Colorizer in boofcv.gui.d3
Methods in boofcv.gui.d3 with parameters of type PointCloudViewer.ColorizerModifier and TypeMethodDescriptionvoid
PointCloudViewerSwing.setColorizer
(PointCloudViewer.Colorizer colorizer) -
Uses of PointCloudViewer.Colorizer in boofcv.visualize
Classes in boofcv.visualize that implement PointCloudViewer.ColorizerModifier and TypeClassDescriptionclass
A point cloud colorizer where the color pattern repeats periodically.class
Generates colors based on value along one axis.static class
static class
static class
class
Generates colors based on value along one axis.static class
static class
static class
class
Generates colors using a primary axis and the sum of the other two axises.static class
static class
static class
Methods in boofcv.visualize with parameters of type PointCloudViewer.ColorizerModifier and TypeMethodDescriptionvoid
PointCloudViewer.setColorizer
(PointCloudViewer.Colorizer colorizer) Used to assign colors to points using a custom function based on their position and/or index.