Struct opencv::dnn::LayerParams [−][src]
pub struct LayerParams { /* fields omitted */ }
Expand description
This class provides all data needed to initialize layer.
It includes dictionary with scalar params (which can be read by using Dict interface), blob params #blobs and optional meta information: #name and #type of layer instance.
Implementations
Trait Implementations
If the @p key in the dictionary then returns pointer to its value, else returns NULL.
If the @p key in the dictionary then returns pointer to its value, else returns NULL. Read more
If the @p key in the dictionary then returns its value, else an error will be generated.
Sets new @p value for the @p key, or adds new key-value pair into the dictionary.
Sets new @p value for the @p key, or adds new key-value pair into the dictionary.
Sets new @p value for the @p key, or adds new key-value pair into the dictionary.
Sets new @p value for the @p key, or adds new key-value pair into the dictionary.
Performs the conversion.
Name of the layer instance (optional, can be used internal purposes).
Type name which was used for creating layer by layer factory (optional).