| [mmGrain] [Up] [mmStats] | Measurements |
| User Feedback |
| f | Image [ Gray-scale (uint8 or uint16) or binary image ] |
| Bc | Structuring Element
( connectivity). Default: |
| _lambda | Double
[]
Connectivity given by |f(q)-f(p)|<=_lambda. Default: |
| y | Image
If number of labels is less than 65535, the data type is uint16, otherwise it is int32. |
mmLabelflat creates the image y by labeling the flat zones of f, according to the connectivity defined by the structuring element Bc. A flat zone is a connected region of the image domain in which all the pixels have the same gray-level (lambda=0). When lambda is different than zero, a quasi-flat zone is detected where two neighboring pixels belong to the same region if their difference gray-levels is smaller or equal lambda. The minimum label of the output image is 1 and the maximum is the number of flat-zones in the image.

| [mmGrain] [Up] [mmStats] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |