Visual Servoing Platform  version 3.5.1 under development (2023-06-13)
vpDetectorDNNOpenCV::NetConfig Member List

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

m_classNamesvpDetectorDNNOpenCV::NetConfig
m_confThresholdvpDetectorDNNOpenCV::NetConfig
m_filterSizeRatiovpDetectorDNNOpenCV::NetConfig
m_inputSizevpDetectorDNNOpenCV::NetConfig
m_nmsThresholdvpDetectorDNNOpenCV::NetConfig
NetConfig(float confThresh, const float &nmsThresh, const std::vector< std::string > &classNames, const cv::Size &dnnInputSize, const double &filterSizeRatio=0.)vpDetectorDNNOpenCV::NetConfiginline
NetConfig(float confThresh, const float &nmsThresh, const std::string &classNamesFile, const cv::Size &dnnInputSize, const double &filterSizeRatio=0.)vpDetectorDNNOpenCV::NetConfiginline
parseClassNamesFile(const std::string &filename)vpDetectorDNNOpenCV::NetConfiginlinestatic