OpenCV
4.6.0
Open Source Computer Vision
|
In this tutorial you will learn how to
The class supports loading configuration parameters from a .yaml file using the method loadParameters()
. This is very useful for fine-tuning the class' parameters on the fly. To extract a template of this parameter file you run the following code.
We create an instance of a QuasiDenseStereo
object. Not specifying the second argument of the constructor, makes the object to load default parameters.
By calling the method saveParameters()
, we store the template file to the location specified by parameterFileLocation