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.

 All Classes Namespaces Functions Variables Typedefs
Generated on Thu Mar 3 16:30:54 2011 for AB_Filter by  doxygen 1.6.3