Sobel Operator no threshold
조회 수: 3 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Image Analyst
2014년 3월 3일
Don't use edge(). Use imgradient() instead. You will get the actual Sobel filtered image.
댓글 수: 2
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!