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

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

public class FeaturePoint
extends Object

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

作者:
axman 2013-7-1 上午9:46:14

字段摘要
 float[] features
           
 boolean hasFeatures
           
 ImagePixelArray image
           
 float imgScale
           
 int oDim
           
 float orientation
           
 float scale
           
 float x
           
 int xDim
           
 float y
           
 int yDim
           
 
构造方法摘要
FeaturePoint()
           
FeaturePoint(ImagePixelArray image, float x, float y, float imgScale, float kfScale, float orientation)
           
 
方法摘要
 void createVector(int xDim, int yDim, int oDim)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

x

public float x

y

public float y

image

public ImagePixelArray image

imgScale

public float imgScale

scale

public float scale

orientation

public float orientation

features

public float[] features

hasFeatures

public boolean hasFeatures

xDim

public int xDim

yDim

public int yDim

oDim

public int oDim
构造方法详细信息

FeaturePoint

public FeaturePoint()

FeaturePoint

public FeaturePoint(ImagePixelArray image,
                    float x,
                    float y,
                    float imgScale,
                    float kfScale,
                    float orientation)
方法详细信息

createVector

public void createVector(int xDim,
                         int yDim,
                         int oDim)


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