OpenCV  4.5.5
Open Source Computer Vision
cv::dnn::TextDetectionModel_DB Member List

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

detect(InputArray frame, std::vector< std::vector< Point > > &detections, std::vector< float > &confidences) constcv::dnn::TextDetectionModel
detect(InputArray frame, std::vector< std::vector< Point > > &detections) constcv::dnn::TextDetectionModel
detectTextRectangles(InputArray frame, std::vector< cv::RotatedRect > &detections, std::vector< float > &confidences) constcv::dnn::TextDetectionModel
detectTextRectangles(InputArray frame, std::vector< cv::RotatedRect > &detections) constcv::dnn::TextDetectionModel
getBinaryThreshold() constcv::dnn::TextDetectionModel_DB
getImpl() constcv::dnn::Modelinline
getImplRef() constcv::dnn::Modelinline
getMaxCandidates() constcv::dnn::TextDetectionModel_DB
getNetwork_() constcv::dnn::Model
getNetwork_()cv::dnn::Modelinline
getPolygonThreshold() constcv::dnn::TextDetectionModel_DB
getUnclipRatio() constcv::dnn::TextDetectionModel_DB
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
setBinaryThreshold(float binaryThreshold)cv::dnn::TextDetectionModel_DB
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
setMaxCandidates(int maxCandidates)cv::dnn::TextDetectionModel_DB
setPolygonThreshold(float polygonThreshold)cv::dnn::TextDetectionModel_DB
setPreferableBackend(dnn::Backend backendId)cv::dnn::Model
setPreferableTarget(dnn::Target targetId)cv::dnn::Model
setUnclipRatio(double unclipRatio)cv::dnn::TextDetectionModel_DB
TextDetectionModel()cv::dnn::TextDetectionModelprotected
TextDetectionModel_DB()cv::dnn::TextDetectionModel_DB
TextDetectionModel_DB(const Net &network)cv::dnn::TextDetectionModel_DB
TextDetectionModel_DB(const std::string &model, const std::string &config="")cv::dnn::TextDetectionModel_DBinline