文件名称:基于Surf的Opencv全景图像拼接《Panoramic Image mosaic based on SURF algorithm using OpenCV》
文件大小:1.04MB
文件格式:PDF
更新时间:2019-05-14 04:11:41
图像拼接
Abstract— Panoramic image mosaic is a technology to match a series of images which are overlapped with each other. Panoramic image mosaics can be used for different applications. Image mosaic has important values in various applications such as photogrammetry, computer vision, remote sensing image processing, medical image analysis and computer graphics. Image mosaics also can be used in moving object detection with a dynamic camera. After getting the panoramic background of the video for detection, we can compare every frame in the video with the panoramic background, and finally detect the moving object. To build the image mosaic, SURF (Speeded Up Robust Feature) algorithm is used in feature detection and OpenCV is used in the programming.