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

Method checkVector

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

Source from the content-addressed store, hash-verified

166
167 // javadoc: Mat::checkVector(elemChannels, depth, requireContinuous)
168 public int checkVector(int elemChannels, int depth, boolean requireContinuous) {
169 return n_checkVector(nativeObj, elemChannels, depth, requireContinuous);
170 }
171
172 // javadoc: Mat::checkVector(elemChannels, depth)
173 public int checkVector(int elemChannels, int depth) {

Callers 15

MatOfByteMethod · 0.80
toArrayMethod · 0.80
MatOfInt4Method · 0.80
toArrayMethod · 0.80
MatOfDMatchMethod · 0.80
MatOfRectMethod · 0.80
MatOfFloat4Method · 0.80
toArrayMethod · 0.80
MatOfPoint3Method · 0.80
MatOfFloatMethod · 0.80
toArrayMethod · 0.80
MatOfPoint2fMethod · 0.80

Calls 1

n_checkVectorMethod · 0.95

Tested by

no test coverage detected