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 qdImgRank.hpp.
#include <qdImgRank.hpp>
Public Member Functions | |
imgDataRank (jafar::image::Image &img, unsigned int rRank=2, unsigned int rExclu=2, double cmThreshold=0.01) | |
Constructor. | |
Public Attributes | |
unsigned int | rowstep |
unsigned char * | rankRawData |
Pointer on rawData. | |
boost::numeric::ublas::matrix < bool > | vMask |
mask image | |
Private Attributes | |
image::Image * | rankImage |
Image obtained by Rank Transform. |
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |