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

  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 891 Mat retVal = new Mat(n_zeros(rows, cols, type));
904 Mat retVal = new Mat(n_zeros(size.width, size.height, type));
1285 private static native long n_zeros(int rows, int cols, int type); method in class:Mat
1288 private static native long n_zeros(double size_width, double size_height, int type); method in class:Mat
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 44 milliseconds