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

  /external/opencv3/modules/calib3d/src/
ptsetreg.cpp 112 int esz1 = (int)m1.elemSize(), esz2 = (int)m2.elemSize(); local
124 CV_Assert( (esz1 % sizeof(int)) == 0 && (esz2 % sizeof(int)) == 0 );
126 esz2 /= sizeof(int);
144 for( k = 0; k < esz2; k++ )
145 ms2ptr[i*esz2 + k] = m2ptr[idx_i*esz2 + k];
  /external/opencv3/modules/core/src/
arithm.cpp 2059 size_t esz1 = CV_ELEM_SIZE(type1), esz2 = CV_ELEM_SIZE(type2); local
    [all...]

Completed in 433 milliseconds