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

  /external/opencv/cv/src/
cvemd.cpp 94 CvNode2D **cols_x; member in struct:CvEMDState
358 sizeof( CvNode2D * ) + /* cols_x & rows_x */
554 state->cols_x = (CvNode2D **) buffer;
763 enter_x->next[1] = state->cols_x[j];
766 state->cols_x[j] = enter_x;
811 head.next[1] = state->cols_x[j];
819 state->cols_x[j] = head.next[1];
859 new_x = state->cols_x[new_x->j];
    [all...]
  /external/opencv3/modules/imgproc/src/
emd.cpp 94 CvNode2D **cols_x; member in struct:CvEMDState
347 sizeof( CvNode2D * ) + /* cols_x & rows_x */
534 state->cols_x = (CvNode2D **) buffer;
740 enter_x->next[1] = state->cols_x[j];
743 state->cols_x[j] = enter_x;
788 head.next[1] = state->cols_x[j];
796 state->cols_x[j] = head.next[1];
836 new_x = state->cols_x[new_x->j];
    [all...]

Completed in 72 milliseconds