itom documentation for version 4.3.0#
- 1. Changelog
- 2. Introduction
- 3. Installation
- 4. Getting Started
- 5. The itom User Interface
- 6. Plots and Figures
- 6.1. Quick tutorial to plots and figures
- 6.2. Figure Management
- 6.3. Plot classes and default plots
- 6.4. line plots (1D)
- 6.5. image plots (2D)
- 6.6. isometric Plot
- 6.7. 3D plot
- 6.8. Markers in plots
- 6.9. Geometric shapes in 1D and 2D plots
- 6.10. Matplotlib
- 6.11. Markers, user selections and geometric shapes
- 6.12. Programming plot designer plugins in C++
- 7. Extending the user interface of itom
- 8. Plugins
- 8.1. Basic concept
- 8.2. Loading plugins
- 8.3. How to use hardware plugins
- 8.4. Getting started with grabbers
- 8.5. Getting started with A/D converters
- 8.6. Getting started with actuators
- 8.7. Getting started with algorithm plugins (denoted as filters)
- 8.8. Development under C++
- 8.9. OpenCV matrices cv::Mat and cv::Mat_
- 9. Python Scripting Language
- 9.1. Python-Module itom
- 9.2. Array class DataObject
- 9.3. Save and load images and other files
- 9.4. Popular Python packages
- 9.5. Python package matplotlib
- 9.6. Python package plotly
- 9.7. Python-Module matlab
- 9.8. Reload modified modules
- 9.9. Python Limitations in itom
- 9.10. Python - common problems and solutions
- 9.11. Python tutorial
- 10. itom Script Reference
- 10.1. itom methods
- 10.2. actuator
- 10.3. Algorithms and Widgets
- 10.4. autoInterval
- 10.5. dataIO
- 10.6. dataObject
- 10.7. figure
- 10.8. font
- 10.9. plotItem
- 10.10. point
- 10.11. pointCloud
- 10.12. polygonMesh
- 10.13. progressObserver
- 10.14. region
- 10.15. rgba
- 10.16. shape
- 10.17. timer
- 10.18. ui-elements (ui, uiItem)
- 11. Miscellaneous
- 12. Demo scripts
- 13. Contributing