#include <iostream>#include <fstream>#include <string>#include <vector>#include <tuple>#include <opencv2/imgcodecs.hpp>#include <opencv2/imgproc.hpp>#include <opencv2/highgui.hpp>#include <opencv2/calib3d.hpp>#include "opencv2/stitching/detail/seam_finders.hpp"#include <opencv2/core/utility.hpp>

Go to the source code of this file.
Classes | |
| class | stitcher::FisheyeStitcher |
Namespaces | |
| stitcher | |
Macros | |
| #define | MAX_FOVD 195.0f |
| #define | P1_ -7.5625e-17 |
| #define | P2_ 1.9589e-13 |
| #define | P3_ -1.8547e-10 |
| #define | P4_ 6.1997e-08 |
| #define | P5_ -6.9432e-05 |
| #define | P6_ 0.9976 |
| #define MAX_FOVD 195.0f |
Definition at line 49 of file fisheye_stitcher.hpp.
| #define P1_ -7.5625e-17 |
Definition at line 52 of file fisheye_stitcher.hpp.
| #define P2_ 1.9589e-13 |
Definition at line 53 of file fisheye_stitcher.hpp.
| #define P3_ -1.8547e-10 |
Definition at line 54 of file fisheye_stitcher.hpp.
| #define P4_ 6.1997e-08 |
Definition at line 55 of file fisheye_stitcher.hpp.
| #define P5_ -6.9432e-05 |
Definition at line 56 of file fisheye_stitcher.hpp.
| #define P6_ 0.9976 |
Definition at line 57 of file fisheye_stitcher.hpp.