完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
fixed = rgb2gray(imread('1-60.bmp'));
moving = rgb2gray(imread('1-120.bmp')); % View misaligned images 图片不一致 figure,imshowpair(fixed, moving,'blend','Scaling','independent'); title('两图差别'); % Get a configuration suitable for registering images from different % sensors. [optimizer, metric] = imregconfig('monomodal'); % Tune the properties of the optimizer to allow for more iterations % and reduce the initial step size we will take in parameter space so % that the registration will converge to a global maxima of mutual % information. optimizer.MaximumIterations = 300; %最大迭代次数 % optimizer.InitialRadius = 3.5e-3; % Align the moving image with the fixed image movingRegistered = imregister(moving, fixed, 'affine', optimizer, metric); % View registered images figure, imshowpair(fixed, movingRegistered,'Scaling','joint'); title('配准完成'); set(gca,'units','pixels','Visible','off'); frame=getframe; im1=frame2im(frame); imwrite(im1,'peizhun0.jpg','jpg'); 想求助下怎么把 配准图片配准区域是原灰度值图片而不是绿色的???
|
|
相关推荐
1个回答
|
|
我有Matlab运行出结果的源代码,你可以对比看看
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
1415 浏览 1 评论
200圆!求助大佬给一份VSG并网和离网模式的simulink仿真
1713 浏览 0 评论
MATLAB(3)--矩阵的引用(sub2ind、ind2sub、reshape函数使用)
2524 浏览 0 评论
2863 浏览 0 评论
4089 浏览 1 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-18 02:17 , Processed in 0.531712 second(s), Total 45, Slave 37 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号