1. 仿射变换
HALCON中由算子
- hom_mat2d_identity,
- hom_mat2d_scale,
- hom_mat2d_rotate,
- hom_mat2d_translate,
- hom_mat2d_slant
或者 vector_angle_to_rigid 生成仿射变换矩阵。
由算子
- affine_trans_image
- affine_trans_region
- affine_trans_pixel
- affine_trans_point_2d
- affine_trans_point_3d
- affine_trans_contour_xld
- affine_trans_polygon_xld
完成图像、区域、坐标点、XLD轮廓的仿射变换
2. 投影变换
HALCON中由算子
- hom_mat3d_identity
- hom_mat3d_scale
- hom_mat3d_rotate
- hom_mat3d_translate
或者 vector_to_hom_mat3d 生成投影变换矩阵。
由算子
- projective_trans_image
- projective_trans_region
- projective_trans_pixel
- projective_trans_point_2d
- projective_trans_point_3d
- projective_trans_contour_xld
完成图像、区域、坐标点、XLD轮廓的投影变换