"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.image.EllipseMatch

Packages that use EllipseMatch
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 EllipseMatch in edu.wpi.first.wpilibj.image
 

Methods in edu.wpi.first.wpilibj.image that return EllipseMatch
 EllipseMatch[] MonoImage.detectEllipses(EllipseDescriptor ellipseDescriptor)
           
 EllipseMatch[] MonoImage.detectEllipses(EllipseDescriptor ellipseDescriptor, CurveOptions curveOptions, ShapeDetectionOptions shapeDetectionOptions, RegionOfInterest roi)
           
static EllipseMatch[] NIVision.detectEllipses(MonoImage image, EllipseDescriptor ellipseDescriptor, CurveOptions curveOptions, ShapeDetectionOptions shapeDetectionOptions, RegionOfInterest roi)
           
protected static EllipseMatch[] EllipseMatch.getMatchesFromMemory(int address, int number)
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"