Deformable models for texture segmentation

版本 1.0.0.0 (2.1 MB) 作者: Vedrana Dahl
Segments a textured image by evolving a curve using a dictionary-based texture representation
1.3K 次下载
更新时间 2016/4/8

查看许可证

Deformable models for segmenting textured images, including snakes, single-phase level-sets and multi-phase level-sets. Dictionary-based texture representation is the same for all models.
The methods are described in:
- "Dictionary snakes". Anders Bjorholm Dahl and Vedrana Andersen Dahl. 22nd International Conference on Pattern Recognition (ICPR), IEEE, 2014. http://www.computer.org/csdl/proceedings/icpr/2014/5209/00/5209a142-abs.html
- “Dictionary Based Image Segmentation". Anders Bjorhom Dahl and Vedrana Andersen Dahl. 19th Scandinavian Conference on Image Analysis (SCIA), Springer, 2015.
http://link.springer.com/chapter/10.1007%2F978-3-319-19665-7_3

After downloading the code, in texture_functions folder run compile_mex_functions once, and try demo scripts in the main folder. A set of 12 images is provided for testing.

Dictionary settings to experiment with: patch_size is a size of dictionary patches, relates to the texture type; branching_factor and number_layers relate to the size of the dictionary (larger dictionary provides better representation but slower computation). Curve evolution settings should be rather self-explanatory.

引用格式

Vedrana Dahl (2024). Deformable models for texture segmentation (https://www.mathworks.com/matlabcentral/fileexchange/56445-deformable-models-for-texture-segmentation), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Changed search path
Changed illustration
Changed illustration
Added illustration

Typo
Updated description