HomeSort by relevance Sort by last modified time
    Searched full:homography (Results 1 - 25 of 39) sorted by null

1 2

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h 48 // Type of homography to model
78 double Hcurr[9]; // Homography from the alignment reference to the frame-t
79 double Hprev[9]; // Homography from frame-0 to the frame-(t-1)
AlignFeatures.cpp 161 // compute the homography:
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
AlignFeatures.h 48 // Type of homography to model
78 double Hcurr[9]; // Homography from the alignment reference to the frame-t
79 double Hprev[9]; // Homography from frame-0 to the frame-(t-1)
AlignFeatures.cpp 161 // compute the homography:
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.h 48 // Type of homography to model
78 double Hcurr[9]; // Homography from the alignment reference to the frame-t
79 double Hprev[9]; // Homography from frame-0 to the frame-(t-1)
AlignFeatures.cpp 161 // compute the homography:
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 33 * \defgroup LMRobImageHomography (LM) Robust Image Homography
54 Solve for homography H such that xp~Hx
55 \param H best homography
88 /*Best homography*/
db_framestitching.h 22 * \defgroup FrameStitching Frame Stitching (2D and 3D homography estimation)
31 * \defgroup LMFrameStitching (LM) Frame Stitching (2D and 3D homography estimation)
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
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_rob_image_homography.h 33 * \defgroup LMRobImageHomography (LM) Robust Image Homography
54 Solve for homography H such that xp~Hx
55 \param H best homography
88 /*Best homography*/
db_framestitching.h 22 * \defgroup FrameStitching Frame Stitching (2D and 3D homography estimation)
31 * \defgroup LMFrameStitching (LM) Frame Stitching (2D and 3D homography estimation)
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
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 33 * \defgroup LMRobImageHomography (LM) Robust Image Homography
54 Solve for homography H such that xp~Hx
55 \param H best homography
88 /*Best homography*/
db_framestitching.h 22 * \defgroup FrameStitching Frame Stitching (2D and 3D homography estimation)
31 * \defgroup LMFrameStitching (LM) Frame Stitching (2D and 3D homography estimation)
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
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 46 calculate image homography
72 CvMat homography = cvMat( 3, 3, CV_32F, _homography ); local
114 cvMatMul( &r_trans, &sub, &homography );
  /packages/apps/Camera/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
  /packages/apps/Gallery2/jni_mosaic/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
  /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

Completed in 849 milliseconds

1 2