Pothole Detection in Video Stream
Thilakraj1998 opened this issue · 0 comments
Thilakraj1998 commented
Detect pothole in video stream either from camera input or video files. Detect the pothole from video frame per second using OpenCV utilizing image processing techniques like :
- Contour detection
- edge detection or Canny edge filter algorithm.