# CameraCalibration **Repository Path**: 635909530/CameraCalibration ## Basic Information - **Project Name**: CameraCalibration - **Description**: android camera calibration, undistort安卓相机标定,畸变校正 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-29 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CameraCalibration android相机标定和校正 未校正前的原始图片 ![Alt text](https://github.com/blogercn/CameraCalibration/blob/master/Screenshot_20170628-114301.jpg) 棋盘校正进行时,会获取棋盘角点,以角点为依据来计算畸变参数 ![Alt text](https://github.com/blogercn/CameraCalibration/blob/master/Screenshot_20170628-114223.jpg) 圆圈阵列进行时,同样会获取圆点角点,,以角点为依据来计算畸变参数 ![Alt text](https://github.com/blogercn/CameraCalibration/blob/master/Screenshot_20170628-142749.jpg) 校正后的效果 ![Alt text](https://github.com/blogercn/CameraCalibration/blob/master/Screenshot_20170628-142807.jpg) 校正前校正后对比 ![Alt text](https://github.com/blogercn/CameraCalibration/blob/master/Screenshot_20170628-142841.jpg)