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 >
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 > 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< 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 >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImg< T > &instance, const char axe, const bool inverse=false)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImg< T > &instance, const bool inverse=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 inverse=false, const unsigned int nb_scales=1)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
haar (const CImg< T > &instance, const bool inverse=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 > &reference, const float smooth=0.1f, const float precision=1e-6f, const unsigned int nb_scale=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 > 
inverse (const CImg< T > &instance, const bool use_LU=true)
template<typename T >
CImg< typename cimg::superset
< T, float >::type > 
pseudoinverse (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 inverse=false)
template<typename T >
CImgList< typename
cimg::superset< T, float >
::type > 
FFT (const CImgList< T > &instance, const bool inverse=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]

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 5989 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 5577 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 5163 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 5705 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]

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 5747 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]

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 5763 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 5756 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]

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 5780 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 5801 of file cimg.h.

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

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

Definition at line 5460 of file cimg.h.

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

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

Definition at line 5456 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::channel().

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

Definition at line 5436 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 5432 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::column().

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 5715 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 5909 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 5710 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]

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 5964 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 5958 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 5952 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 5947 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 5427 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 5421 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 5415 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]

Definition at line 5409 of file cimg.h.

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

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

Definition at line 5993 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 5876 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 5363 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]

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

Definition at line 5840 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 5608 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 5603 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 5733 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 5729 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 > &  reference,
const float  smooth = 0.1f,
const float  precision = 1e-6f,
const unsigned int  nb_scale = 0,
const unsigned int  itermax = 10000 
) [inline]

Definition at line 5821 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]

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

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

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 5556 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 5724 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 5720 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  inverse = false 
) [inline]

Definition at line 5981 of file cimg.h.

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

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

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

Definition at line 5976 of file cimg.h.

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

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

Definition at line 5797 of file cimg.h.

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

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

Definition at line 5793 of file cimg.h.

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

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

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

Definition at line 5341 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 5335 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 5329 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 5323 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 5317 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 5311 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 5305 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 5300 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 5295 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 5290 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 5285 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 5280 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 5275 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 5271 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 5267 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 5263 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 5259 of file cimg.h.

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

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 5581 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 5585 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  inverse = false,
const unsigned int  nb_scales = 1 
) [inline]

Definition at line 5816 of file cimg.h.

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

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

Definition at line 5811 of file cimg.h.

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

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 5552 of file cimg.h.

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

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

Definition at line 5641 of file cimg.h.

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

Definition at line 5633 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]

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]

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 5926 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 5920 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]

Definition at line 5915 of file cimg.h.

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

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

Definition at line 5868 of file cimg.h.

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

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

Definition at line 5561 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 5689 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 5673 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::LabtoRGB().

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

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

