I have a checker board patterns with small and big rectangle shapes crossings. I want to detect only these big crossing points not small rectagular crossing using intrest operaters. Is there any option??
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

0 Kommentare
Antworten (1)
Image Analyst
am 1 Dez. 2015
Try using hough() or houghlines(). What are the "small rectagular crossing"? I don't know if I see any of those. And what are "intrest operaters"?
2 Kommentare
Thorsten
am 1 Dez. 2015
He probably refers to "interest point detection" using "interest operators".
Image Analyst
am 1 Dez. 2015
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!