itom documentation for version 4.1.0¶
Table of Contents
- Changelog
- 1. Introduction
- 2. Installation
- 3. Getting Started
- 4. The itom User Interface
- 5. Plots and Figures
- 5.1. Quick tutorial to plots and figures
- 5.2. Figure Management
- 5.3. Plot classes and default plots
- 5.4. line plots (1D)
- 5.5. image plots (2D)
- 5.6. isometric Plot
- 5.7. 3D plot
- 5.8. Markers in plots
- 5.9. Geometric shapes in 1D and 2D plots
- 5.10. Matplotlib
- 5.11. Markers, user selections and geometric shapes
- 5.12. Programming plot designer plugins in C++
- 6. Extending the user interface of itom
- 7. Plugins
- 7.1. Basic concept
- 7.2. Loading plugins
- 7.3. How to use hardware plugins
- 7.4. Getting started with grabbers
- 7.5. Getting started with A/D converters
- 7.6. Getting started with actuators
- 7.7. Getting started with algorithm plugins (denoted as filters)
- 7.8. Development under C++
- 7.9. OpenCV matrices cv::Mat and cv::Mat_
- 8. Python scripting language
- 8.1. Python-Module itom
- 8.2. Array class DataObject
- 8.3. Save and load images and other files
- 8.4. Popular Python packages
- 8.5. Python-Module matplotlib
- 8.6. Python-Module matlab
- 8.7. Reload modified modules
- 8.8. Python Limitations in itom
- 8.9. Python - common problems and solutions
- 8.10. Python tutorial
- 9. itom Script Reference
- 10. Miscellaneous
- 11. Demo scripts
- 12. Python tutorials
- 13. Contributing