31 os <<
"V data: " <<
'\n' << disp.
get_v();
32 os <<
'\n' <<
"U data: " <<
'\n' << disp.
get_u();
33 os <<
'\n' <<
"Correlation data: " <<
'\n' << disp.
get_cc();
59 return details::Disp2D_nlinfo_interpolator(*
this, region_idx, interp_type);
static Data2D load(std::ifstream &)
Data2D::difference_type difference_type
static Disp2D load(std::ifstream &)
const Data2D & get_u() const
nlinfo_interpolator get_nlinfo_interpolator(difference_type, INTERP) const
details::Disp2D_nlinfo_interpolator nlinfo_interpolator
const Data2D & get_v() const
const Data2D & get_cc() const
bool isequal(const Data2D &data1, const Data2D &data2)
void imshow(const Data2D &data, Data2D::difference_type delay)
void save(const Data2D &data, std::ofstream &os)
std::ostream & operator<<(std::ostream &os, const Data2D &data)