com.alibaba.simpleimage.analyze.harissurf
类 GaussianConstants

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

public class GaussianConstants
extends Object


字段摘要
static double[][] Gauss25
          7 x 7 Discrete Gaussian Distribution, sigma = 2.5
 
构造方法摘要
GaussianConstants()
           
 
方法摘要
static double[][] getGaussianDistribution(int sampleCount, float range, float sigma)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

Gauss25

public static final double[][] Gauss25
7 x 7 Discrete Gaussian Distribution, sigma = 2.5

构造方法详细信息

GaussianConstants

public GaussianConstants()
方法详细信息

getGaussianDistribution

public static double[][] getGaussianDistribution(int sampleCount,
                                                 float range,
                                                 float sigma)

main

public static void main(String[] args)


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