BlobsDifferenceMeasure

Description

Changes classification method in gray based image segmentation.

Values of this enumeration:

  • Mean - Pixel is considered as a part of adjacent blob, when its value differs by at most inMaxDifference from the mean value of pixels already included in blob.
  • Neighbour - Two adjacent pixels are part of the same blob, when their values differ by at most inMaxDifference
  • Bounds - Two blobs can be joined together only if the difference between the minimum and the maximum pixel value in the resulting blob is at most inMaxDifference.