MCPcopy Create free account

hub / github.com/HYPJUDY/panorama-image-stitching / functions

Functions26 in github.com/HYPJUDY/panorama-image-stitching

↓ 11 callersFunctionget_warped_x
utils.h:167
↓ 11 callersFunctionget_warped_y
utils.h:171
↓ 2 callersFunctionRANSAC_homography
(ii) Find geometrically consistent feature matches using RANSAC to solve for the homography between pairs of images */
stitching_functions.h:173
↓ 2 callersFunctionbilinear_interpolation
utils.h:211
↓ 2 callersFunctionfind_k_nearest_neighbours
number of nearest neighbors to find
stitching_functions.h:99
↓ 1 callersFunctioncylinderProjection
utils.h:231
↓ 1 callersFunctionextract_sift_features
I. Extract SIFT features from all n images */ Input: grayscale image Return: features map of descriptor and keypoints */
stitching_functions.h:13
↓ 1 callersFunctionfeature_homography_warping
stitching_functions.h:289
↓ 1 callersFunctionfeature_shift
stitching_functions.h:302
↓ 1 callersFunctionget_files_in_folder
Get all files in a folder specified by path and store the file names in a vector */
utils.h:50
↓ 1 callersFunctionget_homography_matrix
Homography Estimation For homography we have: x'=Hx where p1=x'=[u,v] is a point in the reference image and p2=x=[x,y] is a point in the imag
utils.h:109
↓ 1 callersFunctionget_max_warped_x
utils.h:192
↓ 1 callersFunctionget_max_warped_y
utils.h:201
↓ 1 callersFunctionget_min_warped_x
utils.h:175
↓ 1 callersFunctionget_min_warped_y
utils.h:183
↓ 1 callersFunctionimg_homography_warping
IV. Find connected components of image matches */
stitching_functions.h:259
↓ 1 callersFunctionimg_shift
stitching_functions.h:275
↓ 1 callersFunctionmultiband_blending
V. For each connected component: */ (i) Perform bundle adjustment to solve for the rotation theta1, theta2, theta3 and focal length f of all cameras *
stitching_functions.h:318
↓ 1 callersFunctionrgb2gray
RGB to grayscale transformation */
utils.h:92
MethodHomographyMatrix
utils.h:44
MethodKeypointPair
utils.h:38
Functioncimg_forC
stitching_functions.h:268
Functioncimg_forXY
stitching_functions.h:28
Functioncimg_forXY
utils.h:94
Functioncimg_forXYC
stitching_functions.h:419
Functionmain
stitching_main.cpp:13