Package | Description |
---|---|
imagingbook.lib.image | |
imagingbook.pub.geometry.mappings.linear | |
imagingbook.pub.lucaskanade |
Modifier and Type | Method and Description |
---|---|
void |
ImageExtractor.extractImage(ij.process.ImageProcessor R,
LinearMapping T)
Fills the image
R from the source image
I (referenced by this object). |
ij.process.ImageProcessor |
ImageExtractor.extractImage(int width,
int height,
LinearMapping T)
Extracts an image
R of size width x height from the source image
I (referenced by this object). |
Modifier and Type | Class and Description |
---|---|
class |
AffineMapping |
class |
ProjectiveMapping
2015-02-16: Added preliminary constructor for more than 4 point pairs
(overdetermined, least-squares).
|
class |
Rotation |
class |
Scaling |
class |
Shear |
class |
Translation |
Modifier and Type | Method and Description |
---|---|
LinearMapping |
LinearMapping.concat(LinearMapping B) |
LinearMapping |
LinearMapping.duplicate() |
LinearMapping |
LinearMapping.getInverse() |
LinearMapping |
LinearMapping.invert() |
Modifier and Type | Method and Description |
---|---|
LinearMapping |
LinearMapping.concat(LinearMapping B) |
void |
LinearMapping.concatDestructive(LinearMapping B) |
Constructor and Description |
---|
AffineMapping(LinearMapping lm) |
LinearMapping(LinearMapping lm) |
ProjectiveMapping(LinearMapping lm) |
Translation(LinearMapping t) |
Modifier and Type | Method and Description |
---|---|
static ij.process.FloatProcessor |
RoiUtils.getUnwarpedImage(ij.process.ImageProcessor I,
LinearMapping W,
int w,
int h)
Deprecated.
|
static List<Point2D> |
RoiUtils.getWarpedPointsCentered(ij.gui.Roi roi,
LinearMapping W)
Deprecated.
|
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)