vector_field_to_hom_mat2d T_vector_field_to_hom_mat2d VectorFieldToHomMat2d VectorFieldToHomMat2d (Operator)
Name
vector_field_to_hom_mat2d T_vector_field_to_hom_mat2d VectorFieldToHomMat2d VectorFieldToHomMat2d
— Approximate an affine map from a displacement vector field.
Signature
Description
vector_field_to_hom_mat2d vector_field_to_hom_mat2d VectorFieldToHomMat2d VectorFieldToHomMat2d VectorFieldToHomMat2d
approximates an affine map from
the displacement vector field VectorField VectorField VectorField VectorField vectorField
. The affine map
is returned in HomMat2D HomMat2D HomMat2D HomMat2D homMat2D
.
If the displacement vector field has been computed from the original
image
and the second image
, the internally stored transformation
matrix (see affine_trans_image affine_trans_image AffineTransImage AffineTransImage AffineTransImage
) contains a map that
describes how to transform the first image
to the second image
. Note that the VectorField VectorField VectorField VectorField vectorField
must be in
relative coordinates as returned by optical_flow_mg optical_flow_mg OpticalFlowMg OpticalFlowMg OpticalFlowMg
.
Execution Information
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Processed without parallelization.
Parameters
VectorField VectorField VectorField VectorField vectorField
(input_object) singlechannelimage →
object HImage HImage Hobject (vector_field)
Input image.
HomMat2D HomMat2D HomMat2D HomMat2D homMat2D
(output_control) hom_mat2d →
HHomMat2D , HTuple HTuple Htuple (real) (double ) (double ) (double )
Output transformation matrix.
Possible Predecessors
optical_flow_mg optical_flow_mg OpticalFlowMg OpticalFlowMg OpticalFlowMg
Possible Successors
affine_trans_image affine_trans_image AffineTransImage AffineTransImage AffineTransImage
Alternatives
vector_to_hom_mat2d vector_to_hom_mat2d VectorToHomMat2d VectorToHomMat2d VectorToHomMat2d
Module
Foundation