com.alibaba.simpleimage.analyze.harissurf
类 IntegralImage

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harissurf.IntegralImage
所有已实现的接口:
Serializable

public class IntegralImage
extends Object
implements Serializable

另请参见:
序列化表格

构造方法摘要
IntegralImage(BufferedImage input)
           
 
方法摘要
 int getHeight()
           
 float getValue(int column, int row)
           
 float[][] getValues()
           
 int getWidth()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

IntegralImage

public IntegralImage(BufferedImage input)
方法详细信息

getValues

public float[][] getValues()

getWidth

public int getWidth()

getHeight

public int getHeight()

getValue

public float getValue(int column,
                      int row)


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