How to extract ROI by gray level of the image?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I am working on a project about stair detection and measurment. I first find and highlight the edges of the stairs by hough transform. Then I acquire the disparity map and here's the result.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169254/image.png)
Then I convert the disparity map into gray level image of [0 64], and the image shows a gradual change in gray level.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169256/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169257/image.png)
I tried to perform watershed segmentation for roi extract but the result is not good. Is there any other method for roi extraction by gray level? Thank you.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!