edu.wpi.first.wpilibj.image
Class CurveOptions

java.lang.Object
  extended by Structure
      extended by edu.wpi.first.wpilibj.image.CurveOptions

public class CurveOptions
extends Structure


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 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()

write

public void write()

size

public int size()

free

public void free()