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.
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.
If the @p key in the dictionary then returns pointer to its value, else returns NULL. Read more
Performs the conversion.
Name of the layer instance (optional, can be used internal purposes).
