C# 클래스 PixelSquare.TesseractOCRImageRotation

Tesseract OCR Image Rotation Demonstration Used to check the algorithm for rotating and flipping image buffer
상속: MonoBehaviour
파일 보기 프로젝트 열기: pixelsquare/tesseract-ocr-unity

공개 메소드들

메소드 설명
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

메소드 상세

FlipHorizontal() 공개 메소드

Flips the image horizontally
public FlipHorizontal ( ) : void
리턴 void

FlipVertical() 공개 메소드

Flips the image vertically
public FlipVertical ( ) : void
리턴 void

RotateClockwise() 공개 메소드

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

RotateCounterClockwise() 공개 메소드

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