ImageEn, unit ievision

IEVisionLib

IEVisionLib

Declaration

function IEVisionLib(): TIEVisionLibrary;

Description

When IEVisionAvailable is true then this function returns a pre-built TIEVisionLibrary interface which allows you to create all other IEVision objects.

Example

// creates empty image
image := IEVisionLib().createImage();