1.projective_trans_image_size(Image : TransImage : HomMat2D, Interpolation, Width, Height, TransformDomain : ) projective_trans_image_size将齐次变换矩阵HomMat2D确定的射影变换(单应性)应用于输入图像Image ,并将结果存储到输出图像TransImage中。 TransImage将在输出维度Height*Width处剪切。 除此之外,projec...
1)projective_trans_image() //对图像投影变换 Image:待变换的图像 TransImage:变换后的图像 HomMat2D:投影变换的矩阵 Interpolation:插值方法 AdaptImageSize:是否自动调整输出图像的大小 TransformDomain:是否转换输入图像的域 2)projective_trans_image_size() //对图像投影变换,并且指定输出图像的大小 3)projective_...
projective_trans_image_size(Image : TransImage : HomMat2D, Interpolation, Width, Height, TransformDomain : )Descriptionprojective_trans_image_size applies the projective transformation (homography) determined by the homogeneous transformation matrix HomMat2D on the input image Image and stores the result...
projective_trans_image_size(Image : TransImage : HomMat2D, Interpolation, Width, Height, TransformDomain : )Descriptionprojective_trans_image_size applies the projective transformation (homography) determined by the homogeneous transformation matrix HomMat2D on the input image Image and stores the result...
get_image_size (Image, Width, Height) *生成同样大小的空图像,灰度值默认为0 gen_image_const (Image1, 'byte', Width, Height) *循环生成十幅白噪声图 for i:=1 to 10 by 1 *增加图像的白噪声,参数根据噪点尺寸决定 add_noise_white (Image, ImageNoise, 90) ...
12. projective_trans_image 功能:把投影变换应用于一个图像中。 13. projective_trans_image_size 功能:把投影变换应用于一个图像中并且指定输出图像的大小。 14. rotate_image 功能:以一个图像的中心为圆心旋转。 15. zoom_image_factor 功能:把一个图像缩放规定因子倍。 16. zoom_image_size 功能:把一个图...
11. polar_trans_image_inv 功能:把极坐标中的图像转变成直角坐标。 12. projective_trans_image 功能:把投影变换应用于一个图像中。 13. projective_trans_image_size 功能:把投影变换应用于一个图像中并且指定输出图像的大小。 14. rotate_image 功能:以一个图像的中心为圆心旋转。 15. zoom_image_factor 功...
9. polar_trans_image 功能:把一个图像转换成极坐标。 10. polar_trans_image_ext 功能:把一个图像中的环形弧转变成极坐标。 11. polar_trans_image_inv 功能:把极坐标中的图像转变成直角坐标。 12. projective_trans_image 功能:把投影变换应用于一个图像中。 13. projective_trans_image_size 功能:把投影...
*投影变换 projective_trans_image (Image_display, Image_rectified, HomMat2D, 'bilinear', 'false', 'false') * 显示校正结果 dev_display (Image_rectified)
12. projective_trans_image 功能:把投影变换应用于一个图像中。 13. projective_trans_image_size 功能:把投影变换应用于一个图像中并且指定输出图像的大小。 14. rotate_image 功能:以一个图像的中心为圆心旋转。 15. zoom_image_factor 功能:把一个图像缩放规定因子倍。 16. zoom_image_size 功能:把一...