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!