Roboseum
1.0.0
1.0.0
  • Roboseum
  • Robots
    • Modular Snake
    • Atlas
    • ANYdrive
    • ASIMO
    • ASIMO
    • Cassie
    • SpotMini
    • Ocean One
    • T-HR3
    • aslteam
    • SEA-Snake
    • OC Robotics Snake Arm Robot
    • Aibo
    • IMPASS
    • NABiRoS
    • Giacometti Arm with Balloon Body
    • CoBot
    • Fetch机器人平台
    • Salto
    • ASIMO
    • GUARDIAN S
    • ANYmal
    • BALLU
    • Robonaut2
    • Fusion-远程操作的寄生机器人
    • Epson SCARA Robot Overview
    • HERMES 遥操作机器人
    • Laikago
    • Gila Monster
    • Electrick
    • E2-DR
    • MIT Cheetah
    • Snake Monster
  • Sensors
    • 霍尔 Hall effect sensor
    • 编码器 Encoder
    • RGBcamera
    • IMU
    • Laser
    • 学习型描述子
    • DepthCamera
    • EventCamera
    • 旋转变压器 Resolver
  • Software
    • Algorithms
      • Mobility
        • Aerial Robotics
          • PX4
          • Planning
          • Geometry
          • Control
          • Mechanics
        • LeggedMobility
        • Bioinspiration
        • Templates
        • MechanicalDynamicalSystems
      • Motion Planning
        • Visibility Graph
          • Configuration Space
        • Rapid Exploring Random Trees
          • Rapid Exploring Random Trees
        • Probablistic Road Map
          • Probablistic Road Map
        • Trapezoidal Decomposition
          • Trapezoidal Decomposition
        • Sample Based Planners
          • Characteristics of Sample Based Planners
        • MoveIt
      • Perception
        • Localization and Mapping
          • Principle
            • localization
              • odometry
                • Odometry Modeling
                  • Odometry Modeling(里程计模型)
                • 视觉里程计 Visual Odometry
              • Iterative Closest Point
                • Iterative Closest Point (ICP 迭代最近邻)
              • Optical Flow (光流跟踪)
              • Particle Filter (粒子滤波)
            • 回环检测 Loop CLosing
            • mapping
              • Occupancy Grid Mapping
                • Occupancy Grid Mapping(占用栅格地图构建)
              • Map Registration
                • Map Registration(地图配准)
              • 3D Mapping
                • 3D Mapping
              • mapping
                • Mapping(建图)
            • Optimization in Mapping(优化在建图中的应用)
          • Project
            • ORBSlam
            • Dense Visual Odometry
            • LSDslam
            • Semi-Direct Monocular Visual Odometry
          • Dataset
            • TUM
            • KITTI
        • Basics
          • Single View Geometry
          • Camera Modeling
          • Point and Line Duality
          • Pinhole Camera Model
          • Perspective Projection
        • Recognition
          • CNNs
      • Learning
        • Estimation
          • ParticleFilters
          • TargetTracking
          • Kalman Filter
          • MaximumLikelihoodEstimate
            • 极大似然估计
    • Simulator
      • Gazebo
      • Airsim
      • VizDoom
      • Rviz
    • Library
      • PCL
      • OpenCV
      • OpenGL
  • Actuators
    • Floating Spring Joint
    • A Detailed Look into SEA(Serial Elastic Actuator)
    • MIT Optimal Actuator Design
Powered by GitBook
On this page

Was this helpful?

  1. Software
  2. Algorithms
  3. Perception
  4. Basics

Camera Modeling

  1. 相机结构 相机最简单的结构就是一块透镜加上一个成像芯片CCD

  2. 几何光学与成像理论 研究各种透镜、面镜组成的光学系统的成像特性,包括光路计算、光阑和光束限制、色散、畸变等问题。如可选修精仪系谭峭峰老师的光学工程基础一门课,或阅读《工程光学基础教程》一书。

  3. 针孔相机模型 对几何光学与成像理论进行简化后得到的最简成像模型,广泛用于计算机视觉和图形学中的各种光线投影中。

PreviousSingle View GeometryNextPoint and Line Duality

Last updated 6 years ago

Was this helpful?