com.alibaba.simpleimage.analyze.harris
类 HarrisFast

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.harris.HarrisFast

public class HarrisFast
extends Object

Harris角点

作者:
hui.xueh

字段摘要
 List<Corner> corners
           
 
构造方法摘要
HarrisFast(int[][] image, int width, int height, IntegralImage mIntegralImage)
           
 
方法摘要
 void filter(double sigma, double k, int minDistance)
          角点的生成和过滤
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

corners

public List<Corner> corners
构造方法详细信息

HarrisFast

public HarrisFast(int[][] image,
                  int width,
                  int height,
                  IntegralImage mIntegralImage)
方法详细信息

filter

public void filter(double sigma,
                   double k,
                   int minDistance)
角点的生成和过滤

参数:
sigma -
k -
minDistance - ,该邻域内只取算子最大的特征点


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