edu.wpi.first.wpilibj.image
Class ShapeDetectionOptions
java.lang.Object
   Structure
Structure
       edu.wpi.first.wpilibj.image.ShapeDetectionOptions
edu.wpi.first.wpilibj.image.ShapeDetectionOptions
- public class ShapeDetectionOptions 
- extends Structure
 
| Constructor Summary | 
| ShapeDetectionOptions(int mode,
                                           int angleRanges,
                                           int numAngleRanges,
                                           float scaleRangeMin,
                                           float scaleRangeMax,
                                           double minMatchScore)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IMAQ_GEOMETRIC_MATCH_SHIFT_INVARIANT
public static final int IMAQ_GEOMETRIC_MATCH_SHIFT_INVARIANT
- See Also:
- Constant Field Values
IMAQ_GEOMETRIC_MATCH_ROTATION_INVARIANT
public static final int IMAQ_GEOMETRIC_MATCH_ROTATION_INVARIANT
- See Also:
- Constant Field Values
IMAQ_GEOMETRIC_MATCH_SCALE_INVARIANT
public static final int IMAQ_GEOMETRIC_MATCH_SCALE_INVARIANT
- See Also:
- Constant Field Values
IMAQ_GEOMETRIC_MATCH_OCCLUSION_INVARIANT
public static final int IMAQ_GEOMETRIC_MATCH_OCCLUSION_INVARIANT
- See Also:
- Constant Field Values
ShapeDetectionOptions
public ShapeDetectionOptions(int mode,
                             int angleRanges,
                             int numAngleRanges,
                             float scaleRangeMin,
                             float scaleRangeMax,
                             double minMatchScore)
read
public void read()
- 
 
write
public void write()
- 
 
size
public int size()
- 
 
free
public void free()
-