Type:
Subimage |
Subimage | (const Image<T, R>& im, unsigned int x = 0, unsigned int y = 0, unsigned int w = 0, unsigned int h = 0) ; |
Construct subvector from vector with position information; x, y - coords of left upper corner of subimage w, h - width and height of subimage |
const Image<T, R>& operator= | (const Image<T, R>& im) ; |
Assignment operator from subimage Assignment operator from image |
const Image<T, R>& operator= | (const Image<T, R>& im) ; |
Assignment operator from subimage Assignment operator from image |