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

  /external/opencv/cv/src/
cvhistogram.cpp 531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
548 if( !cvPtrND( mat1, CV_NODE_IDX(mat2,node2), 0, 0, &node2->hashval ))
563 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
593 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
614 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
1085 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1 );
1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 497 ((float*)cvPtrND( (hist)->bins, (idx), 0))
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 347 CVAPI(uchar*) cvPtrND( const CvArr* arr, const int* idx, int* type CV_DEFAULT(NULL),
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]

Completed in 335 milliseconds