How can i remove the black color from inside the white curve boundary
古いコメントを表示
Image1 = imread('image.jpg');% image read
a=Image1(:,:,1);
what mean this line a=Image1(:,:,1);
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!