initialize level set function

조회 수: 5 (최근 30일)
Radhia R
Radhia R 2014년 4월 20일
댓글: Star Strider 2014년 4월 20일
Hi, I want to implement the level set code matlab to my medical image, but i don't understand the parameters of the IInitialLSF function to initialise the rectangle around the tumor.
% Initialize the level set function.
initialLSF = c0*ones(size(Img));
initialLSF(25:60, 40:50) = -c0;
u = initialLSF;

답변 (1개)

Image Analyst
Image Analyst 2014년 4월 20일
We've never heard of that function. Why don't you ask the author of the code?
  댓글 수: 1
Star Strider
Star Strider 2014년 4월 20일
It might be the File Exchange contribution Level set for image segmentation, superbly well-documented.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by