public static class opencv_imgproc.CvConvexityDefect
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvConvexityDefect()
Default native constructor.
|
CvConvexityDefect(long size)
Native array allocator.
|
CvConvexityDefect(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
depth_point()
the farthest from the convex hull point within the defect
|
opencv_imgproc.CvConvexityDefect |
depth_point(opencv_core.CvPoint depth_point) |
float |
depth()
distance between the farthest point and the convex hull
|
opencv_imgproc.CvConvexityDefect |
depth(float depth) |
opencv_core.CvPoint |
end()
point of the contour where the defect ends
|
opencv_imgproc.CvConvexityDefect |
end(opencv_core.CvPoint end) |
opencv_imgproc.CvConvexityDefect |
position(long position) |
opencv_core.CvPoint |
start()
point of the contour where the defect begins
|
opencv_imgproc.CvConvexityDefect |
start(opencv_core.CvPoint start) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvConvexityDefect()
public CvConvexityDefect(long size)
Pointer.position(long).public CvConvexityDefect(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_imgproc.CvConvexityDefect position(long position)
position in class org.bytedeco.javacpp.Pointerpublic opencv_core.CvPoint start()
public opencv_imgproc.CvConvexityDefect start(opencv_core.CvPoint start)
public opencv_core.CvPoint end()
public opencv_imgproc.CvConvexityDefect end(opencv_core.CvPoint end)
public opencv_core.CvPoint depth_point()
public opencv_imgproc.CvConvexityDefect depth_point(opencv_core.CvPoint depth_point)
public float depth()
public opencv_imgproc.CvConvexityDefect depth(float depth)
Copyright © 2018. All rights reserved.