public static class opencv_contrib.CvFuzzyCurve extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.CvFuzzyCurve() |
opencv_contrib.CvFuzzyCurve(int size) |
opencv_contrib.CvFuzzyCurve(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(double x,
double y) |
double |
calcValue(double param) |
void |
clear() |
double |
getCentre() |
double |
getValue() |
opencv_contrib.CvFuzzyCurve |
position(int position) |
void |
setCentre(double _centre) |
void |
setValue(double _value) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.CvFuzzyCurve(Pointer p)
public opencv_contrib.CvFuzzyCurve(int size)
public opencv_contrib.CvFuzzyCurve()
public opencv_contrib.CvFuzzyCurve position(int position)
public void setCentre(double _centre)
public double getCentre()
public void clear()
public void addPoint(double x,
double y)
public double calcValue(double param)
public double getValue()
public void setValue(double _value)
Copyright © 2014. All Rights Reserved.