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

  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 59 int k_point; local
74 k_point = numbers->total;
75 assert( k_point > 0 );
76 if( k_point <= 0 )
81 while( k_point-- > 0 )

Completed in 39 milliseconds