Jafar
|
DEPRECATED This class allows to mask useless part of a panoramic image. More...
DEPRECATED This class allows to mask useless part of a panoramic image.
#include <mask.hpp>
Public Member Functions | |
PanoMask (int width, int height, double uCenter, double vCenter, double imageRadius, double maskRadius, int clearColor=0) | |
PanoMask (CameraBarreto const &camera, int clearColor=0) | |
void | setup (int width, int height, double uCenter, double vCenter, double imageRadius, double maskRadius, int clearColor=0) |
void | setup (CameraBarreto const &camera, int clearColor=0) |
void | apply (jafar::image::Image &image) const |
Private Types | |
typedef boost::numeric::ublas::bounded_vector < int, 2 > | Pixel |
typedef std::list< Pixel > | MaskType |
Private Member Functions | |
void | createMask (double u0, double v0, double imageRadius, double maskRadius) |
Private Attributes | |
int | p_width |
int | p_height |
MaskType | mask |
int | p_clearColor |
Generated on Wed Oct 15 2014 00:37:33 for Jafar by doxygen 1.7.6.1 |