Uses of Class
org.opencv.dnn.Layer
-
Packages that use Layer Package Description org.opencv.dnn -
-
Uses of Layer in org.opencv.dnn
Methods in org.opencv.dnn that return Layer Modifier and Type Method Description static LayerLayer. __fromPtr__(long addr)LayerNet. getLayer(DictValue layerId)Returns pointer to layer with specified id or name which the network use.
-