Searched refs:cvReadRawDataSlice (Results 1 - 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 3222 cvReadRawDataSlice( const CvFileStorage* fs, CvSeqReader* reader, function 3226 CV_FUNCNAME( "cvReadRawDataSlice" ); 3388 cvReadRawDataSlice( fs, &reader, CV_NODE_IS_SEQ(src->tag) ? 3887 CV_CALL( cvReadRawDataSlice( fs, &reader, cn, val, dt )); 4030 CV_CALL( cvReadRawDataSlice( fs, &reader, width, 4373 cvReadRawDataSlice( fs, &reader, delta, block->data, dt ); 4758 cvReadRawDataSlice( fs, &reader, count, read_buf, dt );
|
/external/opencv/cv/src/ |
H A D | cvhistogram.cpp | 2435 cvReadRawDataSlice( fs, &reader, 2, h->thresh[i], "f" ); 2447 cvReadRawDataSlice( fs, &reader, size[i]+1, dim_ranges, "f" );
|
/external/opencv/cxcore/include/ |
H A D | cxcore.h | 1710 CVAPI(void) cvReadRawDataSlice( const CvFileStorage* fs, CvSeqReader* reader,
|
Completed in 93 milliseconds