VAT  3.0
Video Analysis Tool
PlayFieldDetectionModule Member List

This is the complete list of members for PlayFieldDetectionModule, including all inherited members.

addChildParameterToTree(const QString &name, const QString &value, const QString &defaultValue, const ParameterDataType &type, Parameter2 *parent) (defined in ModuleInterface)ModuleInterface
addParameter(QString name, QString value, QString type) (defined in ModuleInterface)ModuleInterface
addParameterChild(QString name, QString value, QString type, parameter *parent) (defined in ModuleInterface)ModuleInterface
addParameterToTree(const QString name, const QString value, const QString defaultValue, const ParameterDataType &type) (defined in ModuleInterface)ModuleInterface
alpha (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
beta (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
blueHist (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
bluePeak (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
blueThreshold (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
calcThresh(cv::Mat histogram, uchar *ptr_peak)PlayFieldDetectionModule
criteriaMap (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
currGrayImg (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
currImgC3 (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
displayCriteriaMap (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
displayFeatureMap (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
displayHistogram (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
featureMap (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
fieldMask (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
fileMaskName (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
firstTime (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
getMaxLoc(cv::Mat histogram) (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
getParameter(QString name) (defined in ModuleInterface)ModuleInterface
getParameter(QString name, parameter *parent) (defined in ModuleInterface)ModuleInterface
getParameter(QString name, std::multimap< QString, parameter > subList) (defined in ModuleInterface)ModuleInterface
getParameterFromTree(const QString name) (defined in ModuleInterface)ModuleInterface
getParameterFromTree(const QString name, Parameter2 *parent) (defined in ModuleInterface)ModuleInterface
getParameterFromTree(const QString name, std::multimap< QString, Parameter2 > subList) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const bool &defaulValue, bool &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const char &defaulValue, char &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const uchar &defaulValue, uchar &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const int &defaulValue, int &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const uint &defaulValue, uint &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const long &defaulValue, long &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const ulong &defaulValue, ulong &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const float &defaulValue, float &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const double &defaulValue, double &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
getParameterValueFromXml(const QDomNode &rootNode, const QString &parameterName, const QString &defaulValue, QString &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
grayHist (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
grayPeak (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
grayThreshold (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
greenHist (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
greenPeak (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
greenThreshold (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
height (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
histSize (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
imgARGB32 (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
init() (defined in PlayFieldDetectionModule)PlayFieldDetectionModulevirtual
listParameters (defined in ModuleInterface)ModuleInterface
m_data (defined in ModuleInterface)ModuleInterfaceprotected
maxScale (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
minFeature (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
minReliability (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
minScale (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ModuleInterface(Datapool *i_data) (defined in ModuleInterface)ModuleInterface
name (defined in ModuleInterface)ModuleInterface
nameParameters (defined in ModuleInterface)ModuleInterface
nonField (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
normalizeBothSideScale(uchar value, uchar threshold) (defined in PlayFieldDetectionModule)PlayFieldDetectionModuleinline
numBins (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
parametersTree (defined in ModuleInterface)ModuleInterface
PlayFieldDetectionModule(Datapool *i_data) (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ptr_blueChannel (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ptr_currGrayImg (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ptr_greenChannel (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ptr_nonField (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
ptr_redChannel (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
redHist (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
redPeak (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
redThreshold (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
reliability (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
reliabilityNormalized (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
reliabilityNormalizedThermal (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
removeOutliersIQR(cv::Mat histogram, float IQRFactor) (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
run() (defined in PlayFieldDetectionModule)PlayFieldDetectionModulevirtual
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const bool defaulValue, bool &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const int defaulValue, int &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const char defaulValue, char &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const uchar defaulValue, uchar &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const uint defaulValue, uint &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const long defaulValue, long &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const ulong defaulValue, ulong &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const float defaulValue, float &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const double defaulValue, double &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setChildParameterModule(const QDomNode &rootNode, const QString &parameterName, const QString defaulValue, QString &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const bool defaulValue, bool &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const int defaulValue, int &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const char defaulValue, char &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const uchar defaulValue, uchar &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const uint defaulValue, uint &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const long defaulValue, long &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const ulong defaulValue, ulong &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const float defaulValue, float &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const double defaulValue, double &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setNodeParameterModule(const QDomNode &rootNode, const QString &parameterName, const QString defaulValue, QString &outParameter, QDomNode &parameterNode, bool appendWarning=false) (defined in ModuleInterface)ModuleInterface
setParameters(QDomNode &config) (defined in PlayFieldDetectionModule)PlayFieldDetectionModulevirtual
showHistogram(cv::Mat histogram, char windowName[]) (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
structElement (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
thermalColor (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
threshold (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
type (defined in ModuleInterface)ModuleInterface
typeParameters (defined in ModuleInterface)ModuleInterface
updateParameters() (defined in PlayFieldDetectionModule)PlayFieldDetectionModulevirtual
useMask (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
valueParameters (defined in ModuleInterface)ModuleInterface
width (defined in PlayFieldDetectionModule)PlayFieldDetectionModule
~ModuleInterface()=0 (defined in ModuleInterface)ModuleInterfacepure virtual
~PlayFieldDetectionModule() (defined in PlayFieldDetectionModule)PlayFieldDetectionModule