public static class opencv_objdetect.CvLatentSvmDetector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.CvLatentSvmDetector() |
opencv_objdetect.CvLatentSvmDetector(int size) |
opencv_objdetect.CvLatentSvmDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
b() |
opencv_objdetect.CvLatentSvmDetector |
b(FloatPointer b) |
PointerPointer |
filters() |
opencv_objdetect.CvLSVMFilterObject |
filters(int i) |
opencv_objdetect.CvLatentSvmDetector |
filters(int i,
opencv_objdetect.CvLSVMFilterObject filters) |
int |
num_components() |
opencv_objdetect.CvLatentSvmDetector |
num_components(int num_components) |
int |
num_filters() |
opencv_objdetect.CvLatentSvmDetector |
num_filters(int num_filters) |
IntPointer |
num_part_filters() |
opencv_objdetect.CvLatentSvmDetector |
num_part_filters(IntPointer num_part_filters) |
opencv_objdetect.CvLatentSvmDetector |
position(int position) |
float |
score_threshold() |
opencv_objdetect.CvLatentSvmDetector |
score_threshold(float score_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.CvLatentSvmDetector()
public opencv_objdetect.CvLatentSvmDetector(int size)
public opencv_objdetect.CvLatentSvmDetector(Pointer p)
public opencv_objdetect.CvLatentSvmDetector position(int position)
public int num_filters()
public opencv_objdetect.CvLatentSvmDetector num_filters(int num_filters)
public int num_components()
public opencv_objdetect.CvLatentSvmDetector num_components(int num_components)
public IntPointer num_part_filters()
public opencv_objdetect.CvLatentSvmDetector num_part_filters(IntPointer num_part_filters)
public opencv_objdetect.CvLSVMFilterObject filters(int i)
public opencv_objdetect.CvLatentSvmDetector filters(int i, opencv_objdetect.CvLSVMFilterObject filters)
public PointerPointer filters()
public FloatPointer b()
public opencv_objdetect.CvLatentSvmDetector b(FloatPointer b)
public float score_threshold()
public opencv_objdetect.CvLatentSvmDetector score_threshold(float score_threshold)
Copyright © 2014. All Rights Reserved.