|
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 293 of file qdRotCensus.hpp.
#include <qdRotCensus.hpp>
Public Member Functions | |
| rotPairCensus (jafar::image::Image &img1_, jafar::image::Image &img2_, double angle_=0.0, 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 | |
| rotDataCensus | img1 |
| rotDataCensus | img2 |
| Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |
|