Use the real world's photos to construct a virtual world.
首先将图像分成风景,人物,森林等主题(利用labeled data train SVM)。在同一个主题的图像集中,对每幅图像进行基本的摄像机变换(水平平移,旋转,缩放)后,利用visual feature找出近邻,每一种摄像机变换后的图像找出10个近邻,因此每幅图像有30个近邻图像,由此构建了一个virtual space的graph,在这个graph每个通道,都可以实现Tour into pictures的效果。还可以实现Image Taxi的功能,即指定起点图像和终点图像,在gragh上找出连接这两幅图像的通道(不唯一)。
[1] Creating and Exploring a Large Photorealistic Virtual Space
No comments:
Post a Comment