C# Class PixelSquare.TesseractOCRImageRotation

Tesseract OCR Image Rotation Demonstration Used to check the algorithm for rotating and flipping image buffer
Inheritance: MonoBehaviour
显示文件 Open project: pixelsquare/tesseract-ocr-unity

Public Methods

Method Description
FlipHorizontal ( ) : void

Flips the image horizontally

FlipVertical ( ) : void

Flips the image vertically

RotateClockwise ( ) : void

Rotates the image in clockwise direction

RotateCounterClockwise ( ) : void

Rotates the image in counter clockwise direction

Method Details

FlipHorizontal() public method

Flips the image horizontally
public FlipHorizontal ( ) : void
return void

FlipVertical() public method

Flips the image vertically
public FlipVertical ( ) : void
return void

RotateClockwise() public method

Rotates the image in clockwise direction
public RotateClockwise ( ) : void
return void

RotateCounterClockwise() public method

Rotates the image in counter clockwise direction
public RotateCounterClockwise ( ) : void
return void