Package | Description |
---|---|
org.openimaj.image.feature.local.interest.experiment |
Modifier and Type | Method and Description |
---|---|
List<IPDRepeatability.ScoredPair<Integer,Pair<Integer>>> |
IPDRepeatability.calculateOverlappingEllipses()
Find pairs of interest points whose ellipses overlap sufficiently and
calculate how much they overlap.
|
static List<IPDRepeatability.ScoredPair<Integer,Pair<Integer>>> |
IPDRepeatability.calculateOverlappingEllipses(List<Ellipse> firstImagePoints,
List<Ellipse> secondImagePoints,
Jama.Matrix transform,
double maximumDistanceMultiple) |
Modifier and Type | Method and Description |
---|---|
int |
IPDRepeatability.ScoredPair.compareTo(IPDRepeatability.ScoredPair<B,T> that) |