#include "CameraCalibration.h"
Go to the source code of this file.
Functions | |
void | undistortImage (std::vector< std::vector< unsigned char > > &image, std::vector< std::vector< unsigned char > > &undistorted, std::vector< std::vector< double > > &K, std::vector< double > &distCoeffs) |
Routines for performing synthetic radiation camera calibration.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file CameraCalibration.cpp.
void undistortImage | ( | std::vector< std::vector< unsigned char > > & | image, |
std::vector< std::vector< unsigned char > > & | undistorted, | ||
std::vector< std::vector< double > > & | K, | ||
std::vector< double > & | distCoeffs | ||
) |
Definition at line 507 of file CameraCalibration.cpp.