-
Notifications
You must be signed in to change notification settings - Fork 0
l-huo/cannyEdgeDetector
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
https://en.wikipedia.org/wiki/Canny_edge_detector canny edge detection on RGB24 file, grayspace color only make: gcc main.c -lm usage: ./a.out image.raw 640 360 generate RGB24 image: ffmpeg -i sample.png -f rawvideo -pix_fmt rgb24 image.raw display output image: ffplay -f rawvideo -video_size 640x360 -pixel_format gray -i canny.raw
About
implementation of canny edge detector
Resources
Stars
Watchers
Forks
Releases
No releases published