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

  /external/opencv/cvaux/src/
_cvvm.h 133 double icvMinor( double* M, int x, int y );
cvlmeds.cpp 343 icvMinor( double *M, int x, int y )
362 } /* icvMinor */
392 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
393 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );
    [all...]

Completed in 27 milliseconds