OpenCV
4.10.0
Open Source Computer Vision
|
This figure explains new functionality implemented with WinRT GUI. The new GUI provides an Image control, and a slider panel. Slider panel holds trackbars attached to it.
Sliders are attached below the image control. Every new slider is added below the previous one.
See below the example used to generate the figure:
Functions | |
void | cv::winrt_initContainer (::Windows::UI::Xaml::Controls::Panel^ container) |
Initializes container component that will be used to hold generated window content. | |
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.
container | Container (Panel^) reference that will be used to hold generated window content: controls and image. |