Searched refs:get_sum_count_ptr (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp268 int* get_sum_count_ptr() { return &sum_count; } function in class:CvBoxFilter
/external/opencv/cv/src/
H A Dcvsmooth.cpp254 int* _sum_count = state->get_sum_count_ptr();
313 int* _sum_count = state->get_sum_count_ptr();
389 int* _sum_count = state->get_sum_count_ptr();
449 int* _sum_count = state->get_sum_count_ptr();

Completed in 331 milliseconds