canny

Download Canny

If you can't read please download the document

Upload: ayush-goel

Post on 15-Dec-2015

212 views

Category:

Documents


0 download

DESCRIPTION

canny edge detection.

TRANSCRIPT

Canny edge detector with live feed:#include#include "opencv2/highgui/highgui.hpp"#include "opencv2/imgproc/imgproc.hpp"using namespace cv;using namespace std;int main(){VideoCapture cap(0);if (!cap.isOpened()){cout frame;if (frame.empty()){cout