edu.wpi.first.wpilibj.image
Class ShapeDetectionOptions

java.lang.Object
  extended by com.sun.cldc.jna.Structure
      extended by edu.wpi.first.wpilibj.image.ShapeDetectionOptions

public class ShapeDetectionOptions
extends Structure

Author:
dtjones

Field Summary
static int IMAQ_GEOMETRIC_MATCH_OCCLUSION_INVARIANT
           
static int IMAQ_GEOMETRIC_MATCH_ROTATION_INVARIANT
           
static int IMAQ_GEOMETRIC_MATCH_SCALE_INVARIANT
           
static int IMAQ_GEOMETRIC_MATCH_SHIFT_INVARIANT
           
 
Fields inherited from class com.sun.cldc.jna.Structure
backingNativeMemory
 
Constructor Summary
ShapeDetectionOptions(int mode, int angleRanges, int numAngleRanges, float scaleRangeMin, float scaleRangeMax, double minMatchScore)
           
 
Method Summary
 void free()
           
 void read()
           
 int size()
           
 void write()
           
 
Methods inherited from class com.sun.cldc.jna.Structure
allocateMemory, freeMemory, getPointer, release, useMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ShapeDetectionOptions

public ShapeDetectionOptions(int mode,
                             int angleRanges,
                             int numAngleRanges,
                             float scaleRangeMin,
                             float scaleRangeMax,
                             double minMatchScore)
Method Detail

read

public void read()
Specified by:
read in class Structure

write

public void write()
Specified by:
write in class Structure

size

public int size()

free

public void free()