OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cap_winrt.hpp 文件参考
#include <ppl.h>
#include <functional>
#include <concrt.h>
#include <agile.h>
#include "opencv2/core/cvdef.h"
cap_winrt.hpp 的包含依赖图

命名空间

命名空间  cv
 

枚举

枚举  {
  cv::OPEN_CAMERA = 300 ,
  cv::CLOSE_CAMERA ,
  cv::UPDATE_IMAGE_ELEMENT ,
  cv::SHOW_TRACKBAR
}
 

函数

void cv::winrt_imshow ()
 
void cv::winrt_onVisibilityChanged (bool visible)
 
void cv::winrt_setFrameContainer (::Windows::UI::Xaml::Controls::Image^ image)
 
模板<typename ... Args>
void cv::winrt_startMessageLoop (std::function< void(Args...)> &&callback, Args... args)
 
模板<typename ... Args>
void cv::winrt_startMessageLoop (void callback(Args...), Args... args)
 
模板 void cv::winrt_startMessageLoop (void callback(void))