5# include "../_cexports/c_foundation.h"
7# include "../global.hpp"
8# include "../image.hpp"
9# include "../exception.hpp"
10# include "../rect.hpp"
Rect< int > Bounds() const noexcept
Bounding rectangle of the image in pixels.
Definition decl_image.hpp:438
void * Handle() const noexcept
Classic API image handle.
Definition decl_image.hpp:237
Image plane information container.
Definition decl_image_plane.hpp:29
int Plane() const noexcept
Plane index in the image, to which this plane refers to.
Definition decl_image_plane.hpp:147
const Image & Parent() const noexcept
Image to which this plane descriptor refers to.
Definition detail_image_plane.hpp:87
Rectangle object.
Definition rect.hpp:24
cvbres_t ImageNormL1(IMG ImgIn, cvbdim_t Index, cvbdim_t left, cvbdim_t top, cvbdim_t right, cvbdim_t bottom, cvbbool_t Normalize, double &Value)
cvbres_t ImageNormL2(IMG ImgIn, cvbdim_t Index, cvbdim_t left, cvbdim_t top, cvbdim_t right, cvbdim_t bottom, cvbbool_t Normalize, double &Value)
cvbres_t ImageNormLInf(IMG ImgIn, cvbdim_t Index, cvbdim_t left, cvbdim_t top, cvbdim_t right, cvbdim_t bottom, cvbbool_t Normalize, double &Value)
Namespace for collection of functions for calculating different norms over the gray values of an imag...
Definition norm.hpp:25
double NormLInf(const ImagePlane &plane, ValueNormalization normalize, Rect< int > aoi)
Calculate and return the L infinity norm (maximum norm) over the pixels inside the plane.
Definition norm.hpp:105
ValueNormalization
Available normalization modes for norm calculations.
Definition norm.hpp:29
@ Normalized
Report norms normalized.
Definition norm.hpp:33
@ Unnormalized
Report norms unnormalized.
Definition norm.hpp:31
double NormL2(const ImagePlane &plane, ValueNormalization normalize, Rect< int > aoi)
Calculate and return the L2 norm (euclidean norm) over the pixels inside the plane.
Definition norm.hpp:75
double NormL1(const ImagePlane &plane, ValueNormalization normalize, Rect< int > aoi)
Calculate and return the L1 norm (sum of absolute values) over all the pixels inside the plane.
Definition norm.hpp:45
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