Plot Multiple Segmented Boundaries

Draw multiple boundaries of segmented results on the original image
ダウンロード: 237
更新 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
バージョン 公開済み リリース ノート
1.0.2

Update info

1.0.1

Update references

1.0.0