#include "Zivid/Array1D.h"
#include "Zivid/Array2D.h"
#include "Zivid/Color.h"
#include "Zivid/ComputeWrappers.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Disparity.h"
#include "Zivid/Image.h"
#include "Zivid/Normal.h"
#include "Zivid/Point.h"
#include "Zivid/SNR.h"
#include <memory>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
| template<typename ColorFormat, typename = std::enable_if_t<Detail::SupportedImageColorFormat<ColorFormat>::value>> |
| Image< ColorFormat > | Zivid::toImage (const DeviceArray< ColorFormat > &buffer, StreamOrQueue streamOrQueue) |
| | Enqueue a device-to-host copy and return as Image without synchronizing.
|
| template<typename ColorFormat, typename = std::enable_if_t<Detail::SupportedImageColorFormat<ColorFormat>::value>> |
| Image< ColorFormat > | Zivid::toImage (const DeviceArrayView< ColorFormat > &buffer, StreamOrQueue streamOrQueue) |
| | Enqueue a device-to-host copy and return as Image without synchronizing.
|