Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Public Attributes
jafar::stereo::CorrelationParams Class Reference

Contains all parameters needed for Rectification. More...


Detailed Description

Contains all parameters needed for Rectification.

Definition at line 17 of file CorrelationParams.hpp.

#include <CorrelationParams.hpp>

List of all members.

Public Types

enum  STATE { NOT_INITIALIZED, INITIALIZED }
 state of the object
enum  CORRELATION_TYPE { ZNCC, ZNCC_SIGMA, CENSUS, CENSUS_SIGMA }
enum  INTERPOLATION_TYPE { NIL, PARABOLIQUE_ONLY, BILINERAIRE_ONLY, BOTH }
enum  CENSUS_TYPE {
  CENSUS_NIL, CENSUS_8BITS_SQUARE, CENSUS_8BITS_DIAMOND, CENSUS_MEAN_8BITS_SQUARE,
  CENSUS_MEAN_8BITS_DIAMOND, CENSUS_MEAN_MEAN_8BITS_SQUARE, CENSUS_MEAN_MEAN_8BITS_DIAMOND
}

Public Member Functions

CorrelationParamscopy (CorrelationParams &srcCorrelationParams)
void info ()
 info function
void initialize (CorrelationParams::CORRELATION_TYPE type_correlation, CorrelationParams::INTERPOLATION_TYPE type_interpolation, int win_nb_lig, int win_nb_col, int disp_min, int disp_max, double var_th, double score_th, double diff_2_max_th, double diff_neighbor_max_th, int inv_th)
 initialize the object with the given values

Public Attributes

CorrelationParams::STATE state
 state of the object
CorrelationParams::CORRELATION_TYPE type_correlation
CorrelationParams::INTERPOLATION_TYPE type_interpolation
int win_nb_lig
 width
int win_nb_col
 height
int disp_min
 disparity minimal
int disp_max
 disparity maximal
double var_th
 variance threshold
double score_th
 score threshold
double diff_2_max_th
 difference to max threshold
double diff_neighbor_max_th
 difference to neigbour max threshold
int inv_th
 inverse threshold

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1
LAAS-CNRS