public static class opencv_objdetect.ColorGradient extends opencv_objdetect.Modality
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.ColorGradient()
\brief Default constructor.
|
opencv_objdetect.ColorGradient(float weak_threshold,
long num_features,
float strong_threshold)
\brief Constructor.
|
opencv_objdetect.ColorGradient(int size) |
opencv_objdetect.ColorGradient(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
name() |
long |
num_features() |
opencv_objdetect.ColorGradient |
num_features(long num_features) |
opencv_objdetect.ColorGradient |
position(int position) |
void |
read(opencv_core.FileNode fn) |
float |
strong_threshold() |
opencv_objdetect.ColorGradient |
strong_threshold(float strong_threshold) |
float |
weak_threshold() |
opencv_objdetect.ColorGradient |
weak_threshold(float weak_threshold) |
void |
write(opencv_core.FileStorage fs) |
create, create, create, process, processaddress, 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.ColorGradient(Pointer p)
public opencv_objdetect.ColorGradient(int size)
public opencv_objdetect.ColorGradient()
public opencv_objdetect.ColorGradient(float weak_threshold,
long num_features,
float strong_threshold)
public opencv_objdetect.ColorGradient position(int position)
public BytePointer name()
name in class opencv_objdetect.Modalitypublic void read(opencv_core.FileNode fn)
read in class opencv_objdetect.Modalitypublic void write(opencv_core.FileStorage fs)
write in class opencv_objdetect.Modalitypublic float weak_threshold()
public opencv_objdetect.ColorGradient weak_threshold(float weak_threshold)
public long num_features()
public opencv_objdetect.ColorGradient num_features(long num_features)
public float strong_threshold()
public opencv_objdetect.ColorGradient strong_threshold(float strong_threshold)
Copyright © 2014. All Rights Reserved.