VisionCpp
0.0.1
|
This file contains the construction of the pyramid node where a user can pass separable filter2d functor and general downsampling functor to execute. More...
Go to the source code of this file.
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<typename COP_C , typename COP_R , typename ROP , size_t Depth, typename RHS , typename SepFilterCol , typename SepFilterRow , typename... Params> | |
auto | visioncpp::pyramid_down (RHS rhs, SepFilterCol spFltrCol, SepFilterRow spFltrRow) -> internal::PyramidAutomemSep< internal::LocalBinaryOp< COP_C, typename RHS::OutType, typename SepFilterCol::OutType >, internal::LocalBinaryOp< COP_R, typename RHS::OutType, typename SepFilterRow::OutType >, internal::LocalUnaryOp< ROP, typename RHS::OutType >, RHS, SepFilterCol, SepFilterRow, RHS::Type::Cols, RHS::Type::Rows, RHS::Type::LeafType, 1+RHS::Level, Depth > |
pyramid_auto_generate More... | |
This file contains the construction of the pyramid node where a user can pass separable filter2d functor and general downsampling functor to execute.
Here, the user does need to pass the output memory. The output memory will be created based on the depth of pyramid. Also an output file will be created which merge all the result of the pyramid image in one file.
Definition in file pyramid_with_auto_mem_sep.hpp.