OPENCV_PERFORMANCE(1) | User Commands | OPENCV_PERFORMANCE(1) |
opencv_performance - evaluate the performance of the classifier
opencv_performance [options]
opencv_performance evaluates the performance of the classifier. It takes a collection of marked up test images, applies the classifier and outputs the performance, i.e. number of found objects, number of missed objects, number of false alarms and other information.
When there is no such collection available test samples may be created from single object image by the opencv_createsamples(1) utility. The scheme of test samples creation in this case is similar to training samples
In the output, the table should be read:
opencv_performance supports the following options:
The same information is shown, if opencv_performance is called without any arguments/options.
To create training samples from one image applying distortions and show the results:
opencv_createsamples(1), opencv_haartraing(1)
More information and examples can be found in the OpenCV documentation.
This manual page was written by Daniel Leidert <daniel.leidert@wgdd.de> and Nobuhiro Iwamatsu <iwamatsu@debian.org> for the Debian project (but may be used by others).
May 2010 | OpenCV |