简体   繁体   English

将低特征图像拼接在一起

[英]stitching low feature images together

Is there a way to attach low feature images together from vertical?有没有办法从垂直方向将低特征图像附加在一起? I have tried OpenCV's ORB, SIFT& SURF, however, if the images have no features or low features, it fails to stitch them together.我尝试过 OpenCV 的 ORB、SIFT& SURF,但是,如果图像没有特征或特征低,则无法将它们拼接在一起。

I want these images put together:我想把这些图片放在一起:

图 1 图 2

Please, let me know if there a way to stitch them together or if blending works?请让我知道是否有办法将它们缝合在一起或者混合是否有效?

the feature matching are often based on contours inside images, there is not contours on your both images like corners or particular poylgon.特征匹配通常基于图像内部的轮廓,您的两个图像上都没有轮廓,如角落或特定多边形。 Once openCv can't find contours and so feature, it can't make template matching to check if feature are ok and assembly both images.一旦openCv找不到轮廓等特征,就无法进行模板匹配以检查特征是否正常并组装两个图像。

If you have some feature despite the image content, try to lower the matching threshold, it will allow algorithm to match feature that are not exactly the same, like in your two differents pictures如果尽管图像内容有某些特征,请尝试降低匹配阈值,它将允许算法匹配不完全相同的特征,例如在您的两张不同图片中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM