HomeSort by relevance Sort by last modified time
    Searched defs:n_checkVector (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 173 int retVal = n_checkVector(nativeObj, elemChannels, depth, requireContinuous);
182 int retVal = n_checkVector(nativeObj, elemChannels, depth);
191 int retVal = n_checkVector(nativeObj, elemChannels);
1131 private static native int n_checkVector(long nativeObj, int elemChannels, int depth, boolean requireContinuous);
1133 private static native int n_checkVector(long nativeObj, int elemChannels, int depth);
1135 private static native int n_checkVector(long nativeObj, int elemChannels);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 59 milliseconds