简体   繁体   中英

Is It Possible To See Inside the Function filter2D() in OpenCV?

I'm interested to find out how I can see the code behind the filter2D() c++ function in opencv.

I know it works, but I want to know how . Is there a way to view this? I've had a look in imgproc.hpp and highgui.hpp but there doesn't seem to be a filter2D() definition.

Any help would be greatly appreciated.

You can see the implementation of filter2D() in OpenCV source directory,

opencv/modules/imgproc/src/filter.cpp

or See here in OpenCV github Ln->3229 if I am right.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM