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.
XIMEA cameras can support this vision library.
Our sample demonstrates the usage of line and circle detection with Hough transform and the xiAPI.
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.
Description of functions and classes can be found in the on-line documentation on the IVT homepage.