OpenCV 4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
cv::dnn::ClassificationModel 成员列表

这是 cv::dnn::ClassificationModel 的完整成员列表,包括所有继承的成员。

ClassificationModel()cv::dnn::ClassificationModel
ClassificationModel(CV_WRAP_FILE_PATH const String &model, CV_WRAP_FILE_PATH const String &config="")cv::dnn::ClassificationModel
ClassificationModel(const Net &network)cv::dnn::ClassificationModel
classify(InputArray frame)cv::dnn::ClassificationModel
classify(InputArray frame, int &classId, float &conf)cv::dnn::ClassificationModel
enableWinograd(bool useWinograd)cv::dnn::Model
getEnableSoftmaxPostProcessing() constcv::dnn::ClassificationModel
getImpl() constcv::dnn::Model内联
getImplRef() constcv::dnn::Model内联
getNetwork_() constcv::dnn::Model
getNetwork_()cv::dnn::Model内联
implcv::dnn::Model受保护
Model()cv::dnn::Model
Model(const Model &)=defaultcv::dnn::Model
Model(Model &&)=defaultcv::dnn::Model
Model(CV_WRAP_FILE_PATH const String &model, CV_WRAP_FILE_PATH const String &config="")cv::dnn::Model
Model(const Net &network)cv::dnn::Model
operator Net &() constcv::dnn::Model内联
operator=(const Model &)=defaultcv::dnn::Model
operator=(Model &&)=defaultcv::dnn::Model
predict(InputArray frame, OutputArrayOfArrays outs) constcv::dnn::Model
setEnableSoftmaxPostProcessing(bool enable)cv::dnn::ClassificationModel
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(const Scalar &scale)cv::dnn::Model
setInputSize(const Size &size)cv::dnn::Model
setInputSize(int width, int height)cv::dnn::Model内联
setInputSwapRB(bool swapRB)cv::dnn::Model
setOutputNames(const std::vector< String > &outNames)cv::dnn::Model
setPreferableBackend(dnn::Backend backendId)cv::dnn::Model
setPreferableTarget(dnn::Target targetId)cv::dnn::Model