com.alibaba.simpleimage.analyze.harissurf
类 ImageTransformUtils

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harissurf.ImageTransformUtils

public class ImageTransformUtils
extends Object


构造方法摘要
ImageTransformUtils()
           
 
方法摘要
static float BoxIntegral(IntegralImage img, int row, int col, int rows, int cols)
           
static BufferedImage convertToGrayscale(BufferedImage input)
           
static BufferedImage getTransformedImage(BufferedImage image, double scaleX, double scaleY, double shearX, double shearY)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImageTransformUtils

public ImageTransformUtils()
方法详细信息

convertToGrayscale

public static BufferedImage convertToGrayscale(BufferedImage input)

BoxIntegral

public static float BoxIntegral(IntegralImage img,
                                int row,
                                int col,
                                int rows,
                                int cols)

getTransformedImage

public static BufferedImage getTransformedImage(BufferedImage image,
                                                double scaleX,
                                                double scaleY,
                                                double shearX,
                                                double shearY)


Copyright © 2012–2015 Alibaba Group. All rights reserved.