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