cimg_library Namespace Reference

Namespace that encompasses all classes and functions of the CImg library. More...

Namespaces

namespace  cimg
 

Namespace that encompasses low-level functions and variables of the CImg Library.


Classes

struct  CImgException
 Class which is thrown when an error occured during a CImg library function call. More...
struct  CImgInstanceException
struct  CImgArgumentException
struct  CImgIOException
struct  CImgDisplayException
struct  CImgWarningException
struct  CImgDisplay
 This class represents a window which can display CImg images and handles mouse and keyboard events. More...
struct  CImg
 Class representing an image (up to 4 dimensions wide), each pixel being of type T. More...
struct  CImgList
 Class representing list of images CImg<T>. More...

Functions

template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator+ (const CImg< t1 > &img, const t2 val)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator+ (const t1 val, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator+ (const CImgList< t1 > &list, const t2 val)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator+ (const t1 val, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator+ (const CImg< t1 > &img1, const CImg< t2 > &img2)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator+ (const CImg< t1 > &img, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator+ (const CImgList< t1 > &list, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator+ (const CImgList< t1 > &list1, const CImgList< t2 > &list2)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator- (const CImg< t1 > &img, const t2 val)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator- (const t1 val, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator- (const CImgList< t1 > &list, const t2 val)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator- (const t1 val, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator- (const CImg< t1 > &img1, const CImg< t2 > &img2)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator- (const CImg< t1 > &img, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator- (const CImgList< t1 > &list, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator- (const CImgList< t1 > &list1, const CImgList< t2 > &list2)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator* (const CImg< t1 > &img, const t2 val)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator* (const t1 val, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator* (const CImgList< t1 > &list, const t2 val)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator* (const t1 val, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator* (const CImg< t1 > &img1, const CImg< t2 > &img2)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator* (const CImg< t1 > &img, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator* (const CImgList< t1 > &list, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator* (const CImgList< t1 > &list1, const CImgList< t2 > &list2)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator/ (const CImg< t1 > &img, const t2 val)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator/ (const t1 val, CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator/ (const CImgList< t1 > &list, const t2 val)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator/ (const t1 val, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator/ (const CImg< t1 > &img1, const CImg< t2 > &img2)
template<typename t1 , typename t2 >
CImg< typename cimg::superset
< t1, t2 >::type > 
operator/ (const CImg< t1 > &img, const CImgList< t2 > &list)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator/ (const CImgList< t1 > &list, const CImg< t2 > &img)
template<typename t1 , typename t2 >
CImgList< typename
cimg::superset< t1, t2 >::type > 
operator/ (const CImgList< t1 > &list1, const CImgList< t2 > &list2)
template<typename T , typename t >
CImg< T > apply (const CImg< T > &instance, t &func)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
mul (const CImg< T > &instance, const CImg< t > &img)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
div (const CImg< T > &instance, const CImg< t > &img)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
max (const CImg< T > &instance, const CImg< t > &img)
template<typename T >
CImg< T > max (const CImg< T > &instance, const T val)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
min (const CImg< T > &instance, const CImg< t > &img)
template<typename T >
CImg< typename cimg::last< T,
double >::type > 
stats (const CImg< T > &instance)
template<typename T >
CImg< T > min (const CImg< T > &instance, const T val)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
sqr (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
sqrt (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
exp (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
log (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
log10 (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
pow (const CImg< T > &instance, const double p)
template<typename T , typename t >
CImg< typename cimg::superset
< T, float >::type > 
pow (const CImg< T > &instance, const CImg< t > &img)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
abs (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
cos (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
sin (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
tan (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
acos (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
asin (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
atan (const CImg< T > &instance)
template<typename T >
CImg< T > round (const CImg< T > &instance, const float x, const unsigned int round_type=0)
template<typename T >
CImg< T > rand (const CImg< T > &instance, const T val_min, const T val_max)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13, const T val14)
template<typename T >
CImg< T > fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13, const T val14, const T val15)
template<typename T , int N>
CImg< T > fill (const CImg< T > &instance, const int val0,...)
template<typename T , int N>
CImg< T > fill (const CImg< T > &instance, const double val0,...)
template<typename T >
CImg< T > normalize (const CImg< T > &instance, const T a, const T b)
template<typename T >
CImg< T > cut (const CImg< T > &instance, const T a, const T b)
template<typename T >
CImg< T > quantize (const CImg< T > &instance, const unsigned int n=256, const bool keep_range=true)
template<typename T >
CImg< T > threshold (const CImg< T > &instance, const T thres)
template<typename T >
CImg< T > rotate (const CImg< T > &instance, const float angle, const unsigned int cond=3)
template<typename T >
CImg< T > rotate (const CImg< T > &instance, const float angle, const float cx, const float cy, const float zoom=1, const unsigned int cond=3)
template<typename T >
CImg< T > resize (const CImg< T > &instance, const int pdx=-100, const int pdy=-100, const int pdz=-100, const int pdv=-100, const int interp=1, const int border_condition=-1, const bool center=false)
template<typename T , typename t >
CImg< T > resize (const CImg< T > &instance, const CImg< t > &src, const int interp=1, const int border_condition=-1, const bool center=false)
template<typename T >
CImg< T > resize (const CImg< T > &instance, const CImgDisplay &disp, const int interp=1, const int border_condition=-1, const bool center=false)
template<typename T , typename t >
CImg< t > permute_axes (const CImg< T > &instance, const char *permut, const t &pixel_type)
template<typename T >
CImg< T > permute_axes (const CImg< T > &instance, const char *permut="vxyz")
template<typename T >
CImg< T > resize_halfXY (const CImg< T > &instance)
template<typename T >
CImg< T > resize_doubleXY (const CImg< T > &instance)
template<typename T >
CImg< T > resize_tripleXY (const CImg< T > &instance)
template<typename T >
CImg< T > crop (const CImg< T > &instance, const int x0, const int y0, const int z0, const int v0, const int x1, const int y1, const int z1, const int v1, const bool border_condition=false)
template<typename T >
CImg< T > crop (const CImg< T > &instance, const int x0, const int y0, const int z0, const int x1, const int y1, const int z1, const bool border_condition=false)
template<typename T >
CImg< T > crop (const CImg< T > &instance, const int x0, const int y0, const int x1, const int y1, const bool border_condition=false)
template<typename T >
CImg< T > crop (const CImg< T > &instance, const int x0, const int x1, const bool border_condition=false)
template<typename T >
CImg< T > columns (const CImg< T > &instance, const unsigned int x0, const unsigned int x1)
template<typename T >
CImg< T > column (const CImg< T > &instance, const unsigned int x0)
template<typename T >
CImg< T > lines (const CImg< T > &instance, const unsigned int y0, const unsigned int y1)
template<typename T >
CImg< T > line (const CImg< T > &instance, const unsigned int y0)
template<typename T >
CImg< T > slices (const CImg< T > &instance, const unsigned int z0, const unsigned int z1)
template<typename T >
CImg< T > slice (const CImg< T > &instance, const unsigned int z0)
template<typename T >
CImg< T > channels (const CImg< T > &instance, const unsigned int v0, const unsigned int v1)
template<typename T >
CImg< T > channel (const CImg< T > &instance, const unsigned int v0)
template<typename T >
CImg< T > shared_points (CImg< T > &instance, const unsigned int x0, const unsigned int x1, const unsigned int y0=0, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_points (const CImg< T > &instance, const unsigned int x0, const unsigned int x1, const unsigned int y0=0, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_lines (CImg< T > &instance, const unsigned int y0, const unsigned int y1, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_lines (const CImg< T > &instance, const unsigned int y0, const unsigned int y1, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_line (CImg< T > &instance, const unsigned int y0, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_line (const CImg< T > &instance, const unsigned int y0, const unsigned int z0=0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_planes (CImg< T > &instance, const unsigned int z0, const unsigned int z1, const unsigned int v0=0)
template<typename T >
CImg< T > shared_planes (const CImg< T > &instance, const unsigned int z0, const unsigned int z1, const unsigned int v0=0)
template<typename T >
CImg< T > shared_plane (CImg< T > &instance, const unsigned int z0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_plane (const CImg< T > &instance, const unsigned int z0, const unsigned int v0=0)
template<typename T >
CImg< T > shared_channels (CImg< T > &instance, const unsigned int v0, const unsigned int v1)
template<typename T >
CImg< T > shared_channels (const CImg< T > &instance, const unsigned int v0, const unsigned int v1)
template<typename T >
CImg< T > shared_channel (CImg< T > &instance, const unsigned int v0)
template<typename T >
CImg< T > shared_channel (const CImg< T > &instance, const unsigned int v0)
template<typename T >
CImg< T > shared (CImg< T > &instance)
template<typename T >
CImg< T > shared (const CImg< T > &instance)
template<typename T >
CImg< T > mirror (const CImg< T > &instance, const char axe='x')
template<typename T >
CImg< T > translate (const CImg< T > &instance, const int deltax, const int deltay=0, const int deltaz=0, const int deltav=0, const int border_condition=0)
template<typename T >
CImg< T > projections2d (const CImg< T > &instance, const unsigned int x0, const unsigned int y0, const unsigned int z0, const int dx=-100, const int dy=-100, const int dz=-100)
template<typename T >
CImg< typename cimg::last< T,
float >::type > 
histogram (const CImg< T > &instance, const unsigned int nblevels=256, const T val_min=(T) 0, const T val_max=(T) 0)
template<typename T >
CImg< T > equalize_histogram (const CImg< T > &instance, const unsigned int nblevels=256, const T val_min=(T) 0, const T val_max=(T) 0)
template<typename T >
CImg< typename cimg::last< T,
unsigned int >::type > 
label_regions (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
norm_pointwise (const CImg< T > &instance, int norm_type=2)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
orientation_pointwise (const CImg< T > &instance)
template<typename T >
CImgList< T > split (const CImg< T > &instance, const char axe='x', const unsigned int nb=0)
template<typename T >
CImg< T > append (const CImg< T > &instance, const CImg< T > &img, const char axis='x', const char align='c')
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
gradientXY (const CImg< T > &instance, const int scheme=0)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
gradientXYZ (const CImg< T > &instance, const int scheme=0)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
structure_tensorXY (const CImg< T > &instance, const int scheme=1)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
structure_tensorXYZ (const CImg< T > &instance, const int scheme=1)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
distance_function (const CImg< T > &instance, const unsigned int nb_iter=100, const float band_size=0.0f, const float precision=0.5f)
template<typename T , typename t >
CImg< typename cimg::superset
< T, float >::type > 
dijkstra (const CImg< T > &instance, const unsigned int starting_node, const unsigned int ending_node, CImg< t > &previous)
template<typename T , typename t >
CImg< typename cimg::superset
< T, float >::type > 
dijkstra (const CImg< T > &instance, const unsigned int starting_node, const unsigned int ending_node=~0U)
template<typename T , typename t >
CImg< t > RGBtoLUT (const CImg< T > &instance, const CImg< t > &palette, const bool dithering=true, const bool indexing=false)
template<typename T >
CImg< T > RGBtoLUT (const CImg< T > &instance, const bool dithering=true, const bool indexing=false)
template<typename T , typename t >
CImg< t > LUTtoRGB (const CImg< T > &instance, const CImg< t > &palette)
template<typename T >
CImg< T > LUTtoRGB (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
RGBtoHSV (const CImg< T > &instance)
template<typename T >
CImg< T > HSVtoRGB (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
RGBtoHSL (const CImg< T > &instance)
template<typename T >
CImg< T > HSLtoRGB (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
RGBtoHSI (const CImg< T > &instance)
template<typename T >
CImg< T > HSItoRGB (const CImg< T > &instance)
template<typename T >
CImg< T > RGBtoYCbCr (const CImg< T > &instance)
template<typename T >
CImg< T > YCbCrtoRGB (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
RGBtoYUV (const CImg< T > &instance)
template<typename T >
CImg< T > YUVtoRGB (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
RGBtoXYZ (const CImg< T > &instance)
template<typename T >
CImg< T > XYZtoRGB (const CImg< T > &instance)
template<typename T >
CImg< T > XYZtoLab (const CImg< T > &instance)
template<typename T >
CImg< T > LabtoXYZ (const CImg< T > &instance)
template<typename T >
CImg< T > XYZtoxyY (const CImg< T > &instance)
template<typename T >
CImg< T > xyYtoXYZ (const CImg< T > &instance)
template<typename T >
CImg< T > RGBtoLab (const CImg< T > &instance)
template<typename T >
CImg< T > LabtoRGB (const CImg< T > &instance)
template<typename T >
CImg< T > RGBtoxyY (const CImg< T > &instance)
template<typename T >
CImg< T > xyYtoRGB (const CImg< T > &instance)
template<typename T >
CImg< T > RGBtoBayer (const CImg< T > &instance, const bool even_mode=true)
template<typename T >
CImg< T > BayertoRGB (const CImg< T > &instance, const unsigned int interpolation_type=3, const bool even_mode=true)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
correlate (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_correl=false)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
convolve (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_convol=false)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
erode (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_erosion=false)
template<typename T >
CImg< T > erode (const CImg< T > &instance, const unsigned int n, const unsigned int cond=1)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
dilate (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_dilatation=false)
template<typename T >
CImg< T > dilate (const CImg< T > &instance, const unsigned int n, const unsigned int cond=1)
template<typename T >
CImg< T > noise (const CImg< T > &instance, const double sigma=-20, const unsigned int ntype=0)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
deriche (const CImg< T > &instance, const float sigma, const int order=0, const char axe='x', const bool cond=true)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
blur (const CImg< T > &instance, const float sigmax, const float sigmay, const float sigmaz, const bool cond=true)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
blur (const CImg< T > &instance, const float sigma, const bool cond=true)
template<typename T , typename t >
CImg< T > blur_anisotropic (const CImg< T > &instance, const CImg< t > &G, const float amplitude=60.0f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true)
template<typename T , typename tm >
CImg< T > blur_anisotropic (const CImg< T > &instance, const CImg< tm > &mask, const float amplitude, const float sharpness=0.7f, const float anisotropy=0.3f, const float alpha=0.6f, const float sigma=1.1f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true, const float geom_factor=1.0f)
template<typename T >
CImg< T > blur_anisotropic (const CImg< T > &instance, const float amplitude, const float sharpness=0.7f, const float anisotropy=0.3f, const float alpha=0.6f, const float sigma=1.1f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true, const float geom_factor=1.0f)
template<typename T >
CImg< T > blur_bilateral (const CImg< T > &instance, const float sigmax, const float sigmay, const float sigmaz, const float sigmar, const int bgridx, const int bgridy, const int bgridz, const int bgridr, const bool interpolation=true)
template<typename T >
CImg< T > blur_bilateral (const CImg< T > &instance, const float sigmas, const float sigmar, const int bgrids=-33, const int bgridr=32, const bool interpolation=true)
template<typename T >
CImg< T > blur_patch (const CImg< T > &instance, const unsigned int patch_size=3, const float sigma_p=10.0f, const float sigma_s=10.0f, const unsigned int lookup_size=4, const bool fast_approx=true)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImg< T > &instance, const char axe, const bool invert=false)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImg< T > &instance, const bool invert=false)
template<typename T >
CImg< T > blur_median (const CImg< T > &instance, const unsigned int n=3)
template<typename T >
CImg< T > sharpen (const CImg< T > &instance, const float amplitude=50.0f, const float edge=1.0f, const float alpha=0.0f, const float sigma=0.0f)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
haar (const CImg< T > &instance, const char axis, const bool invert=false, const unsigned int nb_scales=1)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
haar (const CImg< T > &instance, const bool invert=false, const unsigned int nb_scales=1)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
displacement_field (const CImg< T > &instance, const CImg< T > &target, const float smooth=0.1f, const float precision=0.1f, const unsigned int nb_scales=0, const unsigned int itermax=10000)
template<typename T >
CImg< T > matrix (const CImg< T > &instance)
template<typename T >
CImg< T > tensor (const CImg< T > &instance)
template<typename T >
CImg< T > unroll (const CImg< T > &instance, const char axe='x')
template<typename T >
CImg< T > diagonal (const CImg< T > &instance)
template<typename T >
CImg< T > identity_matrix (const CImg< T > &instance)
template<typename T >
CImg< T > sequence (const CImg< T > &instance, const T a0, const T a1)
template<typename T >
CImg< T > vector_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0)
template<typename T >
CImg< T > matrix_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0)
template<typename T >
CImg< T > tensor_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0)
template<typename T >
CImg< T > transpose (const CImg< T > &instance)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
invert (const CImg< T > &instance, const bool use_LU=true)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
pseudoinvert (const CImg< T > &instance)
template<typename T , typename t >
CImg< typename cimg::superset
< T, t >::type > 
cross (const CImg< T > &instance, const CImg< t > &img)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
SVD (const CImg< T > &instance, const bool sorting=true)
template<typename T , typename t >
CImg< typename cimg::superset2
< T, t, float >::type > 
solve (const CImg< T > &instance, const CImg< t > &A)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
eigen (const CImg< T > &instance)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
symmetric_eigen (const CImg< T > &instance)
template<typename T , typename t >
CImg< T > sort (const CImg< T > &instance, CImg< t > &permutations, const bool increasing=true)
template<typename T >
CImg< T > sort (const CImg< T > &instance, const bool increasing=true)
template<typename T , typename t >
CImg< T > permute (const CImg< T > &instance, const CImg< t > &permutation)
template<typename T >
CImg< typename cimg::last< T,
int >::type > 
coordinates (const CImg< T > &instance, const int coords_type, CImgDisplay &disp, unsigned int *const XYZ=0, const unsigned char *const color=0)
template<typename T , typename t >
CImgList< typename
cimg::superset< T, t >::type > 
insert (const CImgList< T > &instance, const CImg< t > &img, const unsigned int pos=~0U, const bool shared=false)
template<typename T , typename t >
CImgList< typename
cimg::superset< T, t >::type > 
insert (const CImgList< T > &instance, const unsigned int n, const CImg< t > &img, const unsigned int pos=~0U, const bool shared=false)
template<typename T , typename t >
CImgList< typename
cimg::superset< T, t >::type > 
insert (const CImgList< T > &instance, const CImgList< t > &list, const unsigned int pos=~0U, int shared=0)
template<typename T , typename t >
CImgList< typename
cimg::superset< T, t >::type > 
insert (const CImgList< T > &instance, const unsigned int n, const CImgList< t > &list, const unsigned int pos=~0U, const int shared=0)
template<typename T >
CImgList< T > remove (const CImgList< T > &instance, const unsigned int pos)
template<typename T >
CImgList< T > remove (const CImgList< T > &instance)
template<typename T >
CImgList< T > reverse (const CImgList< T > &instance)
template<typename T >
CImgList< T > crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const bool shared=false)
template<typename T >
CImgList< T > crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int z0, const int v0, const int x1, const int y1, const int z1, const int v1)
template<typename T >
CImgList< T > crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int z0, const int x1, const int y1, const int z1)
template<typename T >
CImgList< T > crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int x1, const int y1)
template<typename T >
CImgList< T > crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int x1)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImgList< T > &instance, const char axe, const bool invert=false)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImgList< T > &instance, const bool invert=false)
template<typename T >
CImgList< T > split (const CImgList< T > &instance, const char axe='x')
template<typename T >
CImg< T > append (const CImgList< T > &instance, const char axe='x', const char align='c')
template<typename T >
CImgList< T > crop_font (const CImgList< T > &instance)

Detailed Description

Namespace that encompasses all classes and functions of the CImg library.

This namespace is defined to avoid functions and class names collisions that could happen with the include of other C++ header files. Anyway, it should not happen often and you should start most of your CImg-based programs with

   #include "CImg.h"
   using namespace cimg_library;

to simplify the declaration of CImg Library objects variables afterwards.


Function Documentation

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::abs ( const CImg< T > &  instance  )  [inline]

Definition at line 5936 of file cimg.h.

References cimg_library::CImg< T >::get_abs().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::acos ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::append ( const CImgList< T > &  instance,
const char  axe = 'x',
const char  align = 'c' 
) [inline]

Definition at line 6727 of file cimg.h.

References cimg_library::CImgList< T >::get_append().

template<typename T >
CImg<T> cimg_library::append ( const CImg< T > &  instance,
const CImg< T > &  img,
const char  axis = 'x',
const char  align = 'c' 
) [inline]

Definition at line 6302 of file cimg.h.

References cimg_library::CImg< T >::get_append().

template<typename T , typename t >
CImg<T> cimg_library::apply ( const CImg< T > &  instance,
t &  func 
) [inline]

Definition at line 5876 of file cimg.h.

References cimg_library::CImg< T >::get_apply().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::asin ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::atan ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::BayertoRGB ( const CImg< T > &  instance,
const unsigned int  interpolation_type = 3,
const bool  even_mode = true 
) [inline]

Definition at line 6438 of file cimg.h.

References cimg_library::CImg< T >::get_BayertoRGB().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::blur ( const CImg< T > &  instance,
const float  sigma,
const bool  cond = true 
) [inline]

Definition at line 6485 of file cimg.h.

References cimg_library::CImg< T >::get_blur().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::blur ( const CImg< T > &  instance,
const float  sigmax,
const float  sigmay,
const float  sigmaz,
const bool  cond = true 
) [inline]

Definition at line 6480 of file cimg.h.

References cimg_library::CImg< T >::get_blur().

template<typename T >
CImg<T> cimg_library::blur_anisotropic ( const CImg< T > &  instance,
const float  amplitude,
const float  sharpness = 0.7f,
const float  anisotropy = 0.3f,
const float  alpha = 0.6f,
const float  sigma = 1.1f,
const float  dl = 0.8f,
const float  da = 30.0f,
const float  gauss_prec = 2.0f,
const unsigned int  interpolation = 0,
const bool  fast_approx = true,
const float  geom_factor = 1.0f 
) [inline]

Definition at line 6505 of file cimg.h.

References cimg_library::CImg< T >::get_blur_anisotropic().

template<typename T , typename tm >
CImg<T> cimg_library::blur_anisotropic ( const CImg< T > &  instance,
const CImg< tm > &  mask,
const float  amplitude,
const float  sharpness = 0.7f,
const float  anisotropy = 0.3f,
const float  alpha = 0.6f,
const float  sigma = 1.1f,
const float  dl = 0.8f,
const float  da = 30.0f,
const float  gauss_prec = 2.0f,
const unsigned int  interpolation = 0,
const bool  fast_approx = true,
const float  geom_factor = 1.0f 
) [inline]

Definition at line 6496 of file cimg.h.

References cimg_library::CImg< T >::get_blur_anisotropic().

template<typename T , typename t >
CImg<T> cimg_library::blur_anisotropic ( const CImg< T > &  instance,
const CImg< t > &  G,
const float  amplitude = 60.0f,
const float  dl = 0.8f,
const float  da = 30.0f,
const float  gauss_prec = 2.0f,
const unsigned int  interpolation = 0,
const bool  fast_approx = true 
) [inline]

Definition at line 6489 of file cimg.h.

References cimg_library::CImg< T >::get_blur_anisotropic().

template<typename T >
CImg<T> cimg_library::blur_bilateral ( const CImg< T > &  instance,
const float  sigmas,
const float  sigmar,
const int  bgrids = -33,
const int  bgridr = 32,
const bool  interpolation = true 
) [inline]

Definition at line 6520 of file cimg.h.

References cimg_library::CImg< T >::get_blur_bilateral().

template<typename T >
CImg<T> cimg_library::blur_bilateral ( const CImg< T > &  instance,
const float  sigmax,
const float  sigmay,
const float  sigmaz,
const float  sigmar,
const int  bgridx,
const int  bgridy,
const int  bgridz,
const int  bgridr,
const bool  interpolation = true 
) [inline]

Definition at line 6513 of file cimg.h.

References cimg_library::CImg< T >::get_blur_bilateral().

template<typename T >
CImg<T> cimg_library::blur_median ( const CImg< T > &  instance,
const unsigned int  n = 3 
) [inline]

Definition at line 6540 of file cimg.h.

References cimg_library::CImg< T >::get_blur_median().

template<typename T >
CImg<T> cimg_library::blur_patch ( const CImg< T > &  instance,
const unsigned int  patch_size = 3,
const float  sigma_p = 10.0f,
const float  sigma_s = 10.0f,
const unsigned int  lookup_size = 4,
const bool  fast_approx = true 
) [inline]

Definition at line 6526 of file cimg.h.

References cimg_library::CImg< T >::get_blur_patch().

template<typename T >
CImg<T> cimg_library::channel ( const CImg< T > &  instance,
const unsigned int  v0 
) [inline]

Definition at line 6185 of file cimg.h.

References cimg_library::CImg< T >::get_channel().

Referenced by lux::Histogram::MakeImage().

template<typename T >
CImg<T> cimg_library::channels ( const CImg< T > &  instance,
const unsigned int  v0,
const unsigned int  v1 
) [inline]

Definition at line 6181 of file cimg.h.

References cimg_library::CImg< T >::get_channels().

template<typename T >
CImg<T> cimg_library::column ( const CImg< T > &  instance,
const unsigned int  x0 
) [inline]

Definition at line 6161 of file cimg.h.

References cimg_library::CImg< T >::get_column().

template<typename T >
CImg<T> cimg_library::columns ( const CImg< T > &  instance,
const unsigned int  x0,
const unsigned int  x1 
) [inline]

Definition at line 6157 of file cimg.h.

References cimg_library::CImg< T >::get_columns().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::convolve ( const CImg< T > &  instance,
const CImg< t > &  mask,
const unsigned int  cond = 1,
const bool  weighted_convol = false 
) [inline]

Definition at line 6448 of file cimg.h.

References cimg_library::CImg< T >::get_convolve().

template<typename T >
CImg<typename cimg::last<T,int>::type> cimg_library::coordinates ( const CImg< T > &  instance,
const int  coords_type,
CImgDisplay &  disp,
unsigned int *const   XYZ = 0,
const unsigned char *const   color = 0 
) [inline]

Definition at line 6647 of file cimg.h.

References cimg_library::CImg< T >::get_coordinates().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::correlate ( const CImg< T > &  instance,
const CImg< t > &  mask,
const unsigned int  cond = 1,
const bool  weighted_correl = false 
) [inline]

Definition at line 6443 of file cimg.h.

References cimg_library::CImg< T >::get_correlate().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::cos ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImgList<T> cimg_library::crop ( const CImgList< T > &  instance,
const unsigned int  i0,
const unsigned int  i1,
const int  x0,
const int  x1 
) [inline]

Definition at line 6708 of file cimg.h.

References cimg_library::CImgList< T >::get_crop().

template<typename T >
CImgList<T> cimg_library::crop ( const CImgList< T > &  instance,
const unsigned int  i0,
const unsigned int  i1,
const int  x0,
const int  y0,
const int  x1,
const int  y1 
) [inline]

Definition at line 6702 of file cimg.h.

References cimg_library::CImgList< T >::get_crop().

template<typename T >
CImgList<T> cimg_library::crop ( const CImgList< T > &  instance,
const unsigned int  i0,
const unsigned int  i1,
const int  x0,
const int  y0,
const int  z0,
const int  x1,
const int  y1,
const int  z1 
) [inline]

Definition at line 6696 of file cimg.h.

References cimg_library::CImgList< T >::get_crop().

template<typename T >
CImgList<T> cimg_library::crop ( const CImgList< T > &  instance,
const unsigned int  i0,
const unsigned int  i1,
const int  x0,
const int  y0,
const int  z0,
const int  v0,
const int  x1,
const int  y1,
const int  z1,
const int  v1 
) [inline]

Definition at line 6690 of file cimg.h.

References cimg_library::CImgList< T >::get_crop().

template<typename T >
CImgList<T> cimg_library::crop ( const CImgList< T > &  instance,
const unsigned int  i0,
const unsigned int  i1,
const bool  shared = false 
) [inline]

Definition at line 6685 of file cimg.h.

References cimg_library::CImgList< T >::get_crop(), and shared().

template<typename T >
CImg<T> cimg_library::crop ( const CImg< T > &  instance,
const int  x0,
const int  x1,
const bool  border_condition = false 
) [inline]

Definition at line 6152 of file cimg.h.

References cimg_library::CImg< T >::get_crop().

template<typename T >
CImg<T> cimg_library::crop ( const CImg< T > &  instance,
const int  x0,
const int  y0,
const int  x1,
const int  y1,
const bool  border_condition = false 
) [inline]

Definition at line 6146 of file cimg.h.

References cimg_library::CImg< T >::get_crop().

template<typename T >
CImg<T> cimg_library::crop ( const CImg< T > &  instance,
const int  x0,
const int  y0,
const int  z0,
const int  x1,
const int  y1,
const int  z1,
const bool  border_condition = false 
) [inline]

Definition at line 6140 of file cimg.h.

References cimg_library::CImg< T >::get_crop().

template<typename T >
CImg<T> cimg_library::crop ( const CImg< T > &  instance,
const int  x0,
const int  y0,
const int  z0,
const int  v0,
const int  x1,
const int  y1,
const int  z1,
const int  v1,
const bool  border_condition = false 
) [inline]
template<typename T >
CImgList<T> cimg_library::crop_font ( const CImgList< T > &  instance  )  [inline]

Definition at line 6731 of file cimg.h.

References cimg_library::CImgList< T >::get_crop_font().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::cross ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 6614 of file cimg.h.

References cimg_library::CImg< T >::get_cross().

template<typename T >
CImg<T> cimg_library::cut ( const CImg< T > &  instance,
const T  a,
const T  b 
) [inline]

Definition at line 6076 of file cimg.h.

References cimg_library::CImg< T >::get_cut().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::deriche ( const CImg< T > &  instance,
const float  sigma,
const int  order = 0,
const char  axe = 'x',
const bool  cond = true 
) [inline]

Definition at line 6475 of file cimg.h.

References cimg_library::CImg< T >::get_deriche().

template<typename T >
CImg<T> cimg_library::diagonal ( const CImg< T > &  instance  )  [inline]

Definition at line 6578 of file cimg.h.

References cimg_library::CImg< T >::get_diagonal().

template<typename T , typename t >
CImg<typename cimg::superset<T,float>::type> cimg_library::dijkstra ( const CImg< T > &  instance,
const unsigned int  starting_node,
const unsigned int  ending_node = ~0U 
) [inline]

Definition at line 6333 of file cimg.h.

References cimg_library::CImg< T >::get_dijkstra().

template<typename T , typename t >
CImg<typename cimg::superset<T,float>::type> cimg_library::dijkstra ( const CImg< T > &  instance,
const unsigned int  starting_node,
const unsigned int  ending_node,
CImg< t > &  previous 
) [inline]

Definition at line 6328 of file cimg.h.

References cimg_library::CImg< T >::get_dijkstra().

template<typename T >
CImg<T> cimg_library::dilate ( const CImg< T > &  instance,
const unsigned int  n,
const unsigned int  cond = 1 
) [inline]

Definition at line 6466 of file cimg.h.

References cimg_library::CImg< T >::get_dilate().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::dilate ( const CImg< T > &  instance,
const CImg< t > &  mask,
const unsigned int  cond = 1,
const bool  weighted_dilatation = false 
) [inline]

Definition at line 6462 of file cimg.h.

References cimg_library::CImg< T >::get_dilate().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::displacement_field ( const CImg< T > &  instance,
const CImg< T > &  target,
const float  smooth = 0.1f,
const float  precision = 0.1f,
const unsigned int  nb_scales = 0,
const unsigned int  itermax = 10000 
) [inline]

Definition at line 6560 of file cimg.h.

References cimg_library::CImg< T >::get_displacement_field().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::distance_function ( const CImg< T > &  instance,
const unsigned int  nb_iter = 100,
const float  band_size = 0.0f,
const float  precision = 0.5f 
) [inline]

Definition at line 6323 of file cimg.h.

References cimg_library::CImg< T >::get_distance_function().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::div ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 5884 of file cimg.h.

References cimg_library::CImg< T >::get_div().

Referenced by blender::texnoise().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::eigen ( const CImg< T > &  instance  )  [inline]

Definition at line 6626 of file cimg.h.

References cimg_library::CImg< T >::get_eigen().

template<typename T >
CImg<T> cimg_library::equalize_histogram ( const CImg< T > &  instance,
const unsigned int  nblevels = 256,
const T  val_min = (T)0,
const T  val_max = (T)0 
) [inline]

Definition at line 6281 of file cimg.h.

References cimg_library::CImg< T >::get_equalize_histogram().

template<typename T >
CImg<T> cimg_library::erode ( const CImg< T > &  instance,
const unsigned int  n,
const unsigned int  cond = 1 
) [inline]

Definition at line 6457 of file cimg.h.

References cimg_library::CImg< T >::get_erode().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::erode ( const CImg< T > &  instance,
const CImg< t > &  mask,
const unsigned int  cond = 1,
const bool  weighted_erosion = false 
) [inline]

Definition at line 6453 of file cimg.h.

References cimg_library::CImg< T >::get_erode().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::exp ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT ( const CImgList< T > &  instance,
const bool  invert = false 
) [inline]

Definition at line 6719 of file cimg.h.

References cimg_library::CImgList< T >::get_FFT(), and invert().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT ( const CImgList< T > &  instance,
const char  axe,
const bool  invert = false 
) [inline]

Definition at line 6714 of file cimg.h.

References cimg_library::CImgList< T >::get_FFT(), and invert().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT ( const CImg< T > &  instance,
const bool  invert = false 
) [inline]

Definition at line 6536 of file cimg.h.

References cimg_library::CImg< T >::get_FFT(), and invert().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT ( const CImg< T > &  instance,
const char  axe,
const bool  invert = false 
) [inline]

Definition at line 6532 of file cimg.h.

References cimg_library::CImg< T >::get_FFT(), and invert().

Referenced by cimg_library::CImgList< T >::FFT().

template<typename T , int N>
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const double  val0,
  ... 
) [inline]

Definition at line 6063 of file cimg.h.

template<typename T , int N>
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const int  val0,
  ... 
) [inline]

Definition at line 6054 of file cimg.h.

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10,
const T  val11,
const T  val12,
const T  val13,
const T  val14,
const T  val15 
) [inline]

Definition at line 6048 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10,
const T  val11,
const T  val12,
const T  val13,
const T  val14 
) [inline]

Definition at line 6042 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10,
const T  val11,
const T  val12,
const T  val13 
) [inline]

Definition at line 6036 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10,
const T  val11,
const T  val12 
) [inline]

Definition at line 6030 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10,
const T  val11 
) [inline]

Definition at line 6024 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9,
const T  val10 
) [inline]

Definition at line 6018 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8,
const T  val9 
) [inline]

Definition at line 6013 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7,
const T  val8 
) [inline]

Definition at line 6008 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6,
const T  val7 
) [inline]

Definition at line 6003 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5,
const T  val6 
) [inline]

Definition at line 5998 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4,
const T  val5 
) [inline]

Definition at line 5993 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3,
const T  val4 
) [inline]

Definition at line 5988 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2,
const T  val3 
) [inline]

Definition at line 5984 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1,
const T  val2 
) [inline]

Definition at line 5980 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val0,
const T  val1 
) [inline]

Definition at line 5976 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

template<typename T >
CImg<T> cimg_library::fill ( const CImg< T > &  instance,
const T  val 
) [inline]

Definition at line 5972 of file cimg.h.

References cimg_library::CImg< T >::get_fill().

Referenced by lux::FlexImageFilm::WriteImage().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::gradientXY ( const CImg< T > &  instance,
const int  scheme = 0 
) [inline]

Definition at line 6306 of file cimg.h.

References cimg_library::CImg< T >::get_gradientXY().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::gradientXYZ ( const CImg< T > &  instance,
const int  scheme = 0 
) [inline]

Definition at line 6310 of file cimg.h.

References cimg_library::CImg< T >::get_gradientXYZ().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::haar ( const CImg< T > &  instance,
const bool  invert = false,
const unsigned int  nb_scales = 1 
) [inline]

Definition at line 6555 of file cimg.h.

References cimg_library::CImg< T >::get_haar(), and invert().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::haar ( const CImg< T > &  instance,
const char  axis,
const bool  invert = false,
const unsigned int  nb_scales = 1 
) [inline]

Definition at line 6550 of file cimg.h.

References cimg_library::CImg< T >::get_haar(), and invert().

template<typename T >
CImg<typename cimg::last<T,float>::type> cimg_library::histogram ( const CImg< T > &  instance,
const unsigned int  nblevels = 256,
const T  val_min = (T)0,
const T  val_max = (T)0 
) [inline]

Definition at line 6277 of file cimg.h.

References cimg_library::CImg< T >::get_histogram().

template<typename T >
CImg<T> cimg_library::HSItoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6374 of file cimg.h.

References cimg_library::CImg< T >::get_HSItoRGB().

template<typename T >
CImg<T> cimg_library::HSLtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6366 of file cimg.h.

References cimg_library::CImg< T >::get_HSLtoRGB().

template<typename T >
CImg<T> cimg_library::HSVtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6358 of file cimg.h.

References cimg_library::CImg< T >::get_HSVtoRGB().

template<typename T >
CImg<T> cimg_library::identity_matrix ( const CImg< T > &  instance  )  [inline]

Definition at line 6582 of file cimg.h.

References cimg_library::CImg< T >::get_identity_matrix().

template<typename T , typename t >
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert ( const CImgList< T > &  instance,
const unsigned int  n,
const CImgList< t > &  list,
const unsigned int  pos = ~0U,
const int  shared = 0 
) [inline]

Definition at line 6669 of file cimg.h.

References cimg_library::CImgList< T >::insert(), and shared().

template<typename T , typename t >
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert ( const CImgList< T > &  instance,
const CImgList< t > &  list,
const unsigned int  pos = ~0U,
int  shared = 0 
) [inline]

Definition at line 6664 of file cimg.h.

References cimg_library::CImgList< T >::get_insert(), and shared().

template<typename T , typename t >
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert ( const CImgList< T > &  instance,
const unsigned int  n,
const CImg< t > &  img,
const unsigned int  pos = ~0U,
const bool  shared = false 
) [inline]

Definition at line 6658 of file cimg.h.

References cimg_library::CImgList< T >::get_insert(), and shared().

template<typename T , typename t >
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert ( const CImgList< T > &  instance,
const CImg< t > &  img,
const unsigned int  pos = ~0U,
const bool  shared = false 
) [inline]
template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::invert ( const CImg< T > &  instance,
const bool  use_LU = true 
) [inline]

Definition at line 6606 of file cimg.h.

References cimg_library::CImg< T >::get_invert().

Referenced by FFT(), and haar().

template<typename T >
CImg<typename cimg::last<T,unsigned int>::type> cimg_library::label_regions ( const CImg< T > &  instance  )  [inline]

Definition at line 6286 of file cimg.h.

References cimg_library::CImg< T >::get_label_regions().

template<typename T >
CImg<T> cimg_library::LabtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6422 of file cimg.h.

References cimg_library::CImg< T >::get_LabtoRGB().

template<typename T >
CImg<T> cimg_library::LabtoXYZ ( const CImg< T > &  instance  )  [inline]

Definition at line 6406 of file cimg.h.

References cimg_library::CImg< T >::get_LabtoXYZ().

template<typename T >
CImg<T> cimg_library::line ( const CImg< T > &  instance,
const unsigned int  y0 
) [inline]

Definition at line 6169 of file cimg.h.

References cimg_library::CImg< T >::get_line().

Referenced by ReadLuxpopData(), and ReadSOPRAData().

template<typename T >
CImg<T> cimg_library::lines ( const CImg< T > &  instance,
const unsigned int  y0,
const unsigned int  y1 
) [inline]

Definition at line 6165 of file cimg.h.

References cimg_library::CImg< T >::get_lines().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::log ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::log10 ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::LUTtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6350 of file cimg.h.

References cimg_library::CImg< T >::get_LUTtoRGB().

template<typename T , typename t >
CImg<t> cimg_library::LUTtoRGB ( const CImg< T > &  instance,
const CImg< t > &  palette 
) [inline]

Definition at line 6346 of file cimg.h.

References cimg_library::CImg< T >::get_LUTtoRGB().

template<typename T >
CImg<T> cimg_library::matrix ( const CImg< T > &  instance  )  [inline]

Definition at line 6566 of file cimg.h.

References cimg_library::CImg< T >::get_matrix().

Referenced by lux::ColorSystem::ColorSystem().

template<typename T >
CImg<T> cimg_library::matrix_at ( const CImg< T > &  instance,
const unsigned int  x = 0,
const unsigned int  y = 0,
const unsigned int  z = 0 
) [inline]

Definition at line 6594 of file cimg.h.

References cimg_library::CImg< T >::get_matrix_at().

template<typename T >
CImg<T> cimg_library::max ( const CImg< T > &  instance,
const T  val 
) [inline]

Definition at line 5892 of file cimg.h.

References cimg_library::CImg< T >::get_max().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::max ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 5888 of file cimg.h.

References cimg_library::CImg< T >::get_max().

template<typename T >
CImg<T> cimg_library::min ( const CImg< T > &  instance,
const T  val 
) [inline]

Definition at line 5904 of file cimg.h.

References cimg_library::CImg< T >::get_min().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::min ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 5896 of file cimg.h.

References cimg_library::CImg< T >::get_min().

template<typename T >
CImg<T> cimg_library::mirror ( const CImg< T > &  instance,
const char  axe = 'x' 
) [inline]

Definition at line 6261 of file cimg.h.

References cimg_library::CImg< T >::get_mirror().

template<typename T , typename t >
CImg<typename cimg::superset<T,t>::type> cimg_library::mul ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 5880 of file cimg.h.

References cimg_library::CImg< T >::get_mul().

template<typename T >
CImg<T> cimg_library::noise ( const CImg< T > &  instance,
const double  sigma = -20,
const unsigned int  ntype = 0 
) [inline]

Definition at line 6470 of file cimg.h.

References cimg_library::CImg< T >::get_noise().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::norm_pointwise ( const CImg< T > &  instance,
int  norm_type = 2 
) [inline]

Definition at line 6290 of file cimg.h.

References cimg_library::CImg< T >::get_norm_pointwise().

template<typename T >
CImg<T> cimg_library::normalize ( const CImg< T > &  instance,
const T  a,
const T  b 
) [inline]

Definition at line 6072 of file cimg.h.

References cimg_library::CImg< T >::get_normalize().

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImgList< t1 > &  list1,
const CImgList< t2 > &  list2 
) [inline]
template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImgList< t1 > &  list,
const CImg< t2 > &  img 
) [inline]

Definition at line 5793 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImg< t1 > &  img,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5786 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImg< t1 > &  img1,
const CImg< t2 > &  img2 
) [inline]
template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const t1  val,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5767 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImgList< t1 > &  list,
const t2  val 
) [inline]

Definition at line 5756 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const t1  val,
const CImg< t2 > &  img 
) [inline]

Definition at line 5746 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* ( const CImg< t1 > &  img,
const t2  val 
) [inline]

Definition at line 5735 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImgList< t1 > &  list1,
const CImgList< t2 > &  list2 
) [inline]

Definition at line 5655 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImgList< t1 > &  list,
const CImg< t2 > &  img 
) [inline]

