フィルターのクリア

segment the circular regions

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2015 年 11 月 6 日
回答済み: Image Analyst 2015 年 11 月 6 日
i got the center and radius using imfindcircles... how to segment the circular regions out of the image with the centers and radii....
[centers, radii] = imfindcircles(rgb,[20 25]);

採用された回答

Image Analyst
Image Analyst 2015 年 11 月 6 日
What does segment out mean to you? You can create a circular mask from code in the FAQ. http://matlab.wikia.com/wiki/FAQ#How_do_I_create_a_circle.3F
Then you can use the mask as an index, or multiply it by the image to produce an image blackened everywhere except in the mask.

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by