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

Method checkVector

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

Source from the content-addressed store, hash-verified

168
169 // javadoc: Mat::checkVector(elemChannels, depth, requireContinuous)
170 public int checkVector(int elemChannels, int depth, boolean requireContinuous)
171 {
172
173 int retVal = n_checkVector(nativeObj, elemChannels, depth, requireContinuous);
174
175 return retVal;
176 }
177
178 // javadoc: Mat::checkVector(elemChannels, depth)
179 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