| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_objdetect.ColorGradient
\brief Modality that computes quantized gradient orientations from a color image.
|
static class |
opencv_objdetect.DepthNormal
\brief Modality that computes quantized surface normals from a dense depth map.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_objdetect.Modality |
opencv_objdetect.Modality.create(BytePointer modality_type)
\brief Create modality by name.
|
static opencv_objdetect.Modality |
opencv_objdetect.Modality.create(opencv_core.FileNode fn)
\brief Load a modality from file.
|
static opencv_objdetect.Modality |
opencv_objdetect.Modality.create(String modality_type) |
opencv_objdetect.Modality |
opencv_objdetect.ModalityVector.get(long i) |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.ModalityVector |
opencv_objdetect.ModalityVector.put(long i,
opencv_objdetect.Modality value) |
opencv_objdetect.ModalityVector |
opencv_objdetect.ModalityVector.put(opencv_objdetect.Modality... array) |
| Constructor and Description |
|---|
opencv_objdetect.ModalityVector(opencv_objdetect.Modality... array) |
Copyright © 2014. All Rights Reserved.