How to enhance the image?

조회 수: 2 (최근 30일)
Kyle
Kyle 2011년 6월 29일
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?

답변 (1개)

Walter Roberson
Walter Roberson 2011년 6월 29일
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
Sean de Wolski
Sean de Wolski 2011년 6월 29일
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 2011년 6월 30일
Thanks for the suggestions.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by