public class SURFInterestPoint extends Object implements Cloneable, InterestPoint, Clusterable
描述:Surf特征点
创建时间:2021-12-17 09:55
更新时间:暂无
| 构造器和说明 |
|---|
SURFInterestPoint(float x,
float y,
float scale,
int laplacian) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
int |
getClusterIndex() |
Float |
getCoord(int dimension) |
float[] |
getDescriptor() |
String |
getDescriptorString() |
int |
getDimensions() |
double |
getDistance(InterestPoint point) |
float |
getDx() |
float |
getDy() |
int |
getLaplacian() |
float[] |
getLocation()
To take care of the InterestPoint Interface
|
float |
getOrientation() |
float |
getScale() |
float |
getX() |
float |
getY() |
boolean |
isEquivalentTo(SURFInterestPoint point) |
void |
setClusterIndex(int clusterIndex) |
void |
setDescriptor(float[] descriptor) |
void |
setDx(float dx) |
void |
setDy(float dy) |
void |
setOrientation(float orientation) |
String |
toString() |
public float getX()
public float getY()
public float getScale()
public float getOrientation()
public void setOrientation(float orientation)
public int getLaplacian()
public float[] getDescriptor()
public float[] getLocation()
getLocation 在接口中 ClusterablegetLocation 在接口中 InterestPointpublic void setDescriptor(float[] descriptor)
public float getDx()
public void setDx(float dx)
public float getDy()
public void setDy(float dy)
public int getClusterIndex()
public void setClusterIndex(int clusterIndex)
public double getDistance(InterestPoint point)
getDistance 在接口中 InterestPointpublic Float getCoord(int dimension)
public int getDimensions()
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionpublic boolean isEquivalentTo(SURFInterestPoint point)
public String getDescriptorString()
Copyright © 2022. All rights reserved.