VisionCpp  0.0.1
Classes | Namespaces | Functions
convert.hpp File Reference

Series of pixel convert functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  visioncpp::internal::tools::Convertor< T >
 This struct is used to convert the provide struct to flot4, uint4, int4 memory. More...
 
struct  visioncpp::internal::tools::Convertor< cl::sycl::float4 >
 Specialisation of Convertor when the output is float4. More...
 
struct  visioncpp::internal::tools::Convertor< cl::sycl::int4 >
 specialisation of Convertor when the output is int4 More...
 
struct  visioncpp::internal::tools::Convertor< cl::sycl::uint4 >
 specialisation of the Convertor when the output is uint4 More...
 
struct  visioncpp::internal::tools::Convertor< visioncpp::pixel::F32C3 >
 specialisation of the Convertor when the output is F32C3 More...
 
struct  visioncpp::internal::tools::Convertor< visioncpp::pixel::F32C4 >
 specialisation of the Convertor when the output is F32C4 More...
 
struct  visioncpp::internal::tools::Convertor< visioncpp::pixel::U8C3 >
 specialisation of the Convertor when the output is U8C3 More...
 
struct  visioncpp::internal::tools::Convertor< visioncpp::pixel::U8C4 >
 specialisation of the Convertor when the output is U8C4 More...
 
struct  visioncpp::internal::tools::Convertor< unsigned char >
 specialisation of the Convertor when the output is unsigned char More...
 
struct  visioncpp::internal::tools::Convertor< char >
 specialisation of the Convertor when the output is char More...
 
struct  visioncpp::internal::tools::Convertor< unsigned short >
 specialisation of the Convertor when the output is unsigned short More...
 
struct  visioncpp::internal::tools::Convertor< short >
 specialisation of the Convertor when the output is short More...
 
struct  visioncpp::internal::tools::Convertor< unsigned int >
 specialisation of the Convertor when the output is unsigned int More...
 
struct  visioncpp::internal::tools::Convertor< int >
 specialisation of the Convertor when the output is int More...
 
struct  visioncpp::internal::tools::Convertor< float >
 specialisation of the Convertor when the output is float More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 
 visioncpp::internal::tools
 Internal tools scope.
 

Functions

template<typename T1 , typename T2 >
T1 visioncpp::internal::tools::convert (T2 x)
 function convert More...
 

Detailed Description

Series of pixel convert functions.

Definition in file convert.hpp.