HomeSort by relevance Sort by last modified time
    Searched defs:KeyPoint (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/core/misc/java/src/java/
core+KeyPoint.java 5 //javadoc: KeyPoint
6 public class KeyPoint {
9 * Coordinates of the keypoint.
13 * Diameter of the useful keypoint adjacent area.
17 * Computed orientation of the keypoint (-1 if not applicable).
26 * Octave (pyramid layer), from which the keypoint has been extracted.
35 // javadoc:KeyPoint::KeyPoint(x,y,_size,_angle,_response,_octave,_class_id)
36 public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _class_id)
46 // javadoc: KeyPoint::KeyPoint(
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 618 /////////////////////////////// KeyPoint ////////////////////////////////
622 The class instance stores a keypoint, i.e. a point feature found by one of many available keypoint
626 The keypoint is characterized by the 2D position, scale (proportional to the diameter of the
628 keypoint neighborhood is then analyzed by another algorithm that builds a descriptor (usually
632 class CV_EXPORTS_W_SIMPLE KeyPoint
636 CV_WRAP KeyPoint();
638 @param _pt x & y coordinates of the keypoint
639 @param _size keypoint diameter
640 @param _angle keypoint orientatio
    [all...]
base.hpp 602 class CV_EXPORTS KeyPoint;
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 164 milliseconds