zoukankan      html  css  js  c++  java
  • Positioning-Based Photo Retrieval

    MMAI 2015 FINAL PROJECT

     
    To Know Where We Are: Positioning-based Photo Retrieval
     
    2015/12/16 Update
    To Know Where We Are: Positioning-based Photo Retrieval
    Input: query photo
    Return: other photos taken in the same position with different direction.
    Method: use training photos collected from Internet or somewhere else to bulit a 3D model, perform 2D-3D matching when the query photo comes. As a result we get the position where the query photo was taken, then we use the position to final all photos taken in the same position or those was taken very close to this position ------- A new concept of image retrieval.


    Topic 1    Photo Tourism In Campus (existing)
    Use an amout of photos to built a campus model in 3D, and enable the guest to interactively move about the 3D space by seamlessly transitioning between photographs.
    Method: 
    Snavely, et al. "Photo tourism: exploring photo collections in 3D." ACM transactions on graphics, 2006.

    Topic 2    Best Shooting Point Seeking
    Use an extension of the above work to find the best position to take a photo in a scene. This could be achieved by finding the viewpoints-densest area in the 3D model.

    Topic 3    Photo-based Positioning
    An extension of the above work. By using our own photo to quey the 3D model in a feature-based method, we could find where we are as well as get the photos taken near our current position.

    Method:
    Sattler, et al. "Fast image-based localization using direct 2D-to-3D matching." ICCV 2011.

    Topic 4 CBIR System based on pretrained model feature extraction
    After HW2, I have tried features extracted by pretrained model of GoogleNet. It turned out that such features was effective and thus led to more than 80% presicion(MAP) on our database. 
     
  • 相关阅读:
    AJAX请求 $.post方法的使用
    通过jQuery Ajax使用FormData对象上传文件
    iframe跨域访问
    js编码解码
    ajax头像上传
    无边框窗体和用户控件以及权限
    只开启一个窗体和进程以及多线程的操作
    通过一个窗体操作另一个窗体
    流和打印控件用法
    listview和简单的记事本操作
  • 原文地址:https://www.cnblogs.com/clarenceliang/p/6544900.html
Copyright © 2011-2022 走看看