Package | Description |
---|---|
imagingbook.pub.geometry.mappings.linear | |
imagingbook.pub.lucaskanade |
Modifier and Type | Class and Description |
---|---|
class |
AffineMapping |
class |
Rotation |
class |
Scaling |
class |
Shear |
class |
Translation |
Modifier and Type | Method and Description |
---|---|
ProjectiveMapping |
ProjectiveMapping.concat(ProjectiveMapping B) |
ProjectiveMapping |
ProjectiveMapping.duplicate() |
ProjectiveMapping |
ProjectiveMapping.invert() |
static ProjectiveMapping |
ProjectiveMapping.makeMapping(Point2D[] P,
Point2D[] Q) |
Modifier and Type | Method and Description |
---|---|
ProjectiveMapping |
ProjectiveMapping.concat(ProjectiveMapping B) |
Modifier and Type | Method and Description |
---|---|
ProjectiveMapping |
LucasKanadeMatcher.getMatch(ProjectiveMapping Tinit)
Performs the full optimization on the given image pair (I, R).
|
ProjectiveMapping |
LucasKanadeMatcher.getReferenceMappingTo(Point2D[] Q)
Calculates the transformation that maps the reference image
R (centered
around the origin) to the given quad Q. |
abstract ProjectiveMapping |
LucasKanadeMatcher.iterateOnce(ProjectiveMapping Tp)
Performs a single matching iteration on the given image pair (I, R).
|
ProjectiveMapping |
LucasKanadeInverseMatcher.iterateOnce(ProjectiveMapping Tp) |
ProjectiveMapping |
LucasKanadeForwardMatcher.iterateOnce(ProjectiveMapping Tp) |
Modifier and Type | Method and Description |
---|---|
ProjectiveMapping |
LucasKanadeMatcher.getMatch(ProjectiveMapping Tinit)
Performs the full optimization on the given image pair (I, R).
|
abstract ProjectiveMapping |
LucasKanadeMatcher.iterateOnce(ProjectiveMapping Tp)
Performs a single matching iteration on the given image pair (I, R).
|
ProjectiveMapping |
LucasKanadeInverseMatcher.iterateOnce(ProjectiveMapping Tp) |
ProjectiveMapping |
LucasKanadeForwardMatcher.iterateOnce(ProjectiveMapping Tp) |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)