Package qupath.opencv.dnn
Class DnnTools.DNNLayer
java.lang.Object
qupath.opencv.dnn.DnnTools.DNNLayer
- Enclosing class:
DnnTools
Helper class to summarize a DNN layer.
-
Method Summary
-
Method Details
-
getName
Layer name.- Returns:
-
getID
public int getID()Layer ID.- Returns:
-
getInputShapes
Layer input shape. This may depend on the input shape provided when summarizing the model- Returns:
-
getOutputShapes
Layer output shape. This may depend on the input shape provided when summarizing the model- Returns:
-
toString
-