com.alibaba.simpleimage.analyze.harris.io
类 InterestPointListInfo

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

public class InterestPointListInfo
extends Object

类InterestPointFileList.java的实现描述:每张图片的SURFInterestPoint信息,用于缓存logo信息。其中width和height在比较的时候需要用到,maxSize为 该图片需要的最少匹配点数

作者:
axman 2013-5-20 上午9:55:51

构造方法摘要
InterestPointListInfo()
           
 
方法摘要
 int getHeight()
           
 String getImageFile()
           
 List<SURFInterestPoint> getList()
           
 int getMaxSize()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setImageFile(String imageFile)
           
 void setList(List<SURFInterestPoint> list)
           
 void setMaxSize(int maxSize)
           
 void setWidth(int width)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

InterestPointListInfo

public InterestPointListInfo()
方法详细信息

getMaxSize

public int getMaxSize()

setMaxSize

public void setMaxSize(int maxSize)

getImageFile

public String getImageFile()

setImageFile

public void setImageFile(String imageFile)

getList

public List<SURFInterestPoint> getList()

setList

public void setList(List<SURFInterestPoint> list)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)


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