MCPcopy Create free account
hub / github.com/danopdev/Perspective / n_checkVector

Method n_checkVector

opencv/src/main/java/org/opencv/core/Mat.java:1652–1652  ·  view source on GitHub ↗
(long nativeObj, int elemChannels, int depth, boolean requireContinuous)

Source from the content-addressed store, hash-verified

1650 // C++: int Mat::checkVector(int elemChannels, int depth = -1, bool
1651 // requireContinuous = true)
1652 private static native int n_checkVector(long nativeObj, int elemChannels, int depth, boolean requireContinuous);
1653
1654 private static native int n_checkVector(long nativeObj, int elemChannels, int depth);
1655

Callers 1

checkVectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected