层工厂允许创建注册层的实例。 更多...
#include <opencv2/dnn/layer.hpp>
◆ Constructor
◆ createLayerInstance()
创建注册层的实例。
- 参数
-
type | 创建层的类型名称。 |
params | 将用于层初始化的参数。 |
- 注意
- 线程安全。
◆ isLayerRegistered()
static bool cv::dnn::LayerFactory::isLayerRegistered |
( |
const std::string & |
type | ) |
|
|
static |
◆ registerLayer()
static void cv::dnn::LayerFactory::registerLayer |
( |
const String & |
type, |
|
|
Constructor |
constructor |
|
) |
| |
|
static |
使用类型名称 type
和指定的 constructor
注册层类。线程安全。
◆ unregisterLayer()
static void cv::dnn::LayerFactory::unregisterLayer |
( |
const String & |
type | ) |
|
|
static |
此类的文档是从以下文件生成的