public static class opencv_contrib.CvFuzzyRule extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.CvFuzzyRule() |
opencv_contrib.CvFuzzyRule(int size) |
opencv_contrib.CvFuzzyRule(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
calcValue(double param1,
double param2) |
opencv_contrib.CvFuzzyCurve |
getOutputCurve() |
opencv_contrib.CvFuzzyRule |
position(int position) |
void |
setRule(opencv_contrib.CvFuzzyCurve c1,
opencv_contrib.CvFuzzyCurve c2,
opencv_contrib.CvFuzzyCurve o1) |
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.CvFuzzyRule(Pointer p)
public opencv_contrib.CvFuzzyRule(int size)
public opencv_contrib.CvFuzzyRule()
public opencv_contrib.CvFuzzyRule position(int position)
public void setRule(opencv_contrib.CvFuzzyCurve c1, opencv_contrib.CvFuzzyCurve c2, opencv_contrib.CvFuzzyCurve o1)
public double calcValue(double param1,
double param2)
public opencv_contrib.CvFuzzyCurve getOutputCurve()
Copyright © 2014. All Rights Reserved.