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

12 3

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp 159 It's assumed that there is a homography between those images.
171 Mat H; //!< Estimated homography
motion_estimators.hpp 96 /** @brief Homography based rotation estimator.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 138 * \param H image homography (prewarp) to be applied to right image features
228 * \param H image homography (prewarp) to be applied to right image features
db_image_homography.h 30 * \defgroup LMImageHomography (LM) Image Homography Estimation (feature based)
92 Solve for a homography H generated by a rotation R with a common unknown focal length f, i.e.
db_metrics.h 149 reprojection error given the image point y, homography H, image point
162 Compute residual vector f between image point y and homography Hx of
215 Compute robust residual vector f between image point y and homography Hx of
db_rob_image_homography.cpp 624 /*Best homography*/
697 /*Temporary space for homography*/
714 /*Homography hypotheses*/
    [all...]
  /external/opencv3/modules/calib3d/src/
rho.cpp 92 * homography-estimation APIs that must be implemented.
188 * Estimates the homography using the given context, matches and parameters to
281 float* H; /* Homography */
288 float* H; /* Homography */
493 * Estimates the homography using the given context, matches and parameters to
496 * @param [in/out] p The context to use for homography estimation. Must
521 unsigned rhoHest(Ptr<RHO_HEST> p, /* Homography estimation context. */
589 * - The buffer for the current homography
590 * - The buffer for the best-so-far homography
683 * Estimates the homography using the given context, matches and parameters t
    [all...]
fundam.cpp 82 // We check whether the minimal set of points for the homography estimation
88 // "Speeding-up homography estimation in mobile devices"
288 * This is where the math happens. A homography estimation context is
328 /* Convert float homography to double precision. */
    [all...]
  /external/opencv3/samples/cpp/
videostab.cpp 76 " -m, --model=(transl|transl_and_scale|rigid|similarity|affine|homography)\n"
144 " --ws-model=(transl|transl_and_scale|rigid|similarity|affine|homography)\n"
146 " estimation model). The default is homography.\n"
320 "{ ws-model | homography | }"
559 if (str == "homography")
  /development/perftests/panorama/feature_stab/db_vlvm/
db_metrics.h 149 reprojection error given the image point y, homography H, image point
162 Compute residual vector f between image point y and homography Hx of
215 Compute robust residual vector f between image point y and homography Hx of
db_rob_image_homography.cpp 624 /*Best homography*/
697 /*Temporary space for homography*/
714 /*Homography hypotheses*/
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
AlignFeatures.cpp 161 // compute the homography:
  /external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/
py_feature_homography.markdown 1 Feature Matching + Homography to find Objects {#tutorial_py_feature_homography}
  /external/opencv3/doc/tutorials/features2d/feature_homography/
feature_homography.markdown 1 Features2D + Homography to find a known object {#tutorial_feature_homography}
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 161 // compute the homography:
  /external/opencv3/modules/calib3d/test/
test_homography.cpp 52 #define MESSAGE_MATRIX_SIZE "Homography matrix must have 3*3 sizes."
53 #define MESSAGE_MATRIX_DIFF "Accuracy of homography transformation matrix less than required."
143 cout << endl; cout << "Checking for homography matrix sizes..." << endl; cout << endl;
148 cout << "Homography matrix:" << endl; cout << endl;
155 cout << endl; cout << "Checking for accuracy of homography matrix computing..." << endl; cout << endl;
    [all...]
  /external/opencv3/samples/python2/
find_obj.py 178 print '%d matches found, not enough for homography estimation' % len(p1)
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 317 // inspection to reference homography:
358 // temporary space for homography computation:
430 \param H image homography from source to destination
  /external/opencv3/modules/stitching/src/
matchers.cpp 115 // estimate homography
582 // Check if it makes sense to find homography
586 // Construct point-point correspondences for homography estimation
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 317 // inspection to reference homography:
358 // temporary space for homography computation:
430 \param H image homography from source to destination
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 265 @param method Method used to computed a homography matrix. The following methods are possible:
290 pairs to compute an initial homography estimate with a simple least-squares scheme.
295 random subsets of the corresponding point pairs (of four pairs each), estimate the homography matrix
297 computed homography (which is the number of inliers for RANSAC or the median re-projection error for
298 LMeDs). The best subset is then used to produce the initial estimate of the homography matrix and
301 Regardless of the method, robust or not, the computed homography matrix is refined further (using
310 The function is used to find initial intrinsic and extrinsic matrices. Homography matrix is
319 - A example on calculating a homography for image matching can be found at
    [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 170 - (Python) An example using the Lucas-Kanade tracker for homography matching can be found at
275 - **MOTION_HOMOGRAPHY** sets a homography as a motion model; eight parameters are
292 (the equation holds with homogeneous coordinates for homography). It returns the final enhanced
  /development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp 191 // compute the homography:
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 191 // compute the homography:
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 792 milliseconds

12 3