Watch this Author's files
To speed the program up you should not use the for loops in VesselExtract.m:60-68
You can easily vectorise the code with: bloodVessels = max(t1,t2); bloodVessels = max(bloodVessels,t3); bloodVessels = max(bloodVessels,t4); bloodVessels = max(bloodVessels,t5); bloodVessels = max(bloodVessels,t6); bloodVessels = max(bloodVessels,t7); bloodVessels = max(bloodVessels,t8);
Contact us at files@mathworks.com