The CImg Library - C++ Template Image Processing Toolkit



[ Main ] [ Download ] [ Screenshots ] [ FAQ ] [ Tutorial ] [ Documentation ] [ Forum ] [ Links ]
CImgList< T > Member List
This is the complete list of members for CImgList< T >, including all inherited members.
assign()CImgList< T >
assign(const unsigned int n)CImgList< T >
assign(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int spectrum=1)CImgList< T >
assign(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const T val)CImgList< T >
assign(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const int val0, const int val1,...)CImgList< T >
assign(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const double val0, const double val1,...)CImgList< T >
assign(const unsigned int n, const CImg< t > &img, const bool is_shared=false)CImgList< T >
assign(const CImg< t > &img, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool is_shared=false)CImgList< T >
assign(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool is_shared=false)CImgList< T >
assign(const CImgList< t > &list, const bool is_shared=false)CImgList< T >
assign(const CImgList< T > &list, const bool is_shared=false)CImgList< T >
assign(const char *const filename)CImgList< T >
assign(const CImgDisplay &disp)CImgList< T >
at(const int pos)CImgList< T >
atN(const int pos, const int x, const int y, const int z, const int c, const T out_value)CImgList< T >
atN(const int pos, const int x, const int y, const int z, const int c, const T out_value) const CImgList< T >
atN(const int pos, const int x=0, const int y=0, const int z=0, const int c=0)CImgList< T >
atN(const int pos, const int x=0, const int y=0, const int z=0, const int c=0) const CImgList< T >
atNX(const int pos, const int x, const int y, const int z, const int c, const T out_value)CImgList< T >
atNX(const int pos, const int x, const int y, const int z, const int c, const T out_value) const CImgList< T >
atNX(const int pos, const int x, const int y=0, const int z=0, const int c=0)CImgList< T >
atNX(const int pos, const int x, const int y=0, const int z=0, const int c=0) const CImgList< T >
atNXY(const int pos, const int x, const int y, const int z, const int c, const T out_value)CImgList< T >
atNXY(const int pos, const int x, const int y, const int z, const int c, const T out_value) const CImgList< T >
atNXY(const int pos, const int x, const int y, const int z=0, const int c=0)CImgList< T >
atNXY(const int pos, const int x, const int y, const int z=0, const int c=0) const CImgList< T >
atNXYZ(const int pos, const int x, const int y, const int z, const int c, const T out_value)CImgList< T >
atNXYZ(const int pos, const int x, const int y, const int z, const int c, const T out_value) const CImgList< T >
atNXYZ(const int pos, const int x, const int y, const int z, const int c=0)CImgList< T >
atNXYZ(const int pos, const int x, const int y, const int z, const int c=0) const CImgList< T >
atNXYZC(const int pos, const int x, const int y, const int z, const int c, const T out_value)CImgList< T >
atNXYZC(const int pos, const int x, const int y, const int z, const int c, const T out_value) const CImgList< T >
atNXYZC(const int pos, const int x, const int y, const int z, const int c)CImgList< T >
atNXYZC(const int pos, const int x, const int y, const int z, const int c) const CImgList< T >
back() const CImgList< T >
back()CImgList< T >
begin()CImgList< T >
begin() const CImgList< T >
CImgList()CImgList< T >
CImgList(const unsigned int n)CImgList< T > [explicit]
CImgList(const unsigned int n, const unsigned int width, const unsigned int height=1, const unsigned int depth=1, const unsigned int spectrum=1)CImgList< T >
CImgList(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const T val)CImgList< T >
CImgList(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const int val0, const int val1,...)CImgList< T >
CImgList(const unsigned int n, const unsigned int width, const unsigned int height, const unsigned int depth, const unsigned int spectrum, const double val0, const double val1,...)CImgList< T >
CImgList(const unsigned int n, const CImg< t > &img, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t > &img, const bool is_shared=false)CImgList< T > [explicit]
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const bool is_shared=false)CImgList< T >
CImgList(const CImg< t1 > &img1, const CImg< t2 > &img2, const CImg< t3 > &img3, const CImg< t4 > &img4, const CImg< t5 > &img5, const CImg< t6 > &img6, const CImg< t7 > &img7, const CImg< t8 > &img8, const bool is_shared=false)CImgList< T >
CImgList(const CImgList< t > &list)CImgList< T >
CImgList(const CImgList< T > &list)CImgList< T >
CImgList(const CImgList< t > &list, const bool is_shared)CImgList< T >
CImgList(const char *const filename)CImgList< T > [explicit]
CImgList(const CImgDisplay &disp)CImgList< T > [explicit]
clear()CImgList< T >
const_iterator typedefCImgList< T >
contains(const T &pixel, t &n, t &x, t &y, t &z, t &c) const CImgList< T >
contains(const T &pixel, t &n, t &x, t &y, t &z) const CImgList< T >
contains(const T &pixel, t &n, t &x, t &y) const CImgList< T >
contains(const T &pixel, t &n, t &x) const CImgList< T >
contains(const T &pixel, t &n) const CImgList< T >
contains(const T &pixel) const CImgList< T >
contains(const CImg< T > &img, t &n) const CImgList< T >
contains(const CImg< T > &img) const CImgList< T >
containsN(const int n) const CImgList< T >
containsNXYZC(const int n, const int x=0, const int y=0, const int z=0, const int c=0) const CImgList< T >
crop_font()CImgList< T >
data()CImgList< T >
data() const CImgList< T >
data(const unsigned int pos)CImgList< T >
display(CImgDisplay &disp, const char axis='x', const float align=0) const CImgList< T >
display(CImgDisplay &disp, const bool display_info, const char axis='x', const float align=0, unsigned int *const XYZ=0) const CImgList< T >
display(const char *const title=0, const bool display_info=true, const char axis='x', const float align=0, unsigned int *const XYZ=0) const CImgList< T >
empty()CImgList< T > [static]
end()CImgList< T >
end() const CImgList< T >
erase(const iterator iter)CImgList< T >
FFT(const char axis, const bool invert=false)CImgList< T >
FFT(const bool invert=false)CImgList< T >
font(const unsigned int font_height, const bool is_variable_width=true)CImgList< T > [static]
front()CImgList< T >
front() const CImgList< T >
get_append(const char axis, const float align=0) const CImgList< T >
get_crop_font() const CImgList< T >
get_FFT(const char axis, const bool invert=false) const CImgList< T >
get_FFT(const bool invert=false) const CImgList< T >
get_images(const unsigned int pos0, const unsigned int pos1) const CImgList< T >
get_insert(const CImg< t > &img, const unsigned int pos=~0U, const bool is_shared=false) const CImgList< T >
get_insert(const unsigned int n, const unsigned int pos=~0U) const CImgList< T >
get_insert(const unsigned int n, const CImg< t > &img, const unsigned int pos=~0U, const bool is_shared=false) const CImgList< T >
get_insert(const CImgList< t > &list, const unsigned int pos=~0U, const bool is_shared=false) const CImgList< T >
get_insert(const unsigned int n, const CImgList< t > &list, const unsigned int pos=~0U, const bool is_shared=false) const CImgList< T >
get_load(const char *const filename)CImgList< T > [static]
get_load_cimg(const char *const filename)CImgList< T > [static]
get_load_cimg(std::FILE *const file)CImgList< T > [static]
get_load_cimg(const char *const filename, const unsigned int n0, const unsigned int n1, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0, const unsigned int x1, const unsigned int y1, const unsigned int z1, const unsigned int c1)CImgList< T > [static]
get_load_cimg(std::FILE *const file, const unsigned int n0, const unsigned int n1, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0, const unsigned int x1, const unsigned int y1, const unsigned int z1, const unsigned int c1)CImgList< T > [static]
get_load_ffmpeg(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool pixel_format=true)CImgList< T > [static]
get_load_ffmpeg_external(const char *const filename)CImgList< T > [static]
get_load_gzip_external(const char *const filename)CImgList< T > [static]
get_load_off(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors)CImgList< T > [static]
get_load_parrec(const char *const filename)CImgList< T > [static]
get_load_tiff(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)CImgList< T > [static]
get_load_yuv(const char *const filename, const unsigned int size_x, const unsigned int size_y=1, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool yuv2rgb=true)CImgList< T > [static]
get_load_yuv(std::FILE *const file, const unsigned int size_x, const unsigned int size_y=1, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool yuv2rgb=true)CImgList< T > [static]
get_remove(const unsigned int pos1, const unsigned int pos2) const CImgList< T >
get_remove(const unsigned int pos) const CImgList< T >
get_remove() const CImgList< T >
get_reverse() const CImgList< T >
get_reverse_object3d() const CImgList< T >
get_select(CImgDisplay &disp, const bool feature_type=true, const char axis='x', const float align=0) const CImgList< T >
get_select(const char *const title, const bool feature_type=true, const char axis='x', const float align=0) const CImgList< T >
get_shared()CImgList< T >
get_shared() const CImgList< T >
get_shared_images(const unsigned int pos0, const unsigned int pos1)CImgList< T >
get_shared_images(const unsigned int pos0, const unsigned int pos1) const CImgList< T >
get_split(const char axis, const int nb=0) const CImgList< T >
images(const unsigned int pos0, const unsigned int pos1)CImgList< T >
insert(const CImg< t > &img, const unsigned int pos=~0U, const bool is_shared=false)CImgList< T >
insert(const CImg< T > &img, const unsigned int pos=~0U, const bool is_shared=false)CImgList< T >
insert(const unsigned int n, const unsigned int pos=~0U)CImgList< T >
insert(const unsigned int n, const CImg< t > &img, const unsigned int pos=~0U, const bool is_shared=false)CImgList< T >
insert(const CImgList< t > &list, const unsigned int pos=~0U, const bool is_shared=false)CImgList< T >
insert(const unsigned int n, const CImgList< t > &list, const unsigned int pos=~0U, const bool is_shared=false)CImgList< T >
is_empty() const CImgList< T >
is_sameN(const unsigned int size_n) const CImgList< T >
is_sameN(const CImgList< t > &list) const CImgList< T >
is_sameNXYZC(const unsigned int n, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dc) const CImgList< T >
is_sameXYZC(const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dc) const CImgList< T >
is_saveable(const char *const filename)CImgList< T > [static]
iterator typedefCImgList< T >
load(const char *const filename)CImgList< T >
load_cimg(const char *const filename)CImgList< T >
load_cimg(std::FILE *const file)CImgList< T >
load_cimg(const char *const filename, const unsigned int n0, const unsigned int n1, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0, const unsigned int x1, const unsigned int y1, const unsigned int z1, const unsigned int c1)CImgList< T >
load_cimg(std::FILE *const file, const unsigned int n0, const unsigned int n1, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0, const unsigned int x1, const unsigned int y1, const unsigned int z1, const unsigned int c1)CImgList< T >
load_ffmpeg(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool pixel_format=true, const bool resume=false)CImgList< T >
load_ffmpeg_external(const char *const filename)CImgList< T >
load_gzip_external(const char *const filename)CImgList< T >
load_off(const char *const filename, CImgList< tf > &primitives, CImgList< tc > &colors)CImgList< T >
load_parrec(const char *const filename)CImgList< T >
load_tiff(const char *const filename, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1)CImgList< T >
load_yuv(const char *const filename, const unsigned int size_x, const unsigned int size_y, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool yuv2rgb=true)CImgList< T >
load_yuv(std::FILE *const file, const unsigned int size_x, const unsigned int size_y, const unsigned int first_frame=0, const unsigned int last_frame=~0U, const unsigned int step_frame=1, const bool yuv2rgb=true)CImgList< T >
max()CImgList< T >
max() const CImgList< T >
max_min(t &min_val)CImgList< T >
max_min(t &min_val) const CImgList< T >
min()CImgList< T >
min() const CImgList< T >
min_max(t &max_val)CImgList< T >
min_max(t &max_val) const CImgList< T >
move_to(CImgList< t > &list)CImgList< T >
move_to(CImgList< t > &list, const unsigned int pos)CImgList< T >
operator CImg< T > *()CImgList< T >
operator const CImg< T > *() const CImgList< T >
operator()(const unsigned int pos)CImgList< T >
operator()(const unsigned int pos) const CImgList< T >
operator()(const unsigned int pos, const unsigned int x, const unsigned int y=0, const unsigned int z=0, const unsigned int c=0)CImgList< T >
operator()(const unsigned int pos, const unsigned int x, const unsigned int y=0, const unsigned int z=0, const unsigned int c=0) const CImgList< T >
operator+() const CImgList< T >
operator,(const CImg< t > &img)CImgList< T >
operator,(const CImgList< t > &list)CImgList< T >
operator<(const char axis) const CImgList< T >
operator=(const CImg< t > &img)CImgList< T >
operator=(const CImgList< t > &list)CImgList< T >
operator=(const CImgList< T > &list)CImgList< T >
operator=(const char *const filename)CImgList< T >
operator=(const CImgDisplay &disp)CImgList< T >
operator>(const char axis) const CImgList< T >
pixel_type()CImgList< T > [static]
pop_back()CImgList< T >
pop_front()CImgList< T >
print(const char *const title=0, const bool display_stats=true) const CImgList< T >
push_back(const CImg< t > &img)CImgList< T >
push_back(const CImgList< t > &list)CImgList< T >
push_front(const CImg< t > &img)CImgList< T >
push_front(const CImgList< t > &list)CImgList< T >
remove(const unsigned int pos1, const unsigned int pos2)CImgList< T >
remove(const unsigned int pos)CImgList< T >
remove()CImgList< T >
reverse()CImgList< T >
reverse_object3d()CImgList< T >
save(const char *const filename, const int number=-1) const CImgList< T >
save_cimg(const char *const filename, const bool is_compressed=false) const CImgList< T >
save_cimg(std::FILE *file, const bool is_compressed=false) const CImgList< T >
save_cimg(const char *const filename, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0) const CImgList< T >
save_cimg(std::FILE *const file, const unsigned int n0, const unsigned int x0, const unsigned int y0, const unsigned int z0, const unsigned int c0) const CImgList< T >
save_empty_cimg(const char *const filename, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dc=1)CImgList< T > [static]
save_empty_cimg(std::FILE *const file, const unsigned int nb, const unsigned int dx, const unsigned int dy=1, const unsigned int dz=1, const unsigned int dc=1)CImgList< T > [static]
save_ffmpeg(const char *const filename, const unsigned int fps=25, const unsigned int bitrate=2048) const CImgList< T >
save_ffmpeg_external(const char *const filename, const char *const codec=0, const unsigned int fps=25, const unsigned int bitrate=2048) const CImgList< T >
save_gif_external(const char *const filename, const unsigned int fps=25, const unsigned int nb_loops=0)CImgList< T >
save_gzip_external(const char *const filename) const CImgList< T >
save_tiff(const char *const filename, const unsigned int compression_type=0) const CImgList< T >
save_yuv(const char *const filename=0, const bool is_rgb=true) const CImgList< T >
save_yuv(std::FILE *const file, const bool is_rgb=true) const CImgList< T >
size() const CImgList< T >
split(const char axis, const int nb=0)CImgList< T >
swap(CImgList< T > &list)CImgList< T >
value_string(const char separator=',', const unsigned int max_size=0) const CImgList< T >
value_type typedefCImgList< T >
width() const CImgList< T >
~CImgList()CImgList< T >

Support This Project