Searched defs:node_idx (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
H A D | cvhistogram.cpp | 1068 int node_idx[CV_MAX_DIM]; local 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]; local 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, 1779 int node_idx[CV_MAX_DIM]; local 1985 int node_idx[CV_MAX_DIM]; local [all...] |
Completed in 53 milliseconds