OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_IS_MAT_HDR_Z
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
474
#define
CV_IS_MAT_HDR_Z
(mat) \
[
all
...]
/external/opencv3/modules/core/src/
array.cpp
195
if( !
CV_IS_MAT_HDR_Z
(arr) && !CV_IS_MATND_HDR(arr) )
804
if(
CV_IS_MAT_HDR_Z
( arr ))
[
all
...]
persistence.cpp
[
all
...]
matrix.cpp
848
if(
CV_IS_MAT_HDR_Z
(arr) )
[
all
...]
Completed in 40 milliseconds