Visual Servoing Platform  version 3.6.1 under development (2023-11-16)
vpDetectorDNNOpenCV::NetConfig Member List

This is the complete list of members for vpDetectorDNNOpenCV::NetConfig, including all inherited members.

from_json(const json &j, NetConfig &config)vpDetectorDNNOpenCV::NetConfigfriend
NetConfig()vpDetectorDNNOpenCV::NetConfiginline
NetConfig(const NetConfig &config)vpDetectorDNNOpenCV::NetConfiginline
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::NetConfiginline
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::NetConfiginline
operator<<(std::ostream &os, const NetConfig &config)vpDetectorDNNOpenCV::NetConfigfriend
operator=(const NetConfig &config)vpDetectorDNNOpenCV::NetConfiginline
parseClassNamesFile(const std::string &filename)vpDetectorDNNOpenCV::NetConfiginlinestatic
to_json(json &j, const NetConfig &config)vpDetectorDNNOpenCV::NetConfigfriend
toString() constvpDetectorDNNOpenCV::NetConfiginline
vpDetectorDNNOpenCVvpDetectorDNNOpenCV::NetConfig