필터 지우기
필터 지우기

Is it possible to reduce contrast in certain region of an image

조회 수: 1 (최근 30일)
Lanceric Tse
Lanceric Tse 2018년 8월 26일
댓글: Image Analyst 2018년 8월 26일
I am doing an iris recognition project, and I am trying to come up with a way to use a same threshold for edge detection to get the iris boundary. The problem is, with the same threshold, there is an extra edge within the iris region that affect the result of the hough transform. Is there anyway to make it so the contrast in the iris region is uniform so there won't be any extra edge?

답변 (2개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 8월 26일
Decide the region of Interest Like Draw an ellipse over the image to specify the region of interest, using the imellipse function. More detail here
Then Apply imcontrast adjustment function.
ROI=imellipse(gca,[Four Co-ordinates value]);
%Check the approximate values of coordinates using imtool

Image Analyst
Image Analyst 2018년 8월 26일
Not exactly sure what you want to do from your diagrams. But there is a huge amount of literature on analyzing irises and I'm sure people have already solved the problem of identifying and separating the sclera, iris, and pupil. You just simply have to follow one of those published, perfected solutions.
  댓글 수: 3
Image Analyst
Image Analyst 2018년 8월 26일
Well, I'm #2 on the list.
You'll find virtually every paper on image processing ever published on this list. It's a very good resource. Since I haven't done exactly whatever you want, I don't have code for it and whatever hack I, or others here, come up with would probably not be as good as those of people who have studied this for months and written a peer reviewed papers on it. Not sure if you've chosen to intentionally avoid published papers in favor of Answers, but that may not be your best route to a solution. But keep monitoring this post and you may find other solutions that are better than the published ones.
Image Analyst
Image Analyst 2018년 8월 26일
Well, I'm #2 on the list.
You'll find virtually every paper on image processing ever published on this list. It's a very good resource. Since I haven't done exactly whatever you want, I don't have code for it and whatever hack I, or others here, come up with would probably not be as good as those of people who have studied this for months and written a peer reviewed papers on it. Not sure if you've chosen to intentionally avoid published papers in favor of Answers, but that may not be your best route to a solution. But keep monitoring this post and you may find other solutions that are better than the published ones.

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by