A base class reference-counting view of some image data. More...
#include <iosfwd>#include <string>#include <cstddef>#include <cassert>#include <vil/vil_image_view_base.h>#include <vil/vil_memory_chunk.h>#include <vil/vil_pixel_format.h>Go to the source code of this file.
Classes | |
| class | vil_image_view< T > |
| Concrete view of image data of type T held in memory. More... | |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, vil_image_view< T > const &im) |
| Print a 1-line summary of contents. More... | |
| template<class T > | |
| bool | vil_image_view_deep_equality (const vil_image_view< T > &lhs, const vil_image_view< T > &rhs) |
| True if the actual images are identical. More... | |
A base class reference-counting view of some image data.
Definition in file vil_image_view.h.
|
inline |
Print a 1-line summary of contents.
Definition at line 312 of file vil_image_view.h.
| bool vil_image_view_deep_equality | ( | const vil_image_view< T > & | lhs, |
| const vil_image_view< T > & | rhs | ||
| ) |
True if the actual images are identical.
The data may be formatted differently in each memory chunk. O(size).
Definition at line 855 of file vil_image_view.hxx.
1.8.15