Searched defs:_octave (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+KeyPoint.java | 36 …public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _cl… in KeyPoint() 53 public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave) in KeyPoint()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types.hpp | 2183 KeyPoint::KeyPoint(Point2f _pt, float _size, float _angle, float _response, int _octave, int _class… in KeyPoint() 2187 KeyPoint::KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _… in KeyPoint()
|