|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
In-memory DIC session API for CppNCorr. More...
#include <cstdint>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | ncorr::ImageBuffer |
| Thin, non-owning view over a raw image in memory. More... | |
| struct | ncorr::DICResult |
| Result of running DIC on a single deformed frame. More... | |
| struct | ncorr::SessionConfig |
| Configuration for an in-memory DIC session. More... | |
| class | ncorr::NcorrSession |
| Drives an in-memory Digital Image Correlation session. More... | |
Namespaces | |
| namespace | ncorr |
In-memory DIC session API for CppNCorr.
This header defines a small, dependency-light interface that lets a caller (for example CPPxDIC's proxyncorr target) push raw image buffers directly to the ncorr DIC engine without first writing frames to disk.
Design goals:
proxyncorr.cpp (Image2D -> DIC_analysis_input -> DIC_analysis). Definition in file session.h.