#include <personIdExtractor.hpp>
|
| PersonIdExtractor (const float confidenceThreshold=0.1f, const float inlierRatioThreshold=0.5f, const float distanceThreshold=30.f, const int numberFramesToDeletePerson=10) |
|
virtual | ~PersonIdExtractor () |
|
Array< long long > | extractIds (const Array< float > &poseKeypoints, const Matrix &cvMatInput, const unsigned long long imageViewIndex=0ull) |
|
Array< long long > | extractIdsLockThread (const Array< float > &poseKeypoints, const Matrix &cvMatInput, const unsigned long long imageViewIndex, const long long frameId) |
|
Definition at line 8 of file personIdExtractor.hpp.
◆ PersonIdExtractor()
op::PersonIdExtractor::PersonIdExtractor |
( |
const float |
confidenceThreshold = 0.1f , |
|
|
const float |
inlierRatioThreshold = 0.5f , |
|
|
const float |
distanceThreshold = 30.f , |
|
|
const int |
numberFramesToDeletePerson = 10 |
|
) |
| |
◆ ~PersonIdExtractor()
virtual op::PersonIdExtractor::~PersonIdExtractor |
( |
| ) |
|
|
virtual |
◆ extractIds()
Array<long long> op::PersonIdExtractor::extractIds |
( |
const Array< float > & |
poseKeypoints, |
|
|
const Matrix & |
cvMatInput, |
|
|
const unsigned long long |
imageViewIndex = 0ull |
|
) |
| |
◆ extractIdsLockThread()
Array<long long> op::PersonIdExtractor::extractIdsLockThread |
( |
const Array< float > & |
poseKeypoints, |
|
|
const Matrix & |
cvMatInput, |
|
|
const unsigned long long |
imageViewIndex, |
|
|
const long long |
frameId |
|
) |
| |
The documentation for this class was generated from the following file: