edu.wpi.first.wpilibj.image
Class ShapeDetectionOptions
java.lang.Object
   com.sun.cldc.jna.Structure
com.sun.cldc.jna.Structure
       edu.wpi.first.wpilibj.image.ShapeDetectionOptions
edu.wpi.first.wpilibj.image.ShapeDetectionOptions
- public class ShapeDetectionOptions 
- extends Structure
- Author:
- dtjones
 
 
| Constructor Summary | 
| ShapeDetectionOptions(int mode,
                      int angleRanges,
                      int numAngleRanges,
                      float scaleRangeMin,
                      float scaleRangeMax,
                      double minMatchScore)
 | 
 
| Method Summary | 
|  void | free()
 | 
|  void | read()Copy the fields of the struct from native memory to the Java fields
 | 
|  int | size()
 | 
|  void | write()Copy the java fields of the struct to native memory from the Java fields
 | 
 
 
 
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()
- Description copied from class: Structure
- Copy the fields of the struct from native memory to the Java fields
 
- 
- Specified by:
- readin class- Structure
 
- 
 
write
public void write()
- Description copied from class: Structure
- Copy the java fields of the struct to native memory from the Java fields
 
- 
- Specified by:
- writein class- Structure
 
- 
 
size
public int size()
- 
- Specified by:
- sizein class- Structure
 
- 
- Returns:
- the size of the native structure
 
free
public void free()
- 
 
"For updated information see the Java FRC site"