Plot Multiple Segmented Boundaries

版本 1.0.2 (1.7 KB) 作者: Dang N. H. Thanh
Draw multiple boundaries of segmented results on the original image
232.0 次下载
更新时间 2020/8/23

查看许可证

Copyright 2019 by Dang N. H. Thanh. Email: thanh.dnh.cs@gmail.com
Visit my site: https://sites.google.com/view/crx/sdm
You need to install the image processing toolbox
===================================================================
Draw multiple boundaries of segmented results on the original image, where, inputimagepath - The path to input image, bordersize - The border width measured in pixel, segoption - This is 2D array, including the path of segmented images. The segoptions should be:
segoptions = {{path0; color0}, {path1; color1}, ...};
Note that: comma (,) and semicolon (;).

For example:
segoptions = {{'seg1.png'; 'r--'}, {'seg2.png'; 'b-.'}};
PlotMultipleSegmentedBoundaries('orin.png', 3, segoptions);

Note: result will be stored in the __boundaries folder of current path

引用格式

Thanh, Dang N. H., et al. “Automatic Initial Boundary Generation Methods Based on Edge Detectors for the Level Set Function of the Chan-Vese Segmentation Model and Applications in Biomedical Image Processing.” Frontiers in Intelligent Computing: Theory and Applications, Springer Singapore, 2019, pp. 171–81, doi:10.1007/978-981-13-9920-6_18.

查看更多格式

Thanh, Dang N. H., et al. “A Skin Lesion Segmentation Method for Dermoscopic Images Based on Adaptive Thresholding with Normalization of Color Models.” 2019 6th International Conference on Electrical and Electronics Engineering (ICEEE), IEEE, 2019, doi:10.1109/iceee2019.2019.00030.

查看更多格式

Thanh, Dang N. H., et al. “Melanoma Skin Cancer Detection Method Based on Adaptive Principal Curvature, Colour Normalisation and Feature Extraction with the ABCD Rule.” Journal of Digital Imaging, vol. 33, no. 3, Springer Science and Business Media LLC, Dec. 2019, pp. 574–85, doi:10.1007/s10278-019-00316-x.

查看更多格式
MATLAB 版本兼容性
创建方式 R2019a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Update info

1.0.1

Update references

1.0.0