Class PeriodicColorizer

java.lang.Object
boofcv.visualize.PeriodicColorizer
All Implemented Interfaces:
PointCloudViewer.Colorizer
Direct Known Subclasses:
SingleAxisMagentaBlue, SingleAxisRgb, TwoAxisRgbPlane

public abstract class PeriodicColorizer extends Object implements PointCloudViewer.Colorizer
A point cloud colorizer where the color pattern repeats periodically. The pattern can be offset and scaled
  • Constructor Details

    • PeriodicColorizer

      protected PeriodicColorizer(double period, double offset)
    • PeriodicColorizer

      protected PeriodicColorizer()
  • Method Details