5# include "../_cexports/c_foundation.h"
7# include "../global.hpp"
8# include "../image.hpp"
9# include "../exception.hpp"
44 return Internal::DoResCallObjectOut<Image>(
63 return Internal::DoResCallObjectOut<Image>(
82 return Internal::DoResCallObjectOut<Image>(
101 return Internal::DoResCallObjectOut<Image>(
120 return Internal::DoResCallObjectOut<Image>(
The Common Vision Blox image.
Definition decl_image.hpp:50
void * Handle() const noexcept
Classic API image handle.
Definition decl_image.hpp:237
cvbres_t ConvertTo32BPPSigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ConvertTo8BPPUnsigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ConvertTo16BPPSigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ConvertTo16BPPUnsigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ConvertTo32BPPFloat(IMG ImgIn, IMG &ImgOut)
Various image conversion functions.
Definition convert.hpp:27
std::unique_ptr< Image > ConvertTo32BppSigned(const Image &image)
Convert the input image to an image with 32 bits per pixel signed data.
Definition convert.hpp:99
std::unique_ptr< Image > ConvertTo16BppUnsigned(const Image &image)
Convert the input image to an image with 16 bits per pixel unsigned data.
Definition convert.hpp:61
std::unique_ptr< Image > ConvertTo8BppUnsigned(const Image &image)
Convert the input image to an image with 8 bits per pixel unsigned data.
Definition convert.hpp:42
std::unique_ptr< Image > ConvertTo32BppFloat(const Image &image)
Convert the input image to an image with 32 bits per pixel float data.
Definition convert.hpp:118
std::unique_ptr< Image > ConvertTo16BppSigned(const Image &image)
Convert the input image to an image with 16 bits per pixel signed data.
Definition convert.hpp:80
Namespace for the Foundation package.
Definition decl_metric_aqs12_calibration_piece.hpp:11
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17