Skip to content

wiseman/clj-opencv-examples

Repository files navigation

clj-opencv-examples

Examples of using OpenCV from Clojure.

Meanshift and camshift video tracking algorithms

$ lein run -m com.lemondronor.opencv.examples.camshift videos/slow_traffic_small.mp4

Output will be a series of frames of the form frame-nnnn.png showing the ROI rect.

Meanshift screenshot

$ lein run -m com.lemondronor.opencv.examples.meanshift videos/slow_traffic_small.mp4

Output will be a series of frames of the form frame-nnnn.png showing the ROI rotated rect.

Camshift screenshot

About

Examples of using OpenCV from Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published