Definition at line 5651 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImg< t1 > &  img,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5646 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImg< t1 > &  img1,
const CImg< t2 > &  img2 
) [inline]

Definition at line 5641 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const t1  val,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5636 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImgList< t1 > &  list,
const t2  val 
) [inline]

Definition at line 5625 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const t1  val,
const CImg< t2 > &  img 
) [inline]

Definition at line 5615 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ ( const CImg< t1 > &  img,
const t2  val 
) [inline]

Definition at line 5604 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImgList< t1 > &  list1,
const CImgList< t2 > &  list2 
) [inline]

Definition at line 5725 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImgList< t1 > &  list,
const CImg< t2 > &  img 
) [inline]

Definition at line 5720 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImg< t1 > &  img,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5713 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImg< t1 > &  img1,
const CImg< t2 > &  img2 
) [inline]

Definition at line 5708 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const t1  val,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5700 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImgList< t1 > &  list,
const t2  val 
) [inline]

Definition at line 5687 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const t1  val,
const CImg< t2 > &  img 
) [inline]
template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- ( const CImg< t1 > &  img,
const t2  val 
) [inline]

Definition at line 5665 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImgList< t1 > &  list1,
const CImgList< t2 > &  list2 
) [inline]

Definition at line 5871 of file cimg.h.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImgList< t1 > &  list,
const CImg< t2 > &  img 
) [inline]

