Ask Your Question

Koshy's profile - activity

2016-03-22 11:31:02 -0600 commented question Implementation of Multi resolution splines in OpenCV?

No. I am currently using a simple sticher class which warps the images post homography estimation. I am trying to understand about blending to remove the seams. Could you please share some pointers to incorporate the same into a simple warper class.

2016-03-22 02:45:15 -0600 asked a question Implementation of Multi resolution splines in OpenCV?

During stitching of images, I find a seam appearing which is very distinct. I read about multi-resolution splines which makes use of laplacian pyramid to remove the seams. Can someone provide a built in function of this in Python+OpenCV. Also, is there an alternative to this which would provide me the same results of seamless image mosaicks.

Thanks in advance.

2016-02-21 08:57:39 -0600 received badge  Student (source)
2015-12-22 05:28:47 -0600 asked a question Why should an RGB image be converted to grayscale for carrying out deblurring/blur detection?

I am new and naive to OpenCV and image processing. I have an image which is of RGB standard. Why should I convert it grayscale in order to detect blur or apply laplacian operator? Really appreciate your help.