OpenCV 4.5.3(日本語機械翻訳)
cv::dnn::TextDetectionModel_DB メンバ一覧

継承メンバを含む cv::dnn::TextDetectionModel_DB の全メンバ一覧です。

detect(InputArray frame, CV_OUT std::vector< std::vector< Point > > &detections, CV_OUT std::vector< float > &confidences) const cv::dnn::TextDetectionModel
detect(InputArray frame, CV_OUT std::vector< std::vector< Point > > &detections) const cv::dnn::TextDetectionModel
detectTextRectangles(InputArray frame, CV_OUT std::vector< cv::RotatedRect > &detections, CV_OUT std::vector< float > &confidences) const cv::dnn::TextDetectionModel
detectTextRectangles(InputArray frame, CV_OUT std::vector< cv::RotatedRect > &detections) const cv::dnn::TextDetectionModel
getBinaryThreshold() const (定義場所: cv::dnn::TextDetectionModel_DB) cv::dnn::TextDetectionModel_DB
getImpl() const (定義場所: cv::dnn::Model) cv::dnn::Model inline
getImplRef() const (定義場所: cv::dnn::Model) cv::dnn::Model inline
getMaxCandidates() const (定義場所: cv::dnn::TextDetectionModel_DB) cv::dnn::TextDetectionModel_DB
getNetwork_() const (定義場所: cv::dnn::Model) cv::dnn::Model
getNetwork_() (定義場所: cv::dnn::Model) cv::dnn::Model inline
getPolygonThreshold() const (定義場所: cv::dnn::TextDetectionModel_DB) cv::dnn::TextDetectionModel_DB
getUnclipRatio() const (定義場所: cv::dnn::TextDetectionModel_DB) cv::dnn::TextDetectionModel_DB
impl (定義場所: cv::dnn::Model) cv::dnn::Model protected
Model() (定義場所: cv::dnn::Model) cv::dnn::Model
Model(const Model &)=default (定義場所: cv::dnn::Model) cv::dnn::Model
Model(Model &&)=default (定義場所: cv::dnn::Model) cv::dnn::Model
Model(const String &model, const String &config="") cv::dnn::Model
Model(const Net &network) cv::dnn::Model
operator Net &() const (定義場所: cv::dnn::Model) cv::dnn::Model inline
operator=(const Model &)=default (定義場所: cv::dnn::Model) cv::dnn::Model
operator=(Model &&)=default (定義場所: cv::dnn::Model) cv::dnn::Model
predict(InputArray frame, OutputArrayOfArrays outs) const cv::dnn::Model
setBinaryThreshold(float binaryThreshold) (定義場所: cv::dnn::TextDetectionModel_DB) 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::Model inline
setInputSwapRB(bool swapRB) cv::dnn::Model
setMaxCandidates(int maxCandidates) (定義場所: cv::dnn::TextDetectionModel_DB) cv::dnn::TextDetectionModel_DB
setPolygonThreshold(float polygonThreshold) (定義場所: cv::dnn::TextDetectionModel_DB) 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) cv::dnn::TextDetectionModel_DB
TextDetectionModel() (定義場所: cv::dnn::TextDetectionModel) cv::dnn::TextDetectionModel protected
TextDetectionModel_DB() (定義場所: cv::dnn::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_DB inline