Definition at line 5866 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImg< t1 > &  img,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5859 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImg< t1 > &  img1,
const CImg< t2 > &  img2 
) [inline]

Definition at line 5854 of file cimg.h.

References cimg_library::CImg< T >::get_invert().

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const t1  val,
const CImgList< t2 > &  list 
) [inline]

Definition at line 5846 of file cimg.h.

References cimglist_for, and cimg_library::CImgList< T >::size.

template<typename t1 , typename t2 >
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImgList< t1 > &  list,
const t2  val 
) [inline]

Definition at line 5833 of file cimg.h.

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const t1  val,
CImg< t2 > &  img 
) [inline]

Definition at line 5823 of file cimg.h.

References cimg_library::CImg< T >::get_invert().

template<typename t1 , typename t2 >
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ ( const CImg< t1 > &  img,
const t2  val 
) [inline]

Definition at line 5812 of file cimg.h.

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::orientation_pointwise ( const CImg< T > &  instance  )  [inline]

Definition at line 6294 of file cimg.h.

References cimg_library::CImg< T >::get_orientation_pointwise().

template<typename T , typename t >
CImg<T> cimg_library::permute ( const CImg< T > &  instance,
const CImg< t > &  permutation 
) [inline]

Definition at line 6642 of file cimg.h.

