【无标题】

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])

相关推荐
流星白龙1 小时前
【Qt】1.安装QT
开发语言·qt
励志不掉头发的内向程序员1 小时前
【Linux系列】解码 Linux 内存地图:从虚拟到物理的寻宝之旅
linux·运维·服务器·开发语言·学习
superxxd3 小时前
跨平台音频IO处理库libsoundio实践
开发语言·qt·音视频
_OP_CHEN5 小时前
C++基础:(十二)list类的基础使用
开发语言·数据结构·c++·stl·list类·list核心接口·list底层原理
ONE_PUNCH_Ge8 小时前
Go 语言变量
开发语言
幼稚园的山代王8 小时前
go语言了解
开发语言·后端·golang
晚风残8 小时前
【C++ Primer】第六章:函数
开发语言·c++·算法·c++ primer
满天星83035778 小时前
【C++】AVL树的模拟实现
开发语言·c++·算法·stl
weixin_456904278 小时前
基于.NET Framework 4.0的串口通信
开发语言·c#·.net
ss2738 小时前
手写MyBatis第107弹:@MapperScan原理与SqlSessionTemplate线程安全机制
java·开发语言·后端·mybatis