| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.Template |
opencv_objdetect.Template.features(opencv_objdetect.Feature features) |
opencv_objdetect.Template |
opencv_objdetect.Detector.getTemplates(BytePointer class_id,
int template_id)
\brief Get the template pyramid identified by template_id.
|
opencv_objdetect.Template |
opencv_objdetect.Detector.getTemplates(String class_id,
int template_id) |
opencv_objdetect.Template |
opencv_objdetect.Template.height(int height) |
opencv_objdetect.Template |
opencv_objdetect.Template.position(int position) |
opencv_objdetect.Template |
opencv_objdetect.Template.pyramid_level(int pyramid_level) |
opencv_objdetect.Template |
opencv_objdetect.Template.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
int |
opencv_objdetect.Detector.addSyntheticTemplate(opencv_objdetect.Template templates,
BytePointer class_id)
\brief Add a new object template computed by external means.
|
int |
opencv_objdetect.Detector.addSyntheticTemplate(opencv_objdetect.Template templates,
String class_id) |
boolean |
opencv_objdetect.QuantizedPyramid.extractTemplate(opencv_objdetect.Template templ)
\brief Extract most discriminant features at current pyramid level to form a new template.
|
Copyright © 2014. All Rights Reserved.