added

Threshold values in machine vision APIs

The machine vision APIs now provide two new fields regarding threshold:

  • thresholdMode: Indicates whether the pass sensitivity threshold was configured in "Percentage" or "Pixel Count"
  • thresholdRange: The configured pass sensitivity range. Based on the threshold mode, this value will be a percentage or a pixel count.