OpenCV 4.10.0
开源计算机视觉
|
以下是 cv::dnn::AbsLayer 的完整成员列表,其中包括所有继承成员。
算法() | cv::Algorithm | |
applyHalideScheduler(Ptr< BackendNode > &node, const std::vector< Mat * > &inputs, const std::vector< Mat > &outputs, int targetId) const | cv::dnn::Layer | virtual |
blob | cv::dnn::Layer | |
clear() | cv::Algorithm | inlinevirtual |
create(const LayerParams ¶ms) | cv::dnn::AbsLayer | static |
empty() const | cv::Algorithm | inlinevirtual |
finalize(const std::vector< Mat * > &input, std::vector< Mat > &output) | cv::dnn::Layer | virtual |
finalize(InputArrayOfArrays inputs, OutputArrayOfArrays outputs) | cv::dnn::Layer | virtual |
finalize(const std::vector< Mat > &inputs, std::vector< Mat > &outputs) | cv::dnn::Layer | |
finalize(const std::vector< Mat > &inputs) | cv::dnn::Layer | |
forward(std::vector< Mat * > &input, std::vector< Mat > &output, std::vector< Mat > &internals) | cv::dnn::Layer | virtual |
forward(InputArrayOfArrays inputs, OutputArrayOfArrays outputs, OutputArrayOfArrays internals) | cv::dnn::Layer | virtual |
forward_fallback(InputArrayOfArrays inputs, OutputArrayOfArrays outputs, OutputArrayOfArrays internals) | cv::dnn::Layer | |
forwardSlice(const float *src, float *dst, int len, size_t outPlaneSize, int cn0, int cn1) const | cv::dnn::ActivationLayer | inlinevirtual |
forwardSlice(const int *src, const int *lut, int *dst, int len, size_t outPlaneSize, int cn0, int cn1) const | cv::dnn::ActivationLayer | inlinevirtual |
forwardSlice(const int8_t *src, const int8_t *lut, int8_t *dst, int len, size_t outPlaneSize, int cn0, int cn1) const | cv::dnn::ActivationLayer | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getFLOPS(const std::vector< MatShape > &inputs, const std::vector< MatShape > &outputs) const | cv::dnn::Layer | inlinevirtual |
getMemoryShapes(const std::vector< MatShape > &inputs, const int requiredOutputs, std::vector< MatShape > &outputs, std::vector< MatShape > &internals) const | cv::dnn::Layer | virtual |
getScaleShift(Mat &比例, Mat &移动) 的常量 | cv::dnn::Layer | virtual |
getScaleZeropoint(float &比例, int &零点) 的常量 | cv::dnn::Layer | virtual |
initCann(const std::vector< Ptr< BackendWrapper > > &输入, const std::vector< Ptr< BackendWrapper > > &输出, const std::vector< Ptr< BackendNode > > &节点) | cv::dnn::Layer | virtual |
initCUDA(void *上下文,const std::vector< Ptr< BackendWrapper > > &输入, const std::vector< Ptr< BackendWrapper > > &输出) | cv::dnn::Layer | virtual |
initHalide(const std::vector< Ptr< BackendWrapper > > &输入) | cv::dnn::Layer | virtual |
initNgraph(const std::vector< Ptr< BackendWrapper > > &输入, const std::vector< Ptr< BackendNode > > &节点) | cv::dnn::Layer | virtual |
initTimVX(void *timVx信息, const std::vector< Ptr< BackendWrapper > > &输入封装器, const std::vector< Ptr< BackendWrapper > > &输出封装器, bool 是最后一个) | cv::dnn::Layer | virtual |
initVkCom(const std::vector< Ptr< BackendWrapper > > &inputs, std::vector< Ptr< BackendWrapper > > &outputs) | cv::dnn::Layer | virtual |
initWebnn(const std::vector< Ptr< BackendWrapper > > &输入, const std::vector< Ptr< BackendNode > > &节点) | cv::dnn::Layer | virtual |
inputNameToIndex(string 输入名称) | cv::dnn::Layer | virtual |
层() | cv::dnn::Layer | |
Layer(const LayerParams &参数) | cv::dnn::Layer | 明确的 |
load(const string &文件名, const string &objname=string()) | cv::Algorithm | inlinestatic |
loadFromString(const string &strModel, const string &objname=string()) | cv::Algorithm | inlinestatic |
名称 | cv::dnn::Layer | |
outputNameToIndex(const string &输出名称) | cv::dnn::Layer | virtual |
更佳的目标 | cv::dnn::Layer | |
read(const fileNode &fn) | cv::Algorithm | inlinevirtual |
read(const fileNode &fn) | cv::Algorithm | inlinestatic |
run(const std::vector< mat > &输入, std::vector< mat > &输出, std::vector< mat > &内部) | cv::dnn::Layer | |
save(const string &文件名) 的常量 | cv::Algorithm | virtual |
setActivation(const ptr< ActivationLayer > &层) | cv::dnn::Layer | virtual |
cv::dnn::Layer | ||
supportBackend(int backendId) | cv::dnn::Layer | virtual |
tryAttach(const Ptr< BackendNode > &node) | cv::dnn::Layer | virtual |
tryFuse(Ptr< Layer > &top) | cv::dnn::Layer | virtual |
tryQuantize(const std::vector< std::vector< float > > &scales, const std::vector< std::vector< int > > &zeropoints, LayerParams ¶ms) | cv::dnn::Layer | virtual |
类型 | cv::dnn::Layer | |
unsetAttached() | cv::dnn::Layer | virtual |
updateMemoryShapes(const std::vector< MatShape > &inputs) | cv::dnn::Layer | virtual |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | 受保护 |
~算法() | cv::Algorithm | virtual |
~层() | cv::dnn::Layer | virtual |