Jump to content

Spherical Video PTZ/User Guide/Quick Start Guide: Difference between revisions

Line 47: Line 47:
</syntaxhighlight>
</syntaxhighlight>


Then, set the initial parameters:
Then, set the initial parameters with the '''SetParameters''' method:
<syntaxhighlight lang=cpp>
<syntaxhighlight lang=cpp>
engine.SetParameters(params);
engine.SetParameters(params);
</syntaxhighlight>
Finally process the input image with the '''Process''' method
<syntaxhighlight lang=cpp>
engine.Process(img, dst);
</syntaxhighlight>
</syntaxhighlight>


102

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.