OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:box_filter
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/photo/src/
npr.hpp
315
Mat
box_filter
= Mat::zeros(h,w+1,CV_32FC3);
local
319
box_filter
.at<float>(i,1*channel+0) = output.at<float>(i,0*channel+0);
320
box_filter
.at<float>(i,1*channel+1) = output.at<float>(i,0*channel+1);
321
box_filter
.at<float>(i,1*channel+2) = output.at<float>(i,0*channel+2);
325
box_filter
.at<float>(i,j*channel+c) = output.at<float>(i,(j-1)*channel+c) +
box_filter
.at<float>(i,(j-1)*channel+c);
389
final.at<float>(i,j*channel+2-c) = (
box_filter
.at<float>(p-1,q*channel+(2-r)) -
box_filter
.at<float>(p1-1,q1*channel+(2-r1)))
/external/opencv/cv/src/
cvsmooth.cpp
[
all
...]
Completed in 112 milliseconds