C# Class Strabo.Core.TextDetection.MultiThreadsSkewnessDetection

Sima
Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Methods

Method Description
Apply ( int tnum, Bitmap srcimg, int size, int start, int end, int inc ) : int[]
Apply ( int tnum, string path, int size, int start, int end, int inc ) : int[]
MultiThreadsSkewnessDetection ( ) : System

Private Methods

Method Description
BBX ( Bitmap srcImg ) : Rectangle
BBX ( string path ) : Rectangle
CountFG ( bool image ) : int
D ( bool image, int se_size ) : ].bool[
E ( bool image, int se_size ) : ].bool[
RLS ( int angle ) : void
RotateImage ( Bitmap srcimg, int angle ) : void
kernel ( object step ) : void
kernel2 ( object step ) : void

Method Details

Apply() public method

public Apply ( int tnum, Bitmap srcimg, int size, int start, int end, int inc ) : int[]
tnum int
srcimg System.Drawing.Bitmap
size int
start int
end int
inc int
return int[]

Apply() public method

public Apply ( int tnum, string path, int size, int start, int end, int inc ) : int[]
tnum int
path string
size int
start int
end int
inc int
return int[]

MultiThreadsSkewnessDetection() public method

public MultiThreadsSkewnessDetection ( ) : System
return System