Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HYPJUDY/panorama-image-stitching
/ functions
Functions
26 in github.com/HYPJUDY/panorama-image-stitching
⨍
Functions
26
◇
Types & classes
4
↓ 11 callers
Function
get_warped_x
utils.h:167
↓ 11 callers
Function
get_warped_y
utils.h:171
↓ 2 callers
Function
RANSAC_homography
(ii) Find geometrically consistent feature matches using RANSAC to solve for the homography between pairs of images */
stitching_functions.h:173
↓ 2 callers
Function
bilinear_interpolation
utils.h:211
↓ 2 callers
Function
find_k_nearest_neighbours
number of nearest neighbors to find
stitching_functions.h:99
↓ 1 callers
Function
cylinderProjection
utils.h:231
↓ 1 callers
Function
extract_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 callers
Function
feature_homography_warping
stitching_functions.h:289
↓ 1 callers
Function
feature_shift
stitching_functions.h:302
↓ 1 callers
Function
get_files_in_folder
Get all files in a folder specified by path and store the file names in a vector */
utils.h:50
↓ 1 callers
Function
get_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 callers
Function
get_max_warped_x
utils.h:192
↓ 1 callers
Function
get_max_warped_y
utils.h:201
↓ 1 callers
Function
get_min_warped_x
utils.h:175
↓ 1 callers
Function
get_min_warped_y
utils.h:183
↓ 1 callers
Function
img_homography_warping
IV. Find connected components of image matches */
stitching_functions.h:259
↓ 1 callers
Function
img_shift
stitching_functions.h:275
↓ 1 callers
Function
multiband_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 callers
Function
rgb2gray
RGB to grayscale transformation */
utils.h:92
Method
HomographyMatrix
utils.h:44
Method
KeypointPair
utils.h:38
Function
cimg_forC
stitching_functions.h:268
Function
cimg_forXY
stitching_functions.h:28
Function
cimg_forXY
utils.h:94
Function
cimg_forXYC
stitching_functions.h:419
Function
main
stitching_main.cpp:13