OpenCV
4.10.0-dev
Open Source Computer Vision
|
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include <iostream>
#include <string>
#include <time.h>
Namespaces | |
namespace | cv |
namespace | cv::detail |
namespace | cv::detail::tracking |
namespace | cv::detail::tracking::contrib_feature |
Macros | |
#define | CC_FEATURE_PARAMS "featureParams" |
#define | CC_FEATURE_SIZE "featSize" |
#define | CC_FEATURES FEATURES |
#define | CC_ISINTEGRAL "isIntegral" |
#define | CC_MAX_CAT_COUNT "maxCatCount" |
#define | CC_NUM_FEATURES "numFeat" |
#define | CC_RECT "rect" |
#define | CC_RECTS "rects" |
#define | CC_TILTED "tilted" |
#define | CV_HAAR_FEATURE_MAX 3 |
#define | CV_SUM_OFFSETS(p0, p1, p2, p3, rect, step) |
#define | CV_TILTED_OFFSETS(p0, p1, p2, p3, rect, step) |
#define | FEATURES "features" |
#define | HFP_NAME "haarFeatureParams" |
#define | HOGF_NAME "HOGFeatureParams" |
#define | LBPF_NAME "lbpFeatureParams" |
#define | N_BINS 9 |
#define | N_CELLS 4 |
Functions | |
template<class Feature > | |
void | cv::detail::tracking::contrib_feature::_writeFeatures (const std::vector< Feature > features, FileStorage &fs, const Mat &featureMap) |
float | cv::detail::tracking::contrib_feature::calcNormFactor (const Mat &sum, const Mat &sqSum) |
#define CC_FEATURE_PARAMS "featureParams" |
#define CC_FEATURE_SIZE "featSize" |
#define CC_FEATURES FEATURES |
#define CC_ISINTEGRAL "isIntegral" |
#define CC_MAX_CAT_COUNT "maxCatCount" |
#define CC_NUM_FEATURES "numFeat" |
#define CC_RECT "rect" |
#define CC_RECTS "rects" |
#define CC_TILTED "tilted" |
#define CV_HAAR_FEATURE_MAX 3 |
#define CV_SUM_OFFSETS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
rect, | |||
step | |||
) |
#define CV_TILTED_OFFSETS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
rect, | |||
step | |||
) |
#define FEATURES "features" |
#define HFP_NAME "haarFeatureParams" |
#define HOGF_NAME "HOGFeatureParams" |
#define LBPF_NAME "lbpFeatureParams" |
#define N_BINS 9 |
#define N_CELLS 4 |