【无标题】

points_foerstner (Image1, 1, 2, 3, 50, 0.1, 'gauss', 'true', Rows1, Columns1, CoRRJunctions, CoRCJunctions, CoCCJunctions, RowArea, ColumnArea, CoRRArea, CoRCArea, CoCCArea) points_foerstner (Image2, 1, 2, 3, 50, 0.1, 'gauss', 'true', Rows2, Columns2, CoRRJunctions, CoRCJunctions, CoCCJunctions, RowArea, ColumnArea, CoRRArea, CoRCArea, CoCCArea)

proj_match_points_ransac (Image1, Image2, Rows1, Columns1, Rows2, Columns2, 'ncc', 10, 0, 0, Height, Width, 0, 0.5, 'gold_standard', 2, 42, HomMat2DUnrectified, Points1Unrectified, Points2Unrectified) * Construct a projective mosaic from the two unrectified images. * 将两个未修改(有径向畸变)的图像构造为一个投影拼接(projective mosaic) concat_obj (Image1, Image2, Images) gen_projective_mosaic (Images, MosaicImageUnrectified, 1, 1, 2, HomMat2DUnrectified, 'default', 'false', MosaicMatrices2DUnrectified)

* 去除图像中的径向畸变 change_radial_distortion_cam_par ('fixed', CamParDist, 0, CamPar) change_radial_distortion_image (Image1, Image1, Image1Rect, CamParDist, CamPar) change_radial_distortion_image (Image2, Image2, Image2Rect, CamParDist, CamPar)

emphasize (Image, ImageEmphasize, 10, 10, 2)

rgb1_to_gray (ImageEmphasize, GrayImage)

threshold (GrayImage, Regions, 63, 255)

connection (Regions, ConnectedRegions)

select_shape (ConnectedRegions, SelectedRegions, ['area','height'], 'and', [0,69.09], [380.26,150])

相关推荐
四维碎片5 小时前
【Qt】线程池与全局信号实现异步协作
开发语言·qt·ui·visual studio
IT码农-爱吃辣条5 小时前
Three.js 初级教程大全
开发语言·javascript·three.js
☺����5 小时前
实现自己的AI视频监控系统-第一章-视频拉流与解码2
开发语言·人工智能·python·音视频
染翰6 小时前
lua入门以及在Redis中的应用
开发语言·redis·lua
王者鳜錸6 小时前
PYTHON让繁琐的工作自动化-函数
开发语言·python·自动化
兔老大RabbitMQ6 小时前
git pull origin master失败
java·开发语言·git
tt5555555555556 小时前
C/C++嵌入式笔试核心考点精解
c语言·开发语言·c++
xiao助阵6 小时前
python实现梅尔频率倒谱系数(MFCC) 除了傅里叶变换和离散余弦变换
开发语言·python
科大饭桶7 小时前
C++入门自学Day14-- Stack和Queue的自实现(适配器)
c语言·开发语言·数据结构·c++·容器
扛麻袋的少年8 小时前
7.Kotlin的日期类
开发语言·微信·kotlin