Searched defs:icvMinor (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlmeds.cpp343 icvMinor( double *M, int x, int y ) function
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) );
1622 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
1623 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );

Completed in 81 milliseconds