CppNCorr
C++ ncorr Digital Image Correlation engine
Loading...
Searching...
No Matches
Image2D.cpp File Reference
#include "Image2D.h"
#include "ncorr/log.h"
#include <filesystem>
#include <algorithm>
#include <numeric>
#include <cmath>
#include <iomanip>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  ncorr
 

Functions

std::ostream & ncorr::operator<< (std::ostream &os, const Image2D &img)
 
void ncorr::imshow (const Image2D &img, Image2D::difference_type delay)
 
bool ncorr::isequal (const Image2D &img1, const Image2D &img2)
 
void ncorr::save (const Image2D &img, std::ofstream &os)