Namespace that encompasses all classes and functions of the CImg library. More...
Namespaces | |
namespace | cimg |
Namespace that encompasses low-level functions and variables of the CImg Library. | |
Classes | |
struct | CImgException |
Class which is thrown when an error occured during a CImg library function call. More... | |
struct | CImgInstanceException |
struct | CImgArgumentException |
struct | CImgIOException |
struct | CImgDisplayException |
struct | CImgWarningException |
struct | CImgDisplay |
This class represents a window which can display CImg images and handles mouse and keyboard events. More... | |
struct | CImg |
Class representing an image (up to 4 dimensions wide), each pixel being of type T . More... | |
struct | CImgList |
Class representing list of images CImg<T>. More... | |
Functions | |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator+ (const CImg< t1 > &img, const t2 val) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator+ (const t1 val, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator+ (const CImgList< t1 > &list, const t2 val) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator+ (const t1 val, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator+ (const CImg< t1 > &img1, const CImg< t2 > &img2) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator+ (const CImg< t1 > &img, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator+ (const CImgList< t1 > &list, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator+ (const CImgList< t1 > &list1, const CImgList< t2 > &list2) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator- (const CImg< t1 > &img, const t2 val) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator- (const t1 val, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator- (const CImgList< t1 > &list, const t2 val) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator- (const t1 val, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator- (const CImg< t1 > &img1, const CImg< t2 > &img2) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator- (const CImg< t1 > &img, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator- (const CImgList< t1 > &list, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator- (const CImgList< t1 > &list1, const CImgList< t2 > &list2) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator* (const CImg< t1 > &img, const t2 val) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator* (const t1 val, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator* (const CImgList< t1 > &list, const t2 val) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator* (const t1 val, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator* (const CImg< t1 > &img1, const CImg< t2 > &img2) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator* (const CImg< t1 > &img, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator* (const CImgList< t1 > &list, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator* (const CImgList< t1 > &list1, const CImgList< t2 > &list2) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator/ (const CImg< t1 > &img, const t2 val) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator/ (const t1 val, CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator/ (const CImgList< t1 > &list, const t2 val) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator/ (const t1 val, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator/ (const CImg< t1 > &img1, const CImg< t2 > &img2) |
template<typename t1 , typename t2 > | |
CImg< typename cimg::superset < t1, t2 >::type > | operator/ (const CImg< t1 > &img, const CImgList< t2 > &list) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator/ (const CImgList< t1 > &list, const CImg< t2 > &img) |
template<typename t1 , typename t2 > | |
CImgList< typename cimg::superset< t1, t2 >::type > | operator/ (const CImgList< t1 > &list1, const CImgList< t2 > &list2) |
template<typename T , typename t > | |
CImg< T > | apply (const CImg< T > &instance, t &func) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | mul (const CImg< T > &instance, const CImg< t > &img) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | div (const CImg< T > &instance, const CImg< t > &img) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | max (const CImg< T > &instance, const CImg< t > &img) |
template<typename T > | |
CImg< T > | max (const CImg< T > &instance, const T val) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | min (const CImg< T > &instance, const CImg< t > &img) |
template<typename T > | |
CImg< typename cimg::last< T, double >::type > | stats (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | min (const CImg< T > &instance, const T val) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | sqr (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | sqrt (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | exp (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | log (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | log10 (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | pow (const CImg< T > &instance, const double p) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, float >::type > | pow (const CImg< T > &instance, const CImg< t > &img) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | abs (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | cos (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | sin (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | tan (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | acos (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | asin (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | atan (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | round (const CImg< T > &instance, const float x, const unsigned int round_type=0) |
template<typename T > | |
CImg< T > | rand (const CImg< T > &instance, const T val_min, const T val_max) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13, const T val14) |
template<typename T > | |
CImg< T > | fill (const CImg< T > &instance, const T val0, const T val1, const T val2, const T val3, const T val4, const T val5, const T val6, const T val7, const T val8, const T val9, const T val10, const T val11, const T val12, const T val13, const T val14, const T val15) |
template<typename T , int N> | |
CImg< T > | fill (const CImg< T > &instance, const int val0,...) |
template<typename T , int N> | |
CImg< T > | fill (const CImg< T > &instance, const double val0,...) |
template<typename T > | |
CImg< T > | normalize (const CImg< T > &instance, const T a, const T b) |
template<typename T > | |
CImg< T > | cut (const CImg< T > &instance, const T a, const T b) |
template<typename T > | |
CImg< T > | quantize (const CImg< T > &instance, const unsigned int n=256, const bool keep_range=true) |
template<typename T > | |
CImg< T > | threshold (const CImg< T > &instance, const T thres) |
template<typename T > | |
CImg< T > | rotate (const CImg< T > &instance, const float angle, const unsigned int cond=3) |
template<typename T > | |
CImg< T > | rotate (const CImg< T > &instance, const float angle, const float cx, const float cy, const float zoom=1, const unsigned int cond=3) |
template<typename T > | |
CImg< T > | resize (const CImg< T > &instance, const int pdx=-100, const int pdy=-100, const int pdz=-100, const int pdv=-100, const int interp=1, const int border_condition=-1, const bool center=false) |
template<typename T , typename t > | |
CImg< T > | resize (const CImg< T > &instance, const CImg< t > &src, const int interp=1, const int border_condition=-1, const bool center=false) |
template<typename T > | |
CImg< T > | resize (const CImg< T > &instance, const CImgDisplay &disp, const int interp=1, const int border_condition=-1, const bool center=false) |
template<typename T , typename t > | |
CImg< t > | permute_axes (const CImg< T > &instance, const char *permut, const t &pixel_type) |
template<typename T > | |
CImg< T > | permute_axes (const CImg< T > &instance, const char *permut="vxyz") |
template<typename T > | |
CImg< T > | resize_halfXY (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | resize_doubleXY (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | resize_tripleXY (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | crop (const CImg< T > &instance, const int x0, const int y0, const int z0, const int v0, const int x1, const int y1, const int z1, const int v1, const bool border_condition=false) |
template<typename T > | |
CImg< T > | crop (const CImg< T > &instance, const int x0, const int y0, const int z0, const int x1, const int y1, const int z1, const bool border_condition=false) |
template<typename T > | |
CImg< T > | crop (const CImg< T > &instance, const int x0, const int y0, const int x1, const int y1, const bool border_condition=false) |
template<typename T > | |
CImg< T > | crop (const CImg< T > &instance, const int x0, const int x1, const bool border_condition=false) |
template<typename T > | |
CImg< T > | columns (const CImg< T > &instance, const unsigned int x0, const unsigned int x1) |
template<typename T > | |
CImg< T > | column (const CImg< T > &instance, const unsigned int x0) |
template<typename T > | |
CImg< T > | lines (const CImg< T > &instance, const unsigned int y0, const unsigned int y1) |
template<typename T > | |
CImg< T > | line (const CImg< T > &instance, const unsigned int y0) |
template<typename T > | |
CImg< T > | slices (const CImg< T > &instance, const unsigned int z0, const unsigned int z1) |
template<typename T > | |
CImg< T > | slice (const CImg< T > &instance, const unsigned int z0) |
template<typename T > | |
CImg< T > | channels (const CImg< T > &instance, const unsigned int v0, const unsigned int v1) |
template<typename T > | |
CImg< T > | channel (const CImg< T > &instance, const unsigned int v0) |
template<typename T > | |
CImg< T > | shared_points (CImg< T > &instance, const unsigned int x0, const unsigned int x1, const unsigned int y0=0, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_points (const CImg< T > &instance, const unsigned int x0, const unsigned int x1, const unsigned int y0=0, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_lines (CImg< T > &instance, const unsigned int y0, const unsigned int y1, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_lines (const CImg< T > &instance, const unsigned int y0, const unsigned int y1, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_line (CImg< T > &instance, const unsigned int y0, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_line (const CImg< T > &instance, const unsigned int y0, const unsigned int z0=0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_planes (CImg< T > &instance, const unsigned int z0, const unsigned int z1, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_planes (const CImg< T > &instance, const unsigned int z0, const unsigned int z1, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_plane (CImg< T > &instance, const unsigned int z0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_plane (const CImg< T > &instance, const unsigned int z0, const unsigned int v0=0) |
template<typename T > | |
CImg< T > | shared_channels (CImg< T > &instance, const unsigned int v0, const unsigned int v1) |
template<typename T > | |
CImg< T > | shared_channels (const CImg< T > &instance, const unsigned int v0, const unsigned int v1) |
template<typename T > | |
CImg< T > | shared_channel (CImg< T > &instance, const unsigned int v0) |
template<typename T > | |
CImg< T > | shared_channel (const CImg< T > &instance, const unsigned int v0) |
template<typename T > | |
CImg< T > | shared (CImg< T > &instance) |
template<typename T > | |
CImg< T > | shared (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | mirror (const CImg< T > &instance, const char axe='x') |
template<typename T > | |
CImg< T > | translate (const CImg< T > &instance, const int deltax, const int deltay=0, const int deltaz=0, const int deltav=0, const int border_condition=0) |
template<typename T > | |
CImg< T > | projections2d (const CImg< T > &instance, const unsigned int x0, const unsigned int y0, const unsigned int z0, const int dx=-100, const int dy=-100, const int dz=-100) |
template<typename T > | |
CImg< typename cimg::last< T, float >::type > | histogram (const CImg< T > &instance, const unsigned int nblevels=256, const T val_min=(T) 0, const T val_max=(T) 0) |
template<typename T > | |
CImg< T > | equalize_histogram (const CImg< T > &instance, const unsigned int nblevels=256, const T val_min=(T) 0, const T val_max=(T) 0) |
template<typename T > | |
CImg< typename cimg::last< T, unsigned int >::type > | label_regions (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | norm_pointwise (const CImg< T > &instance, int norm_type=2) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | orientation_pointwise (const CImg< T > &instance) |
template<typename T > | |
CImgList< T > | split (const CImg< T > &instance, const char axe='x', const unsigned int nb=0) |
template<typename T > | |
CImg< T > | append (const CImg< T > &instance, const CImg< T > &img, const char axis='x', const char align='c') |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | gradientXY (const CImg< T > &instance, const int scheme=0) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | gradientXYZ (const CImg< T > &instance, const int scheme=0) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | structure_tensorXY (const CImg< T > &instance, const int scheme=1) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | structure_tensorXYZ (const CImg< T > &instance, const int scheme=1) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | distance_function (const CImg< T > &instance, const unsigned int nb_iter=100, const float band_size=0.0f, const float precision=0.5f) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, float >::type > | dijkstra (const CImg< T > &instance, const unsigned int starting_node, const unsigned int ending_node, CImg< t > &previous) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, float >::type > | dijkstra (const CImg< T > &instance, const unsigned int starting_node, const unsigned int ending_node=~0U) |
template<typename T , typename t > | |
CImg< t > | RGBtoLUT (const CImg< T > &instance, const CImg< t > &palette, const bool dithering=true, const bool indexing=false) |
template<typename T > | |
CImg< T > | RGBtoLUT (const CImg< T > &instance, const bool dithering=true, const bool indexing=false) |
template<typename T , typename t > | |
CImg< t > | LUTtoRGB (const CImg< T > &instance, const CImg< t > &palette) |
template<typename T > | |
CImg< T > | LUTtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | RGBtoHSV (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | HSVtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | RGBtoHSL (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | HSLtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | RGBtoHSI (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | HSItoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | RGBtoYCbCr (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | YCbCrtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | RGBtoYUV (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | YUVtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | RGBtoXYZ (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | XYZtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | XYZtoLab (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | LabtoXYZ (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | XYZtoxyY (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | xyYtoXYZ (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | RGBtoLab (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | LabtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | RGBtoxyY (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | xyYtoRGB (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | RGBtoBayer (const CImg< T > &instance, const bool even_mode=true) |
template<typename T > | |
CImg< T > | BayertoRGB (const CImg< T > &instance, const unsigned int interpolation_type=3, const bool even_mode=true) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | correlate (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_correl=false) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | convolve (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_convol=false) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | erode (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_erosion=false) |
template<typename T > | |
CImg< T > | erode (const CImg< T > &instance, const unsigned int n, const unsigned int cond=1) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | dilate (const CImg< T > &instance, const CImg< t > &mask, const unsigned int cond=1, const bool weighted_dilatation=false) |
template<typename T > | |
CImg< T > | dilate (const CImg< T > &instance, const unsigned int n, const unsigned int cond=1) |
template<typename T > | |
CImg< T > | noise (const CImg< T > &instance, const double sigma=-20, const unsigned int ntype=0) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | deriche (const CImg< T > &instance, const float sigma, const int order=0, const char axe='x', const bool cond=true) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | blur (const CImg< T > &instance, const float sigmax, const float sigmay, const float sigmaz, const bool cond=true) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | blur (const CImg< T > &instance, const float sigma, const bool cond=true) |
template<typename T , typename t > | |
CImg< T > | blur_anisotropic (const CImg< T > &instance, const CImg< t > &G, const float amplitude=60.0f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true) |
template<typename T , typename tm > | |
CImg< T > | blur_anisotropic (const CImg< T > &instance, const CImg< tm > &mask, const float amplitude, const float sharpness=0.7f, const float anisotropy=0.3f, const float alpha=0.6f, const float sigma=1.1f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true, const float geom_factor=1.0f) |
template<typename T > | |
CImg< T > | blur_anisotropic (const CImg< T > &instance, const float amplitude, const float sharpness=0.7f, const float anisotropy=0.3f, const float alpha=0.6f, const float sigma=1.1f, const float dl=0.8f, const float da=30.0f, const float gauss_prec=2.0f, const unsigned int interpolation=0, const bool fast_approx=true, const float geom_factor=1.0f) |
template<typename T > | |
CImg< T > | blur_bilateral (const CImg< T > &instance, const float sigmax, const float sigmay, const float sigmaz, const float sigmar, const int bgridx, const int bgridy, const int bgridz, const int bgridr, const bool interpolation=true) |
template<typename T > | |
CImg< T > | blur_bilateral (const CImg< T > &instance, const float sigmas, const float sigmar, const int bgrids=-33, const int bgridr=32, const bool interpolation=true) |
template<typename T > | |
CImg< T > | blur_patch (const CImg< T > &instance, const unsigned int patch_size=3, const float sigma_p=10.0f, const float sigma_s=10.0f, const unsigned int lookup_size=4, const bool fast_approx=true) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | FFT (const CImg< T > &instance, const char axe, const bool invert=false) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | FFT (const CImg< T > &instance, const bool invert=false) |
template<typename T > | |
CImg< T > | blur_median (const CImg< T > &instance, const unsigned int n=3) |
template<typename T > | |
CImg< T > | sharpen (const CImg< T > &instance, const float amplitude=50.0f, const float edge=1.0f, const float alpha=0.0f, const float sigma=0.0f) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | haar (const CImg< T > &instance, const char axis, const bool invert=false, const unsigned int nb_scales=1) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | haar (const CImg< T > &instance, const bool invert=false, const unsigned int nb_scales=1) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | displacement_field (const CImg< T > &instance, const CImg< T > &target, const float smooth=0.1f, const float precision=0.1f, const unsigned int nb_scales=0, const unsigned int itermax=10000) |
template<typename T > | |
CImg< T > | matrix (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | tensor (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | unroll (const CImg< T > &instance, const char axe='x') |
template<typename T > | |
CImg< T > | diagonal (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | identity_matrix (const CImg< T > &instance) |
template<typename T > | |
CImg< T > | sequence (const CImg< T > &instance, const T a0, const T a1) |
template<typename T > | |
CImg< T > | vector_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0) |
template<typename T > | |
CImg< T > | matrix_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0) |
template<typename T > | |
CImg< T > | tensor_at (const CImg< T > &instance, const unsigned int x=0, const unsigned int y=0, const unsigned int z=0) |
template<typename T > | |
CImg< T > | transpose (const CImg< T > &instance) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | invert (const CImg< T > &instance, const bool use_LU=true) |
template<typename T > | |
CImg< typename cimg::superset < T, float >::type > | pseudoinvert (const CImg< T > &instance) |
template<typename T , typename t > | |
CImg< typename cimg::superset < T, t >::type > | cross (const CImg< T > &instance, const CImg< t > &img) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | SVD (const CImg< T > &instance, const bool sorting=true) |
template<typename T , typename t > | |
CImg< typename cimg::superset2 < T, t, float >::type > | solve (const CImg< T > &instance, const CImg< t > &A) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | eigen (const CImg< T > &instance) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | symmetric_eigen (const CImg< T > &instance) |
template<typename T , typename t > | |
CImg< T > | sort (const CImg< T > &instance, CImg< t > &permutations, const bool increasing=true) |
template<typename T > | |
CImg< T > | sort (const CImg< T > &instance, const bool increasing=true) |
template<typename T , typename t > | |
CImg< T > | permute (const CImg< T > &instance, const CImg< t > &permutation) |
template<typename T > | |
CImg< typename cimg::last< T, int >::type > | coordinates (const CImg< T > &instance, const int coords_type, CImgDisplay &disp, unsigned int *const XYZ=0, const unsigned char *const color=0) |
template<typename T , typename t > | |
CImgList< typename cimg::superset< T, t >::type > | insert (const CImgList< T > &instance, const CImg< t > &img, const unsigned int pos=~0U, const bool shared=false) |
template<typename T , typename t > | |
CImgList< typename cimg::superset< T, t >::type > | insert (const CImgList< T > &instance, const unsigned int n, const CImg< t > &img, const unsigned int pos=~0U, const bool shared=false) |
template<typename T , typename t > | |
CImgList< typename cimg::superset< T, t >::type > | insert (const CImgList< T > &instance, const CImgList< t > &list, const unsigned int pos=~0U, int shared=0) |
template<typename T , typename t > | |
CImgList< typename cimg::superset< T, t >::type > | insert (const CImgList< T > &instance, const unsigned int n, const CImgList< t > &list, const unsigned int pos=~0U, const int shared=0) |
template<typename T > | |
CImgList< T > | remove (const CImgList< T > &instance, const unsigned int pos) |
template<typename T > | |
CImgList< T > | remove (const CImgList< T > &instance) |
template<typename T > | |
CImgList< T > | reverse (const CImgList< T > &instance) |
template<typename T > | |
CImgList< T > | crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const bool shared=false) |
template<typename T > | |
CImgList< T > | crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int z0, const int v0, const int x1, const int y1, const int z1, const int v1) |
template<typename T > | |
CImgList< T > | crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int z0, const int x1, const int y1, const int z1) |
template<typename T > | |
CImgList< T > | crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int y0, const int x1, const int y1) |
template<typename T > | |
CImgList< T > | crop (const CImgList< T > &instance, const unsigned int i0, const unsigned int i1, const int x0, const int x1) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | FFT (const CImgList< T > &instance, const char axe, const bool invert=false) |
template<typename T > | |
CImgList< typename cimg::superset< T, float > ::type > | FFT (const CImgList< T > &instance, const bool invert=false) |
template<typename T > | |
CImgList< T > | split (const CImgList< T > &instance, const char axe='x') |
template<typename T > | |
CImg< T > | append (const CImgList< T > &instance, const char axe='x', const char align='c') |
template<typename T > | |
CImgList< T > | crop_font (const CImgList< T > &instance) |
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.
CImg<typename cimg::superset<T,float>::type> cimg_library::abs | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5936 of file cimg.h.
References cimg_library::CImg< T >::get_abs().
CImg<typename cimg::superset<T,float>::type> cimg_library::acos | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5952 of file cimg.h.
References cimg_library::CImg< T >::get_acos().
Referenced by cimg_library::CImg< T >::acos(), cubic(), lux::WardIsotropic::D(), lux::Beckmann::D(), lux::EnvironmentCamera::GetSamplePosition(), and RiAngleBetween().
CImg<T> cimg_library::append | ( | const CImgList< T > & | instance, | |
const char | axe = 'x' , |
|||
const char | align = 'c' | |||
) | [inline] |
Definition at line 6727 of file cimg.h.
References cimg_library::CImgList< T >::get_append().
CImg<T> cimg_library::append | ( | const CImg< T > & | instance, | |
const CImg< T > & | img, | |||
const char | axis = 'x' , |
|||
const char | align = 'c' | |||
) | [inline] |
Definition at line 6302 of file cimg.h.
References cimg_library::CImg< T >::get_append().
CImg<T> cimg_library::apply | ( | const CImg< T > & | instance, | |
t & | func | |||
) | [inline] |
Definition at line 5876 of file cimg.h.
References cimg_library::CImg< T >::get_apply().
CImg<typename cimg::superset<T,float>::type> cimg_library::asin | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5956 of file cimg.h.
References cimg_library::CImg< T >::get_asin().
Referenced by cimg_library::CImg< T >::asin(), and cimg_library::CImg< T >::display_object3d().
CImg<typename cimg::superset<T,float>::type> cimg_library::atan | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5960 of file cimg.h.
References cimg_library::CImg< T >::get_atan().
Referenced by cimg_library::CImg< T >::atan(), lux::WardIsotropic::Sample_f(), and lux::Beckmann::Sample_f().
CImg<T> cimg_library::BayertoRGB | ( | const CImg< T > & | instance, | |
const unsigned int | interpolation_type = 3 , |
|||
const bool | even_mode = true | |||
) | [inline] |
Definition at line 6438 of file cimg.h.
References cimg_library::CImg< T >::get_BayertoRGB().
CImg<typename cimg::superset<T,float>::type> cimg_library::blur | ( | const CImg< T > & | instance, | |
const float | sigma, | |||
const bool | cond = true | |||
) | [inline] |
Definition at line 6485 of file cimg.h.
References cimg_library::CImg< T >::get_blur().
CImg<typename cimg::superset<T,float>::type> cimg_library::blur | ( | const CImg< T > & | instance, | |
const float | sigmax, | |||
const float | sigmay, | |||
const float | sigmaz, | |||
const bool | cond = true | |||
) | [inline] |
Definition at line 6480 of file cimg.h.
References cimg_library::CImg< T >::get_blur().
CImg<T> cimg_library::blur_anisotropic | ( | const CImg< T > & | instance, | |
const float | amplitude, | |||
const float | sharpness = 0.7f , |
|||
const float | anisotropy = 0.3f , |
|||
const float | alpha = 0.6f , |
|||
const float | sigma = 1.1f , |
|||
const float | dl = 0.8f , |
|||
const float | da = 30.0f , |
|||
const float | gauss_prec = 2.0f , |
|||
const unsigned int | interpolation = 0 , |
|||
const bool | fast_approx = true , |
|||
const float | geom_factor = 1.0f | |||
) | [inline] |
Definition at line 6505 of file cimg.h.
References cimg_library::CImg< T >::get_blur_anisotropic().
CImg<T> cimg_library::blur_anisotropic | ( | const CImg< T > & | instance, | |
const CImg< tm > & | mask, | |||
const float | amplitude, | |||
const float | sharpness = 0.7f , |
|||
const float | anisotropy = 0.3f , |
|||
const float | alpha = 0.6f , |
|||
const float | sigma = 1.1f , |
|||
const float | dl = 0.8f , |
|||
const float | da = 30.0f , |
|||
const float | gauss_prec = 2.0f , |
|||
const unsigned int | interpolation = 0 , |
|||
const bool | fast_approx = true , |
|||
const float | geom_factor = 1.0f | |||
) | [inline] |
Definition at line 6496 of file cimg.h.
References cimg_library::CImg< T >::get_blur_anisotropic().
CImg<T> cimg_library::blur_anisotropic | ( | const CImg< T > & | instance, | |
const CImg< t > & | G, | |||
const float | amplitude = 60.0f , |
|||
const float | dl = 0.8f , |
|||
const float | da = 30.0f , |
|||
const float | gauss_prec = 2.0f , |
|||
const unsigned int | interpolation = 0 , |
|||
const bool | fast_approx = true | |||
) | [inline] |
Definition at line 6489 of file cimg.h.
References cimg_library::CImg< T >::get_blur_anisotropic().
CImg<T> cimg_library::blur_bilateral | ( | const CImg< T > & | instance, | |
const float | sigmas, | |||
const float | sigmar, | |||
const int | bgrids = -33 , |
|||
const int | bgridr = 32 , |
|||
const bool | interpolation = true | |||
) | [inline] |
Definition at line 6520 of file cimg.h.
References cimg_library::CImg< T >::get_blur_bilateral().
CImg<T> cimg_library::blur_bilateral | ( | const CImg< T > & | instance, | |
const float | sigmax, | |||
const float | sigmay, | |||
const float | sigmaz, | |||
const float | sigmar, | |||
const int | bgridx, | |||
const int | bgridy, | |||
const int | bgridz, | |||
const int | bgridr, | |||
const bool | interpolation = true | |||
) | [inline] |
Definition at line 6513 of file cimg.h.
References cimg_library::CImg< T >::get_blur_bilateral().
CImg<T> cimg_library::blur_median | ( | const CImg< T > & | instance, | |
const unsigned int | n = 3 | |||
) | [inline] |
Definition at line 6540 of file cimg.h.
References cimg_library::CImg< T >::get_blur_median().
CImg<T> cimg_library::blur_patch | ( | const CImg< T > & | instance, | |
const unsigned int | patch_size = 3 , |
|||
const float | sigma_p = 10.0f , |
|||
const float | sigma_s = 10.0f , |
|||
const unsigned int | lookup_size = 4 , |
|||
const bool | fast_approx = true | |||
) | [inline] |
Definition at line 6526 of file cimg.h.
References cimg_library::CImg< T >::get_blur_patch().
CImg<T> cimg_library::channel | ( | const CImg< T > & | instance, | |
const unsigned int | v0 | |||
) | [inline] |
Definition at line 6185 of file cimg.h.
References cimg_library::CImg< T >::get_channel().
Referenced by lux::Histogram::MakeImage().
CImg<T> cimg_library::channels | ( | const CImg< T > & | instance, | |
const unsigned int | v0, | |||
const unsigned int | v1 | |||
) | [inline] |
Definition at line 6181 of file cimg.h.
References cimg_library::CImg< T >::get_channels().
CImg<T> cimg_library::column | ( | const CImg< T > & | instance, | |
const unsigned int | x0 | |||
) | [inline] |
Definition at line 6161 of file cimg.h.
References cimg_library::CImg< T >::get_column().
CImg<T> cimg_library::columns | ( | const CImg< T > & | instance, | |
const unsigned int | x0, | |||
const unsigned int | x1 | |||
) | [inline] |
Definition at line 6157 of file cimg.h.
References cimg_library::CImg< T >::get_columns().
CImg<typename cimg::superset<T,t>::type> cimg_library::convolve | ( | const CImg< T > & | instance, | |
const CImg< t > & | mask, | |||
const unsigned int | cond = 1 , |
|||
const bool | weighted_convol = false | |||
) | [inline] |
Definition at line 6448 of file cimg.h.
References cimg_library::CImg< T >::get_convolve().
CImg<typename cimg::last<T,int>::type> cimg_library::coordinates | ( | const CImg< T > & | instance, | |
const int | coords_type, | |||
CImgDisplay & | disp, | |||
unsigned int *const | XYZ = 0 , |
|||
const unsigned char *const | color = 0 | |||
) | [inline] |
Definition at line 6647 of file cimg.h.
References cimg_library::CImg< T >::get_coordinates().
CImg<typename cimg::superset<T,t>::type> cimg_library::correlate | ( | const CImg< T > & | instance, | |
const CImg< t > & | mask, | |||
const unsigned int | cond = 1 , |
|||
const bool | weighted_correl = false | |||
) | [inline] |
Definition at line 6443 of file cimg.h.
References cimg_library::CImg< T >::get_correlate().
CImg<typename cimg::superset<T,float>::type> cimg_library::cos | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5940 of file cimg.h.
References cimg_library::CImg< T >::get_cos().
Referenced by cimg_library::CImg< T >::blur_anisotropic(), lux::Cloud::CloudShape(), cimg_library::CImg< T >::cos(), cubic(), cimg_library::CImg< T >::eigen(), lux::ExPhotonIntegrator::ExPhotonIntegrator(), PerspectiveBxDF::f(), cimg_library::CImg< T >::get_rotate(), blender::magic(), PerspectiveBxDF::Pdf(), PerezBase(), RiAngleBetween(), cimg_library::CImg< T >::rotation_matrix(), lux::WardIsotropic::Sample_f(), PerspectiveBxDF::Sample_f(), lux::Beckmann::Sample_f(), lux::InfiniteAreaLightIS::Sample_L(), and lux::SunLight::SunLight().
CImgList<T> cimg_library::crop | ( | const CImgList< T > & | instance, | |
const unsigned int | i0, | |||
const unsigned int | i1, | |||
const int | x0, | |||
const int | x1 | |||
) | [inline] |
Definition at line 6708 of file cimg.h.
References cimg_library::CImgList< T >::get_crop().
CImgList<T> cimg_library::crop | ( | const CImgList< T > & | instance, | |
const unsigned int | i0, | |||
const unsigned int | i1, | |||
const int | x0, | |||
const int | y0, | |||
const int | x1, | |||
const int | y1 | |||
) | [inline] |
Definition at line 6702 of file cimg.h.
References cimg_library::CImgList< T >::get_crop().
CImgList<T> cimg_library::crop | ( | const CImgList< T > & | instance, | |
const unsigned int | i0, | |||
const unsigned int | i1, | |||
const int | x0, | |||
const int | y0, | |||
const int | z0, | |||
const int | x1, | |||
const int | y1, | |||
const int | z1 | |||
) | [inline] |
Definition at line 6696 of file cimg.h.
References cimg_library::CImgList< T >::get_crop().
CImgList<T> cimg_library::crop | ( | const CImgList< T > & | instance, | |
const unsigned int | i0, | |||
const unsigned int | i1, | |||
const int | x0, | |||
const int | y0, | |||
const int | z0, | |||
const int | v0, | |||
const int | x1, | |||
const int | y1, | |||
const int | z1, | |||
const int | v1 | |||
) | [inline] |
Definition at line 6690 of file cimg.h.
References cimg_library::CImgList< T >::get_crop().
CImgList<T> cimg_library::crop | ( | const CImgList< T > & | instance, | |
const unsigned int | i0, | |||
const unsigned int | i1, | |||
const bool | shared = false | |||
) | [inline] |
Definition at line 6685 of file cimg.h.
References cimg_library::CImgList< T >::get_crop(), and shared().
CImg<T> cimg_library::crop | ( | const CImg< T > & | instance, | |
const int | x0, | |||
const int | x1, | |||
const bool | border_condition = false | |||
) | [inline] |
Definition at line 6152 of file cimg.h.
References cimg_library::CImg< T >::get_crop().
CImg<T> cimg_library::crop | ( | const CImg< T > & | instance, | |
const int | x0, | |||
const int | y0, | |||
const int | x1, | |||
const int | y1, | |||
const bool | border_condition = false | |||
) | [inline] |
Definition at line 6146 of file cimg.h.
References cimg_library::CImg< T >::get_crop().
CImg<T> cimg_library::crop | ( | const CImg< T > & | instance, | |
const int | x0, | |||
const int | y0, | |||
const int | z0, | |||
const int | x1, | |||
const int | y1, | |||
const int | z1, | |||
const bool | border_condition = false | |||
) | [inline] |
Definition at line 6140 of file cimg.h.
References cimg_library::CImg< T >::get_crop().
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 6134 of file cimg.h.
References cimg_library::CImg< T >::get_crop().
Referenced by lux::ImageFilm::CreateFilm(), and lux::FlexImageFilm::CreateFilm().
CImgList<T> cimg_library::crop_font | ( | const CImgList< T > & | instance | ) | [inline] |
Definition at line 6731 of file cimg.h.
References cimg_library::CImgList< T >::get_crop_font().
CImg<typename cimg::superset<T,t>::type> cimg_library::cross | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 6614 of file cimg.h.
References cimg_library::CImg< T >::get_cross().
CImg<T> cimg_library::cut | ( | const CImg< T > & | instance, | |
const T | a, | |||
const T | b | |||
) | [inline] |
Definition at line 6076 of file cimg.h.
References cimg_library::CImg< T >::get_cut().
CImg<typename cimg::superset<T,float>::type> cimg_library::deriche | ( | const CImg< T > & | instance, | |
const float | sigma, | |||
const int | order = 0 , |
|||
const char | axe = 'x' , |
|||
const bool | cond = true | |||
) | [inline] |
Definition at line 6475 of file cimg.h.
References cimg_library::CImg< T >::get_deriche().
CImg<T> cimg_library::diagonal | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6578 of file cimg.h.
References cimg_library::CImg< T >::get_diagonal().
CImg<typename cimg::superset<T,float>::type> cimg_library::dijkstra | ( | const CImg< T > & | instance, | |
const unsigned int | starting_node, | |||
const unsigned int | ending_node = ~0U | |||
) | [inline] |
Definition at line 6333 of file cimg.h.
References cimg_library::CImg< T >::get_dijkstra().
CImg<typename cimg::superset<T,float>::type> cimg_library::dijkstra | ( | const CImg< T > & | instance, | |
const unsigned int | starting_node, | |||
const unsigned int | ending_node, | |||
CImg< t > & | previous | |||
) | [inline] |
Definition at line 6328 of file cimg.h.
References cimg_library::CImg< T >::get_dijkstra().
CImg<T> cimg_library::dilate | ( | const CImg< T > & | instance, | |
const unsigned int | n, | |||
const unsigned int | cond = 1 | |||
) | [inline] |
Definition at line 6466 of file cimg.h.
References cimg_library::CImg< T >::get_dilate().
CImg<typename cimg::superset<T,t>::type> cimg_library::dilate | ( | const CImg< T > & | instance, | |
const CImg< t > & | mask, | |||
const unsigned int | cond = 1 , |
|||
const bool | weighted_dilatation = false | |||
) | [inline] |
Definition at line 6462 of file cimg.h.
References cimg_library::CImg< T >::get_dilate().
CImg<typename cimg::superset<T,float>::type> cimg_library::displacement_field | ( | const CImg< T > & | instance, | |
const CImg< T > & | target, | |||
const float | smooth = 0.1f , |
|||
const float | precision = 0.1f , |
|||
const unsigned int | nb_scales = 0 , |
|||
const unsigned int | itermax = 10000 | |||
) | [inline] |
Definition at line 6560 of file cimg.h.
References cimg_library::CImg< T >::get_displacement_field().
CImg<typename cimg::superset<T,float>::type> cimg_library::distance_function | ( | const CImg< T > & | instance, | |
const unsigned int | nb_iter = 100 , |
|||
const float | band_size = 0.0f , |
|||
const float | precision = 0.5f | |||
) | [inline] |
Definition at line 6323 of file cimg.h.
References cimg_library::CImg< T >::get_distance_function().
CImg<typename cimg::superset<T,t>::type> cimg_library::div | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 5884 of file cimg.h.
References cimg_library::CImg< T >::get_div().
Referenced by blender::texnoise().
CImgList<typename cimg::superset<T,float>::type> cimg_library::eigen | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6626 of file cimg.h.
References cimg_library::CImg< T >::get_eigen().
CImg<T> cimg_library::equalize_histogram | ( | const CImg< T > & | instance, | |
const unsigned int | nblevels = 256 , |
|||
const T | val_min = (T)0 , |
|||
const T | val_max = (T)0 | |||
) | [inline] |
Definition at line 6281 of file cimg.h.
References cimg_library::CImg< T >::get_equalize_histogram().
CImg<T> cimg_library::erode | ( | const CImg< T > & | instance, | |
const unsigned int | n, | |||
const unsigned int | cond = 1 | |||
) | [inline] |
Definition at line 6457 of file cimg.h.
References cimg_library::CImg< T >::get_erode().
CImg<typename cimg::superset<T,t>::type> cimg_library::erode | ( | const CImg< T > & | instance, | |
const CImg< t > & | mask, | |||
const unsigned int | cond = 1 , |
|||
const bool | weighted_erosion = false | |||
) | [inline] |
Definition at line 6453 of file cimg.h.
References cimg_library::CImg< T >::get_erode().
CImg<typename cimg::superset<T,float>::type> cimg_library::exp | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5916 of file cimg.h.
References cimg_library::CImg< T >::get_exp().
Referenced by cimg_library::CImg< T >::blur_anisotropic(), cimg_library::CImg< T >::blur_patch(), lux::WardIsotropic::D(), lux::Beckmann::D(), cimg_library::CImg< T >::deriche(), cimg_library::CImg< T >::draw_gaussian(), cimg_library::CImg< T >::exp(), lux::MachineEpsilon::FloatExponent(), lux::MachineEpsilon::FloatSignificandPrecision(), lux::MetroSample::mutate(), mutateScaled(), and PerezBase().
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT | ( | const CImgList< T > & | instance, | |
const bool | invert = false | |||
) | [inline] |
Definition at line 6719 of file cimg.h.
References cimg_library::CImgList< T >::get_FFT(), and invert().
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT | ( | const CImgList< T > & | instance, | |
const char | axe, | |||
const bool | invert = false | |||
) | [inline] |
Definition at line 6714 of file cimg.h.
References cimg_library::CImgList< T >::get_FFT(), and invert().
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT | ( | const CImg< T > & | instance, | |
const bool | invert = false | |||
) | [inline] |
Definition at line 6536 of file cimg.h.
References cimg_library::CImg< T >::get_FFT(), and invert().
CImgList<typename cimg::superset<T,float>::type> cimg_library::FFT | ( | const CImg< T > & | instance, | |
const char | axe, | |||
const bool | invert = false | |||
) | [inline] |
Definition at line 6532 of file cimg.h.
References cimg_library::CImg< T >::get_FFT(), and invert().
Referenced by cimg_library::CImgList< T >::FFT().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const double | val0, | |||
... | ||||
) | [inline] |
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10, | |||
const T | val11, | |||
const T | val12, | |||
const T | val13, | |||
const T | val14, | |||
const T | val15 | |||
) | [inline] |
Definition at line 6048 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10, | |||
const T | val11, | |||
const T | val12, | |||
const T | val13, | |||
const T | val14 | |||
) | [inline] |
Definition at line 6042 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10, | |||
const T | val11, | |||
const T | val12, | |||
const T | val13 | |||
) | [inline] |
Definition at line 6036 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10, | |||
const T | val11, | |||
const T | val12 | |||
) | [inline] |
Definition at line 6030 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10, | |||
const T | val11 | |||
) | [inline] |
Definition at line 6024 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9, | |||
const T | val10 | |||
) | [inline] |
Definition at line 6018 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8, | |||
const T | val9 | |||
) | [inline] |
Definition at line 6013 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7, | |||
const T | val8 | |||
) | [inline] |
Definition at line 6008 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6, | |||
const T | val7 | |||
) | [inline] |
Definition at line 6003 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5, | |||
const T | val6 | |||
) | [inline] |
Definition at line 5998 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4, | |||
const T | val5 | |||
) | [inline] |
Definition at line 5993 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3, | |||
const T | val4 | |||
) | [inline] |
Definition at line 5988 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2, | |||
const T | val3 | |||
) | [inline] |
Definition at line 5984 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1, | |||
const T | val2 | |||
) | [inline] |
Definition at line 5980 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val0, | |||
const T | val1 | |||
) | [inline] |
Definition at line 5976 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
CImg<T> cimg_library::fill | ( | const CImg< T > & | instance, | |
const T | val | |||
) | [inline] |
Definition at line 5972 of file cimg.h.
References cimg_library::CImg< T >::get_fill().
Referenced by lux::FlexImageFilm::WriteImage().
CImgList<typename cimg::superset<T,float>::type> cimg_library::gradientXY | ( | const CImg< T > & | instance, | |
const int | scheme = 0 | |||
) | [inline] |
Definition at line 6306 of file cimg.h.
References cimg_library::CImg< T >::get_gradientXY().
CImgList<typename cimg::superset<T,float>::type> cimg_library::gradientXYZ | ( | const CImg< T > & | instance, | |
const int | scheme = 0 | |||
) | [inline] |
Definition at line 6310 of file cimg.h.
References cimg_library::CImg< T >::get_gradientXYZ().
CImg<typename cimg::superset<T,float>::type> cimg_library::haar | ( | const CImg< T > & | instance, | |
const bool | invert = false , |
|||
const unsigned int | nb_scales = 1 | |||
) | [inline] |
Definition at line 6555 of file cimg.h.
References cimg_library::CImg< T >::get_haar(), and invert().
CImg<typename cimg::superset<T,float>::type> cimg_library::haar | ( | const CImg< T > & | instance, | |
const char | axis, | |||
const bool | invert = false , |
|||
const unsigned int | nb_scales = 1 | |||
) | [inline] |
Definition at line 6550 of file cimg.h.
References cimg_library::CImg< T >::get_haar(), and invert().
CImg<typename cimg::last<T,float>::type> cimg_library::histogram | ( | const CImg< T > & | instance, | |
const unsigned int | nblevels = 256 , |
|||
const T | val_min = (T)0 , |
|||
const T | val_max = (T)0 | |||
) | [inline] |
Definition at line 6277 of file cimg.h.
References cimg_library::CImg< T >::get_histogram().
CImg<T> cimg_library::HSItoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6374 of file cimg.h.
References cimg_library::CImg< T >::get_HSItoRGB().
CImg<T> cimg_library::HSLtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6366 of file cimg.h.
References cimg_library::CImg< T >::get_HSLtoRGB().
CImg<T> cimg_library::HSVtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6358 of file cimg.h.
References cimg_library::CImg< T >::get_HSVtoRGB().
CImg<T> cimg_library::identity_matrix | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6582 of file cimg.h.
References cimg_library::CImg< T >::get_identity_matrix().
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert | ( | const CImgList< T > & | instance, | |
const unsigned int | n, | |||
const CImgList< t > & | list, | |||
const unsigned int | pos = ~0U , |
|||
const int | shared = 0 | |||
) | [inline] |
Definition at line 6669 of file cimg.h.
References cimg_library::CImgList< T >::insert(), and shared().
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert | ( | const CImgList< T > & | instance, | |
const CImgList< t > & | list, | |||
const unsigned int | pos = ~0U , |
|||
int | shared = 0 | |||
) | [inline] |
Definition at line 6664 of file cimg.h.
References cimg_library::CImgList< T >::get_insert(), and shared().
CImgList<typename cimg::superset<T,t>::type> cimg_library::insert | ( | const CImgList< T > & | instance, | |
const unsigned int | n, | |||
const CImg< t > & | img, | |||
const unsigned int | pos = ~0U , |
|||
const bool | shared = false | |||
) | [inline] |
Definition at line 6658 of file cimg.h.
References cimg_library::CImgList< T >::get_insert(), and shared().
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 6653 of file cimg.h.
References cimg_library::CImgList< T >::get_insert(), and shared().
Referenced by cimg_library::CImgList< T >::FFT(), cimg_library::CImgList< T >::get_font(), cimg_library::CImgList< T >::insert(), cimg_library::CImgList< T >::load_ffmpeg(), cimg_library::CImgList< T >::load_ffmpeg_external(), cimg_library::CImgList< T >::load_parrec(), cimg_library::CImgList< T >::load_yuv(), cimg_library::CImgList< T >::operator<<(), cimg_library::CImg< T >::operator<<(), cimg_library::CImgList< T >::push_back(), and cimg_library::CImgList< T >::push_front().
CImg<typename cimg::superset<T,float>::type> cimg_library::invert | ( | const CImg< T > & | instance, | |
const bool | use_LU = true | |||
) | [inline] |
Definition at line 6606 of file cimg.h.
References cimg_library::CImg< T >::get_invert().
CImg<typename cimg::last<T,unsigned int>::type> cimg_library::label_regions | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6286 of file cimg.h.
References cimg_library::CImg< T >::get_label_regions().
CImg<T> cimg_library::LabtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6422 of file cimg.h.
References cimg_library::CImg< T >::get_LabtoRGB().
CImg<T> cimg_library::LabtoXYZ | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6406 of file cimg.h.
References cimg_library::CImg< T >::get_LabtoXYZ().
CImg<T> cimg_library::line | ( | const CImg< T > & | instance, | |
const unsigned int | y0 | |||
) | [inline] |
Definition at line 6169 of file cimg.h.
References cimg_library::CImg< T >::get_line().
Referenced by ReadLuxpopData(), and ReadSOPRAData().
CImg<T> cimg_library::lines | ( | const CImg< T > & | instance, | |
const unsigned int | y0, | |||
const unsigned int | y1 | |||
) | [inline] |
Definition at line 6165 of file cimg.h.
References cimg_library::CImg< T >::get_lines().
CImg<typename cimg::superset<T,float>::type> cimg_library::log | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5920 of file cimg.h.
References cimg_library::CImg< T >::get_log().
Referenced by lux::Histogram::Calculate(), lux::Histogram::CheckBucketNr(), cimg_library::CImg< T >::draw_mandelbrot(), cimg_library::CImg< T >::get_displacement_field(), cimg_library::cimg::grand(), lux::Histogram::Histogram(), cimg_library::CImg< T >::log(), lux::Histogram::MakeImage(), lux::MetroSample::mutate(), mutateScaled(), lux::normsinv(), lux::LuxGLViewer::OnMouse(), lux::WardIsotropic::Sample_f(), lux::Beckmann::Sample_f(), and lux::LuxGLViewer::SetZoom().
CImg<typename cimg::superset<T,float>::type> cimg_library::log10 | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5924 of file cimg.h.
References cimg_library::CImg< T >::get_log10().
Referenced by cimg_library::CImg< T >::draw_axis(), cimg_library::CImg< T >::log10(), and cimg_library::cimg::xln().
CImg<T> cimg_library::LUTtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6350 of file cimg.h.
References cimg_library::CImg< T >::get_LUTtoRGB().
CImg<t> cimg_library::LUTtoRGB | ( | const CImg< T > & | instance, | |
const CImg< t > & | palette | |||
) | [inline] |
Definition at line 6346 of file cimg.h.
References cimg_library::CImg< T >::get_LUTtoRGB().
CImg<T> cimg_library::matrix | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6566 of file cimg.h.
References cimg_library::CImg< T >::get_matrix().
Referenced by lux::ColorSystem::ColorSystem().
CImg<T> cimg_library::matrix_at | ( | const CImg< T > & | instance, | |
const unsigned int | x = 0 , |
|||
const unsigned int | y = 0 , |
|||
const unsigned int | z = 0 | |||
) | [inline] |
Definition at line 6594 of file cimg.h.
References cimg_library::CImg< T >::get_matrix_at().
CImg<T> cimg_library::max | ( | const CImg< T > & | instance, | |
const T | val | |||
) | [inline] |
Definition at line 5892 of file cimg.h.
References cimg_library::CImg< T >::get_max().
CImg<typename cimg::superset<T,t>::type> cimg_library::max | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 5888 of file cimg.h.
References cimg_library::CImg< T >::get_max().
CImg<T> cimg_library::min | ( | const CImg< T > & | instance, | |
const T | val | |||
) | [inline] |
Definition at line 5904 of file cimg.h.
References cimg_library::CImg< T >::get_min().
CImg<typename cimg::superset<T,t>::type> cimg_library::min | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 5896 of file cimg.h.
References cimg_library::CImg< T >::get_min().
CImg<T> cimg_library::mirror | ( | const CImg< T > & | instance, | |
const char | axe = 'x' | |||
) | [inline] |
Definition at line 6261 of file cimg.h.
References cimg_library::CImg< T >::get_mirror().
CImg<typename cimg::superset<T,t>::type> cimg_library::mul | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 5880 of file cimg.h.
References cimg_library::CImg< T >::get_mul().
CImg<T> cimg_library::noise | ( | const CImg< T > & | instance, | |
const double | sigma = -20 , |
|||
const unsigned int | ntype = 0 | |||
) | [inline] |
Definition at line 6470 of file cimg.h.
References cimg_library::CImg< T >::get_noise().
CImg<typename cimg::superset<T,float>::type> cimg_library::norm_pointwise | ( | const CImg< T > & | instance, | |
int | norm_type = 2 | |||
) | [inline] |
Definition at line 6290 of file cimg.h.
References cimg_library::CImg< T >::get_norm_pointwise().
CImg<T> cimg_library::normalize | ( | const CImg< T > & | instance, | |
const T | a, | |||
const T | b | |||
) | [inline] |
Definition at line 6072 of file cimg.h.
References cimg_library::CImg< T >::get_normalize().
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImgList< t1 > & | list1, | |
const CImgList< t2 > & | list2 | |||
) | [inline] |
Definition at line 5800 of file cimg.h.
References cimglist_for, cimg_library::cimg::min(), and cimg_library::CImgList< T >::size.
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImgList< t1 > & | list, | |
const CImg< t2 > & | img | |||
) | [inline] |
Definition at line 5793 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImg< t1 > & | img, | |
const CImgList< t2 > & | list | |||
) | [inline] |
Definition at line 5786 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImg< t1 > & | img1, | |
const CImg< t2 > & | img2 | |||
) | [inline] |
Definition at line 5772 of file cimg.h.
References cimg_forX, cimg_forXY, cimg_library::CImg< T >::height, and cimg_library::CImg< T >::width.
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const t1 | val, | |
const CImgList< t2 > & | list | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImgList< t1 > & | list, | |
const t2 | val | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const t1 | val, | |
const CImg< t2 > & | img | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator* | ( | const CImg< t1 > & | img, | |
const t2 | val | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImgList< t1 > & | list1, | |
const CImgList< t2 > & | list2 | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImgList< t1 > & | list, | |
const CImg< t2 > & | img | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImg< t1 > & | img, | |
const CImgList< t2 > & | list | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImg< t1 > & | img1, | |
const CImg< t2 > & | img2 | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const t1 | val, | |
const CImgList< t2 > & | list | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImgList< t1 > & | list, | |
const t2 | val | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const t1 | val, | |
const CImg< t2 > & | img | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator+ | ( | const CImg< t1 > & | img, | |
const t2 | val | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImgList< t1 > & | list1, | |
const CImgList< t2 > & | list2 | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImgList< t1 > & | list, | |
const CImg< t2 > & | img | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImg< t1 > & | img, | |
const CImgList< t2 > & | list | |||
) | [inline] |
Definition at line 5713 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImg< t1 > & | img1, | |
const CImg< t2 > & | img2 | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const t1 | val, | |
const CImgList< t2 > & | list | |||
) | [inline] |
Definition at line 5700 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImgList< t1 > & | list, | |
const t2 | val | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const t1 | val, | |
const CImg< t2 > & | img | |||
) | [inline] |
Definition at line 5676 of file cimg.h.
References cimg_library::CImg< T >::depth, cimg_library::CImg< T >::dim, cimg_library::CImg< T >::height, and cimg_library::CImg< T >::width.
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator- | ( | const CImg< t1 > & | img, | |
const t2 | val | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImgList< t1 > & | list1, | |
const CImgList< t2 > & | list2 | |||
) | [inline] |
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImgList< t1 > & | list, | |
const CImg< t2 > & | img | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImg< t1 > & | img, | |
const CImgList< t2 > & | list | |||
) | [inline] |
Definition at line 5859 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImg< t1 > & | img1, | |
const CImg< t2 > & | img2 | |||
) | [inline] |
Definition at line 5854 of file cimg.h.
References cimg_library::CImg< T >::get_invert().
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const t1 | val, | |
const CImgList< t2 > & | list | |||
) | [inline] |
Definition at line 5846 of file cimg.h.
References cimglist_for, and cimg_library::CImgList< T >::size.
CImgList<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImgList< t1 > & | list, | |
const t2 | val | |||
) | [inline] |
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const t1 | val, | |
CImg< t2 > & | img | |||
) | [inline] |
Definition at line 5823 of file cimg.h.
References cimg_library::CImg< T >::get_invert().
CImg<typename cimg::superset<t1,t2>::type> cimg_library::operator/ | ( | const CImg< t1 > & | img, | |
const t2 | val | |||
) | [inline] |
CImg<typename cimg::superset<T,float>::type> cimg_library::orientation_pointwise | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6294 of file cimg.h.
References cimg_library::CImg< T >::get_orientation_pointwise().
CImg<T> cimg_library::permute | ( | const CImg< T > & | instance, | |
const CImg< t > & | permutation | |||
) | [inline] |
Definition at line 6642 of file cimg.h.
References cimg_library::CImg< T >::get_permute().
CImg<T> cimg_library::permute_axes | ( | const CImg< T > & | instance, | |
const char * | permut = "vxyz" | |||
) | [inline] |
Definition at line 6118 of file cimg.h.
References cimg_library::CImg< T >::get_permute_axes().
CImg<t> cimg_library::permute_axes | ( | const CImg< T > & | instance, | |
const char * | permut, | |||
const t & | pixel_type | |||
) | [inline] |
Definition at line 6114 of file cimg.h.
References cimg_library::CImg< T >::get_permute_axes().
CImg<typename cimg::superset<T,float>::type> cimg_library::pow | ( | const CImg< T > & | instance, | |
const CImg< t > & | img | |||
) | [inline] |
Definition at line 5932 of file cimg.h.
References cimg_library::CImg< T >::get_pow().
CImg<typename cimg::superset<T,float>::type> cimg_library::pow | ( | const CImg< T > & | instance, | |
const double | p | |||
) | [inline] |
Definition at line 5928 of file cimg.h.
References cimg_library::CImg< T >::get_pow().
Referenced by cimg_library::CImg< T >::_draw_ellipse(), cimg_library::CImg< T >::blur_anisotropic(), CBRT(), lux::Histogram::CheckBucketNr(), lux::Cloud::Density(), cimg_library::CImg< T >::get_displacement_field(), lux::Histogram::Histogram(), lux::LuxGLViewer::OnMouse(), cimg_library::CImg< T >::pow(), cimg_library::CImg< T >::RGBtoHSI(), cimg_library::CImg< T >::sharpen(), and lux::SunLight::SunLight().
CImg<T> cimg_library::projections2d | ( | const CImg< T > & | instance, | |
const unsigned int | x0, | |||
const unsigned int | y0, | |||
const unsigned int | z0, | |||
const int | dx = -100 , |
|||
const int | dy = -100 , |
|||
const int | dz = -100 | |||
) | [inline] |
Definition at line 6270 of file cimg.h.
References cimg_library::CImg< T >::get_projections2d().
CImg<typename cimg::superset<T,float>::type> cimg_library::pseudoinvert | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6610 of file cimg.h.
References cimg_library::CImg< T >::get_pseudoinvert().
CImg<T> cimg_library::quantize | ( | const CImg< T > & | instance, | |
const unsigned int | n = 256 , |
|||
const bool | keep_range = true | |||
) | [inline] |
Definition at line 6080 of file cimg.h.
References cimg_library::CImg< T >::get_quantize().
CImg<T> cimg_library::rand | ( | const CImg< T > & | instance, | |
const T | val_min, | |||
const T | val_max | |||
) | [inline] |
Definition at line 5968 of file cimg.h.
References cimg_library::CImg< T >::get_rand().
CImgList<T> cimg_library::remove | ( | const CImgList< T > & | instance | ) | [inline] |
Definition at line 6677 of file cimg.h.
References cimg_library::CImgList< T >::get_remove().
CImgList<T> cimg_library::remove | ( | const CImgList< T > & | instance, | |
const unsigned int | pos | |||
) | [inline] |
Definition at line 6673 of file cimg.h.
References cimg_library::CImgList< T >::get_remove().
Referenced by cimg_library::CImgList< T >::load_ffmpeg_external(), cimg_library::CImg< T >::load_graphicsmagick_external(), cimg_library::CImg< T >::load_imagemagick_external(), cimg_library::CImg< T >::load_medcon_external(), cimg_library::CImgList< T >::save_ffmpeg_external(), cimg_library::CImg< T >::save_graphicsmagick_external(), cimg_library::CImg< T >::save_imagemagick_external(), cimg_library::CImg< T >::save_medcon_external(), and cimg_library::cimg::temporary_path().
CImg<T> cimg_library::resize | ( | const CImg< T > & | instance, | |
const CImgDisplay & | disp, | |||
const int | interp = 1 , |
|||
const int | border_condition = -1 , |
|||
const bool | center = false | |||
) | [inline] |
Definition at line 6109 of file cimg.h.
References cimg_library::CImg< T >::get_resize().
CImg<T> cimg_library::resize | ( | const CImg< T > & | instance, | |
const CImg< t > & | src, | |||
const int | interp = 1 , |
|||
const int | border_condition = -1 , |
|||
const bool | center = false | |||
) | [inline] |
Definition at line 6103 of file cimg.h.
References cimg_library::CImg< T >::get_resize().
CImg<T> cimg_library::resize | ( | const CImg< T > & | instance, | |
const int | pdx = -100 , |
|||
const int | pdy = -100 , |
|||
const int | pdz = -100 , |
|||
const int | pdv = -100 , |
|||
const int | interp = 1 , |
|||
const int | border_condition = -1 , |
|||
const bool | center = false | |||
) | [inline] |
Definition at line 6097 of file cimg.h.
References cimg_library::CImg< T >::get_resize().
CImg<T> cimg_library::resize_doubleXY | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6126 of file cimg.h.
References cimg_library::CImg< T >::get_resize_doubleXY().
CImg<T> cimg_library::resize_halfXY | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6122 of file cimg.h.
References cimg_library::CImg< T >::get_resize_halfXY().
CImg<T> cimg_library::resize_tripleXY | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6130 of file cimg.h.
References cimg_library::CImg< T >::get_resize_tripleXY().
CImgList<T> cimg_library::reverse | ( | const CImgList< T > & | instance | ) | [inline] |
Definition at line 6681 of file cimg.h.
References cimg_library::CImgList< T >::get_reverse().
Referenced by SkyPortalBxDF::Sample_f(), and InfinitePortalBxDF::Sample_f().
CImg<T> cimg_library::RGBtoBayer | ( | const CImg< T > & | instance, | |
const bool | even_mode = true | |||
) | [inline] |
Definition at line 6434 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoBayer().
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSI | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6370 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoHSI().
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSL | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6362 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoHSL().
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoHSV | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6354 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoHSV().
CImg<T> cimg_library::RGBtoLab | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6418 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoLab().
CImg<T> cimg_library::RGBtoLUT | ( | const CImg< T > & | instance, | |
const bool | dithering = true , |
|||
const bool | indexing = false | |||
) | [inline] |
Definition at line 6342 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoLUT().
CImg<t> cimg_library::RGBtoLUT | ( | const CImg< T > & | instance, | |
const CImg< t > & | palette, | |||
const bool | dithering = true , |
|||
const bool | indexing = false | |||
) | [inline] |
Definition at line 6337 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoLUT().
CImg<T> cimg_library::RGBtoxyY | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6426 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoxyY().
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoXYZ | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6394 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoXYZ().
CImg<T> cimg_library::RGBtoYCbCr | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6378 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoYCbCr().
CImg<typename cimg::superset<T,float>::type> cimg_library::RGBtoYUV | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6386 of file cimg.h.
References cimg_library::CImg< T >::get_RGBtoYUV().
CImg<T> cimg_library::rotate | ( | const CImg< T > & | instance, | |
const float | angle, | |||
const float | cx, | |||
const float | cy, | |||
const float | zoom = 1 , |
|||
const unsigned int | cond = 3 | |||
) | [inline] |
Definition at line 6092 of file cimg.h.
References cimg_library::CImg< T >::get_rotate().
CImg<T> cimg_library::rotate | ( | const CImg< T > & | instance, | |
const float | angle, | |||
const unsigned int | cond = 3 | |||
) | [inline] |
Definition at line 6088 of file cimg.h.
References cimg_library::CImg< T >::get_rotate().
CImg<T> cimg_library::round | ( | const CImg< T > & | instance, | |
const float | x, | |||
const unsigned int | round_type = 0 | |||
) | [inline] |
Definition at line 5964 of file cimg.h.
References cimg_library::CImg< T >::get_round().
CImg<T> cimg_library::sequence | ( | const CImg< T > & | instance, | |
const T | a0, | |||
const T | a1 | |||
) | [inline] |
Definition at line 6586 of file cimg.h.
References cimg_library::CImg< T >::get_sequence().
CImg<T> cimg_library::shared | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6257 of file cimg.h.
References cimg_library::CImg< T >::get_shared().
CImg<T> cimg_library::shared | ( | CImg< T > & | instance | ) | [inline] |
Definition at line 6253 of file cimg.h.
References cimg_library::CImg< T >::get_shared().
Referenced by cimg_library::CImg< T >::CImg(), crop(), and insert().
CImg<T> cimg_library::shared_channel | ( | const CImg< T > & | instance, | |
const unsigned int | v0 | |||
) | [inline] |
Definition at line 6249 of file cimg.h.
References cimg_library::CImg< T >::get_shared_channel().
CImg<T> cimg_library::shared_channel | ( | CImg< T > & | instance, | |
const unsigned int | v0 | |||
) | [inline] |
Definition at line 6245 of file cimg.h.
References cimg_library::CImg< T >::get_shared_channel().
CImg<T> cimg_library::shared_channels | ( | const CImg< T > & | instance, | |
const unsigned int | v0, | |||
const unsigned int | v1 | |||
) | [inline] |
Definition at line 6241 of file cimg.h.
References cimg_library::CImg< T >::get_shared_channels().
CImg<T> cimg_library::shared_channels | ( | CImg< T > & | instance, | |
const unsigned int | v0, | |||
const unsigned int | v1 | |||
) | [inline] |
Definition at line 6237 of file cimg.h.
References cimg_library::CImg< T >::get_shared_channels().
CImg<T> cimg_library::shared_line | ( | const CImg< T > & | instance, | |
const unsigned int | y0, | |||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6214 of file cimg.h.
References cimg_library::CImg< T >::get_shared_line().
CImg<T> cimg_library::shared_line | ( | CImg< T > & | instance, | |
const unsigned int | y0, | |||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6209 of file cimg.h.
References cimg_library::CImg< T >::get_shared_line().
CImg<T> cimg_library::shared_lines | ( | const CImg< T > & | instance, | |
const unsigned int | y0, | |||
const unsigned int | y1, | |||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6204 of file cimg.h.
References cimg_library::CImg< T >::get_shared_lines().
CImg<T> cimg_library::shared_lines | ( | CImg< T > & | instance, | |
const unsigned int | y0, | |||
const unsigned int | y1, | |||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6199 of file cimg.h.
References cimg_library::CImg< T >::get_shared_lines().
CImg<T> cimg_library::shared_plane | ( | const CImg< T > & | instance, | |
const unsigned int | z0, | |||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6233 of file cimg.h.
References cimg_library::CImg< T >::get_shared_plane().
CImg<T> cimg_library::shared_plane | ( | CImg< T > & | instance, | |
const unsigned int | z0, | |||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6229 of file cimg.h.
References cimg_library::CImg< T >::get_shared_plane().
CImg<T> cimg_library::shared_planes | ( | const CImg< T > & | instance, | |
const unsigned int | z0, | |||
const unsigned int | z1, | |||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6224 of file cimg.h.
References cimg_library::CImg< T >::get_shared_planes().
CImg<T> cimg_library::shared_planes | ( | CImg< T > & | instance, | |
const unsigned int | z0, | |||
const unsigned int | z1, | |||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6219 of file cimg.h.
References cimg_library::CImg< T >::get_shared_planes().
CImg<T> cimg_library::shared_points | ( | const CImg< T > & | instance, | |
const unsigned int | x0, | |||
const unsigned int | x1, | |||
const unsigned int | y0 = 0 , |
|||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6194 of file cimg.h.
References cimg_library::CImg< T >::get_shared_points().
CImg<T> cimg_library::shared_points | ( | CImg< T > & | instance, | |
const unsigned int | x0, | |||
const unsigned int | x1, | |||
const unsigned int | y0 = 0 , |
|||
const unsigned int | z0 = 0 , |
|||
const unsigned int | v0 = 0 | |||
) | [inline] |
Definition at line 6189 of file cimg.h.
References cimg_library::CImg< T >::get_shared_points().
CImg<T> cimg_library::sharpen | ( | const CImg< T > & | instance, | |
const float | amplitude = 50.0f , |
|||
const float | edge = 1.0f , |
|||
const float | alpha = 0.0f , |
|||
const float | sigma = 0.0f | |||
) | [inline] |
Definition at line 6544 of file cimg.h.
References cimg_library::CImg< T >::get_sharpen().
CImg<typename cimg::superset<T,float>::type> cimg_library::sin | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5944 of file cimg.h.
References cimg_library::CImg< T >::get_sin().
Referenced by cimg_library::CImg< T >::eigen(), cimg_library::CImgList< T >::FFT(), cimg_library::CImg< T >::get_rotate(), lux::InfiniteAreaLightIS::InfiniteAreaLightIS(), blender::magic(), lux::InfiniteAreaLightIS::Pdf(), RiAngleBetween(), cimg_library::CImg< T >::rotation_matrix(), lux::InfiniteAreaLightIS::Sample_L(), cimg_library::CImg< T >::sin(), lux::Quaternion::Slerp(), and blender::tex_sin().
CImg<T> cimg_library::slice | ( | const CImg< T > & | instance, | |
const unsigned int | z0 | |||
) | [inline] |
Definition at line 6177 of file cimg.h.
References cimg_library::CImg< T >::get_slice().
CImg<T> cimg_library::slices | ( | const CImg< T > & | instance, | |
const unsigned int | z0, | |||
const unsigned int | z1 | |||
) | [inline] |
Definition at line 6173 of file cimg.h.
References cimg_library::CImg< T >::get_slices().
CImg<typename cimg::superset2<T,t,float>::type> cimg_library::solve | ( | const CImg< T > & | instance, | |
const CImg< t > & | A | |||
) | [inline] |
Definition at line 6622 of file cimg.h.
References cimg_library::CImg< T >::get_solve().
CImg<T> cimg_library::sort | ( | const CImg< T > & | instance, | |
const bool | increasing = true | |||
) | [inline] |
Definition at line 6638 of file cimg.h.
References cimg_library::CImg< T >::get_sort().
CImg<T> cimg_library::sort | ( | const CImg< T > & | instance, | |
CImg< t > & | permutations, | |||
const bool | increasing = true | |||
) | [inline] |
Definition at line 6634 of file cimg.h.
References cimg_library::CImg< T >::get_sort().
Referenced by lux::UnsafeKdTreeAccel::buildTree(), and lux::TaBRecKdTreeAccel::buildTree().
CImgList<T> cimg_library::split | ( | const CImgList< T > & | instance, | |
const char | axe = 'x' | |||
) | [inline] |
Definition at line 6723 of file cimg.h.
References cimg_library::CImgList< T >::get_split().
CImgList<T> cimg_library::split | ( | const CImg< T > & | instance, | |
const char | axe = 'x' , |
|||
const unsigned int | nb = 0 | |||
) | [inline] |
Definition at line 6298 of file cimg.h.
References cimg_library::CImg< T >::get_split().
CImg<typename cimg::superset<T,float>::type> cimg_library::sqr | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5908 of file cimg.h.
References cimg_library::CImg< T >::get_sqr().
CImg<typename cimg::superset<T,float>::type> cimg_library::sqrt | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5912 of file cimg.h.
References cimg_library::CImg< T >::get_sqrt().
Referenced by cimg_library::CImg< T >::_draw_ellipse(), cimg_library::CImg< T >::_draw_spline(), blender::blend(), cimg_library::CImg< T >::blur_anisotropic(), cubic(), cimg_library::CImg< T >::display_object3d(), blender::dist_Minkovsky4(), blender::dist_MinkovskyH(), blender::dist_Real(), cimg_library::CImg< T >::distance_function(), cimg_library::CImg< T >::draw_object3d(), cimg_library::CImg< T >::draw_plasma(), lux::MIPMapImpl< T, U >::EWA(), cimg_library::CImg< T >::get_correlate(), cimg_library::CImg< T >::get_gradientXY(), cimg_library::CImg< T >::get_matrix_at(), cimg_library::CImg< T >::get_norm_pointwise(), cimg_library::cimg::grand(), blender::marble_int(), cimg_library::CImg< T >::noise(), lux::Quaternion::Normalize(), lux::normsinv(), cimg_library::CImg< T >::orientation_pointwise(), cimg_library::CImg< T >::pow(), cimg_library::CImg< T >::print(), cimg_library::cimg::pythagore(), quartic(), lux::RealisticCamera::RealisticCamera(), cimg_library::CImg< T >::RGBtoHSI(), cimg_library::CImg< T >::rotation_matrix(), lux::WardIsotropic::Sample_f(), lux::Beckmann::Sample_f(), cimg_library::CImg< T >::sqrt(), and blender::wood_int().
CImg<typename cimg::last<T,double>::type> cimg_library::stats | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5900 of file cimg.h.
References cimg_library::CImg< T >::get_stats().
Referenced by lux::LuxGui::UpdateStatistics().
CImg<typename cimg::superset<T,float>::type> cimg_library::structure_tensorXY | ( | const CImg< T > & | instance, | |
const int | scheme = 1 | |||
) | [inline] |
Definition at line 6314 of file cimg.h.
References cimg_library::CImg< T >::get_structure_tensorXY().
CImg<typename cimg::superset<T,float>::type> cimg_library::structure_tensorXYZ | ( | const CImg< T > & | instance, | |
const int | scheme = 1 | |||
) | [inline] |
Definition at line 6318 of file cimg.h.
References cimg_library::CImg< T >::get_structure_tensorXYZ().
CImgList<typename cimg::superset<T,float>::type> cimg_library::SVD | ( | const CImg< T > & | instance, | |
const bool | sorting = true | |||
) | [inline] |
Definition at line 6618 of file cimg.h.
References cimg_library::CImg< T >::get_SVD().
CImgList<typename cimg::superset<T,float>::type> cimg_library::symmetric_eigen | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6630 of file cimg.h.
References cimg_library::CImg< T >::get_symmetric_eigen().
CImg<typename cimg::superset<T,float>::type> cimg_library::tan | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 5948 of file cimg.h.
References cimg_library::CImg< T >::get_tan().
Referenced by lux::WardIsotropic::D(), lux::Beckmann::D(), lux::PerspectiveCamera::PerspectiveCamera(), lux::SkyLight::SkyLight(), and cimg_library::CImg< T >::tan().
CImg<T> cimg_library::tensor | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6570 of file cimg.h.
References cimg_library::CImg< T >::get_tensor().
CImg<T> cimg_library::tensor_at | ( | const CImg< T > & | instance, | |
const unsigned int | x = 0 , |
|||
const unsigned int | y = 0 , |
|||
const unsigned int | z = 0 | |||
) | [inline] |
Definition at line 6598 of file cimg.h.
References cimg_library::CImg< T >::get_tensor_at().
CImg<T> cimg_library::threshold | ( | const CImg< T > & | instance, | |
const T | thres | |||
) | [inline] |
Definition at line 6084 of file cimg.h.
References cimg_library::CImg< T >::get_threshold().
CImg<T> cimg_library::translate | ( | const CImg< T > & | instance, | |
const int | deltax, | |||
const int | deltay = 0 , |
|||
const int | deltaz = 0 , |
|||
const int | deltav = 0 , |
|||
const int | border_condition = 0 | |||
) | [inline] |
Definition at line 6265 of file cimg.h.
References cimg_library::CImg< T >::get_translate().
CImg<T> cimg_library::transpose | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6602 of file cimg.h.
References cimg_library::CImg< T >::get_transpose().
CImg<T> cimg_library::unroll | ( | const CImg< T > & | instance, | |
const char | axe = 'x' | |||
) | [inline] |
Definition at line 6574 of file cimg.h.
References cimg_library::CImg< T >::get_unroll().
CImg<T> cimg_library::vector_at | ( | const CImg< T > & | instance, | |
const unsigned int | x = 0 , |
|||
const unsigned int | y = 0 , |
|||
const unsigned int | z = 0 | |||
) | [inline] |
Definition at line 6590 of file cimg.h.
References cimg_library::CImg< T >::get_vector_at().
CImg<T> cimg_library::xyYtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6430 of file cimg.h.
References cimg_library::CImg< T >::get_xyYtoRGB().
CImg<T> cimg_library::xyYtoXYZ | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6414 of file cimg.h.
References cimg_library::CImg< T >::get_xyYtoXYZ().
CImg<T> cimg_library::XYZtoLab | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6402 of file cimg.h.
References cimg_library::CImg< T >::get_XYZtoLab().
CImg<T> cimg_library::XYZtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6398 of file cimg.h.
References cimg_library::CImg< T >::get_XYZtoRGB().
CImg<T> cimg_library::XYZtoxyY | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6410 of file cimg.h.
References cimg_library::CImg< T >::get_XYZtoxyY().
CImg<T> cimg_library::YCbCrtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6382 of file cimg.h.
References cimg_library::CImg< T >::get_YCbCrtoRGB().
CImg<T> cimg_library::YUVtoRGB | ( | const CImg< T > & | instance | ) | [inline] |
Definition at line 6390 of file cimg.h.
References cimg_library::CImg< T >::get_YUVtoRGB().