Can't find definition of function getValidDisparityROI [closed]
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?
quick github search retrieves this location
why are you asking ?
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