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

  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 441 int nz1 = countNonZero(gray0); local
446 CV_Assert( nz1 == 40 && nz2 == 0 );
  /external/opencv3/modules/core/test/
test_mat.cpp 819 int nz1 = (int)M.nzcount(), nz2 = (int)M3.nzcount(); local
825 if( nz1 != nz0 || nz2 != nz0)
829 si, nz1, nz2, nz0 );
    [all...]

Completed in 68 milliseconds