OpenCV  3.4.20-dev
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::CvHOGEvaluator::Feature Class Reference

#include <opencv2/tracking/feature.hpp>

Public Member Functions

 Feature ()
 
 Feature (int offset, int x, int y, int cellW, int cellH)
 
float calc (const std::vector< Mat > &_hists, const Mat &_normSum, size_t y, int featComponent) const
 
void write (FileStorage &fs) const
 
void write (FileStorage &fs, int varIdx) const
 

Public Attributes

struct {
   int   p0
 
   int   p1
 
   int   p2
 
   int   p3
 
fastRect [4]
 
Rect rect [4]
 

Constructor & Destructor Documentation

◆ Feature() [1/2]

cv::CvHOGEvaluator::Feature::Feature ( )

◆ Feature() [2/2]

cv::CvHOGEvaluator::Feature::Feature ( int  offset,
int  x,
int  y,
int  cellW,
int  cellH 
)

Member Function Documentation

◆ write() [1/2]

void cv::CvHOGEvaluator::Feature::write ( FileStorage fs) const

◆ write() [2/2]

void cv::CvHOGEvaluator::Feature::write ( FileStorage fs,
int  varIdx 
) const

Member Data Documentation

◆ fastRect

struct { ... } cv::CvHOGEvaluator::Feature::fastRect[ 4 ]

◆ p0

int cv::CvHOGEvaluator::Feature::p0

◆ p1

int cv::CvHOGEvaluator::Feature::p1

◆ p2

int cv::CvHOGEvaluator::Feature::p2

◆ p3

int cv::CvHOGEvaluator::Feature::p3

◆ rect

Rect cv::CvHOGEvaluator::Feature::rect[4]

The documentation for this class was generated from the following file: