OpenCV
4.0.0
Open Source Computer Vision
|
#include <ppl.h>
#include <functional>
#include <concrt.h>
#include <agile.h>
#include "opencv2/core/cvdef.h"
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
Enumerations | |
enum | { cv::OPEN_CAMERA = 300, cv::CLOSE_CAMERA, cv::UPDATE_IMAGE_ELEMENT, cv::SHOW_TRACKBAR } |
Functions | |
void | cv::winrt_imshow () |
void | cv::winrt_onVisibilityChanged (bool visible) |
void | cv::winrt_setFrameContainer (::Windows::UI::Xaml::Controls::Image^ image) |
template<typename ... Args> | |
void | cv::winrt_startMessageLoop (std::function< void(Args...)> &&callback, Args... args) |
template<typename ... Args> | |
void | cv::winrt_startMessageLoop (void callback(Args...), Args... args) |
template void | cv::winrt_startMessageLoop (void callback(void)) |