Ask Your Question

askquestionguy's profile - activity

2020-09-25 01:58:02 -0600 received badge  Supporter (source)
2020-09-25 01:57:58 -0600 marked best answer Where can i find the source code implementation of cv::Laplacian()

This may be my inexperience showing but all the other functions that I've searched for were fairly easy to find if I know the module. But for the laplacian even though it is in the imgproc module i can't seem to find the actual source code. How is this function different? I've tried searching for it in the github repository and the closest i got to some implementation is in: opencv/3rdparty/carotene/src/laplacian.cpp But I can't find where any of the functions in this implementation are called, or even where they connect to the cv::Laplacian() call.

2020-09-25 01:57:58 -0600 received badge  Scholar (source)
2020-09-23 01:43:01 -0600 asked a question Where can i find the source code implementation of cv::Laplacian()

Where can i find the source code implementation of cv::Laplacian() This may be my inexperience showing but all the other

2020-05-03 04:35:04 -0600 commented question Can't find definition of function getValidDisparityROI

Ah i see it, I was trying to fully understand the stereo correspondence algorithms offered by opencv and this function w

2020-05-02 11:56:59 -0600 asked a question Can't find definition of function getValidDisparityROI

Can't find definition of function getValidDisparityROI This function is supposedly declared in calib3d.hpp but i can't f