Top "Image-stitching" questions

References the process of combining, or stitching together, one or more images.

How to merge two images in opencv?

I have calculated homography ,taken out perspective transform .I am able two display two images in one window but unable …

visual-c++ image-processing opencv computer-vision image-stitching
OpenCV - Stitching Images from a grid of images

I have found some basic working examples on stitching via OpenCV for panoramic images. I have also found some useful …

c++ c opencv image-stitching opencv-stitching
Capture embedded google map image with Python without using a browser

I have noticed that, from Google Maps page, you can get an "embed" link to put inside an iframe and …

python google-maps image-stitching
Stitch multiple images using OpenCV (Python)

Hi have seen a lot of tutorials how to do simple image stitching using two photos and that is no …

opencv computer-vision image-stitching
OpenCV - Image Stitching

I am using following code to stitch to input images. For an unknown reason the output result is crap! It …

image-processing opencv image-stitching
Real-time video(image) stitching

I'm thinking of stitching images from 2 or more(currently maybe 3 or 4) cameras in real-time using OpenCV 2.3.1 on Visual Studio 2008. However, …

image video image-stitching
How can I stitch images from video cameras in real time?

I use 4 stationary cameras. Cameras do not move relative to each other. And I want to stitch video images from …

c++ opencv image-stitching opencv3.0 opencv-stitching
Image stitching Python

I have to stitch two or more images together using python and openCV. I found this code for finding keypoints …

python image opencv image-stitching opencv-stitching
image stitching for more than 2 images

I am trying to implement an image stitching algorithm and came across this wonderful code posted on http://code.google.…

matlab image-stitching
How to remove black part from the image?

I have stitched two images together using OpenCV functions and C++. Now I am facing a problem that the final …

c++ image-processing opencv image-stitching