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

  /external/opencv/ml/src/
ml_inner_functions.cpp 576 int i, tm_size, tm_step; local
592 tm_step = var_type->step ? var_type->step/CV_ELEM_SIZE(var_type->type) : 1;
599 *response_type = var_type->data.ptr[var_count*tm_step] != 0;
620 dst[i] = (uchar)(src[idx*tm_step] != 0);
    [all...]

Completed in 78 milliseconds