Instantiates a new DespeckleOptions object setting the specified options.
Syntax
public DespeckleOptions(
int ,
int
)
public: DespeckleOptions(
int ,
int
)
public:
DespeckleOptions(
int ,
int
)
Parameters
- speckWidth
- The maximum pixel width that an object can have to be considered a speck.
Valid values are positive integer values of one or greater.
- speckHeight
- The maximum pixel height that an object can have to be considered a speck.
Valid values are positive integer values of one or greater.
See Also