public static class opencv_objdetect.DepthNormal extends opencv_objdetect.Modality
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.DepthNormal()
\brief Default constructor.
|
opencv_objdetect.DepthNormal(int size) |
opencv_objdetect.DepthNormal(int distance_threshold,
int difference_threshold,
long num_features,
int extract_threshold)
\brief Constructor.
|
opencv_objdetect.DepthNormal(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
difference_threshold() |
opencv_objdetect.DepthNormal |
difference_threshold(int difference_threshold) |
int |
distance_threshold() |
opencv_objdetect.DepthNormal |
distance_threshold(int distance_threshold) |
int |
extract_threshold() |
opencv_objdetect.DepthNormal |
extract_threshold(int extract_threshold) |
BytePointer |
name() |
long |
num_features() |
opencv_objdetect.DepthNormal |
num_features(long num_features) |
opencv_objdetect.DepthNormal |
position(int position) |
void |
read(opencv_core.FileNode fn) |
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.DepthNormal(Pointer p)
public opencv_objdetect.DepthNormal(int size)
public opencv_objdetect.DepthNormal()
public opencv_objdetect.DepthNormal(int distance_threshold,
int difference_threshold,
long num_features,
int extract_threshold)
public opencv_objdetect.DepthNormal 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 int distance_threshold()
public opencv_objdetect.DepthNormal distance_threshold(int distance_threshold)
public int difference_threshold()
public opencv_objdetect.DepthNormal difference_threshold(int difference_threshold)
public long num_features()
public opencv_objdetect.DepthNormal num_features(long num_features)
public int extract_threshold()
public opencv_objdetect.DepthNormal extract_threshold(int extract_threshold)
Copyright © 2014. All Rights Reserved.