Name
vector_field_to_hom_mat2d T_vector_field_to_hom_mat2d VectorFieldToHomMat2d VectorFieldToHomMat2d — Approximate an affine map from a displacement vector field.
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 .
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
Multithreading scope: global (may be called from any thread).
Processed without parallelization.
Output transformation matrix.
optical_flow_mg optical_flow_mg OpticalFlowMg OpticalFlowMg OpticalFlowMg
affine_trans_image affine_trans_image AffineTransImage AffineTransImage AffineTransImage
vector_to_hom_mat2d vector_to_hom_mat2d VectorToHomMat2d VectorToHomMat2d VectorToHomMat2d
Foundation