MATLAB code for vedio edge detection
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
ANPHY JOSE
il 9 Mar 2014
Commentato: Image Analyst
il 10 Mar 2014
hello sir, I need your help in matlab code for video edge detection .It's very urgent.please send the code.
Risposta accettata
Image Analyst
il 9 Mar 2014
Never heard of that one. Perhaps you might try Canny, Sobel, Roberts, or Prewitt, difference of Gaussians (DOG filter), Laplacian of Gaussians (LOG filter), Laplacian, or even some other edge detection method. You can use imgradient() to get the edge images. fspecial() might also come in useful. Did you mean video instead of vedio? Either way, my answer remains the same. There are sample programs for those in the help. If you want to process a video, see the example I attached.
2 Commenti
Image Analyst
il 10 Mar 2014
No because, like I said, you already have the code for that. It's in the help. Why do you need me to extract the demo code from the help and put it into my demo? Can't you do that? It's not that hard.
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!