博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Recognizing and Learning Object Categories --- 连接放送
阅读量:5926 次
发布时间:2019-06-19

本文共 1555 字,大约阅读时间需要 5 分钟。

 

This course reviews current methods for object category recognition, dividing them into four main areas: bag of words models; parts and structure models; discriminative methods and combined recognition and segmentation. The emphasis will be on the important general concepts rather than in depth coverage of contemporary papers. The course is accompanied by extensive Matlab demos. 

ICCV 2009 Recognizing and Learning Object Categories: Year 2009

  • Introduction (, )
  • Part 1: Single object classes 
    • Bag of words models, Part-based models, and Discriminative models ()
    • Detecting single objects in context ()
    • 3D object models ()
  • Part 2: Multiple object categories 
    • Recognizing a large number of object classes ()
    • Recognizing multiple objects in an image. Sharing and context ()
    • Objects and annotations ()
  • Part 4: Summary and datasets ()

Slides CVPR 2007

Slides ICCV 2005

  • ,  

Matlab code

This set of three demos illustrates the concepts behind several approaches for object recognition. The code consists of Matlab scripts (which should run under both Windows and Linux). The code is for teaching/research purposes only. 

Datasets
These are pointers to the datasets used in the demos:

  •  

    Acknowledgments

    This work was partially supported by the National Science Foundation Grant No. 0413232. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.

分类: 
本文转自einyboy博客园博客,原文链接:http://www.cnblogs.com/einyboy/archive/2012/07/02/2573210.html
你可能感兴趣的文章
【Spring Cloud】Redis缓存接入监控、运维平台CacheCloud
查看>>
Springboot项目搭建(三)整合thymeleaf模板
查看>>
Javascript中数组去重的六种方法
查看>>
MySQL Schema与数据类型的优化
查看>>
【292天】跃迁之路——程序员高效学习方法论探索系列(实验阶段50-2017.11.24)...
查看>>
Scala-2.13.0 安装及配置
查看>>
[js高手之路]使用原型对象(prototype)需要注意的地方
查看>>
leetcode 475. Heaters
查看>>
Vagrant搭建可移动的PHP开发环境
查看>>
10分钟学会vue滚动行为
查看>>
Hype3使用体验
查看>>
python学习笔记 --- 随机数进阶
查看>>
数据结构基础:栈(Stack)
查看>>
Java Socke 探究
查看>>
JavaScript匿名函数以及在循环中的匿名函数
查看>>
【131天】尚学堂高淇Java300集视频精华笔记(65-66)
查看>>
使用 python 的 urllib2和 urllib模块爆破 form 表单的简易脚本
查看>>
js温故而知新11(AJAX)——学习廖雪峰的js教程
查看>>
Swift和Objective-C混编
查看>>
[译]9条关于高性能ElasticSearch的配置建议
查看>>