public static class opencv_objdetect.CvAvgComp
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvAvgComp()
Default native constructor.
|
CvAvgComp(long size)
Native array allocator.
|
CvAvgComp(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
neighbors() |
opencv_objdetect.CvAvgComp |
neighbors(int neighbors) |
opencv_objdetect.CvAvgComp |
position(long position) |
opencv_core.CvRect |
rect() |
opencv_objdetect.CvAvgComp |
rect(opencv_core.CvRect rect) |
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 CvAvgComp()
public CvAvgComp(long size)
Pointer.position(long).public CvAvgComp(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.CvAvgComp position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef public opencv_core.CvRect rect()
public opencv_objdetect.CvAvgComp rect(opencv_core.CvRect rect)
public int neighbors()
public opencv_objdetect.CvAvgComp neighbors(int neighbors)
Copyright © 2018. All rights reserved.