Home
last modified time | relevance | path

Searched refs:match_conf (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/stitching/include/opencv2/stitching/detail/
H A Dmatchers.hpp184 …CV_WRAP BestOf2NearestMatcher(bool try_use_gpu = false, float match_conf = 0.3f, int num_matches_t…
188 …CV_WRAP static Ptr<BestOf2NearestMatcher> create(bool try_use_gpu = false, float match_conf = 0.3f…
202 … BestOf2NearestRangeMatcher(int range_width = 5, bool try_use_gpu = false, float match_conf = 0.3f,
238 float match_conf = 0.3f, int num_matches_thresh1 = 6) : in AffineBestOf2NearestMatcher() argument
239 BestOf2NearestMatcher(try_use_gpu, match_conf, num_matches_thresh1, num_matches_thresh1), in AffineBestOf2NearestMatcher()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dmatchers.cpp124 CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {} in CpuMatcher() argument
135 GpuMatcher(float match_conf) : match_conf_(match_conf) {} in GpuMatcher() argument
368 BestOf2NearestMatcher::BestOf2NearestMatcher(bool try_use_gpu, float match_conf, int num_matches_th… in BestOf2NearestMatcher() argument
375 impl_ = makePtr<GpuMatcher>(match_conf); in BestOf2NearestMatcher()
380 impl_ = makePtr<CpuMatcher>(match_conf); in BestOf2NearestMatcher()
388 Ptr<BestOf2NearestMatcher> BestOf2NearestMatcher::create(bool try_use_gpu, float match_conf, int nu… in create() argument
390 …return makePtr<BestOf2NearestMatcher>(try_use_gpu, match_conf, num_matches_thresh1, num_matches_th… in create()
481 …ol try_use_gpu, float match_conf, int num_matches_thresh1, int num_matches_thresh2): BestOf2Neares… in BestOf2NearestRangeMatcher() argument
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dstitching_detailed.py238 if args.match_conf is None:
240 match_conf = 0.3
242 match_conf = 0.65
244 match_conf = args.match_conf
247 matcher = cv.detail_AffineBestOf2NearestMatcher(False, try_cuda, match_conf)
249 matcher = cv.detail.BestOf2NearestMatcher_create(try_cuda, match_conf)
251 matcher = cv.detail.BestOf2NearestRangeMatcher_create(range_width, try_cuda, match_conf)
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dstitching_detailed.cpp120 float match_conf = 0.65f; variable
123 float match_conf = 0.3f; variable
202 match_conf = 0.3f; in parseCmdArgs()
229 match_conf = static_cast<float>(atof(argv[i + 1])); in parseCmdArgs()
503 matcher = makePtr<AffineBestOf2NearestMatcher>(false, try_cuda, match_conf); in main()
505 matcher = makePtr<BestOf2NearestMatcher>(try_cuda, match_conf); in main()
507 matcher = makePtr<BestOf2NearestRangeMatcher>(range_width, try_cuda, match_conf); in main()
/dports/graphics/opencv/opencv-4.5.3/doc/tutorials/others/
H A Dstitcher.markdown126 …gapix 0.6 --features orb --matcher homography --estimator homography --match_conf 0.3 --conf_thres…
132 Confidence for feature matching step is 0.3 : --match_conf 0.3. You can decrease this value if you …
156 …gapix 0.6 --features orb --matcher homography --estimator homography --match_conf 0.3 --conf_thres…
164 …work_megapix 0.6 --features surf --matcher affine --estimator affine --match_conf 0.3 --conf_thres…
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_http_route.c436 nxt_conf_value_t *match_conf, *action_conf; in nxt_http_route_match_create() local
447 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create()
449 n = (match_conf != NULL) ? nxt_conf_object_members_count(match_conf) : 0; in nxt_http_route_match_create()
478 match_conf, nxt_http_route_match_conf, in nxt_http_route_match_create()