Detailed Description
Definition at line 348 of file qdOmniCensus.hpp.
List of all members.
Public Member Functions |
|
| omniPairCensus (jafar::image::Image &img1_, jafar::image::Image &img2_, jafar::camera::CameraBarreto &omnicam_, jafar::quasidense::omniMask &geomMask_, double oasCensus_=0.0079, unsigned int rCensus_=2, double hrdThreshold_=0.01) |
| | Default 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 |
|
omniDataCensus | img1 |
|
omniDataCensus | img2 |
|
unsigned int | rCensus |
|
unsigned int | winWidth |
The documentation for this class was generated from the following file: