initialize level set function

5 次查看(过去 30 天)
Radhia R
Radhia R 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?

类别

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