@Properties(inherit=opencv_imgproc.class) public class CvConvexityDefect extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvConvexityDefect()
Default native constructor.
|
CvConvexityDefect(long size)
Native array allocator.
|
CvConvexityDefect(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvPoint |
depth_point()
the farthest from the convex hull point within the defect
|
CvConvexityDefect |
depth_point(CvPoint setter) |
float |
depth()
distance between the farthest point and the convex hull
|
CvConvexityDefect |
depth(float setter) |
CvPoint |
end()
point of the contour where the defect ends
|
CvConvexityDefect |
end(CvPoint setter) |
CvConvexityDefect |
position(long position) |
CvPoint |
start()
point of the contour where the defect begins
|
CvConvexityDefect |
start(CvPoint setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public CvConvexityDefect()
public CvConvexityDefect(long size)
Pointer.position(long)
.public CvConvexityDefect(Pointer p)
Pointer.Pointer(Pointer)
.public CvConvexityDefect position(long position)
public CvPoint start()
public CvConvexityDefect start(CvPoint setter)
public CvPoint end()
public CvConvexityDefect end(CvPoint setter)
public CvPoint depth_point()
public CvConvexityDefect depth_point(CvPoint setter)
public float depth()
public CvConvexityDefect depth(float setter)
Copyright © 2020. All rights reserved.