paint on an BW image (updated version)
This function is specially useful for image segmentation software developers who wish to 1)create the ground truth for their algorithm validation or 2) modify the auto-segmentation result.
This is version 2. New features include:
1) Users can paint/erase the mask
2) Can select brush/eraser size
3) export the mask  
Run bwpaint_demo:
Usage:
bottom slider to change slices. left click to paint and right click to erase, please move the mouse slowly otherwise the line will not be continuous.
Click button to export the processed image to A.mat. I save the images into one matrix which is in size of [SIZE_X, SIZE_Y, No._of_Slices x 3];
The images are saved in the following sequence:
 
R_slice1 (original input image in red channel)
G_slice1 (mask layer in green channel)
B_slice1
R_s2 
G_s2 
B_s2
R_s3 
G_s3 
B_s3
…
 
R_sn 
G_sn 
B_sn
If you want to re-process the saved matrix, just reload it into workspace and run
 
bwpaint1([the_matrix]);
Cita come
Gang Wang (2025). paint on an BW image (updated version) (https://it.mathworks.com/matlabcentral/fileexchange/32786-paint-on-an-bw-image-updated-version), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > Color Segmentation >
 
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
