imaqCreateClassifier
Usage
ClassifierSession* imaqCreateClassifier(ClassifierType type);
Purpose
Creates a new classifier session.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| type | ClassifierType | The type of the classifier session to create. |
Return Value
| Type |
Description |
|---|---|
| ClassifierSession* | On success, this function returns a new classifier session. On failure, this function returns NULL. To get extended error information, call imaqGetLastError(). When you are finished with the return value, dispose of the information by calling imaqDispose(). |