【无标题】

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

相关推荐
乱世军军6 小时前
把 Python 3.13 降级到 3.11
开发语言·python
本喵是FW6 小时前
C语言手记2
c语言·开发语言
fy121636 小时前
GO 快速升级Go版本
开发语言·redis·golang
共享家95276 小时前
Java入门(String类)
java·开发语言
0xDevNull6 小时前
Spring Boot 循环依赖解决方案完全指南
java·开发语言·spring
bbq粉刷匠6 小时前
Java--多线程--单例模式
java·开发语言·单例模式
dfafadfadfafa6 小时前
嵌入式C++安全编码
开发语言·c++·算法
计算机安禾6 小时前
【C语言程序设计】第34篇:文件的概念与文件指针
c语言·开发语言·数据结构·c++·算法·visual studio code·visual studio
弦有三种苦难7 小时前
CCF-202412-T3缓存模拟90分
java·开发语言·spring
会编程的土豆7 小时前
【数据结构与算法】 二叉树做题
开发语言·数据结构·c++·算法