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
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.visualize.PeriodicColorizer
foffset, fperiod
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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)
-