Package org.opencv.dnn
Class Layer
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.dnn.Layer
-
public class Layer extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Layer(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Layer
__fromPtr__(long addr)
protected void
finalize()
List<Mat>
finalize(List<Mat> inputs)
void
finalize(List<Mat> inputs, List<Mat> outputs)
List<Mat>
get_blobs()
String
get_name()
int
get_preferableTarget()
String
get_type()
int
outputNameToIndex(String outputName)
void
run(List<Mat> inputs, List<Mat> outputs, List<Mat> internals)
void
set_blobs(List<Mat> blobs)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-