OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Highgui_winrt

Detailed Description

Functions

void cv::winrt_initContainer (::Windows::UI::Xaml::Controls::Panel^ container)
 Initializes container component that will be used to hold generated window content.
 

Function Documentation

◆ winrt_initContainer()

void cv::winrt_initContainer ( ::Windows::UI::Xaml::Controls::Panel^ container)

#include <opencv2/highgui/highgui_winrt.hpp>

Initializes container component that will be used to hold generated window content.

Parameters
containerContainer (Panel^) reference that will be used to hold generated window content: controls and image.
Note
Must be called to assign WinRT container that will hold created windows content.