| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.ModalityVector |
opencv_objdetect.Detector.getModalities()
\brief Get the modalities used by this detector.
|
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.Detector(opencv_objdetect.ModalityVector modalities,
int[] T_pyramid) |
opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities,
IntBuffer T_pyramid) |
opencv_objdetect.Detector(opencv_objdetect.ModalityVector modalities,
IntPointer T_pyramid)
\brief Constructor.
|
Copyright © 2014. All Rights Reserved.