public static class opencv_objdetect.Feature extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.Feature() |
opencv_objdetect.Feature(int size) |
opencv_objdetect.Feature(int x,
int y,
int label) |
opencv_objdetect.Feature(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
label()
Quantization
|
opencv_objdetect.Feature |
label(int label) |
opencv_objdetect.Feature |
position(int position) |
void |
read(opencv_core.FileNode fn) |
void |
write(opencv_core.FileStorage fs) |
int |
x()
x offset
|
opencv_objdetect.Feature |
x(int x) |
int |
y()
y offset
|
opencv_objdetect.Feature |
y(int y) |
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.Feature(Pointer p)
public opencv_objdetect.Feature(int size)
public opencv_objdetect.Feature()
public opencv_objdetect.Feature(int x,
int y,
int label)
public opencv_objdetect.Feature position(int position)
public int x()
public opencv_objdetect.Feature x(int x)
public int y()
public opencv_objdetect.Feature y(int y)
public int label()
public opencv_objdetect.Feature label(int label)
public void read(opencv_core.FileNode fn)
public void write(opencv_core.FileStorage fs)
Copyright © 2014. All Rights Reserved.