Skip to content

ashokpant/detection-naked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV detector naked!!

Displays internal stages of detection.

Dependencies

  • OpenCV
  • Other: sudo apt-get install libgflags-dev libgoogle-glog-dev

Compilation

$ git clone https://github.com/ashokpant/detection-naked.git
$ cd detection-naked
$ mkdir build
$ cd build
$ cmake ..
$ make 

Uses

$ cd detection-naked/build
$ ./detection_demo --detector=../data/haarcascade_frontalface_alt2.xml --image=../images/ashok.jpg
 -minWH=300x300 --parallel=false --naked=true --group=true --minNeighbour=1

Options:
--naked <detection mode (true/false), default true>
--dh <draw haar features (true/false), default true>
--parallel <run detector in parallel (true/false), default true>
--group <group final results (true/false), default true>

--image <input image>
--video <input video>
--camera <input camera id, default 0>

--detector <cascade detector>
--minWH <detector minimum widthxheight>
--minNeighbour <minimum number of neighbours to group the matched patches>

Other Examples

Haar Features Lena Darling Lena Darling

About

OpenCV Haar Cascade detection naked!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published