VisionCpp
0.0.1
|
this file contains different types of memory required for executing neighbour operation to calculate each pixel output More...
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. | |
this file contains different types of memory required for executing neighbour operation to calculate each pixel output
Definition in file mem_neighbour.hpp.