OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_IS_SPARSE_MAT
(Results
1 - 13
of
13
) sorted by null
/external/opencv/cxcore/src/
cxarray.cpp
763
if( !
CV_IS_SPARSE_MAT
( mat ))
801
assert(
CV_IS_SPARSE_MAT
( mat ));
898
assert(
CV_IS_SPARSE_MAT
( mat ));
[
all
...]
cxcopy.cpp
302
if(
CV_IS_SPARSE_MAT
(src) &&
CV_IS_SPARSE_MAT
(dst))
710
else if(
CV_IS_SPARSE_MAT
(mat))
[
all
...]
cxpersistence.cpp
[
all
...]
/external/opencv3/modules/core/src/
array.cpp
627
if( !
CV_IS_SPARSE_MAT
( mat ))
657
assert(
CV_IS_SPARSE_MAT
( mat ));
751
assert(
CV_IS_SPARSE_MAT
( mat ));
[
all
...]
copy.cpp
[
all
...]
persistence.cpp
[
all
...]
/external/opencv/cv/src/
cvhistogram.cpp
197
if( !
CV_IS_SPARSE_MAT
(hist->bins) )
416
if(
CV_IS_SPARSE_MAT
(hist1->bins) !=
CV_IS_SPARSE_MAT
(hist2->bins))
434
if( !
CV_IS_SPARSE_MAT
(hist1->bins))
673
is_sparse =
CV_IS_SPARSE_MAT
(src->bins);
678
if( dst && is_sparse ==
CV_IS_SPARSE_MAT
(dst->bins))
[
all
...]
/external/opencv3/modules/core/test/
test_io.cpp
288
if( !m_s || !
CV_IS_SPARSE_MAT
(m_s) ||
/external/opencv/cxcore/include/
cxtypes.h
766
#define
CV_IS_SPARSE_MAT
(mat) \
828
CV_IS_SPARSE_MAT
((hist)->bins)
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
705
#define
CV_IS_SPARSE_MAT
(mat) \
767
CV_IS_SPARSE_MAT
((hist)->bins)
[
all
...]
/external/opencv3/modules/imgproc/src/
histogram.cpp
[
all
...]
/external/opencv/ml/src/
ml_inner_functions.cpp
[
all
...]
/external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp
1093
int is_sparse =
CV_IS_SPARSE_MAT
(sample);
[
all
...]
Completed in 318 milliseconds