MCPcopy Create free account
hub / github.com/Rohithkvsp/Form-N-Fun / n_checkVector

Method n_checkVector

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

Source from the content-addressed store, hash-verified

1129 // C++: int Mat::checkVector(int elemChannels, int depth = -1, bool
1130 // requireContinuous = true)
1131 private static native int n_checkVector(long nativeObj, int elemChannels, int depth, boolean requireContinuous);
1132
1133 private static native int n_checkVector(long nativeObj, int elemChannels, int depth);
1134

Callers 1

checkVectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected