may i have the matlab code for checking a rectangle in an image?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i want to check is there any rectangle in an image. may i have the matlab code for this?
1 Kommentar
Walter Roberson
am 28 Apr. 2013
Will the rectangle be aligned with the horizontal? Or could it be rotated?
Akzeptierte Antwort
Image Analyst
am 28 Apr. 2013
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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!