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

  /external/opencv/cv/src/
cvshapedescr.cpp 1193 int have_nz = 0, k_min, offset = (int)(ptr - _ptr); local
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 614 int have_nz = 0, k_min, offset = (int)(ptr - _ptr); local
648 k_min = MAX(j-1, xmax);
650 for( ; k > k_min && (k&3) != 3; k-- )
653 if( k > k_min && (k&3) == 3 )
655 for( ; k > k_min+3; k -= 4 )
659 for( ; k > k_min; k-- )

Completed in 116 milliseconds