C# Class Strabo.Test.BoundingBoxDetection

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation

Public Methods

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

Method Details

CropImage() public method

public CropImage ( Bitmap source, Rectangle section ) : Bitmap
source System.Drawing.Bitmap
section System.Drawing.Rectangle
return System.Drawing.Bitmap

CropRotatedRect() public static method

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

Rotation() public method

public Rotation ( ) : void
return void