C++ Template Image Processing Library.    

[Introduction]- [News]- [Download]- [Screenshots]- [Tutorial]- [Forums-Eng]- [Forums-Fr]- [Reference]- [SourceForge Repository ]

CImgSubset Struct Template Reference

Class representing a region of interest of a CImg<T> image. More...

Inheritance diagram for CImgSubset:

CImg List of all members.

Public Member Functions

 CImgSubset (const CImg< T > &img, const unsigned int x0, const unsigned int x1, const unsigned int y0, const unsigned int z0, const unsigned int v0)
 Construct a subset from a set of points in an image CImg<T>.
 CImgSubset (const CImg< T > &img, const unsigned int y0, const unsigned int y1, const unsigned int z0, const unsigned int v0)
 Construct a subset from a set of line in an image CImg<T>.
 CImgSubset (const CImg< T > &img, const unsigned int z0, const unsigned int z1, const unsigned int v0)
 Construct a subset from a set of planes in an image CImg<T>.
 CImgSubset (const CImg< T > &img, const unsigned int v0, const unsigned int v1)
 Construct a subset from a set of channels in an image CImg<T>.
 CImgSubset (T *const pdata, const unsigned int dx, const unsigned int dy, const unsigned int dz, const unsigned int dv)
 Construct a subset from an array of T.
 CImgSubset (const CImgSubset &src)
 Copy constructor.
 ~CImgSubset ()
 Destructor.
template<typename t>
CImgSubset< T > & operator= (const CImg< t > &img)
 Assignement.

Detailed Description

template<typename T>
struct cimg_library::CImgSubset< T >

Class representing a region of interest of a CImg<T> image.

The CImg Library - C++ Template Image Processing Library