C# Class OCRSample.ExtBitmap

Afficher le fichier Open project: JhetoX/SkypeOCR

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Drawing.Bitmap

CopyToSquareCanvas() public static méthode

public static CopyToSquareCanvas ( this sourceBitmap, int canvasWidthLenght ) : Bitmap
sourceBitmap this
canvasWidthLenght int
Résultat System.Drawing.Bitmap

DilateAndErodeFilter() public static méthode

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
Résultat System.Drawing.Bitmap

OpenMorphologyFilter() public static méthode

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
Résultat System.Drawing.Bitmap