HomeSort by relevance Sort by last modified time
    Searched full:update_v (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
cxsvd.cpp 269 int update_v; local
331 update_v = vT && n1 > n - nv;
333 hv = update_v ? vT : hv0;
367 if( update_v )
665 int update_v; local
729 update_v = vT && n1 > n - nv;
730 hv = update_v ? vT : hv0;
764 if( update_v )
    [all...]

Completed in 432 milliseconds