Transformations - 2D Transformations🔗
On this topic🔗
Operators🔗
affine_trans_pixel: Apply an arbitrary affine 2D transformation to pixel coordinates.
affine_trans_point_2d: Apply an arbitrary affine 2D transformation to points.
deserialize_hom_mat2d: Deserialize a serialized homogeneous 2D transformation matrix.
gen_image_warp_map: Generate an image map based on non-regular correspondence points.
hom_mat2d_compose: Multiply two homogeneous 2D transformation matrices.
hom_mat2d_determinant: Compute the determinant of a homogeneous 2D transformation matrix.
hom_mat2d_identity: Generate the homogeneous transformation matrix of the identical 2D
transformation.
hom_mat2d_invert: Invert a homogeneous 2D transformation matrix.
hom_mat2d_reflect: Add a reflection to a homogeneous 2D transformation matrix.
hom_mat2d_reflect_local: Add a reflection to a homogeneous 2D transformation matrix.
hom_mat2d_rotate: Add a rotation to a homogeneous 2D transformation matrix.
hom_mat2d_rotate_local: Add a rotation to a homogeneous 2D transformation matrix.
hom_mat2d_scale: Add a scaling to a homogeneous 2D transformation matrix.
hom_mat2d_scale_local: Add a scaling to a homogeneous 2D transformation matrix.
hom_mat2d_slant: Add a slant to a homogeneous 2D transformation matrix.
hom_mat2d_slant_local: Add a slant to a homogeneous 2D transformation matrix.
hom_mat2d_to_affine_par: Compute the affine transformation parameters from a homogeneous 2D
transformation matrix.
hom_mat2d_translate: Add a translation to a homogeneous 2D transformation matrix.
hom_mat2d_translate_local: Add a translation to a homogeneous 2D transformation matrix.
hom_mat2d_transpose: Transpose a homogeneous 2D transformation matrix.
hom_mat3d_project: Project an affine 3D transformation matrix to a 2D projective
transformation matrix.
hom_vector_to_proj_hom_mat2d: Compute a homogeneous transformation matrix using given point
correspondences.
point_line_to_hom_mat2d: Approximate an affine transformation from point-to-line correspondences.
projective_trans_pixel: Project pixel coordinates using a homogeneous projective
transformation matrix.
projective_trans_point_2d: Project a homogeneous 2D point using a projective transformation
matrix.
serialize_hom_mat2d: Serialize a homogeneous 2D transformation matrix.
vector_angle_to_rigid: Compute a rigid affine transformation from points and angles.
vector_field_to_hom_mat2d: Approximate an affine map from a displacement vector field.
vector_to_aniso: Approximate an anisotropic similarity transformation from point
correspondences.
vector_to_hom_mat2d: Approximate an affine transformation from point correspondences.
vector_to_proj_hom_mat2d: Compute a projective transformation matrix using given point
correspondences.
vector_to_proj_hom_mat2d_distortion: Compute a projective transformation matrix and the radial distortion
coefficient using given image point correspondences.
vector_to_rigid: Approximate a rigid affine transformation from point correspondences.
vector_to_similarity: Approximate an similarity transformation from point correspondences.