C# Class Strabo.Test.BoundingBoxDetection

Afficher le fichier Open project: spatial-computing/strabo-learning-ocr-transformation

Méthodes publiques

Méthode Description
CropImage ( Bitmap source, Rectangle section ) : Bitmap
CropRotatedRect ( Bitmap source, Rectangle rect, float angle, bool HighQuality ) : Bitmap
Rotation ( ) : void

Method Details

CropImage() public méthode

public CropImage ( Bitmap source, Rectangle section ) : Bitmap
source System.Drawing.Bitmap
section System.Drawing.Rectangle
Résultat System.Drawing.Bitmap

CropRotatedRect() public static méthode

public static CropRotatedRect ( Bitmap source, Rectangle rect, float angle, bool HighQuality ) : Bitmap
source System.Drawing.Bitmap
rect System.Drawing.Rectangle
angle float
HighQuality bool
Résultat System.Drawing.Bitmap

Rotation() public méthode

public Rotation ( ) : void
Résultat void