gpt4 book ai didi

image - 在matlab中找到两张非常相似的图片之间的角度

转载 作者:行者123 更新时间:2023-12-05 08:34:36 24 4
gpt4 key购买 nike

嗨,我找到了两张相似(但不相同)的图片之间的角度?

the first picture

the second我用过

hVideoSrc = vision.VideoFileReader(filename, 'ImageColorSpace', 'Intensity');

imgA = step(hVideoSrc); % Read first frame into imgA
imgB = step(hVideoSrc); % Read second frame into imgB

figure; imshowpair(imgA, imgB, 'montage');
title(['Frame A', repmat(' ',[1 70]), 'Frame B']);
figure; imshowpair(imgA,imgB,'ColorChannels','red-cyan');
title('Color composite (frame A = red, frame B = cyan)');

来自 http://www.mathworks.com/help/vision/examples/video-stabilization-using-point-feature-matching.html但它没有帮助任何人都有 idia

最佳答案

只是想指出,从 R2014a 开始,图像处理工具箱中存在与 Patrick 的建议非常相似的算法。它被命名为 imregcorr 并在对数极坐标域中使用相位相关。对于这个问题,这可能也很有效,我还没有尝试过。

http://www.mathworks.com/help/images/ref/imregcorr.html

http://adessowiki.fee.unicamp.br/media/Attachments/courseIA369O1S2011/Ex13/phasecorrelation5.pdf

关于image - 在matlab中找到两张非常相似的图片之间的角度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22894190/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com