public static class opencv_objdetect.CvHaarFeature extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.CvHaarFeature() |
opencv_objdetect.CvHaarFeature(int size) |
opencv_objdetect.CvHaarFeature(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.CvHaarFeature |
position(int 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, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_objdetect.CvHaarFeature()
public opencv_objdetect.CvHaarFeature(int size)
public opencv_objdetect.CvHaarFeature(Pointer p)
public opencv_objdetect.CvHaarFeature position(int position)
public int tilted()
public opencv_objdetect.CvHaarFeature tilted(int tilted)
public opencv_core.CvRect rect_r(int i)
public opencv_objdetect.CvHaarFeature rect_r(int i, opencv_core.CvRect rect_r)
public float rect_weight(int i)
public opencv_objdetect.CvHaarFeature rect_weight(int i, float rect_weight)
Copyright © 2014. All Rights Reserved.