corner detection on chessboard
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I = checkerboard(100,2,2);
C = corner(I);
??? Undefined function or method 'corner' for input arguments of type 'double'.
Is this error is due to version problem.?
I am currently using MATLAB R2008b.
No corner function is shown in help menu..
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de En. de 2013
3 comentarios
Walter Roberson
el 7 de En. de 2013
Please refer to the Answer noted above. (Which I have just updated.)
Más respuestas (0)
Ver también
Categorías
Más información sobre Feature Detection and Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!