Conscience Core
Namespaces | Macros | Functions | Variables
CscDetectorEnginePersonPose.cpp File Reference
#include <cstdarg>
#include <set>
#include <CoreObjects/Resources/CscResourceSpec.h>
#include <CoreObjects/Resources/CscResources.h>
#include <DetectorEngine/CscDetectorEnginePersonPose.h>
#include <CoreObjects/Csc3dElement/Csc3dElementModelsRepository.h>
#include <DetectorEngine/CscDetectorResources.h>
#include <Util/geom_opencv.h>

Namespaces

 conscience_core
 
 conscience_core::detector_engine
 

Macros

#define DATASET_COCO   0
 
#define DATASET_BODY_25   1
 
#define DATASET   DATASET_BODY_25
 

Functions

void conscience_core::detector_engine::populateInterpPoints (const cv::Point &a, const cv::Point &b, int numPoints, vector< cv::Point > &interpCoords)
 
float conscience_core::detector_engine::intersectRatio (const vector< Point2f > &zone, const cv::Rect &boundingBox, Mat &imageMatrix, bool drawIntersectedPoints)
 

Variables

static const vector< string > conscience_core::detector_engine::TOP_PART_NAMES = {"REye", "LEye", "REar", "LEar", "Nose", "RShoulder", "LShoulder", "Neck"}
 
static const vector< string > conscience_core::detector_engine::MIDDLE_PART_NAMES = {"RElbow", "LElbow", "RWrist", "LWrist", "RHip", "MidHip", "LHip"}
 
static const vector< string > conscience_core::detector_engine::BOTTOM_PART_NAMES = {"RKnee", "LKnee", "RAnkle", "LAnkle", "LBigToe", "LSmallToe", "LHeel", "RBigToe", "RSmallToe", "RHeel"}
 

Macro Definition Documentation

◆ DATASET

#define DATASET   DATASET_BODY_25

◆ DATASET_BODY_25

#define DATASET_BODY_25   1

◆ DATASET_COCO

#define DATASET_COCO   0