any one can solve the code of image inpaintig that i have attatched

6 ビュー (過去 30 日間)
asthana
asthana 2014 年 5 月 4 日
コメント済み: Image Analyst 2014 年 5 月 7 日
hello please check the attached code in that code it only run for the one image which i have attached. so please checked it and make it run for any images

採用された回答

Image Analyst
Image Analyst 2014 年 5 月 4 日
Like I said in your duplicate post, that's not a good or efficient method. See my better method, attached as test.m. Even if you did want to use convolution, you wouldn't do it like you did it for reasons I gave in your duplicate post. My method uses roifill(), the inpainting method built in to the Image Processing Toolbox.
  13 件のコメント
asthana
asthana 2014 年 5 月 7 日
hello please tell me what is the meaning of mask = redChannel <= 20 & greenChannel <= 20 & blueChannel <= 20; in the program test.m
Image Analyst
Image Analyst 2014 年 5 月 7 日
It gets pixels that are black in all three color channels. So if RGB = (0,0,0) it would get that, but if the pixel is (0,2,0) it would not consider that as black because it's not pure black in the green.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Filtering and Enhancement についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by