MCPcopy Create free account
hub / github.com/HuTianQi/SmartOpenCV / empty

Method empty

openCVLibrary411/src/main/java/org/opencv/dnn/Net.java:158–160  ·  view source on GitHub ↗

Returns true if there are no layers in the network. @return automatically generated

()

Source from the content-addressed store, hash-verified

156 * @return automatically generated
157 */
158 public boolean empty() {
159 return empty_0(nativeObj);
160 }
161
162
163 //

Callers 1

runMethod · 0.45

Calls 1

empty_0Method · 0.95

Tested by

no test coverage detected