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

public abstract class TwoAxisRgbPlane extends PeriodicColorizer
Generates colors using a primary axis and the sum of the other two axises. This is intended to provide more visual variety than SingleAxisMagentaBlue
  • Constructor Details

    • TwoAxisRgbPlane

      protected TwoAxisRgbPlane(double planeScale)
  • Method Details

    • color

      protected int color(double axis, double plane)