public static class opencv_objdetect.Modality extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.Modality() |
opencv_objdetect.Modality(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_objdetect.Modality |
create(BytePointer modality_type)
\brief Create modality by name.
|
static opencv_objdetect.Modality |
create(opencv_core.FileNode fn)
\brief Load a modality from file.
|
static opencv_objdetect.Modality |
create(String modality_type) |
BytePointer |
name() |
opencv_objdetect.QuantizedPyramid |
process(opencv_core.Mat src) |
opencv_objdetect.QuantizedPyramid |
process(opencv_core.Mat src,
opencv_core.Mat mask)
\brief Form a quantized image pyramid from a source image.
|
void |
read(opencv_core.FileNode fn) |
void |
write(opencv_core.FileStorage fs) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_objdetect.Modality()
public opencv_objdetect.Modality(Pointer p)
public opencv_objdetect.QuantizedPyramid process(opencv_core.Mat src, opencv_core.Mat mask)
public opencv_objdetect.QuantizedPyramid process(opencv_core.Mat src)
public BytePointer name()
public void read(opencv_core.FileNode fn)
public void write(opencv_core.FileStorage fs)
public static opencv_objdetect.Modality create(BytePointer modality_type)
public static opencv_objdetect.Modality create(String modality_type)
public static opencv_objdetect.Modality create(opencv_core.FileNode fn)
Copyright © 2014. All Rights Reserved.