|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
In-memory NcorrSession implementation backed by the DIC engine. More...
#include "ncorr/session.h"#include "ncorr.h"#include <opencv2/opencv.hpp>#include <cmath>#include <limits>#include <sstream>#include <stdexcept>Go to the source code of this file.
Classes | |
| struct | ncorr::NcorrSession::Impl |
Namespaces | |
| namespace | ncorr |
In-memory NcorrSession implementation backed by the DIC engine.
Mirrors the file-based pipeline in test/src/proxyncorr.cpp but drives the DIC engine directly from caller-provided in-memory image buffers:
The returned fields are the native Lagrangian displacements in pixels on the reduced analysis grid (their own dims, not necessarily the input image size).
Definition in file session.cpp.