This is the complete list of members for
motld::NNClassifier, including all inherited members.
addObject(const NNPatch &patch) | motld::NNClassifier | |
cmpHistograms(const float *h1, const float *h2) const | motld::NNClassifier | [private] |
crossCorr(const float *patchA, const float *patchB, float denom=1) const | motld::NNClassifier | [private] |
getConf(const NNPatch &patch, int objId=0, bool conservative=false) const | motld::NNClassifier | |
getConf(NNPatch &patch, int objId, bool conservative, const ObjectBox &bbox, const unsigned char *rgb, int w, int h) const | motld::NNClassifier | |
getConf(const float *patch, float norm2=1.0f, int objId=0, bool conservative=false) const | motld::NNClassifier | [private] |
getNegPatches() const | motld::NNClassifier | |
getPosPatches() const | motld::NNClassifier | |
ivAllowFastChange | motld::NNClassifier | [private] |
ivHeight | motld::NNClassifier | [private] |
ivHistogram | motld::NNClassifier | [private, static] |
ivNegPatches | motld::NNClassifier | [private] |
ivPatchSize | motld::NNClassifier | [private] |
ivPosPatches | motld::NNClassifier | [private] |
ivUseColor | motld::NNClassifier | [private] |
ivWarpIndices | motld::NNClassifier | [private] |
ivWidth | motld::NNClassifier | [private] |
NNClassifier(int width, int height, int patchSize, bool useColor=true, bool allowFastChange=false) | motld::NNClassifier | |
NNClassifier(std::ifstream &inputStream) | motld::NNClassifier | |
removeWarps() | motld::NNClassifier | |
saveToStream(std::ofstream &outputStream) const | motld::NNClassifier | |
trainNN(const NNPatch &patch, int objId=0, bool positive=true, bool tmp=false) | motld::NNClassifier | |