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

  /external/opencv/cv/src/
cvhistogram.cpp 368 _idx_min = CV_NODE_IDX(mat,minNode);
369 _idx_max = CV_NODE_IDX(mat,maxNode);
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),
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp     [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 52 uchar* v2 = cvPtrND( m2, CV_NODE_IDX(m1,node1), 0, 0, &node1->hashval );
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 863 const int* idx = CV_NODE_IDX(sparse,node);
1043 const int* idx = CV_NODE_IDX(sparse0, node);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 787 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 726 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset))
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 826 int* nodeidx = CV_NODE_IDX(mat,node);
873 CV_MEMCPY_INT( CV_NODE_IDX(mat,node), idx, mat->dims );
923 int* nodeidx = CV_NODE_IDX(mat,node);
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp 684 int* nodeidx = CV_NODE_IDX(mat,node);
732 memcpy(CV_NODE_IDX(mat,node), idx, mat->dims*sizeof(idx[0]));
776 int* nodeidx = CV_NODE_IDX(mat,node);
    [all...]
persistence.cpp     [all...]
matrix.cpp     [all...]

Completed in 172 milliseconds