Loading...
Searching...
No Matches
Highgui_winrt
Functions | |
void | cv::winrt_initContainer (::Windows::UI::Xaml::Controls::Panel^ container) |
Initializes container component that will be used to hold generated window content. | |
Detailed Description
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
-
container Container (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.