Sobel Operator no threshold
2 次查看(过去 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!