| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.cldc.jna.Structure
edu.wpi.first.wpilibj.image.CurveOptions
public class CurveOptions
| Field Summary | 
|---|
| Fields inherited from class com.sun.cldc.jna.Structure | 
|---|
| backingNativeMemory, NULL | 
| 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()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 | 
| Methods inherited from class com.sun.cldc.jna.Structure | 
|---|
| allocateMemory, allocateMemory, clear, freeMemory, getPointer, release, toString, useMemory | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
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 | 
|---|
public void read()
Structure
read in class Structurepublic void write()
Structure
write in class Structurepublic int size()
size in class Structurepublic void free()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||