OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:features1
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/perf/
perf_stich.cpp
129
detail::ImageFeatures
features1
, features2;
local
130
(*finder)(img1,
features1
);
135
declare.in(
features1
.descriptors, features2.descriptors);
141
(*matcher)(
features1
, features2, pairwise_matches);
184
detail::ImageFeatures
features1
, features2;
local
185
(*finder)(img1,
features1
);
191
features.push_back(
features1
);
/external/opencv3/modules/stitching/src/
motion_estimators.cpp
363
const ImageFeatures&
features1
= features_[i];
local
383
Point2f p1 =
features1
.keypoints[m.queryIdx].pt;
532
const ImageFeatures&
features1
= features_[i];
local
537
K1(0,0) = f1; K1(0,2) =
features1
.img_size.width * 0.5;
538
K1(1,1) = f1; K1(1,2) =
features1
.img_size.height * 0.5;
554
Point2f p1 =
features1
.keypoints[m.queryIdx].pt;
Completed in 998 milliseconds