MATLAB code for vedio edge detection

9 次查看(过去 30 天)
hello sir, I need your help in matlab code for video edge detection .It's very urgent.please send the code.

采纳的回答

Image Analyst
Image Analyst 2014-3-9
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 个评论
ANPHY JOSE
ANPHY JOSE 2014-3-10
编辑:ANPHY JOSE 2014-3-10
sir, can you plese send the matlab code for video edge detection using canny ,sobel and prewitt operator.
Image Analyst
Image Analyst 2014-3-10
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.

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by