Sparse representation for brain image segmentation

작성자: li wang
This is a Matlab demo code of patch-based sparse representation for brain image segmentation.
업데이트 날짜: 2022/8/28
Download link: https://drive.google.com/file/d/1KqSyYaJrWzcVrIQorRi1MZ-tKldRa3KO/view?usp=sharing
Code document: Generally, we assume the similar patches share the same labels. Based on this assumption, we employ the sparse representation to measure the patch similarity between the target patch and the template patches, then propagate the labels from the templates to the target image. In this source code, the target image is test.img, the atlas intensity image are named as atlas1, …, atlas7 and their corresponding labels are names as atlas1_label, …, atlas7_label. I have already aligned all the atlases to the target image space based on the intensity image (Note that atlas images and labels are in the Atlas folder).
Installation:
1. Download the sparse coding toolbox: SPMAS toolbox (http://spams-devel.gforge.inria.fr/hitcounter2.php?file=33814/spams-matlab-v2.5-svn2014-07-04.tar.gz). After downloading, unzip it and run the examples in
Matlab to see if it is correctly working.
2. Modify the path in the Demo_sparse_segmentation.m:
addpath(genpath(‘YOUR_OWN_SPAMS_PATH’));
3. In Matlab, run “mex extract_patches_for_prior.c”
4. Run Demo_sparse_segmentation.m in Matlab.
5. Enjoy and you will get the results.
More information and codes could be found in my homepage: http://liwang.web.unc.edu/.
MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!