public static class opencv_objdetect.CvHaarClassifier extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_objdetect.CvHaarClassifier() |
opencv_objdetect.CvHaarClassifier(int size) |
opencv_objdetect.CvHaarClassifier(Pointer p) |
Modifier and Type | Method and Description |
---|---|
FloatPointer |
alpha() |
opencv_objdetect.CvHaarClassifier |
alpha(FloatPointer alpha) |
int |
count() |
opencv_objdetect.CvHaarClassifier |
count(int count) |
opencv_objdetect.CvHaarFeature |
haar_feature() |
opencv_objdetect.CvHaarClassifier |
haar_feature(opencv_objdetect.CvHaarFeature haar_feature) |
IntPointer |
left() |
opencv_objdetect.CvHaarClassifier |
left(IntPointer left) |
opencv_objdetect.CvHaarClassifier |
position(int position) |
IntPointer |
right() |
opencv_objdetect.CvHaarClassifier |
right(IntPointer right) |
FloatPointer |
threshold() |
opencv_objdetect.CvHaarClassifier |
threshold(FloatPointer threshold) |
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, zero
public opencv_objdetect.CvHaarClassifier()
public opencv_objdetect.CvHaarClassifier(int size)
public opencv_objdetect.CvHaarClassifier(Pointer p)
public opencv_objdetect.CvHaarClassifier position(int position)
public int count()
public opencv_objdetect.CvHaarClassifier count(int count)
public opencv_objdetect.CvHaarFeature haar_feature()
public opencv_objdetect.CvHaarClassifier haar_feature(opencv_objdetect.CvHaarFeature haar_feature)
public FloatPointer threshold()
public opencv_objdetect.CvHaarClassifier threshold(FloatPointer threshold)
public IntPointer left()
public opencv_objdetect.CvHaarClassifier left(IntPointer left)
public IntPointer right()
public opencv_objdetect.CvHaarClassifier right(IntPointer right)
public FloatPointer alpha()
public opencv_objdetect.CvHaarClassifier alpha(FloatPointer alpha)
Copyright © 2014. All Rights Reserved.