Sobel Operator no threshold
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Anand
am 3 Mär. 2014
[Gx,Gy] = imgradientxy(im,'sobel');
Kategorien
Mehr zu Object Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!