Home
last modified time | relevance | path

Searched refs:cost_step (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvemd.cpp120 const float* cost, int cost_step,
337 const float* cost, int cost_step, in icvInitEMD() argument
350 assert( cost_step % sizeof(float) == 0 ); in icvInitEMD()
351 cost_step /= sizeof(float); in icvInitEMD()
532 val = cost[cost_step*ci + cj]; in icvInitEMD()