image thumbnail
from Livewire (Intelligent Scissors) ROI Creation by Christian Wuerslin
Implementation of the livewire algorithm for intelligent ROI drawing. Can be used instead of ROIPOLY

please_mex_me
function please_mex_me

sCurrentPath = cd;
sPath = fileparts(mfilename('fullpath'));
cd(sPath)
mex([sPath, filesep, 'fLiveWireCalcP.cpp']);


cd(sCurrentPath);

Contact us