Description
Property used to set or get the default number of passes for Erode, Dilate, Open, Close and Thin.
-
Property type
-
A Long value.
-
Syntax
-
object.NumPasses [= value]
The NumPasses Property syntax has these parts: |
| object | An expression evaluating to an object of type McMorpho. | | value | A Long value. | Remarks
This value is used when a negative value is passed as the nPasses parameter of these methods, or when the parameter is omitted.
|