| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_objdetect.Match |
opencv_objdetect.Match.class_id(BytePointer class_id) |
opencv_objdetect.Match |
opencv_objdetect.Match.position(int position) |
opencv_objdetect.Match |
opencv_objdetect.Match.similarity(float similarity) |
opencv_objdetect.Match |
opencv_objdetect.Match.template_id(int template_id) |
opencv_objdetect.Match |
opencv_objdetect.Match.x(int x) |
opencv_objdetect.Match |
opencv_objdetect.Match.y(int y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_objdetect.Match.equals(opencv_objdetect.Match rhs) |
boolean |
opencv_objdetect.Match.lessThan(opencv_objdetect.Match rhs)
Sort matches with high similarity to the front
|
void |
opencv_objdetect.Detector.match(opencv_core.MatVector sources,
float threshold,
opencv_objdetect.Match matches) |
void |
opencv_objdetect.Detector.match(opencv_core.MatVector sources,
float threshold,
opencv_objdetect.Match matches,
opencv_core.StringVector class_ids,
opencv_core.MatVector quantized_images,
opencv_core.MatVector masks)
\brief Detect objects by template matching.
|
Copyright © 2014. All Rights Reserved.