How to fill the blob cirlces of an image with a colour?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sk
el 30 de Dic. de 2019
Respondida: Image Analyst
el 4 de En. de 2020
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 comentarios
Respuesta aceptada
Image Analyst
el 4 de En. de 2020
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!