类 Rotator
- java.lang.Object
-
- cc.chungkwong.mathocr.offline.preprocessor.Rotator
-
- 所有已实现的接口:
Preprocessor
public class Rotator extends Object implements Preprocessor
- 作者:
- Chan Chung Kwong
-
-
构造器概要
构造器 构造器 说明 Rotator(double angle)Construct a SkewCorrect
-
-
-
方法详细资料
-
apply
public BufferedImage apply(BufferedImage src, boolean inplace)
Rotate image anti-clockwise by skew angle- 指定者:
apply在接口中Preprocessor- 参数:
src- the document imageinplace- attempt to reuse input image or not- 返回:
- processed image
-
-