#include <distortion_correction.h>

Public Member Functions | |
| class_distortion_correction (void) | |
| int | correct_image_distortion (const cv::Mat *distorted, cv::Mat *corrected) |
| int | correct_spherical_image_distortion (const cv::Mat *distorted, cv::Mat *corrected) |
| ~class_distortion_correction (void) | |
Definition at line 54 of file distortion_correction.h.
| class_distortion_correction::class_distortion_correction | ( | void | ) | [inline] |
Definition at line 60 of file distortion_correction.h.
| class_distortion_correction::~class_distortion_correction | ( | void | ) | [inline] |
Definition at line 61 of file distortion_correction.h.
| int class_distortion_correction::correct_image_distortion | ( | const cv::Mat * | distorted, | |
| cv::Mat * | corrected | |||
| ) | [inline] |
Definition at line 63 of file distortion_correction.h.
| int class_distortion_correction::correct_spherical_image_distortion | ( | const cv::Mat * | distorted, | |
| cv::Mat * | corrected | |||
| ) | [inline] |
Definition at line 86 of file distortion_correction.h.