Image models.
|
Classes |
| class | image |
| | container interface over image view. Models ImageConcept, PixelBasedConcept More...
|
| class | any_image |
| | Represents a run-time specified image. Note it does NOT model ImageConcept. More...
|
view, const_view |
Get an image view from an image
|
|
template<typename Pixel, bool IsPlanar, typename Alloc> |
const image< Pixel, IsPlanar,
Alloc >::view_t & | view (image< Pixel, IsPlanar, Alloc > &img) |
| | Returns the non-constant-pixel view of an image.
|
|
template<typename Pixel, bool IsPlanar, typename Alloc> |
const image< Pixel, IsPlanar,
Alloc >::const_view_t | const_view (const image< Pixel, IsPlanar, Alloc > &img) |
| | Returns the constant-pixel view of an image.
|
view, const_view |
Get an image view from a run-time instantiated image
|
|
template<typename Types> |
GIL_FORCEINLINE any_image
< Types >::view_t | view (any_image< Types > &anyImage) |
| | Returns the non-constant-pixel view of any image. The returned view is any view.
|
|
template<typename Types> |
GIL_FORCEINLINE any_image
< Types >::const_view_t | const_view (const any_image< Types > &anyImage) |
| | Returns the constant-pixel view of any image. The returned view is any view.
|