Integrating Vision Toolkit¶
The Integrating Vision Toolkit is a stand-alone easy-to-use, platform-independent open source C++ computer vision library with an object-oriented architecture. It offers implementations of image processing routines and its own multi-platform GUI toolkit.
Our cameras support this vision library.
Installation¶
- Download XIMEA API Software Package
- When choosing components make sure: API and IVT demo are checked
- Finish installation
Sample¶
Our sample demonstrates the usage of line and circle detection with Hough transform and the xiAPI camera SDK. Sources are stored at c:\XIMEA\VisionLibrary\IVT\Example. You can use Microsoft Visual studio 2005 to open project file ivt_demo.vcproj. Modify it and compile it again.
Documentation¶
Description of functions and classes can be found in the on-line documentation on the IVT homepage.

»