All Projects → hzawary → CascadeTrainingTool

hzawary / CascadeTrainingTool

Licence: other
An useful windows application as user interface to cascade classifier training using OpenCV applications.

Programming Languages

C#
18002 projects
smalltalk
420 projects

CascadeTrainingTool

An useful windows application as user interface to cascade classifier training using OpenCV applications. CascadeTrainingBuilder

Base program developed using Visual Studio 2015, C# .Net 4.6, compiled in x86 windows 10.

By References:

Requiring before runnig the program

  • Adding complied OpenCV apps in bin project directory. In this project used opencv_annotation.exe, opencv_createsamples.exe, opencv_ffmpeg300.dll, opencv_traincascade.exe, opencv_world300.dll, opencv_world300d.dll files about 18 MB (OpenCV v3.0).
  • Mentioned files can be download from here.

Short keys

  • Ctrl+Right and Ctrl+Left for goto next image and previous image respectively.
  • Ctrl+Up and Ctrl+Down for accept image as positive and negative respectively and goto the next image.

The result program structure

  • Negatives: Directory include a text file and negative images.
  • Positives: Directory include a text file and positive images.
  • samples.vec: Vector file from positive images.
  • Cascade _ ??x??: Directory (an arbitrary name) include trained xml files from vector file and negative images.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].