Detecting shapes-lsm format?
2 次查看(过去 30 天)
显示 更早的评论
I want to detect the number of blue coloured spots (nuclei to be precise) in an image of lsm format using matlab, however writing the code below is not detecting the shapes at all, instead as i do imshow a white page opens up.(Indicating that the entire picture has been converted into white) code: i=imread('01.lsm'); imshow(i) BW = im2bw(i, 0.9); BW = ~BW; imshow(BW)
Is it a problem with the code or with the format? Thanx in advance.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!