필터 지우기
필터 지우기

How to enhance an image with respect to an image of much better quality.

조회 수: 5 (최근 30일)
SCOTT LIM
SCOTT LIM 2017년 3월 9일
댓글: Scott Lim 2017년 3월 9일
Hi, i'm working on a project to enhance a 16 bit greyscale image. These images come from a scanning machine that produces a header file with the relevant Min/Max contrast pixel values.
I have scanned the same item on 2 different machines to find microdefects. However, one of the machines doesn't perform well. Is there a way to enhance the defects of the poorer image to something similar that of the better quality image?
From the picture attached, Original 03 is the image from good machine. Original 04 is the image from the bad machine.
I have tried using imhistmatch() but it doesn't enhance the bad image enough. Furthermore, in order to use imhistmatch, i have to first convert both images into
Im03 = mat2gray(Im03,[MinCon3 MaxCon3]);
Im04 = mat2gray(Im04,[MinCon4 MaxCon4]);
imhistmatch(Im04,Im03,65535);
Also, I have tried enhancing the contrast, whites and blacks and offset gains. Including using filters such as wiener2, guassfilt2 and median. They do not benefit the imhistmatch() results.
Thank you.

답변 (1개)

Massimo Zanetti
Massimo Zanetti 2017년 3월 9일
Try considering this: histogram matching
  댓글 수: 1
Scott Lim
Scott Lim 2017년 3월 9일
Thanks Massimo. However i have used Histogram Matching. It wasn't good enough to emphasise on the small defects

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

카테고리

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