|
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 31 of file qdRotCensus.hpp.
#include <qdRotCensus.hpp>
Public Member Functions | |
| rotDataCensus (jafar::image::Image &img, double angle, 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 | |
Private Member Functions | |
| unsigned int | estimExcluRadius (double angle) |
| void | censusShiftsGenerator (long int *tab, unsigned int tabSize, unsigned int indCircQuadrant, unsigned int indRotAngle) |
Private Attributes | |
| unsigned int | rExclu |
| Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |
|