public class KeyPoint
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| float | angleComputed orientation of the keypoint (-1 if not applicable). | 
| int | class_idObject ID, that can be used to cluster keypoints by an object they
 belong to. | 
| int | octaveOctave (pyramid layer), from which the keypoint has been extracted. | 
| Point | ptCoordinates of the keypoint. | 
| float | responseThe response, by which the strongest keypoints have been selected. | 
| float | sizeDiameter of the useful keypoint adjacent area. | 
| Constructor and Description | 
|---|
| KeyPoint() | 
| KeyPoint(float x,
        float y,
        float _size) | 
| KeyPoint(float x,
        float y,
        float _size,
        float _angle) | 
| KeyPoint(float x,
        float y,
        float _size,
        float _angle,
        float _response) | 
| KeyPoint(float x,
        float y,
        float _size,
        float _angle,
        float _response,
        int _octave) | 
| KeyPoint(float x,
        float y,
        float _size,
        float _angle,
        float _response,
        int _octave,
        int _class_id) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
public Point pt
public float size
public float angle
public float response
public int octave
public int class_id
public KeyPoint(float x,
                float y,
                float _size,
                float _angle,
                float _response,
                int _octave,
                int _class_id)
public KeyPoint()
public KeyPoint(float x,
                float y,
                float _size,
                float _angle,
                float _response,
                int _octave)
public KeyPoint(float x,
                float y,
                float _size,
                float _angle,
                float _response)
public KeyPoint(float x,
                float y,
                float _size,
                float _angle)
public KeyPoint(float x,
                float y,
                float _size)
Generated on Fri Dec 21 2018 18:02:43 UTC / OpenCV 3.4.5