References cimg_library::CImg< T >::get_permute().

template<typename T >
CImg<T> cimg_library::permute_axes ( const CImg< T > &  instance,
const char *  permut = "vxyz" 
) [inline]

Definition at line 6118 of file cimg.h.

References cimg_library::CImg< T >::get_permute_axes().

template<typename T , typename t >
CImg<t> cimg_library::permute_axes ( const CImg< T > &  instance,
const char *  permut,
const t &  pixel_type 
) [inline]

Definition at line 6114 of file cimg.h.

References cimg_library::CImg< T >::get_permute_axes().

template<typename T , typename t >
CImg<typename cimg::superset<T,float>::type> cimg_library::pow ( const CImg< T > &  instance,
const CImg< t > &  img 
) [inline]

Definition at line 5932 of file cimg.h.

References cimg_library::CImg< T >::get_pow().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::pow ( const CImg< T > &  instance,
const double  p 
) [inline]
template<typename T >
CImg<T> cimg_library::projections2d ( const CImg< T > &  instance,
const unsigned int  x0,
const unsigned int  y0,
const unsigned int  z0,
const int  dx = -100,
const int  dy = -100,
const int  dz = -100 
) [inline]

Definition at line 6270 of file cimg.h.

References cimg_library::CImg< T >::get_projections2d().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::pseudoinvert ( const CImg< T > &  instance  )  [inline]

