The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
41 views

Perceptually Corresponding Error Map

Is there any better measurement of error between two images than just taking pixel value differences? The problem I am tackling is stitching images containing "sensitive" objects, such as moving ...
0
votes
2answers
98 views

image correlation without fft

I want to stitch 2 images by crosscorrelation measure, but I don't want to use fft. I tryed this but something seems to be wrong.any suggestions? ...
0
votes
0answers
532 views

Stitch 2 images using cross correlation

I'm trying to stitch 2 images using cross correlation (phase correlation).Images are the same size.Only shift is present. I tried opencv with cvDFT and opencv+FFTW it seems to work, but for some ...
4
votes
1answer
112 views

Blending Artifacts in Photo Stitching

I am working on a photo stitching application that uses multi-band blending. I need to get rid of unpleasant edges appearing at some places: Here is the area of overlap (left - new image added to ...