@Properties(inherit=opencv_imgproc.class) public class CvConnectedComp extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvConnectedComp()
Default native constructor.
|
CvConnectedComp(long size)
Native array allocator.
|
CvConnectedComp(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
area()
area of the connected component
|
CvConnectedComp |
area(double setter) |
CvSeq |
contour()
optional component boundary
(the contour might have child contours corresponding to the holes)
|
CvConnectedComp |
contour(CvSeq setter) |
CvConnectedComp |
position(long position) |
CvRect |
rect()
ROI of the component
|
CvConnectedComp |
rect(CvRect setter) |
CvScalar |
value()
average color of the connected component
|
CvConnectedComp |
value(CvScalar 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 CvConnectedComp()
public CvConnectedComp(long size)
Pointer.position(long)
.public CvConnectedComp(Pointer p)
Pointer.Pointer(Pointer)
.public CvConnectedComp position(long position)
public double area()
public CvConnectedComp area(double setter)
public CvConnectedComp value(CvScalar setter)
public CvConnectedComp rect(CvRect setter)
public CvSeq contour()
public CvConnectedComp contour(CvSeq setter)
Copyright © 2020. All rights reserved.