<docs> update doc

This commit is contained in:
harjeb
2019-03-18 15:36:40 +08:00
parent b4639a72f8
commit f1720ba090
25 changed files with 239 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
Get depth image
===============
Depth images belongs to the upper layer of synthetic data. You need to start the ``EnableStreamData()`` beforehand, to get it through ``GetStreamData()``. In addition, it should be check not be empty before use.
Depth images belongs to the upper layer of synthetic data. You need to start the ``EnableStreamData()`` beforehand, to get it through ``GetStreamData()``. The depth image type is CV_16UC1. In addition, it should be check not be empty before use.
For detailed process description, please see :ref:`get_stereo` :ref:`get_stereo_rectified`.