| 程序包 | 说明 |
|---|---|
| net.semanticmetadata.lire.imageanalysis.features.local.sift |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TModel2D |
class |
TRModel2D |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Model |
Model.clone()
clone
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PointMatch.apply(Model model)
apply a model to p1, update distance
|
void |
Point.apply(Model model)
apply a model to the point
transfers the local coordinates to new world coordinates
|
boolean |
Model.betterThan(Model m)
less than operater to make the models comparable, returns false for error < 0
|
static java.util.Vector<PointMatch> |
FloatArray2DSIFT.createMatches(java.util.List<SiftFeature> fs1,
java.util.List<SiftFeature> fs2,
float max_sd,
Model model,
float max_id)
identify corresponding features using spatial constraints
|