|
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 35 of file qdImgCensus.hpp.
#include <qdImgCensus.hpp>
Public Member Functions | |
| imgDataCensus (jafar::image::Image &img, unsigned int rCensus=2, unsigned int rExclu=2, double cmThreshold=0.01) | |
| Constructor. | |
Public Attributes | |
| bitset80 * | censusData |
| Data obtained after Census Transform. | |
| unsigned int | width |
| censusData Dimensions | |
| unsigned int | height |
| unsigned int | widthstep |
|
boost::numeric::ublas::matrix < bool > | vMask |
| mask image | |
| Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |
|