Line detection //contour tracing/plot...pls help needed in matlab
2 ビュー (過去 30 日間)
古いコメントを表示
For the given image the lines are detected using hough transform.What should be done to connect these lines?? Pls help me with tha matlab coding..
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 2 月 5 日
What does "connect" mean to you? Do you want every single endpoint connected to every other endpoint with a line drawn in the overlay? Or what? Maybe you want edgelinking http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/#edgelink?
5 件のコメント
Image Analyst
2014 年 2 月 7 日
Can you mark it as Accepted? You can still come back with questions though.
keagan
2014 年 6 月 3 日
Hello Image Analyst
With regards to line detection for a square, using hough transform, I have detected the lines of the square but I need your help with something. How do I say in matlab code that the 2 lines on the rows is perpedicular and the lines on the columns also are and also to say the angles are 90 degrees at the edges to make it a square.
please advice thanks
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!