public static class opencv_contrib.CvFuzzyRule extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvFuzzyRule() |
CvFuzzyRule(int size) |
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 CvFuzzyRule(Pointer p)
public CvFuzzyRule(int size)
public 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.