This site is devoted to mathematics and its applications. Created and run by Peter Saveliev.

Pixcavator VS solution

From Intelligent Perception

Jump to: navigation, search

This is a Visual Studio solution based on Pixcavator 2.2.

The output contains the most fundamental data about the image: a list of all objects in the image along with their measurements, locations, and other characteristics. The solution allows anyone with Microsoft Visual Studio 2005 to create new software based on the methods presented in this site.

To understand the algorithms and the mathematics behind them, read from the top - Binary Images, Grayscale Images, etc.

You are provided with a VS C++ solution that includes all the source code except Analysis which builds the topology graph itself. Basically, you can design your own version of Pixcavator with similar capabilities.

This package as presented is licensed for educational purposes only.

Download the package here.

For other options see Pixcavator SDK.

To see possible applications read Image analysis examples.