OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvInitMatNDHeader
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvhistogram.cpp
65
CV_CALL( hist->bins =
cvInitMatNDHeader
( &hist->mat, dims, sizes,
109
CV_CALL( hist->bins =
cvInitMatNDHeader
( &hist->mat, dims, sizes,
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
242
CVAPI(CvMatND*)
cvInitMatNDHeader
( CvMatND* mat, int dims, const int* sizes,
[
all
...]
/external/opencv/cxcore/src/
cxarray.cpp
277
cvInitMatNDHeader
( CvMatND* mat, int dims, const int* sizes,
282
CV_FUNCNAME( "
cvInitMatNDHeader
" );
371
CV_CALL(
cvInitMatNDHeader
( arr, dims, sizes, type, 0 ));
[
all
...]
Completed in 275 milliseconds