Loading...
Searching...
No Matches
filter.hpp File Reference
#include <string>
#include "opencv2/core.hpp"
#include "call_meta_data.hpp"
#include "debug_mode.hpp"
Namespaces | |
namespace | cvv |
namespace | cvv::impl |
Macros | |
#define | CVVISUAL_DEBUGMODE |
Functions | |
void | cvv::impl::debugFilter (cv::InputArray original, cv::InputArray result, const CallMetaData &data, const char *description, const char *view) |
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). | |
Macro Definition Documentation
◆ CVVISUAL_DEBUGMODE
#define CVVISUAL_DEBUGMODE |