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 Layer
Layer. __fromPtr__(long addr)
Layer
Net. getLayer(DictValue layerId)
Returns pointer to layer with specified id or name which the network use.
-