HomeSort by relevance Sort by last modified time
    Searched full:queryidx (Results 26 - 50 of 54) sorted by null

12 3

  /external/opencv3/modules/shape/src/
tps_trans.cpp 205 if (_matches[i].queryIdx<pts1.cols &&
217 Point2f pt1=pts1.at<Point2f>(0,matches[i].queryIdx);
sc_dis.cpp 758 cv::DMatch singleMatch(colsol[i],i,costMatrix.at<float>(colsol[i],i));//queryIdx,trainIdx,distance
  /external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/
py_feature_homography.markdown 75 src_pts = np.float32([ kp1[m.queryIdx].pt for m in good ]).reshape(-1,1,2)
  /external/opencv3/doc/tutorials/features2d/akaze_matching/
akaze_matching.markdown 77 matched1.push_back(kpts1[first.queryIdx]);
  /external/opencv3/doc/tutorials/features2d/akaze_tracking/
akaze_tracking.markdown 83 matched1.push_back(first_kp[matches[i][0].queryIdx]);
  /external/opencv3/doc/tutorials/features2d/feature_homography/
feature_homography.markdown 94 obj.push_back( keypoints_object[ good_matches[i].queryIdx ].pt );
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 246 float angle0 = keypoints0[matches[m].queryIdx].angle;
355 const KeyPoint& transformed_p0 = keypoints1[descMatches[m].queryIdx];
462 float size1 = osiKeypoints1[matches[m].queryIdx].size;
559 const KeyPoint& transformed_p0 = keypoints0[descMatches[m].queryIdx];
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp 63 matched1.push_back(first_kp[matches[i][0].queryIdx]);
  /external/opencv3/samples/python2/
plane_tracker.py 106 p1 = [frame_points[m.queryIdx].pt for m in matches]
find_obj.py 63 mkp1.append( kp1[m.queryIdx] )
  /external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestCase.java 338 assertEquals(msg, expected.queryIdx, actual.queryIdx);
  /external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestCase.java 368 assertEquals(msg, expected.queryIdx, actual.queryIdx);
  /external/opencv3/modules/features2d/misc/java/test/
BruteForceDescriptorMatcherTest.java 189 assertEquals(dm.queryIdx, i);
  /external/opencv3/doc/py_tutorials/py_bindings/py_bindings_basics/
py_bindings_basics.markdown 121 CV_PROP_RW int queryIdx; // query descriptor index
  /external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
py_epipolar_geometry.markdown 105 pts1.append(kp1[m.queryIdx].pt)
  /external/opencv3/doc/py_tutorials/py_feature2d/py_matcher/
py_matcher.markdown 97 - DMatch.queryIdx - Index of the descriptor in query descriptors
  /external/opencv3/modules/ts/src/
cuda_test.cpp 528 const cv::KeyPoint& p1 = keypoints1[m.queryIdx];
ts_perf.cpp 164 cv::Mat queryIdx(len, 1, CV_32SC1, len ? (void*)&array[0].queryIdx : 0, sizeof(cv::DMatch));
169 return Regression::add(test, name + "-queryIdx", queryIdx, DBL_EPSILON, ERROR_ABSOLUTE)
    [all...]
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 383 Point2f p1 = features1.keypoints[m.queryIdx].pt;
554 Point2f p1 = features1.keypoints[m.queryIdx].pt;
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 735 CV_PROP_RW int queryIdx; // query descriptor index
    [all...]
  /external/opencv3/modules/java/generator/src/java/
utils+Converters.java 645 buff[4 * i] = m.queryIdx;
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 213 Point2f point2d_scene = keypoints_scene[ good_matches[match_index].queryIdx ].pt; // 2D point from the scene
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp     [all...]
  /external/opencv3/modules/calib3d/test/
test_homography.cpp 675 pointframe1.push_back( keypoints_1[ good_matches[i].queryIdx ].pt );
    [all...]
  /external/opencv3/doc/tutorials/calib3d/real_time_pose/
real_time_pose.markdown 365 cv::Point2f point2d_scene = keypoints_scene[ good_matches[match_index].queryIdx ].pt; // 2D point from the scene
    [all...]

Completed in 907 milliseconds

12 3