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
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 个评论
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!