public static class opencv_imgproc.CvConnectedComp
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvConnectedComp()
Default native constructor.
|
CvConnectedComp(long size)
Native array allocator.
|
CvConnectedComp(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
area()
area of the connected component
|
opencv_imgproc.CvConnectedComp |
area(double area) |
opencv_core.CvSeq |
contour()
optional component boundary
(the contour might have child contours corresponding to the holes)
|
opencv_imgproc.CvConnectedComp |
contour(opencv_core.CvSeq contour) |
opencv_imgproc.CvConnectedComp |
position(long position) |
opencv_core.CvRect |
rect()
ROI of the component
|
opencv_imgproc.CvConnectedComp |
rect(opencv_core.CvRect rect) |
opencv_core.CvScalar |
value()
average color of the connected component
|
opencv_imgproc.CvConnectedComp |
value(opencv_core.CvScalar value) |
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 CvConnectedComp()
public CvConnectedComp(long size)
Pointer.position(long).public CvConnectedComp(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_imgproc.CvConnectedComp position(long position)
position in class org.bytedeco.javacpp.Pointerpublic double area()
public opencv_imgproc.CvConnectedComp area(double area)
@ByRef public opencv_core.CvScalar value()
public opencv_imgproc.CvConnectedComp value(opencv_core.CvScalar value)
@ByRef public opencv_core.CvRect rect()
public opencv_imgproc.CvConnectedComp rect(opencv_core.CvRect rect)
public opencv_core.CvSeq contour()
public opencv_imgproc.CvConnectedComp contour(opencv_core.CvSeq contour)
Copyright © 2018. All rights reserved.