public static class opencv_objdetect.CvHaarStageClassifier extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.CvHaarStageClassifier() |
opencv_objdetect.CvHaarStageClassifier(int size) |
opencv_objdetect.CvHaarStageClassifier(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
child() |
opencv_objdetect.CvHaarStageClassifier |
child(int child) |
opencv_objdetect.CvHaarClassifier |
classifier() |
opencv_objdetect.CvHaarStageClassifier |
classifier(opencv_objdetect.CvHaarClassifier classifier) |
int |
count() |
opencv_objdetect.CvHaarStageClassifier |
count(int count) |
int |
next() |
opencv_objdetect.CvHaarStageClassifier |
next(int next) |
int |
parent() |
opencv_objdetect.CvHaarStageClassifier |
parent(int parent) |
opencv_objdetect.CvHaarStageClassifier |
position(int position) |
float |
threshold() |
opencv_objdetect.CvHaarStageClassifier |
threshold(float 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, zeropublic opencv_objdetect.CvHaarStageClassifier()
public opencv_objdetect.CvHaarStageClassifier(int size)
public opencv_objdetect.CvHaarStageClassifier(Pointer p)
public opencv_objdetect.CvHaarStageClassifier position(int position)
public int count()
public opencv_objdetect.CvHaarStageClassifier count(int count)
public float threshold()
public opencv_objdetect.CvHaarStageClassifier threshold(float threshold)
public opencv_objdetect.CvHaarClassifier classifier()
public opencv_objdetect.CvHaarStageClassifier classifier(opencv_objdetect.CvHaarClassifier classifier)
public int next()
public opencv_objdetect.CvHaarStageClassifier next(int next)
public int child()
public opencv_objdetect.CvHaarStageClassifier child(int child)
public int parent()
public opencv_objdetect.CvHaarStageClassifier parent(int parent)
Copyright © 2014. All Rights Reserved.