sobel

hi there... explain to me about function skew_sobel as in my code.
[Fy,Im] = skew_sobel(image);

1 comentario

mohd
mohd el 7 de Mzo. de 2012
is it exist function skew_sobel

Iniciar sesión para comentar.

Respuestas (2)

Matt Tearle
Matt Tearle el 7 de Mzo. de 2012

0 votos

This doesn't seem to be any MATLAB Toolbox function, nor anything on the File Exchange. So I'm assuming this is code you've inherited from someone else, in which case I hope they can supply you with this function and/or its documentation.
General things to try:
doc skew_sobel
help skew_sobel
which skew_sobel
which skew_sobel in filename
where filename is the name of the file where that line of code lives.
Walter Roberson
Walter Roberson el 7 de Mzo. de 2012

0 votos

Sorry, the only reference to it seems to be in the Deskew Papers.pdf and it is not defined there. It is not a Mathworks-provided function.

Categorías

Preguntada:

el 7 de Mzo. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by