paint on an BW image (updated version)

版本 1.2.0.0 (3.2 KB) 作者: Gang Wang
Paint on an BW image on an axis interactively as you did on windows Paint
1.0K 次下载
更新时间 2012/3/15

查看许可证

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]);

引用格式

Gang Wang (2024). paint on an BW image (updated version) (https://www.mathworks.com/matlabcentral/fileexchange/32786-paint-on-an-bw-image-updated-version), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Updated version with new features

1.0.0.0