![]() |
Visual Servoing Platform version 3.6.0
|
This is the complete list of members for vpDetectorDNNOpenCV::NetConfig, including all inherited members.
| from_json | vpDetectorDNNOpenCV::NetConfig | friend |
| NetConfig() | vpDetectorDNNOpenCV::NetConfig | inline |
| NetConfig(const NetConfig &config) | vpDetectorDNNOpenCV::NetConfig | inline |
| NetConfig(float confThresh, const float &nmsThresh, const std::vector< std::string > &classNames, const cv::Size &dnnInputSize, const double &filterSizeRatio=0., const cv::Scalar &mean=cv::Scalar(127.5, 127.5, 127.5), const double &scaleFactor=2./255., const bool &swapRB=true, const DNNResultsParsingType &parsingType=vpDetectorDNNOpenCV::USER_SPECIFIED, const std::string &modelFilename="", const std::string &configFilename="", const std::string &framework="") | vpDetectorDNNOpenCV::NetConfig | inline |
| NetConfig(const float &confThresh, const float &nmsThresh, const std::string &classNamesFile, const cv::Size &dnnInputSize, const double &filterSizeRatio=0., const cv::Scalar &mean=cv::Scalar(127.5, 127.5, 127.5), const double &scaleFactor=2./255., const bool &swapRB=true, const DNNResultsParsingType &parsingType=vpDetectorDNNOpenCV::USER_SPECIFIED, const std::string &modelFilename="", const std::string &configFilename="", const std::string &framework="") | vpDetectorDNNOpenCV::NetConfig | inline |
| operator<< | vpDetectorDNNOpenCV::NetConfig | friend |
| operator=(const NetConfig &config) | vpDetectorDNNOpenCV::NetConfig | inline |
| parseClassNamesFile(const std::string &filename) | vpDetectorDNNOpenCV::NetConfig | inlinestatic |
| to_json | vpDetectorDNNOpenCV::NetConfig | friend |
| toString() const | vpDetectorDNNOpenCV::NetConfig | inline |
| vpDetectorDNNOpenCV | vpDetectorDNNOpenCV::NetConfig |