首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >MOB LEC3 Cameras and Images

MOB LEC3 Cameras and Images

作者头像
杨丝儿
发布2022-11-10 16:27:17
发布2022-11-10 16:27:17
3030
举报
文章被收录于专栏:杨丝儿的小站杨丝儿的小站

Introduction of computer vision

Computer vision is a field of artificial intelligence (AI) that enables computers derive meaningful information from digital images, videos and other visual inputs obtained by a camera.

Bucket of photons

  1. Photons converted to electrons
  2. Shift electrons along row for readout
  3. The readout on the device will translate the analog signal to either grayscale images or RGB images

Image Formation

pinhole camera, optical centre, focal length

Stereo Cameras

Image filtering

Noise

Cross-correlation Filter

Image gradient computation

Summary

  • The basics behind imaging and the pinhole camera model.
  • 3D points in the world coordinate frame can be projected to 2D points in the image coordinate frame using projective geometry equations.
  • These equations rely on the camera intrinsic parameters, as well as its extrinsic location in the world coordinate frame (covered in tutorial).
  • Given the geometric transformation between the two cameras of a stereo sensor, and the disparity, you can estimate the 3D location of pixel.
  • Cross-Correlation of pixels is the cornerstone of image filtering and can be used to edge detection.

Origin: Dr. Chris Lu (Homepage) Translate + Edit: YangSier (Homepage)

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-10-03,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Introduction of computer vision
  • Bucket of photons
  • Image Formation
  • Stereo Cameras
  • Image filtering
    • Noise
    • Cross-correlation Filter
    • Image gradient computation
  • Summary
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档