IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Getting Started in C++

Table of Contents

This page describe first steps that user should follow to use IPSDK as C++ third party.

Create a new workspace

Once license registration proceeded, you will be able to create a new workspace to use IPSDK Library :

WizardWorkspace.png

Create a new project

Once the root directory of a valid existing workspace has been selected in IPSDK Library wizard (corresponding field appears in green in the UI, see snapshot below), new features are available. The first one that should interest you is the "New Project" one; let's consider that we want to create a project that will generate an executable file:

WizardProject.png

Generate your environment development workspace

Once you have generated a new CMake workspace containing IPSDK sample projects and your first own project, it's time to generate the workspace dedicated to your environment development. For that:

IPSDKTmpEclipse.png

As you can see, inside the new generated solution, there are sub projects associated to each IPSDK sample and to your own first application project. You can now easily build associated binaries in your environment development. First build INSTALL project, so that all the external libraries on which your projects depend are correctly installed.

Now you are ready to enrich your first program based on IPSDK. We recommend you to start by reproducing the code of the IPSDK sample projects in your own first project, and to read in parallel the associated IPSDK c++ sample applications documentation.

You should then consult the Image processing algorithms documentation to start with other algorithms.