Searched refs:cvPtrND (Results 1 - 6 of 6) 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/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/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 );

Completed in 1712 milliseconds