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

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

Completed in 59 milliseconds