corner detection on chessboard

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..

 Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de En. de 2013

0 votos

3 comentarios

Lalit Patil
Lalit Patil el 7 de En. de 2013
First i am generating chessboard.. on this chessboard i want to detect all corners..
on this page http://www.mathworks.in/help/images/ref/corner.html chessboard is given and corners are detected in red colour.. Same as i want to detect..
Walter Roberson
Walter Roberson el 7 de En. de 2013
Please refer to the Answer noted above. (Which I have just updated.)
Lalit Patil
Lalit Patil el 7 de En. de 2013
Ok.. Thank you.. I have to develope my algorithm..

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by