#include "post-processing-filters-list.h"#include "post-processing-worker-filter.h"#include <rs-vino/object-detection.h>#include <rs-vino/age-gender-detection.h>#include <rs-vino/detected-object.h>#include <cv-helpers.hpp>
Go to the source code of this file.
Classes | |
| class | detected_face |
| class | openvino_face_detection |
Variables | |
| static auto | it = post_processing_filters_list::register_filter< openvino_face_detection >( "Face Detection : OpenVINO" ) |
|
static |
Definition at line 372 of file openvino-face-detection.cpp.