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. 
 

最新文章

  1. 基本动画CABasicAnimation - 完成之后闪回初始状态
  2. OC中的内存问题
  3. BZOJ 1020 [SHOI2008]安全的航线flight
  4. Python之路:迭代器和yield生成器
  5. [Noi2014]魔法森林( 动态mst lct)
  6. RMQ算法 (ST算法)
  7. ISP PIPLINE (十三) CSM/CSC(color space matrix/convert)
  8. IO队列深度max_queue_depth对系统性能的影响
  9. ZOJ - 2423-Fractal
  10. 解决Myeclipse通过svn导入项目后,项目直接报错问题
  11. Itellj Idea使用技巧
  12. Avro实现RPC
  13. 调用get_str_time(时间), 就能把毫秒的时间转换成格式化的 ,转化时间戳的方法
  14. Matlab远程调试 转
  15. e生保plus
  16. L3-004 肿瘤诊断 dfs bfs
  17. SqlServer 查看备份文件中逻辑文件信息的Sql语句
  18. php前端传过来的json数据丢失 (max_input_vars)
  19. 统计学中z分布、t分布、F分布及χ^2分布
  20. [AT2000] [agc002_f] Leftmost Ball

热门文章

  1. 安装Newton版Glance
  2. unity向量计算
  3. javascript遍历表
  4. jQuery对象和DOM对象使用说明,需要的朋友可以参考下。
  5. 吴恩达《Machine Learning Yearning》总结(21-30章)
  6. indexOf.substr,substring,charAt的区别
  7. inteliJ IDEA使用SVN进行代码管理
  8. 重写Euqals & HashCode
  9. bootstrap模态框实现相对定位拖拽
  10. js实现手风琴效果