|
| template<class T > |
| bool | convert_components_from_planes (vil_image_view< T > &lhs, const vil_image_view_base &rhs_base) |
| | Convert planes to components from planes, or do nothing if types are wrong. More...
|
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< float > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< double > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< bool > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_sbyte > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_byte > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_int_16 > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_uint_16 > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_int_32 > &, const vil_image_view_base &) |
| |
| template<> |
| bool | convert_components_from_planes (vil_image_view< vxl_uint_32 > &, const vil_image_view_base &) |
| |
| template<class T > |
| bool | convert_planes_from_components (vil_image_view< T > &, const vil_image_view_base &) |
| | Convert components to planes from planes, or do nothing if types are wrong. More...
|
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vil_rgb< vxl_byte > > &lhs, const vil_image_view_base &rhs) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vil_rgba< vxl_uint_16 > > &lhs, const vil_image_view_base &rhs) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_byte > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_sbyte > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_uint_16 > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_int_16 > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_uint_32 > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< vxl_int_32 > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< float > &lhs, const vil_image_view_base &rhs_base) |
| |
| template<> |
| bool | convert_planes_from_components (vil_image_view< double > &lhs, const vil_image_view_base &rhs_base) |
| |
| 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...
|
| |
| template<class T > |
| std::string | vil_image_view_type_name (T *) |
| |
Represent images of one or more planes of Ts.
- Author
- Ian Scott
Note: To keep down size of vil_image_view Please think carefully before adding any new methods. In particular any methods that provide new views (e.g. vil_plane) will be more usefully provided as external functions. - IMS. In that case, use the "relates" keyword of Doxygen to link the documentation of that function to the vil_image_view class.
Modifications
23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
Definition in file vil_image_view.hxx.