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

  /external/opencv/cvaux/src/
cvscanlines.cpp 52 double *solutions = 0; local
66 res = icvGaussMxN( M, B, 3, 3, &solutions );
71 if( res > 0 && solutions )
73 v[0] = (float) solutions[0];
74 v[1] = (float) solutions[1];
75 v[2] = (float) solutions[2];
81 if( solutions )
82 cvFree( &solutions );
    [all...]
cvlmeds.cpp 1698 double *solutions; local
    [all...]

Completed in 857 milliseconds