PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Functions
rasterizer.hpp File Reference
#include <algorithm>
#include <cstdlib>
#include "../base.hpp"
#include "../image.hpp"
#include "../util/vec.hpp"
#include "../util/math.hpp"
#include "../externals/Eigen/Dense"

Go to the source code of this file.

Namespaces

 pic
 

Functions

PIC_INLINE void pic::drawLine (Image *img, Vec2i v0, Vec2i v1, float *color)
 drawLine renders a line (v0, v1) with color into img. More...
 
PIC_INLINE void pic::drawPoints (Image *img, std::vector< Eigen::Vector2f > &points, float *color)
 drawPoints More...
 
PIC_INLINE void pic::evaluateGaussian (Image *img, float sigma=-1.0f, bool bNormTerm=false)
 evaluateGaussian renders a Gaussian function which is centred in the image. More...
 
PIC_INLINE void pic::evaluateSolid (Image *img)
 evaluateSolid renders a centred circle. More...