#include "pano_core/Projector.h"
#include "pano_core/Camera.h"
#include <cmath>
#include <opencv2/core/core.hpp>
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | pano |
Functions | |
cv::Mat | pano::createHomogSphrCoords (const cv::Size &sphere_size, float theta_range=2 *CV_PI, float phi_range=CV_PI) |
Variables | |
static const float | pano::PI = 3.14159265f |