ParticleInfoMode
Controls the extent of particle information that the function returns.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_BASIC_INFO | 0 | The function returns only the following elements of each report: area, calibratedArea, boundingRect. Showing only basic information allows the function to generate faster results. |
| IMAQ_ALL_INFO | 1 | The function returns all the information about each particle. |
| IMAQ_PARTICLE_INFO_MODE_SIZE_GUARD | 0xFFFFFFFF | Reserved |