![]() |
Zivid C++ API 2.16.0+46cdaba6-1
|
Namespaces | |
namespace | Calibration |
namespace | PointCloudExport |
namespace | SettingsInfo |
namespace | Toolbox |
Classes | |
class | LocalPointCloudRegistrationParameters |
Input parameters for controlling the local point cloud registration process. More... | |
class | PixelMapping |
Pixel mapping from subsampled to full resolution. More... | |
Functions | |
ZIVID_UTILS_EXPORT std::ostream & | operator<< (std::ostream &stream, const PixelMapping &pixelMapping) |
Serialize the value to a stream. | |
ZIVID_CORE_EXPORT Frame | reprocess (Application &application, const Frame &frame, const Settings &settings) |
Re-run processing on the provided frame using the provided settings. Returns the new frame. | |
ZIVID_UTILS_EXPORT std::ostream & Zivid::Experimental::operator<< | ( | std::ostream & | stream, |
const PixelMapping & | pixelMapping ) |
Serialize the value to a stream.
ZIVID_CORE_EXPORT Frame Zivid::Experimental::reprocess | ( | Application & | application, |
const Frame & | frame, | ||
const Settings & | settings ) |
Re-run processing on the provided frame using the provided settings. Returns the new frame.
If the acquisition settings in settings
does not match the original acquisition in frame
, this function will throw an exception.
This function requires that Diagnostics was enabled when capturing the frame. Otherwise, this method will throw an exception.
If the frame was created from a different SDK version than the currently installed SDK version, this function will throw an exception.