#include <mia/2d/correlation_weight.hh>
Data Fields | |
C2DFImage | horizontal |
data field to hold the correlation in horizontal direction More... | |
C2DFImage | vertical |
data field to hold the correlation in vertical direction More... | |
helper structure to hold the correlation data
Definition at line 44 of file correlation_weight.hh.
C2DFImage CCorrelationEvaluator::result_type::horizontal |
data field to hold the correlation in horizontal direction
Definition at line 46 of file correlation_weight.hh.
C2DFImage CCorrelationEvaluator::result_type::vertical |
data field to hold the correlation in vertical direction
Definition at line 48 of file correlation_weight.hh.