How to fill the blob cirlces of an image with a colour?
1 回表示 (過去 30 日間)
古いコメントを表示
I am using Laplacian blob detector to detect my region of interest of the below image. Im able to plot the blobs on the required regions. But is there anyway to fill the blob circles with a solid colour, so that the region covered by the blob circles seem as if they are continuosly painted on the intended area?
2 件のコメント
採用された回答
Image Analyst
2020 年 1 月 4 日
Use scatter() with the 'filled' option.
scatter(x, y,'filled') fills in the circles. Use the 'filled' option with any of the input argument combinations in the previous syntaxes.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!