Home
last modified time | relevance | path

Searched defs:DMatch (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/src/java/
H A Dcore+DMatch.java9 public class DMatch { class
28 public DMatch() { in DMatch() method in DMatch
33 public DMatch(int _queryIdx, int _trainIdx, float _distance) { in DMatch() method in DMatch
41 public DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance) { in DMatch() method in DMatch
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DMatOfDMatch.mm36 - (instancetype)initWithArray:(NSArray<DMatch*>*)array {
50 - (void)fromArray:(NSArray<DMatch*>*)array {
H A DDMatch.mm9 @implementation DMatch { implementation in x
68 + (instancetype)fromNative:(cv::DMatch&)dMatch {
72 - (BOOL)lessThan:(DMatch*)it { argument
H A DDMatch.h23 CV_EXPORTS @interface DMatch : NSObject variable
H A DConverters.mm189 + (Mat*)vector_DMatch_to_Mat:(NSArray<DMatch*>*)matches {
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/matchview/
H A Dmatchshowsetting.cpp8 MatchShowSetting::MatchShowSetting(std::vector<cv::DMatch>, QWidget *parent): in MatchShowSetting()
H A Dmatchportionselector.cpp7 MatchPortionSelection::MatchPortionSelection(std::vector<cv::DMatch> , QWidget *parent): in MatchPortionSelection()
H A Dsinglecolormatchpen.cpp12 SingleColorMatchPen::SingleColorMatchPen(std::vector<cv::DMatch>, QWidget *parent) in SingleColorMatchPen()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/include/opencv2/cvv/
H A Ddmatch.hpp81 std::vector<cv::DMatch>, in debugDMatch()
89 std::vector<cv::DMatch>, in debugDMatch()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/view/
H A Dmatch_view.hpp67 virtual void setMatchSelection(std::vector<cv::DMatch>) in setMatchSelection()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes.hpp808 class CV_EXPORTS_W_SIMPLE DMatch class
2443 DMatch::DMatch() in DMatch() function in cv::DMatch
2447 DMatch::DMatch(int _queryIdx, int _trainIdx, float _distance) in DMatch() function in cv::DMatch
2451 DMatch::DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance) in DMatch() function in cv::DMatch
H A Dbase.hpp587 class CV_EXPORTS DMatch; variable
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/
H A Dgen_dict.json93 "DMatch": { object
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/
H A Dgen_dict.json193 "DMatch": { object