blobcity/ai-seed

Pothole Detection in Video Stream

Opened this issue · 0 comments

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 :

  1. Contour detection
  2. edge detection or Canny edge filter algorithm.