Gets and sets the sensitivity of local contrast enhancement to faint features.
Syntax
public int LceFactor {get; set;}
public: __property int get_LceFactor();
public: __property void set_LceFactor(
int value
);
public:
property int LceFactor {
int get();
void set ( int value);
}
'Declaration
Public Property LceFactor As Integer
'Usage
Dim instance As BinarizeOptions
Dim value As Integer
instance.LceFactor = value
value = instance.LceFactor
See Also