Apply a projective transformation to an XLD contour.
projective_trans_contour_xld applies the projective transformation specified by the homogeneous matrix HomMat2D on the contours in Contours and returns the transformed contours in ContoursProjTrans.
For creation and interpretation details of this matrix see also projective_trans_image.
|
Contours (input_object) |
xld_cont(-array) -> object |
| Input contours. | |
|
ContoursProjTrans (output_object) |
xld_cont(-array) -> object |
| Output contours. | |
|
HomMat2D (input_control) |
hom_mat2d-array -> real |
| Homogeneous projective transformation matrix. | |
projective_trans_contour_xld is reentrant and processed without parallelization.
vector_to_proj_hom_mat2d, hom_vector_to_proj_hom_mat2d, proj_match_points_ransac, hom_mat3d_project
projective_trans_image, projective_trans_image_size, projective_trans_region, projective_trans_point_2d, projective_trans_pixel
Foundation