|
Jafar
|
Base class to store an image and some additionnal layer : normalized image in range [0,1], image of intensity mean image of squared-intensity mean and mask image. More...
Base class to store an image and some additionnal layer : normalized image in range [0,1], image of intensity mean image of squared-intensity mean and mask image.
Definition at line 29 of file qdImgZncc.hpp.
#include <qdImgZncc.hpp>
Public Member Functions | |
| imgDataZncc (jafar::image::Image &img, unsigned int rZncc=2, unsigned int rExclu=2, double cmThreshold=0.01) | |
| Constructor. | |
Public Attributes | |
| jblas::mat | iNorm |
| normalized image in range [0,1] | |
|
boost::numeric::ublas::matrix < bool > | vMask |
| mask image | |
| jblas::mat | iMean |
| image of intensity norm | |
| jblas::mat | isqMean |
| image of squared-intensity norm | |
Private Member Functions | |
| void | lineprocess (jblas::mat &mat_in, unsigned int radius, jblas::mat &mat_out) |
| Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |
|