OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_sum_buf
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/include/
cv.hpp
267
uchar*
get_sum_buf
() { return sum; }
function in class:CvBoxFilter
/external/opencv/cv/src/
cvsmooth.cpp
253
int* sum = (int*)state->
get_sum_buf
();
312
int* sum = (int*)state->
get_sum_buf
();
388
int* sum = (int*)state->
get_sum_buf
();
448
double* sum = (double*)state->
get_sum_buf
();
[
all
...]
Completed in 2672 milliseconds