JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.math.geometry.transforms
Interface MatrixTransformProvider
All Known Implementing Classes:
AffineTransformModel
,
AffineTransformModel3d
,
HomographyModel
,
RigidTransformModel3d
public interface
MatrixTransformProvider
Interface for classes implementing a model of a matrix transformation. Allows access to the transform
Author:
Jonathon Hare
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Jama.Matrix
getTransform
()
Method Detail
getTransform
Jama.Matrix
getTransform
()
Returns:
the transform matrix represented by the object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method