Definition at line 6610 of file cimg.h.

References cimg_library::CImg< T >::get_pseudoinvert().

template<typename T >
CImg<T> cimg_library::quantize ( const CImg< T > &  instance,
const unsigned int  n = 256,
const bool  keep_range = true 
) [inline]

Definition at line 6080 of file cimg.h.

References cimg_library::CImg< T >::get_quantize().

template<typename T >
CImg<T> cimg_library::rand ( const CImg< T > &  instance,
const T  val_min,
const T  val_max 
) [inline]

Definition at line 5968 of file cimg.h.

References cimg_library::CImg< T >::get_rand().

template<typename T >
CImgList<T> cimg_library::remove ( const CImgList< T > &  instance  )  [inline]

Definition at line 6677 of file cimg.h.

References cimg_library::CImgList< T >::get_remove().

template<typename T >
CImgList<T> cimg_library::remove ( const CImgList< T > &  instance,
const unsigned int  pos 
) [inline]
template<typename T >
CImg<T> cimg_library::resize ( const CImg< T > &  instance,
const CImgDisplay &  disp,
const int  interp = 1,
const int  border_condition = -1,
const bool  center = false 
) [inline]

Definition at line 6109 of file cimg.h.

References cimg_library::CImg< T >::get_resize().

template<typename T , typename t >
CImg<T> cimg_library::resize ( const CImg< T > &  instance,
const CImg< t > &  src,
const int  interp = 1,
const int  border_condition = -1,
const bool  center = false 
) [inline]

