Stereo Encoding =============== This example shows how to encode disparity map and display it using OpenCV. .. include:: /includes/blocking_behavior.rst Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/stereo_encoded.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/StereoComponent/stereo_encoded.py :language: python :linenos: .. include:: /includes/footer-short.rst