petiole removal from a binary leaf image
1 次查看(过去 30 天)
显示 更早的评论
I am trying to remove the petiole part from the image of the leaf. It’s a binary image. I have tried using imopen(matlab) with rectangular structuring element. That is working but is also affecting the remaining part of
image. I have also tried making those particular pixels (rows and columns) zero in the binary image. But for different leaf images the petiole length changes. Also the leaf in the image could be at different orientations. I have to keep changing the row and column values depending on different images. Is there any generalized way of doing it that can be applied to different images?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!