public class FeaturePoint extends Object
描述:暂无描述信息
创建时间:2021-12-16 18:18
更新时间:暂无
| 限定符和类型 | 字段和说明 |
|---|---|
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) |
public float x
public float y
public ImagePixelArray image
public float imgScale
public float scale
public float orientation
public float[] features
public boolean hasFeatures
public int xDim
public int yDim
public int oDim
public FeaturePoint()
public FeaturePoint(ImagePixelArray image, float x, float y, float imgScale, float kfScale, float orientation)
Copyright © 2022. All rights reserved.