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 DictValueDictValue. __fromPtr__(long addr)Methods in org.opencv.dnn with parameters of type DictValue Modifier and Type Method Description LayerNet. getLayer(DictValue layerId)Returns pointer to layer with specified id or name which the network use.MatNet. getParam(DictValue layer)Returns parameter blob of the layer.MatNet. getParam(DictValue layer, int numParam)Returns parameter blob of the layer.voidNet. setParam(DictValue layer, int numParam, Mat blob)Sets the new value for the learned param of the layer.
-