How to filter similar objects with same brightness value?
3 次查看(过去 30 天)
显示 更早的评论
I have a binary image. Image contains bridge and ships both in bright while water is in black. I am trying to filter out bridge based on brightness threshold, but its not working. Anyone has any idea how to just filter out the bridge by keeping the other objects in the image?
0 个评论
回答(1 个)
Image Analyst
2020-2-9
Perhaps by it's vertical location in the scene. Wouldn't the bridge be the highest thing? Or perhaps by the shape (aspect ratio) or size? Or perhaps by it's location if it's always in the same place because your camera is fixed on the shore. We can't really tell because you forgot to attach the binary image and grayscale or color image. Attach two sets of them so we can see what changes between the two smapshots.
2 个评论
Image Analyst
2020-2-10
My first image analysis project ever was working with inverse synthetic aperture radar back in 1980 (40 years ago) in San Diego. After reconstruction of the image, we had to identify different types of aircraft and watercraft from their shapes.
I'd start with hough or houghlines().
I can't give you a full solution because this is so difficult that it can't be done in just 5 or 10 minutes. Good luck though.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!