VisionCpp  0.0.1
Classes | Namespaces
mem_prop.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::MemoryProperties< ElementTp >
 This file is used to detect the ChannelType ElementCategory {basic or struct}, and the channel size of a row input data. More...
 
struct  visioncpp::internal::MemoryProperties< unsigned char >
 Specialisation of the MemoryProperties when the output is unsigned char. More...
 
struct  visioncpp::internal::MemoryProperties< char >
 Specialisation of the MemoryProperties when the output is char. More...
 
struct  visioncpp::internal::MemoryProperties< unsigned short >
 Specialisation of the MemoryProperties when the output is unsigned short. More...
 
struct  visioncpp::internal::MemoryProperties< short >
 Specialisation of the MemoryProperties when the output is short. More...
 
struct  visioncpp::internal::MemoryProperties< unsigned int >
 Specialisation of the MemoryProperties when the output is unsigned int. More...
 
struct  visioncpp::internal::MemoryProperties< int >
 Specialisation of the MemoryProperties when the output is int. More...
 
struct  visioncpp::internal::MemoryProperties< float >
 Specialisation of the MemoryProperties when the output is float. More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 

Detailed Description

Series of pixel convert functions.

Definition in file mem_prop.hpp.