Can't find definition of function getValidDisparityROI [closed]

asked 2020-05-02 11:44:04 -0600

This function is supposedly declared in calib3d.hpp but i can't find the actual code for the function only the declaration, and no information in the docs either as far as i can see. Does anyone know where to find the actual code which this function runs?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by askquestionguy
close date 2020-05-03 04:35:28.278649

Comments

quick github search retrieves this location

why are you asking ?

berak gravatar imageberak ( 2020-05-02 12:00:00 -0600 )edit
1

Ah i see it, I was trying to fully understand the stereo correspondence algorithms offered by opencv and this function was one part i didn't manage to find, since stereosgbm.cpp was the last place i'd think to look, thought it'd just have a call to the function same as stereobm.cpp, my bad. Thanks

askquestionguy gravatar imageaskquestionguy ( 2020-05-03 04:35:04 -0600 )edit