ParticleFilterCriteria
Describes the criteria used to filter particles in an image.
Elements
Name | Type | Description |
---|---|---|
parameter | MeasurementValue | 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. |
exclude | int | Set this element to TRUE to indicate that a match occurs when the value is outside the criteria range. Set this element to FALSE to indicate that a match occurs when the value is inside the criteria range. |