public static class opencv_contrib.CvFuzzyFunction extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.CvFuzzyFunction() |
opencv_contrib.CvFuzzyFunction(int size) |
opencv_contrib.CvFuzzyFunction(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCurve(opencv_contrib.CvFuzzyCurve curve) |
void |
addCurve(opencv_contrib.CvFuzzyCurve curve,
double value) |
double |
calcValue() |
opencv_contrib.CvFuzzyCurve |
curves() |
opencv_contrib.CvFuzzyFunction |
curves(opencv_contrib.CvFuzzyCurve curves) |
opencv_contrib.CvFuzzyCurve |
newCurve() |
opencv_contrib.CvFuzzyFunction |
position(int position) |
void |
resetValues() |
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.CvFuzzyFunction(Pointer p)
public opencv_contrib.CvFuzzyFunction(int size)
public opencv_contrib.CvFuzzyFunction()
public opencv_contrib.CvFuzzyFunction position(int position)
public opencv_contrib.CvFuzzyCurve curves()
public opencv_contrib.CvFuzzyFunction curves(opencv_contrib.CvFuzzyCurve curves)
public void addCurve(opencv_contrib.CvFuzzyCurve curve, double value)
public void addCurve(opencv_contrib.CvFuzzyCurve curve)
public void resetValues()
public double calcValue()
public opencv_contrib.CvFuzzyCurve newCurve()
Copyright © 2014. All Rights Reserved.