随笔分类 - 图像处理
摘要:源码如下: // ConsoleApplication1.cpp : Defines the entry point for the console application. include "stdafx.h" include include define XSIZE 1920 define YS
阅读全文
摘要:camera sensor 分为 YUV sensor 和 Bayer sensor 。 YUV Sensor YUV Sensor输出的格式是YUV,图像的处理效果使用sensor内部的ISP,BB端接收到的YUV格式数据后只能进行格式的转换,效果方面不进行处理,由于Sensor内部的ISP处理嫩
阅读全文
摘要:标定步骤 调出标定工具箱 在命令行输入stereoCameraCalibrator,出现如下界面: 勾选相应的选项 然后将上面的“Skew”、“Tangential Distortion”以及“3 Coefficients”等选项选上,将“2 Coefficients”选项去掉,如下: 载入图像 然
阅读全文