Ask Your Question
0

Where is the implementation of the filters in the OpenCV source code?

asked 2016-12-13 06:10:27 -0600

aarelovich gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-12-13 07:42:52 -0600

Tetragramm gravatar image

ImgProc>Smooth.cpp

edit flag offensive delete link more

Comments

Thank you!!!!!

aarelovich gravatar imageaarelovich ( 2016-12-13 11:13:06 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-12-13 06:10:27 -0600

Seen: 140 times

Last updated: Dec 13 '16