C# Class OCRSample.ExtBitmap

Mostrar archivo Open project: JhetoX/SkypeOCR

Public Methods

Method Description
CloseMorphologyFilter ( this sourceBitmap, int matrixSize, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap
CopyToSquareCanvas ( this sourceBitmap, int canvasWidthLenght ) : Bitmap
DilateAndErodeFilter ( this sourceBitmap, int matrixSize, MorphologyType morphType, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap
OpenMorphologyFilter ( this sourceBitmap, int matrixSize, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap

Method Details

CloseMorphologyFilter() public static method

public static CloseMorphologyFilter ( this sourceBitmap, int matrixSize, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap
sourceBitmap this
matrixSize int
applyBlue bool
applyGreen bool
applyRed bool
return System.Drawing.Bitmap

CopyToSquareCanvas() public static method

public static CopyToSquareCanvas ( this sourceBitmap, int canvasWidthLenght ) : Bitmap
sourceBitmap this
canvasWidthLenght int
return System.Drawing.Bitmap

DilateAndErodeFilter() public static method

public static DilateAndErodeFilter ( this sourceBitmap, int matrixSize, MorphologyType morphType, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap
sourceBitmap this
matrixSize int
morphType MorphologyType
applyBlue bool
applyGreen bool
applyRed bool
return System.Drawing.Bitmap

OpenMorphologyFilter() public static method

public static OpenMorphologyFilter ( this sourceBitmap, int matrixSize, bool applyBlue = true, bool applyGreen = true, bool applyRed = true ) : Bitmap
sourceBitmap this
matrixSize int
applyBlue bool
applyGreen bool
applyRed bool
return System.Drawing.Bitmap