OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowFilter
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
277
Ptr<BaseRowFilter>
rowFilter
;
morph.cpp
[
all
...]
filter.cpp
114
rowFilter
= _rowFilter;
127
CV_Assert(
rowFilter
&& columnFilter );
128
ksize = Size(
rowFilter
->ksize, columnFilter->ksize);
129
anchor = Point(
rowFilter
->anchor, columnFilter->anchor);
201
(*
rowFilter
)(&srcRow[0], dst, maxWidth, cn);
362
(*
rowFilter
)(row, brow, width, CV_MAT_CN(srcType));
[
all
...]
smooth.cpp
[
all
...]
Completed in 113 milliseconds