Searched refs:cvPtrND (Results 1 - 15 of 15) sorted by relevance

/external/opencv/cv/src/
H A Dcvhistogram.cpp531 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 );
1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 );
1796 float* bin = (float*)cvPtrND( ma
[all...]
/external/opencv3/modules/imgproc/test/
H A Dtest_histograms.cpp499 *(float*)cvPtrND( h, idx+i*cdims ) = v0;
531 val[i] = *(float*)cvPtrND( h, idx+i*cdims );
1300 (*(float*)cvPtrND( hist->bins, idx ))++;
/external/opencv3/modules/core/test/
H A Dtest_io.cpp52 uchar* v2 = cvPtrND( m2, CV_NODE_IDX(m1,node1), 0, 0, &node1->hashval );
H A Dtest_mat.cpp602 const uchar* ptr = cvPtrND(M, idx, &type, 0);
/external/opencv/cxcore/src/
H A Dcxarray.cpp2153 cvPtrND( const CvArr* arr, const int* idx, int* _type, function
2157 CV_FUNCNAME( "cvPtrND" );
2318 ptr = cvPtrND( arr, idx, &type );
2472 ptr = cvPtrND( arr, idx, &type );
2598 ptr = cvPtrND( arr, idx, &type );
2725 ptr = cvPtrND( arr, idx, &type );
2750 ptr = cvPtrND( arr, idx, &type );
H A Dcxpersistence.cpp3886 CV_CALL( val = cvPtrND( mat, idx, 0, 1, 0 ));
/external/opencv3/modules/core/src/
H A Darray.cpp1884 cvPtrND( const CvArr* arr, const int* idx, int* _type, function
2019 ptr = cvPtrND( arr, idx, &type );
2145 ptr = cvPtrND( arr, idx, &type );
2247 ptr = cvPtrND( arr, idx, &type );
2350 ptr = cvPtrND( arr, idx, &type );
2369 ptr = cvPtrND( arr, idx, &type );
H A Dpersistence.cpp3843 val = cvPtrND( mat, idx, 0, 1, 0 );
H A Dmatrix.cpp5429 uchar* to = cvPtrND(m, n->idx, 0, -2, 0);
/external/opencv3/modules/imgproc/src/
H A Dhistogram.cpp2937 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
2956 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
2985 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
3005 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
3234 *(float*)cvPtrND(sparsemat, it.node()->idx, 0, -2) = (float)*(const int*)it.ptr;
/external/opencv/cv/include/
H A Dcvcompat.h497 ((float*)cvPtrND( (hist)->bins, (idx), 0))
/external/opencv/cxcore/include/
H A Dcxcore.h347 CVAPI(uchar*) cvPtrND( const CvArr* arr, const int* idx, int* type CV_DEFAULT(NULL),
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1671 *(float*)cvPtrND( sparse, &idx1, 0, 1, 0 ) = *(float*)CV_NODE_VAL( sparse, node );
/external/opencv3/apps/traincascade/
H A Dold_ml_inner_functions.cpp1597 *(float*)cvPtrND( sparse, &idx1, 0, 1, 0 ) = *(float*)CV_NODE_VAL( sparse, node );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h665 CVAPI(uchar*) cvPtrND( const CvArr* arr, const int* idx, int* type CV_DEFAULT(NULL),

Completed in 1164 milliseconds