Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Seamless image stitching

I am trying to stitch multiple images seamlessly. I have used Laplacian Gaussian pyramid method but could not get the desired result. I also used the code below,

import cv2 import numpy as np img1 = cv2.imread('chicago.jpg') img2 = cv2.imread('stata.jpg') vis = np.concatenate((img1, img2), axis=1) cv2.imshow('image',vis) cv2.waitKey(0) cv2.destroyAllWindows()

I got close to my desired result but could not make the output image seamless or the joining line invincible. Could someone help me out on this? Thanks.

Seamless HELP-Seamless image stitching

I am trying to stitch multiple images seamlessly. I have used Laplacian Gaussian pyramid method but could not get the desired result. I also used the code below,

import cv2 import numpy as np img1 = cv2.imread('chicago.jpg') img2 = cv2.imread('stata.jpg') vis = np.concatenate((img1, img2), axis=1) cv2.imshow('image',vis) cv2.waitKey(0) cv2.destroyAllWindows()

I got close to my desired result but could not make the output image seamless or the joining line invincible. Could someone help me out on this? Thanks.

HELP-Seamless image stitching

I am trying to stitch multiple images seamlessly. I have used Laplacian Gaussian pyramid method but could not get the desired result. I also used the code below,

import cv2
import numpy as np
img1 = cv2.imread('chicago.jpg')
img2 = cv2.imread('stata.jpg')
vis = np.concatenate((img1, img2), axis=1)
cv2.imshow('image',vis)
cv2.waitKey(0)
cv2.destroyAllWindows()

cv2.destroyAllWindows()

I got close to my desired result but could not make the output image seamless or the joining line invincible. Could someone help me out on this? Thanks.

HELP-Seamless image stitching

I am trying to stitch multiple images seamlessly. I have used Laplacian Gaussian pyramid method but could not get the desired result. I also used the code below,

import cv2
import numpy as np
img1 = cv2.imread('chicago.jpg')
img2 = cv2.imread('stata.jpg')
vis = np.concatenate((img1, img2), axis=1)
cv2.imshow('image',vis)
cv2.waitKey(0)
cv2.destroyAllWindows()

I got close to my desired result but could not make the output image seamless or the joining line invincible. Could someone help me out on this? Thanks.

HELP-Seamless image stitching

I am trying to stitch multiple images seamlessly. I have used Laplacian Gaussian pyramid method but could not get the desired result. I also used the code below,

import cv2
import numpy as np
img1 = cv2.imread('chicago.jpg')
img2 = cv2.imread('stata.jpg')
vis = np.concatenate((img1, img2), axis=1)
cv2.imshow('image',vis)
cv2.waitKey(0)
cv2.destroyAllWindows()

I got close to my desired result but could not make the output image seamless or the joining line invincible. Could someone help me out on this? Thanks.stitching methods