필터 지우기
필터 지우기

Edge detection and reconstruction of an image..

조회 수: 2 (최근 30일)
Piyum Rangana
Piyum Rangana 2017년 4월 5일
편집: Piyum Rangana 2017년 5월 20일
Is there any proper way to reconstruct the edges using MATLAB or any proper algorithm ?

답변 (1개)

Image Analyst
Image Analyst 2017년 4월 5일
You'll have to explain more. What happened to the edges such that they need "reconstruction"? What did you do to them? If you got them once, then why can't you just do the same operations to get them again?
  댓글 수: 4
Piyum Rangana
Piyum Rangana 2017년 4월 22일
편집: Piyum Rangana 2017년 5월 20일
Thanks. With the help of the answers of previous questions, I fill the degraded area as I mention below. But in some scenarios like ROIs with Boundaries/edges, I fail to output a good solution. That's why I thought to use above way to inpaint those kind of regions. How ever I am still struggling with find the two points of each side to reconstruct the boundary/ edge of the ROI. Now my inpainted image as below.
Image Analyst
Image Analyst 2017년 4월 22일
Yes, it looks fake, that's why I previously suggested regionfill() which smears in the color from the outer perimeter towards the center of the image. It still doesn't get the texture correct, but at least it's better than a uniform patch of a color that may not even exist in the original image.

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

Community Treasure Hunt

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

Start Hunting!

Translated by