Hough Transform for detecting Rectangles
古いコメントを表示
Hello everyone. I am looking for Matlab code, using the Hough Transform for detecting rectangles.I've seen the codes and examples for circles and lines and they are really well explained, but a code for a rectangle is nowhere to be found.Can anyone please give me some directions or even better a working code ? Thank you.
回答 (1 件)
Image Analyst
2013 年 5 月 20 日
0 投票
You can also take a look at the corner() function in the Image Processing Toolbox.
3 件のコメント
Satadru Mukherjee
2020 年 8 月 2 日
Corner uses Harris–Stephens algorithm , not Hough Transform . Please provide the answer of the quesion what is asked.
Image Analyst
2020 年 8 月 2 日
I don't have an answer for that specific method, that's why I offered an alternative. He could also do it by deep learning. I'm not going to provide the Hough algorithm answer because he asked this over 7 years ago and I'm sure he's not waiting on my answer after all this time.
mostafa shoaib
2020 年 9 月 4 日
I want the hough transform code to detect rectangels from a raster satellite image.
カテゴリ
ヘルプ センター および File Exchange で Hough Transform についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!