| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 人工智能 -> 【自动驾驶传感器——摄像头】 -> 正文阅读 |
|
[人工智能]【自动驾驶传感器——摄像头】 |
目录 畸变系数和校正?Distortion Coefficients and Correction 径向畸变校正?Radial distortion correction 切向畸变校正 Tangential distortion correction 自动驾驶汽车中的摄像头应用1、高分辨率传感器 High resolution sensor 2、颜色、光线特征识别 Color/Optical character recognition 3、双目摄像头深度重建 Depth reconstruction with stereo camera 4、时间、空间效率 Cost/Space efficient 摄像头的局限性 Limitations1、对天气敏感 Sensitive to weather 2、信息需要算法来提取 Information needs to be extracted with an algorithm 3、深度估计并不好 Not great for depth estimation 畸变?Distortion图像畸变发生在相机捕捉现实世界中的3D物体并将它们转换为2D图像; Image distortion occurs when a camera looks at 3D objects in the real world and transforms them into a 2D image; 这个转换并不完美。 this transformation isn’t perfect. 畸变会改变3D物体实际的形状和大小。 Distortion actually changes what the shape and size of these 3D objects appear to be. 所以,分析摄像头图像的第一步是消除畸变,这样就可以从图像中获取正确的有用的信息。 So, the first step in analyzing camera images, is to undo this distortion so that you can get correct and useful information out of them. 畸变类型?Types of Distortion实际相机使用镜头形成图像,光线会在镜头边缘出现或多或少的扭曲。这就导致了图像的畸变,所以线或物体就会出现或多或少的弯曲。这是径向畸变,一种最常见的畸变类型。 Real cameras use curved lenses to form an image, and light rays often bend a little too much or too little at the edges of these lenses. This creates an effect that distorts the edges of images, so that lines or objects appear more or less curved than they actually are. This is called?radial distortion, and it’s the most common type of distortion. 另一种畸变是切向畸变。这发生在相机镜头与图像平面,相机胶卷或传感器所在之处,没有完美地平行对齐时。这就导致图像看起来倾斜了,有些物体就会比实际大或小。 Another type of distortion, is?tangential distortion. This occurs when a camera’s lens is not aligned perfectly parallel to the imaging plane, where the camera film or sensor is. This makes an image look tilted so that some objects appear farther away or closer than they actually are. 畸变系数和校正?Distortion Coefficients and Correction径向畸变的校正需要三个系数:。去校正图像中出现的径向畸变的点,可以使用校正公式。 There are three coefficients needed to correct for?radial distortion:?k1,?k2, and?k3. To correct the appearance of radially distorted points in an image, one can use a correction formula. 在下述公式中,是畸变图像中的点。为了给这些点去畸变,OpenCV计算,是校正后图像中的点?和图像畸变中心的已知距离,畸变中心通常为图像的中心。如下图所示: In the following equations,??is a point in a distorted image. To undistort these points, OpenCV calculates?r, which is the known distance between a point in an undistorted (corrected) image??and the center of the image distortion, which is often the center of that image?. This center point??is sometimes referred to as the?distortion center. These points are pictured below.?
径向畸变校正?Radial distortion correction切向畸变校正 Tangential distortion correction有额外的两个系数负责切向畸变:。切向畸变可以使用不同的校正公式来校正。? There are two more coefficients that account for?tangential distortion:?p1?and?p2, and this distortion can be corrected using a different correction formula. |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/25 22:38:23- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |