sobel

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

댓글 수: 1

mohd
mohd 2012년 3월 7일
is it exist function skew_sobel

댓글을 달려면 로그인하십시오.

답변 (2개)

Matt Tearle
Matt Tearle 2012년 3월 7일

0 개 추천

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 2012년 3월 7일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

질문:

2012년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by