- 18
- 0
- 约1.17万字
- 约 16页
- 2023-11-17 发布于河南
- 举报
文档仅供参考
一、什么是图像拼接(略)
二、拼接的基本过程
使用 halcon 自带的例子来说明这个过程
打开拼接下面的 mosaicking.hdv
(一)镜头校正
CamParam := [0.0121693,-2675.63,7.40046e-006,7.4e-006,290.491,258.887,640,480]
change_radial_distortion_cam_par (adaptive, CamParam, 0, CamParOut)
(二)获得图像
* Read in the images and show them one-by-one.
for J := 1 to 10 by 1
read_image (Image, ImgPath+ImgName+J$02)
if (EliminateRadialDistortions)
1
文档仅供参考
change_radial_distortion_image (Image, Image, Image, CamParam, CamParOut)
endif
con
原创力文档

文档评论(0)