opencv2/cvv/filter.hpp#
#include <string>
#include <opencv2/core.hpp>
#include <call_meta_data.hpp>
#include <debug_mode.hpp>
Include dependency graph for filter.hpp:
This graph shows which files directly or indirectly include filter.hpp:
Namespaces#
namespace cvv
namespace cvv::impl
Functions#
static void cvv::debugFilter (cv::InputArray original, cv::InputArray result, impl::CallMetaData metaData, const ::std::string &description, const ::std::string &view=“”)
static void cvv::debugFilter (cv::InputArray original, cv::InputArray result, impl::CallMetaData metaData=impl::CallMetaData(), const char *description=nullptr, const char *view=nullptr)
Use the debug-framework to compare two images (from which the second is intended to be the result of a filter applied to the first).