how to make image inpainting program
이전 댓글 표시
hello every one, i want to make an image inpainting program(in matlab) using fast marching method so if its already exist then please give the code just to refer it.
답변 (1개)
Image Analyst
2014년 4월 18일
0 개 추천
There are other inpainting methods such as roifill() in the Image Processing Toolbox. I don't know if it uses that particular method or not. What does it matter? If you're willing to take one "off the shelf" that uses that method (and not write it yourself), then who cares what method it uses as long as it works? John D'Errico also has an inpainting app in the File Exchange but you need to replace the pixels you want filled with nans first. I don't know what method that uses either.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!