Uses of Class
org.opencv.dnn.DictValue
-
Packages that use DictValue Package Description org.opencv.dnn -
-
Uses of DictValue in org.opencv.dnn
Methods in org.opencv.dnn that return DictValue Modifier and Type Method Description static DictValue
DictValue. __fromPtr__(long addr)
Methods in org.opencv.dnn with parameters of type DictValue Modifier and Type Method Description Layer
Net. getLayer(DictValue layerId)
Returns pointer to layer with specified id or name which the network use.Mat
Net. getParam(DictValue layer)
Returns parameter blob of the layer.Mat
Net. getParam(DictValue layer, int numParam)
Returns parameter blob of the layer.void
Net. setParam(DictValue layer, int numParam, Mat blob)
Sets the new value for the learned param of the layer.
-