imaqGetParticleClassifierOptions
Usage
int imaqGetParticleClassifierOptions(const ClassifierSession* session, ParticleClassifierPreprocessingOptions* preprocessingOptions, ParticleClassifierOptions* options);
Purpose
Get options from a particle classifier session.
Parameters
Name
|
Type
|
Description
|
---|---|---|
session | const ClassifierSession* | The classifier session from which to get the options. |
preprocessingOptions | ParticleClassifierPreprocessingOptions* | On return, the options used to process particles before classification. Set this parameter to NULL if you do not need this information. |
options | ParticleClassifierOptions* | On return, the options used to classify particles. Set this parameter to NULL if you do not require this information. |
Return Value
Type |
Description |
---|---|
int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |