edu.wpi.first.wpilibj.image
Class CurveOptions

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

public class CurveOptions
extends Structure

Author:
dtjones

Field Summary
 
Fields inherited from class com.sun.cldc.jna.Structure
backingNativeMemory
 
Constructor Summary
CurveOptions(int m_extractionMode, int m_threshold, int m_filterSize, int m_minLength, int m_rowStepSize, int m_columnStepSize, int m_maxEndPointGap, int m_onlyClosed, int m_subPixelAccuracy)
           
 
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
 

Constructor Detail

CurveOptions

public CurveOptions(int m_extractionMode,
                    int m_threshold,
                    int m_filterSize,
                    int m_minLength,
                    int m_rowStepSize,
                    int m_columnStepSize,
                    int m_maxEndPointGap,
                    int m_onlyClosed,
                    int m_subPixelAccuracy)
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()