OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
cv::xobjdetect::ICFDetectorParams Struct Reference

Params for ICFDetector training. More...

#include "xobjdetect.hpp"

Public Member Functions

 ICFDetectorParams ()
 

Public Attributes

float alpha
 
int bg_per_image
 
int feature_count
 
std::string features_type
 
bool is_grayscale
 
int model_n_cols
 
int model_n_rows
 
bool use_fast_log
 
int weak_count
 

Detailed Description

Params for ICFDetector training.

Constructor & Destructor Documentation

cv::xobjdetect::ICFDetectorParams::ICFDetectorParams ( )
inline

Member Data Documentation

float cv::xobjdetect::ICFDetectorParams::alpha
int cv::xobjdetect::ICFDetectorParams::bg_per_image
int cv::xobjdetect::ICFDetectorParams::feature_count
std::string cv::xobjdetect::ICFDetectorParams::features_type
bool cv::xobjdetect::ICFDetectorParams::is_grayscale
int cv::xobjdetect::ICFDetectorParams::model_n_cols
int cv::xobjdetect::ICFDetectorParams::model_n_rows
bool cv::xobjdetect::ICFDetectorParams::use_fast_log
int cv::xobjdetect::ICFDetectorParams::weak_count

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