public static class opencv_contrib.CvFuzzyPoint extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.CvFuzzyPoint() |
opencv_contrib.CvFuzzyPoint(double _x,
double _y) |
opencv_contrib.CvFuzzyPoint(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
value() |
opencv_contrib.CvFuzzyPoint |
value(double value) |
double |
x() |
opencv_contrib.CvFuzzyPoint |
x(double x) |
double |
y() |
opencv_contrib.CvFuzzyPoint |
y(double y) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_contrib.CvFuzzyPoint()
public opencv_contrib.CvFuzzyPoint(Pointer p)
public opencv_contrib.CvFuzzyPoint(double _x,
double _y)
public double x()
public opencv_contrib.CvFuzzyPoint x(double x)
public double y()
public opencv_contrib.CvFuzzyPoint y(double y)
public double value()
public opencv_contrib.CvFuzzyPoint value(double value)
Copyright © 2014. All Rights Reserved.