I need to get subimages of original image which consists of number of wbc using bounding box

1 view (last 30 days)
am doing project on leukemia segmentation u need to get subimages of main original image using boundingbox please help me

Answers (1)

Image Analyst
Image Analyst on 10 May 2014
Edited: Image Analyst on 10 May 2014
subImage = imcrop(yourImage, boundingBox);
See my Image Segmentation Tutorial in My File Exchange for an example where I do the same thing with coins.

Categories

Find more on Biomedical Imaging in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!