Home
last modified time | relevance | path

Searched defs:KeyPoint (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+KeyPoint.java6 public class KeyPoint { class
36 …public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave, int _cl… in KeyPoint() method in KeyPoint
46 public KeyPoint() { in KeyPoint() method in KeyPoint
51 public KeyPoint(float x, float y, float _size, float _angle, float _response, int _octave) { in KeyPoint() method in KeyPoint
56 public KeyPoint(float x, float y, float _size, float _angle, float _response) { in KeyPoint() method in KeyPoint
61 public KeyPoint(float x, float y, float _size, float _angle) { in KeyPoint() method in KeyPoint
66 public KeyPoint(float x, float y, float _size) { in KeyPoint() method in KeyPoint
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/facebody/
H A Dstruct_key_point.go19 type KeyPoint struct { struct
20 Label string `json:"Label" xml:"Label"`
21 Positions []Position `json:"Positions" xml:"Positions"`
H A Dstruct_key_points.go20 KeyPoint []KeyPoint `json:"KeyPoint" xml:"KeyPoint"` member
/dports/graphics/panomatic/panomatic-0.9.4/libsurf/
H A DKeyPointDescriptor.cpp48 _magFactor = 12.0 / _subRegions; in KeyPoint()
54 // create a descriptor context in KeyPoint()
60 // assign the orientation in KeyPoint()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/localfeatures/
H A DKeyPoint.h54 inline KeyPoint::KeyPoint() : _x(0), _y(0), _scale(1), _score(0), _trace(0), _ori(0), _vec(0) in KeyPoint() function
59 inline KeyPoint::KeyPoint(double x, double y, double s, double score, int trace) : in KeyPoint() function
65 inline KeyPoint::KeyPoint(const KeyPoint& k) : in KeyPoint() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/include/opencv2/cvv/
H A Ddmatch.hpp79 static inline void debugDMatch(cv::InputArray, std::vector<cv::KeyPoint>, in debugDMatch()
87 static inline void debugDMatch(cv::InputArray, std::vector<cv::KeyPoint>, in debugDMatch()
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DMatOfKeyPoint.mm37 - (instancetype)initWithArray:(NSArray<KeyPoint*>*)array {
51 - (void)fromArray:(NSArray<KeyPoint*>*)array {
H A DKeyPoint.h23 CV_EXPORTS @interface KeyPoint : NSObject variable
H A DKeyPoint.mm10 @implementation KeyPoint { implementation in x
58 + (instancetype)fromNative:(cv::KeyPoint&)keyPoint {
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/examples/
H A Dsimplepose.cpp24 struct KeyPoint struct
30 static int detect_posenet(const cv::Mat& bgr, std::vector<KeyPoint>& keypoints) in detect_posenet() argument
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/examples/
H A Dsimplepose.cpp24 struct KeyPoint struct
30 static int detect_posenet(const cv::Mat& bgr, std::vector<KeyPoint>& keypoints) in detect_posenet() argument
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/examples/
H A Dsimplepose.cpp24 struct KeyPoint struct
30 static int detect_posenet(const cv::Mat& bgr, std::vector<KeyPoint>& keypoints) in detect_posenet() argument
/dports/misc/ncnn/ncnn-20211208/examples/
H A Dsimplepose.cpp28 struct KeyPoint struct
34 static int detect_posenet(const cv::Mat& bgr, std::vector<KeyPoint>& keypoints) in detect_posenet() argument
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/examples/
H A Dsimplepose.cpp24 struct KeyPoint struct
30 static int detect_posenet(const cv::Mat& bgr, std::vector<KeyPoint>& keypoints) in detect_posenet() argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dsurf.cuda.cpp60 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_nonfree… in uploadKeypoints()
61 void cv::cuda::SURF_CUDA::downloadKeypoints(const GpuMat&, std::vector<KeyPoint>&) { throw_no_nonfr… in downloadKeypoints()
65 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&) { throw_… in operator ()()
66 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&, GpuMat&,… in operator ()()
67 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&, std::vec… in operator ()()
78 void cv::cuda::SURF_CUDA::uploadKeypoints(const std::vector<KeyPoint>&, GpuMat&) { throw_no_cuda();… in uploadKeypoints()
79 void cv::cuda::SURF_CUDA::downloadKeypoints(const GpuMat&, std::vector<KeyPoint>&) { throw_no_cuda(… in downloadKeypoints()
83 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&) { throw_… in operator ()()
84 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&, GpuMat&,… in operator ()()
85 void cv::cuda::SURF_CUDA::operator()(const GpuMat&, const GpuMat&, std::vector<KeyPoint>&, std::vec… in operator ()()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/matchview/
H A Dkeypointshowsetting.cpp8 KeyPointShowSetting::KeyPointShowSetting(std::vector<cv::KeyPoint>, QWidget *parent): in KeyPointShowSetting()
H A Dkeypointportionselector.cpp7 KeyPointPortionSelection::KeyPointPortionSelection(std::vector<cv::KeyPoint> , QWidget *parent): in KeyPointPortionSelection()
H A Dsinglecolorkeypointpen.cpp12 SingleColorKeyPen::SingleColorKeyPen(std::vector<cv::KeyPoint>, QWidget *parent) in SingleColorKeyPen()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/view/
H A Dmatch_view.hpp71 virtual void setKeyPointSelection(std::vector<cv::KeyPoint>) in setKeyPointSelection()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/ncnn/utils/
H A Dobjects.py56 class KeyPoint(object): class
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/ncnn/utils/
H A Dobjects.py56 class KeyPoint(object): class
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/ncnn/utils/
H A Dobjects.py56 class KeyPoint(object): class
/dports/misc/ncnn/ncnn-20211208/python/ncnn/utils/
H A Dobjects.py56 class KeyPoint(object): class
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/ncnn/utils/
H A Dobjects.py56 class KeyPoint(object): class
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dfeature2d.cpp168 std::vector<KeyPoint>&, in detectAndCompute()

12