blobcity / ai-seed

1000+ ready code templates to kickstart your next AI experiment
https://cloud.blobcity.com
Apache License 2.0
115 stars 54 forks source link

Pothole Detection in Video Stream #943

Open Thilakraj1998 opened 2 years ago

Thilakraj1998 commented 2 years ago

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.