may i have the matlab code for checking a rectangle in an image?
1 次查看(过去 30 天)
显示 更早的评论
i want to check is there any rectangle in an image. may i have the matlab code for this?
1 个评论
Walter Roberson
2013-4-28
Will the rectangle be aligned with the horizontal? Or could it be rotated?
采纳的回答
Image Analyst
2013-4-28
Yes, there are things you can do, like trying the corner() function, or hough() or houghlines(). Or you might be able to just do simply thresholding. That's about all I can say unless you upload an image. Would you do that?
2 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!