OpenCV  4.5.3
Open Source Computer Vision
cv::dnn::DetectionModel Member List

This is the complete list of members for cv::dnn::DetectionModel, including all inherited members.

detect(InputArray frame, std::vector< int > &classIds, std::vector< float > &confidences, std::vector< Rect > &boxes, float confThreshold=0.5f, float nmsThreshold=0.0f)cv::dnn::DetectionModel
DetectionModel(const String &model, const String &config="")cv::dnn::DetectionModel
DetectionModel(const Net &network)cv::dnn::DetectionModel
DetectionModel()cv::dnn::DetectionModel
getImpl() constcv::dnn::Modelinline
getImplRef() constcv::dnn::Modelinline
getNetwork_() constcv::dnn::Model
getNetwork_()cv::dnn::Modelinline
getNmsAcrossClasses()cv::dnn::DetectionModel
implcv::dnn::Modelprotected
Model()cv::dnn::Model
Model(const Model &)=defaultcv::dnn::Model
Model(Model &&)=defaultcv::dnn::Model
Model(const String &model, const String &config="")cv::dnn::Model
Model(const Net &network)cv::dnn::Model
operator Net &() constcv::dnn::Modelinline
operator=(const Model &)=defaultcv::dnn::Model
operator=(Model &&)=defaultcv::dnn::Model
predict(InputArray frame, OutputArrayOfArrays outs) constcv::dnn::Model
setInputCrop(bool crop)cv::dnn::Model
setInputMean(const Scalar &mean)cv::dnn::Model
setInputParams(double scale=1.0, const Size &size=Size(), const Scalar &mean=Scalar(), bool swapRB=false, bool crop=false)cv::dnn::Model
setInputScale(double scale)cv::dnn::Model
setInputSize(const Size &size)cv::dnn::Model
setInputSize(int width, int height)cv::dnn::Modelinline
setInputSwapRB(bool swapRB)cv::dnn::Model
setNmsAcrossClasses(bool value)cv::dnn::DetectionModel
setPreferableBackend(dnn::Backend backendId)cv::dnn::Model
setPreferableTarget(dnn::Target targetId)cv::dnn::Model