which filter the function "imgradientxy" use ??
조회 수: 17 (최근 30일)
이전 댓글 표시
I use function "imgradientxy", but I need to know which filter it uses? and the difference between it and the function "imgradient"??
댓글 수: 0
답변 (1개)
Jan
2017년 9월 27일
According to the documentation:
doc imgradientxy
the default method is: 'sobel' (default)
While imgradient calculates the gradient for each pixel with magnitude and direction, imgradientxy calculates the gradients in the fixed X and Y directions.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!