Package boofcv.visualize
Interface PointCloudViewer.Colorizer
- All Known Implementing Classes:
PeriodicColorizer
,SingleAxisMagentaBlue
,SingleAxisMagentaBlue.X
,SingleAxisMagentaBlue.Y
,SingleAxisMagentaBlue.Z
,SingleAxisRgb
,SingleAxisRgb.X
,SingleAxisRgb.Y
,SingleAxisRgb.Z
,TwoAxisRgbPlane
,TwoAxisRgbPlane.X_YZ
,TwoAxisRgbPlane.Y_XZ
,TwoAxisRgbPlane.Z_XY
- Enclosing interface:
- PointCloudViewer
public static interface PointCloudViewer.Colorizer
Computes the color for a point
-
Method Summary
-
Method Details
-
color
int color(int index, double x, double y, double z)
-