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!