| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_xfeatures2d.Elliptic_KeyPoint
\brief Elliptic region around an interest point.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.KeyPoint |
opencv_core.KeyPoint.angle(float angle) |
opencv_core.KeyPoint |
opencv_core.KeyPoint.class_id(int class_id) |
opencv_core.KeyPoint[] |
opencv_core.KeyPointVector.get() |
opencv_core.KeyPoint |
opencv_core.KeyPointVector.Iterator.get() |
opencv_core.KeyPoint |
opencv_core.KeyPointVector.get(long i) |
opencv_core.KeyPoint |
opencv_core.KeyPoint.octave(int octave) |
opencv_core.KeyPoint |
opencv_core.KeyPointVector.pop_back() |
opencv_core.KeyPoint |
opencv_core.KeyPoint.position(long position) |
opencv_core.KeyPoint |
opencv_core.KeyPoint.pt(opencv_core.Point2f pt) |
opencv_core.KeyPoint |
opencv_core.KeyPoint.response(float response) |
opencv_core.KeyPoint |
opencv_core.KeyPoint.size(float size) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.KeyPointVector.Iterator |
opencv_core.KeyPointVector.insert(opencv_core.KeyPointVector.Iterator pos,
opencv_core.KeyPoint value) |
static float |
opencv_core.KeyPoint.overlap(opencv_core.KeyPoint kp1,
opencv_core.KeyPoint kp2)
This method computes overlap for pair of keypoints.
|
opencv_core.KeyPointVector |
opencv_core.KeyPointVector.push_back(opencv_core.KeyPoint value) |
opencv_core.KeyPointVector |
opencv_core.KeyPointVector.put(long i,
opencv_core.KeyPoint value) |
opencv_core.KeyPointVector |
opencv_core.KeyPointVector.put(opencv_core.KeyPoint... array) |
opencv_core.KeyPointVector |
opencv_core.KeyPointVector.put(opencv_core.KeyPoint value) |
static void |
opencv_core.read(opencv_core.FileNode node,
opencv_core.KeyPoint value,
opencv_core.KeyPoint default_value) |
static void |
opencv_core.shiftRight(opencv_core.FileNode n,
opencv_core.KeyPoint kpt)
\brief Reads KeyPoint from a file storage.
|
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.KeyPoint kpt) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
opencv_core.KeyPoint kpt) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.KeyPoint kpt) |
| Constructor and Description |
|---|
KeyPointVector(opencv_core.KeyPoint... array) |
KeyPointVector(opencv_core.KeyPoint value) |
Copyright © 2018. All rights reserved.