OpenCV
4.10.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::TextDetectionModel_EAST, including all inherited members.
detect(InputArray frame, std::vector< std::vector< Point > > &detections, std::vector< float > &confidences) const | cv::dnn::TextDetectionModel | |
detect(InputArray frame, std::vector< std::vector< Point > > &detections) const | cv::dnn::TextDetectionModel | |
detectTextRectangles(InputArray frame, std::vector< cv::RotatedRect > &detections, std::vector< float > &confidences) const | cv::dnn::TextDetectionModel | |
detectTextRectangles(InputArray frame, std::vector< cv::RotatedRect > &detections) const | cv::dnn::TextDetectionModel | |
enableWinograd(bool useWinograd) | cv::dnn::Model | |
getConfidenceThreshold() const | cv::dnn::TextDetectionModel_EAST | |
getImpl() const | cv::dnn::Model | inline |
getImplRef() const | cv::dnn::Model | inline |
getNetwork_() const | cv::dnn::Model | |
getNetwork_() | cv::dnn::Model | inline |
getNMSThreshold() const | cv::dnn::TextDetectionModel_EAST | |
impl | cv::dnn::Model | protected |
Model() | cv::dnn::Model | |
Model(const Model &)=default | cv::dnn::Model | |
Model(Model &&)=default | cv::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 &() const | cv::dnn::Model | inline |
operator=(const Model &)=default | cv::dnn::Model | |
operator=(Model &&)=default | cv::dnn::Model | |
predict(InputArray frame, OutputArrayOfArrays outs) const | cv::dnn::Model | |
setConfidenceThreshold(float confThreshold) | cv::dnn::TextDetectionModel_EAST | |
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 | inline |
setInputSwapRB(bool swapRB) | cv::dnn::Model | |
setNMSThreshold(float nmsThreshold) | cv::dnn::TextDetectionModel_EAST | |
setOutputNames(const std::vector< String > &outNames) | cv::dnn::Model | |
setPreferableBackend(dnn::Backend backendId) | cv::dnn::Model | |
setPreferableTarget(dnn::Target targetId) | cv::dnn::Model | |
TextDetectionModel() | cv::dnn::TextDetectionModel | protected |
TextDetectionModel_EAST() | cv::dnn::TextDetectionModel_EAST | |
TextDetectionModel_EAST(const Net &network) | cv::dnn::TextDetectionModel_EAST | |
TextDetectionModel_EAST(CV_WRAP_FILE_PATH const std::string &model, CV_WRAP_FILE_PATH const std::string &config="") | cv::dnn::TextDetectionModel_EAST | inline |