类 PPADetector

  • 所有已实现的接口:
    SkewDetector

    public class PPADetector
    extends Object
    implements SkewDetector
    Detect skew by piecewise painting algorithm
    作者:
    Chan Chung Kwong
    • 构造器详细资料

      • PPADetector

        public PPADetector()
        Create a skew detector
      • PPADetector

        public PPADetector​(int dx,
                           int dy)
        参数:
        dx - the width of a normal vertical stripe
        dy - the height of a normal horizontal stripe
    • 方法详细资料