Sobel Operator no threshold
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Image Analyst
il 3 Mar 2014
Don't use edge(). Use imgradient() instead. You will get the actual Sobel filtered image.
2 Commenti
Più risposte (1)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!