OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_sparse
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvhistogram.cpp
658
int
is_sparse
;
local
673
is_sparse
= CV_IS_SPARSE_MAT(src->bins);
678
if( dst &&
is_sparse
== CV_IS_SPARSE_MAT(dst->bins))
696
!
is_sparse
? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));
797
int
is_sparse
= CV_IS_SPARSE_HIST( hist );
local
811
if( !
is_sparse
)
834
if( !
is_sparse
)
875
int
is_sparse
= CV_IS_SPARSE_HIST(hist);
local
888
if( !
is_sparse
)
1127
int
is_sparse
= CV_IS_SPARSE_HIST(hist);
local
1558
int
is_sparse
= CV_IS_SPARSE_HIST(hist);
local
1818
int
is_sparse
= CV_IS_SPARSE_HIST(hist);
local
[
all
...]
/external/opencv/ml/src/
ml_inner_functions.cpp
1163
int
is_sparse
= CV_IS_SPARSE_MAT(sample);
local
[
all
...]
Completed in 421 milliseconds