Is it possible to find a center for a centroid and then use imcrop to find a certain size cropped area around that center
1 回表示 (過去 30 日間)
古いコメントを表示
I asked a question here
I have images of cells that I have been able to find the centroids and I need crop a certain area (288 by 288 pixel area square) around this centroid's center. Not sure if this makes sense or is possible?
0 件のコメント
採用された回答
Walter Roberson
2016 年 8 月 17 日
croppedImage = imcrop(binaryImage, [xmin-width/2, ymin-width/2, width, height]);
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!