Sobel Operator no threshold
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
GARRETT
am 3 Mär. 2014
Kommentiert: Anand
am 4 Mär. 2014
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 3 Mär. 2014
Don't use edge(). Use imgradient() instead. You will get the actual Sobel filtered image.
2 Kommentare
Weitere Antworten (1)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!