Public Types | Public Member Functions | Public Attributes
cv::Param Struct Reference

#include <core.hpp>

List of all members.

Public Types

enum  {
  INT = 0, BOOLEAN = 1, REAL = 2, STRING = 3,
  MAT = 4, MAT_VECTOR = 5, ALGORITHM = 6, FLOAT = 7,
  UNSIGNED_INT = 8, UINT64 = 9, SHORT = 10
}

Public Member Functions

 Param ()
 Param (int _type, bool _readonly, int _offset, Algorithm::Getter _getter=0, Algorithm::Setter _setter=0, const string &_help=string())

Public Attributes

int type
int offset
bool readonly
Algorithm::Getter getter
Algorithm::Setter setter
string help

Member Enumeration Documentation

anonymous enum
Enumerator:
INT 
BOOLEAN 
REAL 
STRING 
MAT 
MAT_VECTOR 
ALGORITHM 
FLOAT 
UNSIGNED_INT 
UINT64 
SHORT 

Constructor & Destructor Documentation

cv::Param::Param ( int  _type,
bool  _readonly,
int  _offset,
Algorithm::Getter  _getter = 0,
Algorithm::Setter  _setter = 0,
const string &  _help = string() 
)

Member Data Documentation


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