Definition at line 5440 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::line().

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 5625 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 5621 of file cimg.h.

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

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

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 5856 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 5179 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::_draw_ellipse(), cimg_library::CImg< T >::_draw_scanline(), lux::ImageFilm::AddSample(), MemoryArena::Alloc(), lux::ApplyImagingPipeline(), lux::BBox::BBox(), cimg_library::CImg< T >::blur_anisotropic(), lux::UnsafeKdTreeAccel::buildTree(), lux::TaBRecKdTreeAccel::buildTree(), lux::MIPMapImpl< T, U >::clamp(), lux::CosineSampleHemisphere(), lux::PerspectiveCamera::CreateCamera(), lux::OrthoCamera::CreateCamera(), lux::EnvironmentCamera::CreateCamera(), lux::ImageFilm::CreateFilm(), lux::FlexImageFilm::CreateFilm(), cimg_library::CImg< T >::cubic_pix1d(), cimg_library::CImg< T >::cubic_pix2d(), lux::Cylinder::Cylinder(), cimg_library::cimg::dialog(), cimg_library::CImgList< T >::display(), cimg_library::CImg< T >::display(), cimg_library::CImg< T >::display_object3d(), cimg_library::CImg< T >::distance_function(), cimg_library::CImg< T >::draw_fill(), cimg_library::CImg< T >::draw_gaussian(), cimg_library::CImg< T >::draw_image(), cimg_library::CImg< T >::draw_line(), cimg_library::CImg< T >::draw_object3d(), cimg_library::CImg< T >::draw_plasma(), cimg_library::CImg< T >::draw_point(), cimg_library::CImg< T >::draw_quiver(), cimg_library::CImg< T >::draw_rectangle(), cimg_library::CImg< T >::draw_spline(), cimg_library::CImg< T >::draw_triangle(), lux::TriangleFilter::Evaluate(), lux::FresnelDielectric::Evaluate(), lux::Checkerboard2D< T >::Evaluate(), lux::SpecularTransmission::f(), lux::OrenNayar::f(), lux::FresnelBlend::f(), lux::FBm(), lux::FlexImageFilm::FlexImageFilm(), lux::GaussianFilter::Gaussian(), lux::RealisticCamera::GenerateRay(), cimg_library::CImgList< T >::get_append(), cimg_library::CImg< T >::get_coordinates(), cimg_library::CImg< T >::get_dijkstra(), cimg_library::CImg< T >::get_dilate(), cimg_library::CImg< T >::get_displacement_field(), cimg_library::CImg< T >::get_erode(), cimg_library::CImg< T >::get_identity_matrix(), cimg_library::CImg< T >::get_max(), cimg_library::CImg< T >::get_resize(), cimg_library::CImg< T >::get_RGBtoLUT(), cimg_library::CImg< T >::get_rotate(), lux::LowdiscrepancyPixelSampler::GetTotalPixels(), lux::Hyperboloid::Hyperboloid(), cimg_library::CImg< T >::identity_matrix(), lux::ImageFilm::ImageFilm(), lux::InfiniteAreaLightIS::InfiniteAreaLightIS(), lux::TaBRecKdTreeAccel::Intersect(), lux::AggregateVolume::IntersectP(), lux::IrregularSPD::IrregularSPD(), lux::LensComponent::LensComponent(), cimg_library::CImg< T >::load_dlm(), lux::MIPMapImpl< T, U >::Lookup(), lux::MaxWhiteOp::Map(), lux::HighContrastOp::Map(), StatsCounter::Max(), cimg_library::CImg< T >::max(), cimg_library::cimg::max(), lux::FlexImageFilm::MergeSampleArray(), lux::MIPMapImpl< T, U >::MIPMapImpl(), cimg_library::CImg< T >::noise(), lux::SPD::Normalize(), NURBSEvaluateSurface(), lux::TextureColor< T, colorSamples >::operator*(), lux::TextureColor< T, colorSamples >::operator*=(), lux::TextureColor< T, colorSamples >::operator+(), lux::TextureColor< T, colorSamples >::operator+=(), lux::Paraboloid::Paraboloid(), lux::Sphere::Pdf(), lux::Lafortune::Pdf(), cimg_library::CImg< T >::RGBtoHSL(), cimg_library::CImg< T >::RGBtoHSV(), lux::Sphere::Sample(), lux::WardIsotropic::Sample_f(), lux::SpecularTransmission::Sample_f(), lux::Lafortune::Sample_f(), lux::Blinn::Sample_f(), lux::Beckmann::Sample_f(), lux::Anisotropic::Sample_f(), lux::SkyLight::Sample_L(), lux::InfiniteAreaLight::Sample_L(), lux::SampleHG(), lux::SDEdge::SDEdge(), cimg_library::CImg< T >::sharpen(), lux::SinTheta(), lux::Sphere::Sphere(), cimg_library::CImg< T >::SVD(), lux::Turbulence(), lux::UniformSampleHemisphere(), lux::UniformSampleSphere(), lux::Union(), ProgressReporter::Update(), lux::WeightedSampleOneLight(), lux::BidirIntegrator::weightPath(), and Wrapped1DDist().

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 5175 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 5191 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::_draw_scanline(), lux::MetropolisSampler::AddSample(), lux::Metropolis::AddSample(), lux::ImageFilm::AddSample(), lux::ERPTSampler::AddSample(), lux::ApplyImagingPipeline(), lux::BBox::BBox(), BestCandidate2D(), cimg_library::CImg< T >::blur_anisotropic(), lux::PerspectiveCamera::CreateCamera(), lux::OrthoCamera::CreateCamera(), lux::EnvironmentCamera::CreateCamera(), lux::ImageFilm::CreateFilm(), lux::FlexImageFilm::CreateFilm(), cimg_library::CImg< T >::cubic_pix1d(), cimg_library::CImg< T >::cubic_pix2d(), lux::Cylinder::Cylinder(), cimg_library::CImgList< T >::display(), cimg_library::CImg< T >::display(), cimg_library::CImg< T >::display_object3d(), cimg_library::CImg< T >::div(), cimg_library::CImg< T >::dot(), cimg_library::CImg< T >::draw_line(), cimg_library::CImg< T >::draw_plasma(), cimg_library::CImg< T >::draw_point(), cimg_library::CImg< T >::draw_polygon(), cimg_library::CImg< T >::draw_spline(), cimg_library::CImg< T >::draw_triangle(), lux::MIPMapImpl< T, U >::EWA(), SunBxDF::f(), lux::FBm(), lux::Microfacet::G(), lux::CookTorrance::G(), lux::EnvironmentCamera::GenerateSample(), cimg_library::CImg< T >::get_BayertoRGB(), cimg_library::CImg< T >::get_coordinates(), cimg_library::CImg< T >::get_dilate(), cimg_library::CImg< T >::get_erode(), cimg_library::CImg< T >::get_min(), cimg_library::CImg< T >::get_resize(), cimg_library::CImg< T >::get_rotate(), lux::SkyLight::GetSkySpectralRadiance(), lux::Hyperboloid::Hyperboloid(), lux::TaBRecKdTreeAccel::Intersect(), lux::AggregateVolume::IntersectP(), lux::LensComponent::LensComponent(), lux::SingleScattering::Li(), lux::ParticleTracingIntegrator::Li(), lux::MLTPathIntegrator::Li(), lux::IGIIntegrator::Li(), lux::BidirIntegrator::Li(), lux::ExPhotonIntegrator::LiInternal(), cimg_library::CImg< T >::load_bmp(), cimg_library::CImg< T >::load_pnm(), cimg_library::CImg< T >::load_rgb(), cimg_library::CImg< T >::load_rgba(), cimg_library::CImg< T >::load_tiff(), main(), lux::HighContrastOp::Map(), cimg_library::CImg< T >::max(), lux::FlexImageFilm::MergeSampleArray(), StatsCounter::Min(), cimg_library::CImg< T >::min(), cimg_library::cimg::min(), cimg_library::CImg< T >::mul(), cimg_library::CImg< T >::operator%=(), cimg_library::CImg< T >::operator&=(), operator*(), cimg_library::CImgList< T >::operator*=(), cimg_library::CImgList< T >::operator+=(), cimg_library::CImg< T >::operator+=(), lux::TextureColor< T, colorSamples >::operator-=(), cimg_library::CImgList< T >::operator-=(), cimg_library::CImg< T >::operator-=(), cimg_library::CImgList< T >::operator/=(), cimg_library::CImg< T >::operator^=(), cimg_library::CImg< T >::operator|=(), lux::Paraboloid::Paraboloid(), SunBxDF::Pdf(), cimg_library::CImg< T >::pow(), lux::PhotonIntegrator::Preprocess(), lux::ExPhotonIntegrator::Preprocess(), cimg_library::CImg< T >::quantize(), Redistribute2D(), cimg_library::CImg< T >::RGBtoHSL(), cimg_library::CImg< T >::RGBtoHSV(), lux::SPD::sample(), lux::BSDF::Sample_f(), cimg_library::CImgList< T >::save_cimg(), lux::SDEdge::SDEdge(), cimg_library::CImg< T >::set_vector_at(), lux::Sphere::Sphere(), lux::StatsPrintVal(), cimg_library::CImg< T >::SVD(), lux::Turbulence(), lux::UniformSampleOneLight(), lux::Union(), lux::WeightedSampleOneLight(), and Wrapped1DDist().

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 5183 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 5536 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::load_bmp().

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

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 5737 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 5565 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 5359 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]

