5# include "../_cexports/c_foundation.h"
7# include "../global.hpp"
8# include "../image.hpp"
9# include "../exception.hpp"
40 return Internal::DoResCallObjectOut<Image>(
56 return Internal::DoResCallObjectOut<Image>(
72 return Internal::DoResCallObjectOut<Image>(
88 return Internal::DoResCallObjectOut<Image>(
106 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 ScaleTo16BPPUnsigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ScaleTo16BPPSigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ScaleTo8BPPUnsigned(IMG ImgIn, IMG &ImgOut)
cvbres_t ScaleTo32BPPFloat(IMG ImgIn, IMG &ImgOut, double MinVal, double MaxVal)
cvbres_t ScaleTo32BPPSigned(IMG ImgIn, IMG &ImgOut)
Various image scaling functions.
Definition scale.hpp:26
std::unique_ptr< Image > ScaleTo32BppFloat(const Image &image, double minVal, double maxVal)
Convert the input image to an image with 32 bits per pixel float data.
Definition scale.hpp:104
std::unique_ptr< Image > ScaleTo32BppSigned(const Image &image)
Convert the input image to an image with 32 bits per pixel signed data.
Definition scale.hpp:86
std::unique_ptr< Image > ScaleTo16BppUnsigned(const Image &image)
Convert the input image to an image with 16 bits per pixel unsigned data.
Definition scale.hpp:54
std::unique_ptr< Image > ScaleTo16BppSigned(const Image &image)
Convert the input image to an image with 16 bits per pixel signed data.
Definition scale.hpp:70
std::unique_ptr< Image > ScaleTo8BppUnsigned(const Image &image)
Convert the input image to an image with 8 bits per pixel unsigned data.
Definition scale.hpp:38
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