How to enhance the image?

Hi,
I have 2 images. Each is combined from 2 separate image.
Image1:
Image2:
From the picture, its clear that the picture is merged from 2 separate image. How do i make this less apparent?

Réponses (1)

Walter Roberson
Walter Roberson le 29 Juin 2011

0 votes

There are some good panoramic stitching programs available. It is more complex than just aligning the edges: the process involves warping the image to take in to account different angular fields of view.

4 commentaires

Kyle
Kyle le 29 Juin 2011
Is it impossible to make the stitched part less apparent? Like mean filter. HPF/LPF to make the blurred part sharper
Walter Roberson
Walter Roberson le 29 Juin 2011
Sorry, I am not familiar enough with applying filters to images.
The second image only comes out about 3 cm tall, which makes it difficult to observe the boundary you are seeing.
Sean de Wolski
Sean de Wolski le 29 Juin 2011
Since you know the line that their mixed on, define this line as a logical line in a matrix; dilate this line by a few pixels; apply a median filter (or any other filter, there are probably better ones) to that area and replace the values
CatImage(DilatedMask) = medfilt2(DilatedMask);
(each channel for RGB obviously...)
Kyle
Kyle le 30 Juin 2011
Thanks for the suggestions.

Connectez-vous pour commenter.

Question posée :

le 29 Juin 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by