Jafar
|
Definition at line 25 of file facetscloseness.hpp.
#include <facetscloseness.hpp>
Public Member Functions | |
FacetsCloseness (Facet *f1, Facet *f2) | |
double | distance () const |
This function return the distance between the two facets. | |
double | parallelism () const |
This function computes the "parallelism" between the two function. | |
double | zncc () const |
This function computes the zncc value of the two images. | |
Facet * | getF1 () |
Facet * | getF2 () |
Private Attributes | |
Facet * | m_f1 |
Facet * | m_f2 |
double | m_distance |
double | m_parallelism |
double | m_zncc |
bool | m_distanceNeedUpdate |
bool | m_parallelismNeedUpdate |
bool | m_znccNeedUpdate |
double jafar::facetsmap::FacetsCloseness::parallelism | ( | ) | const [inline] |
This function computes the "parallelism" between the two function.
This function return the inner product between the two normals
Definition at line 44 of file facetscloseness.hpp.
References jafar::facetsmap::Facet::globalNormal().
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |