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

1 次查看(过去 30 天)
am doing project on leukemia segmentation u need to get subimages of main original image using boundingbox please help me

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Biomedical Imaging 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by