com.alibaba.simpleimage.analyze.sift.scale
类 Pyramid

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.sift.scale.Pyramid

public class Pyramid
extends Object

类Pyramid.java的实现描述:TODO 类实现描述

作者:
axman 2013-6-27 上午11:29:45

字段摘要
 ArrayList<OctaveSpace> octaves
           
 
构造方法摘要
Pyramid()
           
 
方法摘要
 int buildOctaves(ImagePixelArray source, float scale, int levelsPerOctave, float octaveSigm, int minSize)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

octaves

public ArrayList<OctaveSpace> octaves
构造方法详细信息

Pyramid

public Pyramid()
方法详细信息

buildOctaves

public int buildOctaves(ImagePixelArray source,
                        float scale,
                        int levelsPerOctave,
                        float octaveSigm,
                        int minSize)


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