--- a +++ b/PixelLabelIDs.m @@ -0,0 +1,22 @@ +% Developer: Tonmoy Ghosh (tghosh@crimson.ua.edu) +function labelIDs = PixelLabelIDs() +labelIDs = { ... + + % "Bleeding" + [ + 255 000 000; ... % "Bleeding" + ] + + % "Non-Bleeding" + [ + 000 255 255; ... % "Non-Bleeding" + ] + + % "Background" + [ + 000 000 000; ... % "Background" + ] + + + }; +end \ No newline at end of file