OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CvBoxFilter
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsmooth.cpp
79
CvBoxFilter
::
CvBoxFilter
()
88
CvBoxFilter
::
CvBoxFilter
( int _max_width, int _src_type, int _dst_type,
102
CvBoxFilter
::~
CvBoxFilter
()
108
void
CvBoxFilter
::init( int _max_width, int _src_type, int _dst_type,
113
CV_FUNCNAME( "
CvBoxFilter
::init" );
173
void
CvBoxFilter
::start_process( CvSlice x_range, int width )
193
const
CvBoxFilter
* state = (const CvBoxFilter*)params
[
all
...]
/external/opencv/cv/include/
cv.hpp
249
class CV_EXPORTS
CvBoxFilter
: public CvBaseImageFilter
252
CvBoxFilter
();
253
CvBoxFilter
( int _max_width, int _src_type, int _dst_type,
264
virtual ~
CvBoxFilter
();
Completed in 173 milliseconds