public static class opencv_objdetect.CvHaarFeature extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvHaarFeature()
Default native constructor.
|
CvHaarFeature(long size)
Native array allocator.
|
CvHaarFeature(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.CvHaarFeature |
position(long position) |
opencv_core.CvRect |
rect_r(int i) |
opencv_objdetect.CvHaarFeature |
rect_r(int i,
opencv_core.CvRect rect_r) |
float |
rect_weight(int i) |
opencv_objdetect.CvHaarFeature |
rect_weight(int i,
float rect_weight) |
int |
tilted() |
opencv_objdetect.CvHaarFeature |
tilted(int tilted) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic CvHaarFeature()
public CvHaarFeature(long size)
Pointer.position(long).public CvHaarFeature(Pointer p)
Pointer.Pointer(Pointer).public opencv_objdetect.CvHaarFeature position(long position)
public int tilted()
public opencv_objdetect.CvHaarFeature tilted(int tilted)
@Name(value={"rect",".r"}) @ByRef public opencv_core.CvRect rect_r(int i)
public opencv_objdetect.CvHaarFeature rect_r(int i, opencv_core.CvRect rect_r)
public opencv_objdetect.CvHaarFeature rect_weight(int i, float rect_weight)
Copyright © 2017. All rights reserved.