Package boofcv.visualize
Class TwoAxisRgbPlane
java.lang.Object
boofcv.visualize.PeriodicColorizer
boofcv.visualize.TwoAxisRgbPlane
- All Implemented Interfaces:
PointCloudViewer.Colorizer
- Direct Known Subclasses:
TwoAxisRgbPlane.X_YZ,TwoAxisRgbPlane.Y_XZ,TwoAxisRgbPlane.Z_XY
Generates colors using a primary axis and the sum of the other two axises. This is intended to provide
more visual variety than
SingleAxisMagentaBlue-
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
-
TwoAxisRgbPlane
protected TwoAxisRgbPlane(double planeScale)
-
-
Method Details
-
color
protected int color(double axis, double plane)
-