| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MonoImage | |
|---|---|
| edu.wpi.first.wpilibj.image | Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis. | 
| Uses of MonoImage in edu.wpi.first.wpilibj.image | 
|---|
| Subclasses of MonoImage in edu.wpi.first.wpilibj.image | |
|---|---|
|  class | BinaryImageAn image where each pixel is treated as either on or off. | 
| Methods in edu.wpi.first.wpilibj.image that return MonoImage | |
|---|---|
|  MonoImage | ColorImage.getBluePlane()Get the blue color plane from the image when represented in RGB color space. | 
|  MonoImage | ColorImage.getGreenPlane()Get the green color plane from the image when represented in RGB color space. | 
|  MonoImage | ColorImage.getHSIHuePlane()Get the hue color plane from the image when represented in HSI color space. | 
|  MonoImage | ColorImage.getHSISaturationPlane()Get the saturation color plane from the image when represented in HSI color space. | 
|  MonoImage | ColorImage.getHSLHuePlane()Get the hue color plane from the image when represented in HSL color space. | 
|  MonoImage | ColorImage.getHSLSaturationPlane()Get the saturation color plane from the image when represented in HSL color space. | 
|  MonoImage | ColorImage.getHSVHuePlane()Get the hue color plane from the image when represented in HSV color space. | 
|  MonoImage | ColorImage.getHSVSaturationPlane()Get the saturation color plane from the image when represented in HSV color space. | 
|  MonoImage | ColorImage.getIntensityPlane()Get the intensity color plane from the image when represented in HSI color space. | 
|  MonoImage | ColorImage.getLuminancePlane()Get the luminance color plane from the image when represented in HSL color space. | 
|  MonoImage | ColorImage.getRedPlane()Get the red color plane from the image when represented in RGB color space. | 
|  MonoImage | ColorImage.getValuePlane()Get the value color plane from the image when represented in HSV color space. | 
| Methods in edu.wpi.first.wpilibj.image with parameters of type MonoImage | |
|---|---|
| static EllipseMatch[] | NIVision.detectEllipses(MonoImage image,
               EllipseDescriptor ellipseDescriptor,
               CurveOptions curveOptions,
               ShapeDetectionOptions shapeDetectionOptions,
               RegionOfInterest roi) | 
|  ColorImage | ColorImage.replaceBluePlane(MonoImage plane)Set the blue color plane from the image when represented in RGB color space. | 
|  ColorImage | ColorImage.replaceGreenPlane(MonoImage plane)Set the green color plane from the image when represented in RGB color space. | 
|  ColorImage | ColorImage.replaceHSIHuePlane(MonoImage plane)Set the hue color plane from the image when represented in HSI color space. | 
|  ColorImage | ColorImage.replaceHSISaturationPlane(MonoImage plane)Set the saturation color plane from the image when represented in HSI color space. | 
|  ColorImage | ColorImage.replaceHSLHuePlane(MonoImage plane)Set the hue color plane from the image when represented in HSL color space. | 
|  ColorImage | ColorImage.replaceHSLSaturationPlane(MonoImage plane)Set the saturation color plane from the image when represented in HSL color space. | 
|  ColorImage | ColorImage.replaceHSVHuePlane(MonoImage plane)Set the hue color plane from the image when represented in HSV color space. | 
|  ColorImage | ColorImage.replaceHSVSaturationPlane(MonoImage plane)Set the saturation color plane from the image when represented in HSV color space. | 
|  ColorImage | ColorImage.replaceIntensityPlane(MonoImage plane)Set the intensity color plane from the image when represented in HSI color space. | 
|  ColorImage | ColorImage.replaceLuminancePlane(MonoImage plane)Set the luminance color plane from the image when represented in HSL color space. | 
|  ColorImage | ColorImage.replaceRedPlane(MonoImage plane)Set the red color plane from the image when represented in RGB color space. | 
|  ColorImage | ColorImage.replaceValuePlane(MonoImage plane)Set the value color plane from the image when represented in HSV color space. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||