Definition at line 6103 of file cimg.h.

References cimg_library::CImg< T >::get_resize().

template<typename T >
CImg<T> cimg_library::resize ( const CImg< T > &  instance,
const int  pdx = -100,
const int  pdy = -100,
const int  pdz = -100,
const int  pdv = -100,
const int  interp = 1,
const int  border_condition = -1,
const bool  center = false 
) [inline]

Definition at line 6097 of file cimg.h.

References cimg_library::CImg< T >::get_resize().

template<typename T >
CImg<T> cimg_library::resize_doubleXY ( const CImg< T > &  instance  )  [inline]

Definition at line 6126 of file cimg.h.

References cimg_library::CImg< T >::get_resize_doubleXY().

template<typename T >
CImg<T> cimg_library::resize_halfXY ( const CImg< T > &  instance  )  [inline]

Definition at line 6122 of file cimg.h.

References cimg_library::CImg< T >::get_resize_halfXY().

template<typename T >
CImg<T> cimg_library::resize_tripleXY ( const CImg< T > &  instance  )  [inline]

Definition at line 6130 of file cimg.h.

References cimg_library::CImg< T >::get_resize_tripleXY().

template<typename T >
CImgList<T> cimg_library::reverse ( const CImgList< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::RGBtoBayer ( const CImg< T > &  instance,
const bool  even_mode = true 
) [inline]

Definition at line 6434 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoBayer().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSI ( const CImg< T > &  instance  )  [inline]

Definition at line 6370 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoHSI().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSL ( const CImg< T > &  instance  )  [inline]

Definition at line 6362 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoHSL().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSV ( const CImg< T > &  instance  )  [inline]

Definition at line 6354 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoHSV().

template<typename T >
CImg<T> cimg_library::RGBtoLab ( const CImg< T > &  instance  )  [inline]

Definition at line 6418 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoLab().

template<typename T >
CImg<T> cimg_library::RGBtoLUT ( const CImg< T > &  instance,
const bool  dithering = true,
const bool  indexing = false 
) [inline]

Definition at line 6342 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoLUT().

template<typename T , typename t >
CImg<t> cimg_library::RGBtoLUT ( const CImg< T > &  instance,
const CImg< t > &  palette,
const bool  dithering = true,
const bool  indexing = false 
) [inline]

Definition at line 6337 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoLUT().

template<typename T >
CImg<T> cimg_library::RGBtoxyY ( const CImg< T > &  instance  )  [inline]

Definition at line 6426 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoxyY().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoXYZ ( const CImg< T > &  instance  )  [inline]

Definition at line 6394 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoXYZ().

template<typename T >
CImg<T> cimg_library::RGBtoYCbCr ( const CImg< T > &  instance  )  [inline]

Definition at line 6378 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoYCbCr().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoYUV ( const CImg< T > &  instance  )  [inline]

Definition at line 6386 of file cimg.h.

References cimg_library::CImg< T >::get_RGBtoYUV().

template<typename T >
CImg<T> cimg_library::rotate ( const CImg< T > &  instance,
const float  angle,
const float  cx,
const float  cy,
const float  zoom = 1,
const unsigned int  cond = 3 
) [inline]

Definition at line 6092 of file cimg.h.

References cimg_library::CImg< T >::get_rotate().

template<typename T >
CImg<T> cimg_library::rotate ( const CImg< T > &  instance,
const float  angle,
const unsigned int  cond = 3 
) [inline]

Definition at line 6088 of file cimg.h.

References cimg_library::CImg< T >::get_rotate().

template<typename T >
CImg<T> cimg_library::round ( const CImg< T > &  instance,
const float  x,
const unsigned int  round_type = 0 
) [inline]

Definition at line 5964 of file cimg.h.

References cimg_library::CImg< T >::get_round().

template<typename T >
CImg<T> cimg_library::sequence ( const CImg< T > &  instance,
const T  a0,
const T  a1 
) [inline]

Definition at line 6586 of file cimg.h.

References cimg_library::CImg< T >::get_sequence().

template<typename T >
CImg<T> cimg_library::shared ( const CImg< T > &  instance  )  [inline]

Definition at line 6257 of file cimg.h.

References cimg_library::CImg< T >::get_shared().

template<typename T >
CImg<T> cimg_library::shared ( CImg< T > &  instance  )  [inline]

Definition at line 6253 of file cimg.h.

References cimg_library::CImg< T >::get_shared().

Referenced by cimg_library::CImg< T >::CImg(), crop(), and insert().

template<typename T >
CImg<T> cimg_library::shared_channel ( const CImg< T > &  instance,
const unsigned int  v0 
) [inline]

Definition at line 6249 of file cimg.h.

References cimg_library::CImg< T >::get_shared_channel().

template<typename T >
CImg<T> cimg_library::shared_channel ( CImg< T > &  instance,
const unsigned int  v0 
) [inline]

Definition at line 6245 of file cimg.h.

References cimg_library::CImg< T >::get_shared_channel().

template<typename T >
CImg<T> cimg_library::shared_channels ( const CImg< T > &  instance,
const unsigned int  v0,
const unsigned int  v1 
) [inline]

Definition at line 6241 of file cimg.h.

References cimg_library::CImg< T >::get_shared_channels().

template<typename T >
CImg<T> cimg_library::shared_channels ( CImg< T > &  instance,
const unsigned int  v0,
const unsigned int  v1 
) [inline]

Definition at line 6237 of file cimg.h.

References cimg_library::CImg< T >::get_shared_channels().

template<typename T >
CImg<T> cimg_library::shared_line ( const CImg< T > &  instance,
const unsigned int  y0,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6214 of file cimg.h.

References cimg_library::CImg< T >::get_shared_line().

template<typename T >
CImg<T> cimg_library::shared_line ( CImg< T > &  instance,
const unsigned int  y0,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6209 of file cimg.h.

References cimg_library::CImg< T >::get_shared_line().

template<typename T >
CImg<T> cimg_library::shared_lines ( const CImg< T > &  instance,
const unsigned int  y0,
const unsigned int  y1,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6204 of file cimg.h.

References cimg_library::CImg< T >::get_shared_lines().

template<typename T >
CImg<T> cimg_library::shared_lines ( CImg< T > &  instance,
const unsigned int  y0,
const unsigned int  y1,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6199 of file cimg.h.

References cimg_library::CImg< T >::get_shared_lines().

template<typename T >
CImg<T> cimg_library::shared_plane ( const CImg< T > &  instance,
const unsigned int  z0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6233 of file cimg.h.

References cimg_library::CImg< T >::get_shared_plane().

template<typename T >
CImg<T> cimg_library::shared_plane ( CImg< T > &  instance,
const unsigned int  z0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6229 of file cimg.h.

References cimg_library::CImg< T >::get_shared_plane().

template<typename T >
CImg<T> cimg_library::shared_planes ( const CImg< T > &  instance,
const unsigned int  z0,
const unsigned int  z1,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6224 of file cimg.h.

References cimg_library::CImg< T >::get_shared_planes().

template<typename T >
CImg<T> cimg_library::shared_planes ( CImg< T > &  instance,
const unsigned int  z0,
const unsigned int  z1,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6219 of file cimg.h.

References cimg_library::CImg< T >::get_shared_planes().

template<typename T >
CImg<T> cimg_library::shared_points ( const CImg< T > &  instance,
const unsigned int  x0,
const unsigned int  x1,
const unsigned int  y0 = 0,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6194 of file cimg.h.

References cimg_library::CImg< T >::get_shared_points().

template<typename T >
CImg<T> cimg_library::shared_points ( CImg< T > &  instance,
const unsigned int  x0,
const unsigned int  x1,
const unsigned int  y0 = 0,
const unsigned int  z0 = 0,
const unsigned int  v0 = 0 
) [inline]

Definition at line 6189 of file cimg.h.

References cimg_library::CImg< T >::get_shared_points().

template<typename T >
CImg<T> cimg_library::sharpen ( const CImg< T > &  instance,
const float  amplitude = 50.0f,
const float  edge = 1.0f,
const float  alpha = 0.0f,
const float  sigma = 0.0f 
) [inline]

Definition at line 6544 of file cimg.h.

References cimg_library::CImg< T >::get_sharpen().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::sin ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::slice ( const CImg< T > &  instance,
const unsigned int  z0 
) [inline]

Definition at line 6177 of file cimg.h.

References cimg_library::CImg< T >::get_slice().

template<typename T >
CImg<T> cimg_library::slices ( const CImg< T > &  instance,
const unsigned int  z0,
const unsigned int  z1 
) [inline]

Definition at line 6173 of file cimg.h.

References cimg_library::CImg< T >::get_slices().

template<typename T , typename t >
CImg<typename cimg::superset2<T,t,float>::type> cimg_library::solve ( const CImg< T > &  instance,
const CImg< t > &  A 
) [inline]

Definition at line 6622 of file cimg.h.

References cimg_library::CImg< T >::get_solve().

template<typename T >
CImg<T> cimg_library::sort ( const CImg< T > &  instance,
const bool  increasing = true 
) [inline]

Definition at line 6638 of file cimg.h.

References cimg_library::CImg< T >::get_sort().

template<typename T , typename t >
CImg<T> cimg_library::sort ( const CImg< T > &  instance,
CImg< t > &  permutations,
const bool  increasing = true 
) [inline]
template<typename T >
CImgList<T> cimg_library::split ( const CImgList< T > &  instance,
const char  axe = 'x' 
) [inline]

Definition at line 6723 of file cimg.h.

References cimg_library::CImgList< T >::get_split().

template<typename T >
CImgList<T> cimg_library::split ( const CImg< T > &  instance,
const char  axe = 'x',
const unsigned int  nb = 0 
) [inline]

Definition at line 6298 of file cimg.h.

References cimg_library::CImg< T >::get_split().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::sqr ( const CImg< T > &  instance  )  [inline]

Definition at line 5908 of file cimg.h.

References cimg_library::CImg< T >::get_sqr().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::sqrt ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<typename cimg::last<T,double>::type> cimg_library::stats ( const CImg< T > &  instance  )  [inline]

Definition at line 5900 of file cimg.h.

References cimg_library::CImg< T >::get_stats().

Referenced by lux::LuxGui::UpdateStatistics().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::structure_tensorXY ( const CImg< T > &  instance,
const int  scheme = 1 
) [inline]

Definition at line 6314 of file cimg.h.

References cimg_library::CImg< T >::get_structure_tensorXY().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::structure_tensorXYZ ( const CImg< T > &  instance,
const int  scheme = 1 
) [inline]

Definition at line 6318 of file cimg.h.

References cimg_library::CImg< T >::get_structure_tensorXYZ().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::SVD ( const CImg< T > &  instance,
const bool  sorting = true 
) [inline]

Definition at line 6618 of file cimg.h.

References cimg_library::CImg< T >::get_SVD().

template<typename T >
CImgList<typename cimg::superset<T,float>::type> cimg_library::symmetric_eigen ( const CImg< T > &  instance  )  [inline]

Definition at line 6630 of file cimg.h.

References cimg_library::CImg< T >::get_symmetric_eigen().

template<typename T >
CImg<typename cimg::superset<T,float>::type> cimg_library::tan ( const CImg< T > &  instance  )  [inline]
template<typename T >
CImg<T> cimg_library::tensor ( const CImg< T > &  instance  )  [inline]

Definition at line 6570 of file cimg.h.

References cimg_library::CImg< T >::get_tensor().

template<typename T >
CImg<T> cimg_library::tensor_at ( const CImg< T > &  instance,
const unsigned int  x = 0,
const unsigned int  y = 0,
const unsigned int  z = 0 
) [inline]

Definition at line 6598 of file cimg.h.

References cimg_library::CImg< T >::get_tensor_at().

template<typename T >
CImg<T> cimg_library::threshold ( const CImg< T > &  instance,
const T  thres 
) [inline]

Definition at line 6084 of file cimg.h.

References cimg_library::CImg< T >::get_threshold().

template<typename T >
CImg<T> cimg_library::translate ( const CImg< T > &  instance,
const int  deltax,
const int  deltay = 0,
const int  deltaz = 0,
const int  deltav = 0,
const int  border_condition = 0 
) [inline]

Definition at line 6265 of file cimg.h.

References cimg_library::CImg< T >::get_translate().

template<typename T >
CImg<T> cimg_library::transpose ( const CImg< T > &  instance  )  [inline]

Definition at line 6602 of file cimg.h.

References cimg_library::CImg< T >::get_transpose().

template<typename T >
CImg<T> cimg_library::unroll ( const CImg< T > &  instance,
const char  axe = 'x' 
) [inline]

Definition at line 6574 of file cimg.h.

References cimg_library::CImg< T >::get_unroll().

template<typename T >
CImg<T> cimg_library::vector_at ( const CImg< T > &  instance,
const unsigned int  x = 0,
const unsigned int  y = 0,
const unsigned int  z = 0 
) [inline]

Definition at line 6590 of file cimg.h.

References cimg_library::CImg< T >::get_vector_at().

template<typename T >
CImg<T> cimg_library::xyYtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6430 of file cimg.h.

References cimg_library::CImg< T >::get_xyYtoRGB().

template<typename T >
CImg<T> cimg_library::xyYtoXYZ ( const CImg< T > &  instance  )  [inline]

Definition at line 6414 of file cimg.h.

References cimg_library::CImg< T >::get_xyYtoXYZ().

template<typename T >
CImg<T> cimg_library::XYZtoLab ( const CImg< T > &  instance  )  [inline]

Definition at line 6402 of file cimg.h.

References cimg_library::CImg< T >::get_XYZtoLab().

template<typename T >
CImg<T> cimg_library::XYZtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6398 of file cimg.h.

References cimg_library::CImg< T >::get_XYZtoRGB().

template<typename T >
CImg<T> cimg_library::XYZtoxyY ( const CImg< T > &  instance  )  [inline]

Definition at line 6410 of file cimg.h.

References cimg_library::CImg< T >::get_XYZtoxyY().

template<typename T >
CImg<T> cimg_library::YCbCrtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6382 of file cimg.h.

References cimg_library::CImg< T >::get_YCbCrtoRGB().

template<typename T >
CImg<T> cimg_library::YUVtoRGB ( const CImg< T > &  instance  )  [inline]

Definition at line 6390 of file cimg.h.

References cimg_library::CImg< T >::get_YUVtoRGB().

Generated by  doxygen 1.6.2-20100208