initialize level set function

4 Ansichten (letzte 30 Tage)
Radhia R
Radhia R am 20 Apr. 2014
Kommentiert: Star Strider am 20 Apr. 2014
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;

Antworten (1)

Image Analyst
Image Analyst am 20 Apr. 2014
We've never heard of that function. Why don't you ask the author of the code?
  1 Kommentar
Star Strider
Star Strider am 20 Apr. 2014
It might be the File Exchange contribution Level set for image segmentation, superbly well-documented.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Biomedical Imaging finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by