Package boofcv.visualize
Class SingleAxisRgb
java.lang.Object
boofcv.visualize.PeriodicColorizer
boofcv.visualize.SingleAxisRgb
- All Implemented Interfaces:
PointCloudViewer.Colorizer
- Direct Known Subclasses:
SingleAxisRgb.X,SingleAxisRgb.Y,SingleAxisRgb.Z
Generates colors based on value along one axis. A triangle wave is used.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class boofcv.visualize.PeriodicColorizer
foffset, fperiodMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.visualize.PointCloudViewer.Colorizer
color
-
Constructor Details
-
SingleAxisRgb
public SingleAxisRgb()
-