VisionCpp
0.0.1
|
This file contains RDCN struct which is used to construct a node to shrink an image. More...
Go to the source code of this file.
Classes | |
struct | visioncpp::internal::RDCN< DownSmplOP, RHS, Cols, Rows, LfType, LVL > |
The definition is in RDCN file. More... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<typename OP , size_t Cols, size_t Rows, size_t LeafType, typename RHS > | |
auto | visioncpp::global_operation (RHS rhs) -> internal::RDCN< internal::GlobalUnaryOp< OP, typename RHS::OutType >, RHS, Cols, Rows, LeafType, 1+RHS::Level > |
template deduction function for RDCN when it is used for GlobalNeighbourOP. More... | |
template<typename OP , size_t Cols, size_t Rows, size_t LeafType, typename RHS > | |
auto | visioncpp::neighbour_operation (RHS rhs) -> internal::RDCN< internal::LocalUnaryOp< OP, typename RHS::OutType >, RHS, Cols, Rows, LeafType, 1+RHS::Level > |
template deduction function for RDCN when it is used for NeighbourOP. More... | |
This file contains RDCN struct which is used to construct a node to shrink an image.
Definition in file reduction.hpp.