OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::dnn::TextDetectionModel Member List

This is the complete list of members for cv::dnn::TextDetectionModel, 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
enableWinograd(bool useWinograd)cv::dnn::Model
getImpl() constcv::dnn::Modelinline
getImplRef() constcv::dnn::Modelinline
getNetwork_() constcv::dnn::Model
getNetwork_()cv::dnn::Modelinline
implcv::dnn::Modelprotected
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::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(const Scalar &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
setPreferableBackend(dnn::Backend backendId)cv::dnn::Model
setPreferableTarget(dnn::Target targetId)cv::dnn::Model
TextDetectionModel()cv::dnn::TextDetectionModelprotected