Ask Your Question

aarelovich's profile - activity

2016-12-13 11:13:11 -0600 received badge  Scholar (source)
2016-12-13 11:13:06 -0600 commented answer Where is the implementation of the filters in the OpenCV source code?

Thank you!!!!!

2016-12-13 06:13:06 -0600 asked a question Where is the implementation of the filters in the OpenCV source code?

Hi.

I would like to see the code for the adaptiveThreshold function, in particular for version 2.4.5, which is what we have installed in our system. I've found the C++ implementation on opencv-2.4.5/modules/imgproc/src/thresh.cpp. The function uses boxFilter and GaussianBlur, but I cannot find their implementation. Only their header definitions. Where is the code for these functions located?

Thanks for any help.