OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvAndS
(Results
1 - 5
of
5
) sorted by null
/external/opencv/cvaux/src/
cvmat.cpp
668
cvAndS
( a, scalar, this );
672
cvAndS
( this, scalar, this );
/external/opencv/cv/src/
cvthresh.cpp
366
CV_CALL(
cvAndS
( dst, cvScalarAll( maxval ), dst ));
/external/opencv/cxcore/src/
cxlogic.cpp
537
cvAndS
( const void* src, CvScalar scalar, void* dst, const void* mask )
/external/opencv/cvaux/include/
cvmat.hpp
1218
cvAndS
( this, cvScalarAll(val), this );
1225
cvAndS
( this, val, this );
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
559
CVAPI(void)
cvAndS
( const CvArr* src, CvScalar value,
[
all
...]
Completed in 763 milliseconds