Definition at line 5075 of file cimg.h.

References cimglist_for, min(), 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 CImg< t2 > &  img 
) [inline]

Definition at line 5068 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 5061 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 5045 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 5034 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 5024 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 5013 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 4933 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 4929 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 4924 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 4919 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 4914 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 4903 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 4893 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 4882 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 5003 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 4998 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 4991 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 4986 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 4978 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 4965 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 4943 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 5146 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 5141 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 5134 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 5129 of file cimg.h.

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

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 5121 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 5108 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 5098 of file cimg.h.

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

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 5087 of file cimg.h.

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

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

Definition at line 5904 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 5401 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]

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

Definition at line 5215 of file cimg.h.

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

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 5545 of file cimg.h.

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

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

Definition at line 5872 of file cimg.h.

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

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 5367 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]

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

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

Definition at line 5935 of file cimg.h.

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

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]

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 5390 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 5384 of file cimg.h.

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

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

Definition at line 5405 of file cimg.h.

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

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

Definition at line 5943 of file cimg.h.

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

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

Definition at line 5701 of file cimg.h.

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

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

Definition at line 5637 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 5629 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 5685 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 5617 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 5612 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 5693 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]

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

Definition at line 5645 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 5653 of file cimg.h.

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

Referenced by 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 5379 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 5375 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]

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

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

Definition at line 5532 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 ( CImg< T > &  instance  )  [inline]

Definition at line 5528 of file cimg.h.

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

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

Definition at line 5524 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 5520 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 5516 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 5512 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 5489 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 5484 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 5479 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 5474 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 5508 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 5504 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 5499 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 5494 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 5469 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 5464 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 5805 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 5452 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 5448 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::slice().

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 5884 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::get_solve().

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

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

Definition at line 5896 of file cimg.h.

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

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

Definition at line 5985 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 5573 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]

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 5187 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 5589 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 5593 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]

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

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 5832 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::get_tensor_at().

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 5860 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 5371 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 5540 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 5864 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]

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 5852 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 5697 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 5681 of file cimg.h.

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

Referenced by cimg_library::CImg< T >::xyYtoRGB().

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

Definition at line 5669 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 5665 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 5677 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 5649 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 5657 of file cimg.h.

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


Generated on Mon May 18 07:16:14 2009 for lux by  doxygen 1.5.8