Package boofcv.visualize
Class SingleAxisMagentaBlue
java.lang.Object
boofcv.visualize.PeriodicColorizer
boofcv.visualize.SingleAxisMagentaBlue
- All Implemented Interfaces:
PointCloudViewer.Colorizer
- Direct Known Subclasses:
SingleAxisMagentaBlue.X,SingleAxisMagentaBlue.Y,SingleAxisMagentaBlue.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
-
SingleAxisMagentaBlue
public SingleAxisMagentaBlue()
-