kennykw / kite-detector

OpenCV Object Detector trained to recognize flying LEI kites over water or snow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kite-detector

OpenCV object detector trained to recognize kites. The detector was trained on 7-14 M LEI kites flying over water or snow.

A small example program is provided which demonstrates how to use the classifier (see src/kite_classifier.cpp) . The example program opens all images in a directory, places a red bounding box over all detected kites, and then dislpays each image with bounding boxes.

Kites with red bounding boxes

Installing

Install OpenCV first. Then:

mkdir build
cd build
cmake ..
make

Running

build/src/kite_detector classifier/cascade.xml <path-to-image-dir>			

About

OpenCV Object Detector trained to recognize flying LEI kites over water or snow

License:Apache License 2.0


Languages

Language:C++ 93.4%Language:CMake 6.6%