opencv/doc/tutorials/viz/table_of_content_viz.markdown

53 lines
946 B
Markdown
Raw Normal View History

2014-11-27 20:39:05 +08:00
OpenCV Viz {#tutorial_table_of_content_viz}
==========
- @subpage tutorial_launching_viz
*Languages:* C++
2014-11-27 20:39:05 +08:00
*Compatibility:* \> OpenCV 3.0.0
*Author:* Ozan Tonkal
You will learn how to launch a viz window.
- @subpage tutorial_widget_pose
*Languages:* C++
2014-11-27 20:39:05 +08:00
*Compatibility:* \> OpenCV 3.0.0
*Author:* Ozan Tonkal
You will learn how to change pose of a widget.
- @subpage tutorial_transformations
*Languages:* C++
2014-11-27 20:39:05 +08:00
*Compatibility:* \> OpenCV 3.0.0
*Author:* Ozan Tonkal
You will learn how to transform between global and camera frames.
- @subpage tutorial_creating_widgets
*Languages:* C++
2014-11-27 20:39:05 +08:00
*Compatibility:* \> OpenCV 3.0.0
*Author:* Ozan Tonkal
You will learn how to create your own widgets.
2017-10-05 16:06:40 +08:00
- @subpage tutorial_histo3D
*Languages:* C++
2017-10-05 16:06:40 +08:00
*Compatibility:* \> OpenCV 3.0.0
*Author:* Laurent Berger
You will learn how to plot a 3D histogram.