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 322 of file qdImgCensus.hpp.
#include <qdImgCensus.hpp>
Public Member Functions | |
imgPairCensus (jafar::image::Image &img1_, jafar::image::Image &img2_, unsigned int rCensus_=2, unsigned int rExclu_=2, double cmThreshold_=0.01) | |
Constructor. | |
bool | isPointValidinIma1 (int u, int v) |
Verify if the pixel (u,v) in ima1 or ima2 is not yet matched. | |
bool | isPointValidinIma2 (int u, int v) |
bool | isMatchValid (int u1, int v1, int u2, int v2) |
Match validation (distance to sides, points not yet matched or forbidden) | |
bool | isMatchValid (int u1, int v1, int u2, int v2, unsigned int radius) |
double | matchEval (int u1, int v1, int u2, int v2) |
evaluation of a pixels match by Rank Comparison | |
double | matchEval (int u1, int v1, int u2, int v2, unsigned int radius) |
void | confirmedMatch (int u1, int v1, int u2, int v2) |
Update mask after match confirmation. | |
Private Attributes | |
imgDataCensus | img1 |
imgDataCensus | img2 |
unsigned int | rCensus |
unsigned int | winwidth |
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |