2010 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)
           
protected static EllipseMatch[] EllipseMatch.getMatchesFromMemory(int address, int number)
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.