Converts a true color image (24 bit) to black/white (1 bit) using local threshold algorithms (use mean algorithm).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ConvertToBlackWhite_localThreshold()
Public Sub ConvertToBlackWhite_localThreshold
public:
void ConvertToBlackWhite_localThreshold()

See Also