ParticleFilterCriteria2
Describes the criteria used to filter particles in the image.
Elements
| Name | Type | Description |
|---|---|---|
| parameter | MeasurementType | The morphological measurement that the function uses for filtering. |
| lower | float | The lower bound of the criteria range. |
| upper | float | The upper bound of the criteria range. |
| calibrated | int | Set this element to TRUE to take calibrated measurements. Set this element to FALSE to take pixel measurements. |
| exclude | int | Set this element to TRUE to indicate that a match occurs when the measurement is outside the criteria range. Set this element to FALSE to indicate that a match occurs when the measurement is inside the criteria range. |