|
vision
|
#include <HaarDetector_ParamsParser.h>
Classes | |
| struct | parser_version_type |
Public Attributes | |
| const std::string | m_device_classname = {"HaarDetector"} |
| const std::string | m_device_name = {"HaarDetector"} |
| bool | m_parser_is_strict = false |
| const parser_version_type | m_parser_version = {} |
| const std::string | m_xmlCascade_defaultValue = {"haarcascade_frontalface_alt.xml"} |
| const std::string | m_lbfModel_defaultValue = {"lbfmodel/lbfmodel.yaml"} |
| std::string | m_xmlCascade = {"haarcascade_frontalface_alt.xml"} |
| std::string | m_lbfModel = {"lbfmodel/lbfmodel.yaml"} |
This class is the parameters parser for class HaarDetector.
These are the used parameters:
| Group name | Parameter name | Type | Units | Default Value | Required | Description | Notes |
|---|---|---|---|---|---|---|---|
| - | xmlCascade | string | - | haarcascade_frontalface_alt.xml | 0 | Haar cascade model file | - |
| - | lbfModel | string | - | lbfmodel/lbfmodel.yaml | 0 | LBF model file | - |
The device can be launched by yarpdev using one of the following examples (with and without all optional parameters):