Matlab code for basic pixel based inpainting
이전 댓글 표시
Hello, I am a beginner in MATLAB. As a part of my research work I want to implement pixel based inpainting on a masked image. Please help and provide me the relevant MATLAB code.\Basic idea in this method is that the the intensity of the pixel P is decided by the pixel P1 and P2. P1 nad P2 are nearby pixels. Thanks
답변 (1개)
Image Analyst
2014년 5월 2일
0 개 추천
Use roifill. Be sure to dilate your mask first. See http://blogs.mathworks.com/steve/2014/03/18/roifill-design-critique/
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!