Home | History | Annotate | Download | only in src

Lines Matching refs:node_idx

1068         int node_idx[CV_MAX_DIM];
1081 node_idx[i] = idx;
1085 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1 );
1101 node_idx[i] = idx;
1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1334 int node_idx[CV_MAX_DIM];
1350 node_idx[i] = idx;
1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1378 node_idx[i] = idx;
1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1779 int node_idx[CV_MAX_DIM];
1792 node_idx[i] = idx;
1796 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );
1985 int node_idx[CV_MAX_DIM];
1999 node_idx[i] = idx;
2003 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );
2026 node_idx[i] = idx;
2030 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 );