Sobel Operator no threshold
이전 댓글 표시
I'm using the "edge(img,'sobel')" function but it returns a matrix that is logical. Is there a way to make it a uint8? I want to see it just the filtering.
채택된 답변
추가 답변 (1개)
Anand
2014년 3월 3일
[Gx,Gy] = imgradientxy(im,'sobel');
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!