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 TypeMethodDescriptionvoidPointCloudViewerSwing.setColorizer(PointCloudViewer.Colorizer colorizer) -
Uses of PointCloudViewer.Colorizer in boofcv.visualize
Classes in boofcv.visualize that implement PointCloudViewer.ColorizerModifier and TypeClassDescriptionclassA point cloud colorizer where the color pattern repeats periodically.classGenerates colors based on value along one axis.static classstatic classstatic classclassGenerates colors based on value along one axis.static classstatic classstatic classclassGenerates colors using a primary axis and the sum of the other two axises.static classstatic classstatic classMethods in boofcv.visualize with parameters of type PointCloudViewer.ColorizerModifier and TypeMethodDescriptionvoidPointCloudViewer.setColorizer(PointCloudViewer.Colorizer colorizer) Used to assign colors to points using a custom function based on their position and/or index.