VisionCpp  0.0.1
Classes | Namespaces
mem_neighbour.hpp File Reference

this file contains different types of memory required for executing neighbour operation to calculate each pixel output More...

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

Go to the source code of this file.

Classes

struct  visioncpp::internal::LocalNeighbour< T >
 LocalNeighbour is used to provide local access for each element of the local memory based on the Coordinate passed by eval expression. More...
 
struct  visioncpp::internal::GlobalNeighbour< T >
 GlobalNeighbour is used to provide local access for each element of the global memory based on the Coordinate passed by eval expression. More...
 
struct  visioncpp::internal::ConstNeighbour< T >
 ConstNeighbour is used to provide global access to the constant memory. More...
 

Namespaces

 visioncpp
 VisionCpp namespace.
 
 visioncpp::internal
 Internal implementations.
 

Detailed Description

this file contains different types of memory required for executing neighbour operation to calculate each pixel output

Definition in file mem_neighbour.hpp.