Ask Your Question

Himanshus's profile - activity

2016-01-25 01:14:57 -0600 commented question How to use decomposeHomographyMat in OpenCV3

@nistar, what library u included in your decomposition code . i m getting error while compiling the code

2016-01-23 00:33:22 -0600 received badge  Scholar (source)
2016-01-23 00:30:31 -0600 asked a question how to decompose homography matrix in opencv2.4.9 or in matlab?

actually i computed homography b/w two aerial images. now i want to calculate translation rotation scale b/w these images. methods suggests that i have to decompose the homography matrix to get these values . but i don't know how to do this ?

2016-01-22 00:40:46 -0600 received badge  Enthusiast
2016-01-21 07:21:06 -0600 commented question is it possible to stitch two images using affine transformation ?

does homography work on all these scale translation rotation ?

2016-01-20 03:13:26 -0600 commented question is it possible to stitch two images using affine transformation ?

i need to do this after feature matching thats why i m not using stitcher class .

2016-01-19 22:55:06 -0600 asked a question is it possible to stitch two images using affine transformation ?

actually , i have two images captured by an UAV , so scale translation shear rotation is there . now i want to mosaic these images using affine transformation

it is possible or not ?

i m using opencv

2016-01-02 02:25:18 -0600 asked a question I have two images of same scene but the second images is rotated and scaled

i want to calculate rotation and scaling factor b/w both imaegs using RANSAC algorithm. Can anyone please tell me how to do this . I am using opencv and c++ for implementation ..