This site is being phased out.

Pixcavator SDK

From Mathematics Is A Science
Jump to navigationJump to search

The Pixcavator SDK (Software Development Kit) supplies the developer with a few tools of low level computer vision. The output of the SDK 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 SDK allows anyone with Microsoft Visual Studio to create new software based on the methods presented in this site. To understand the algorithms, read from the top - Binary Images, Grayscale Images, etc.

The Pixcavator SDK has the following three parts:

To see possible applications of the SDKs read Image analysis examples.