~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/modules/highgui/include/opencv2/highgui/highgui_winrt.hpp

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// highgui (UX) support for Windows Runtime
 
2
 
 
3
// Copyright (c) Microsoft Open Technologies, Inc.
 
4
// All rights reserved.
 
5
//
 
6
// (3 - clause BSD License)
 
7
//
 
8
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that
 
9
// the following conditions are met:
 
10
//
 
11
// 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
 
12
// following disclaimer.
 
13
// 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
 
14
// following disclaimer in the documentation and/or other materials provided with the distribution.
 
15
// 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or
 
16
// promote products derived from this software without specific prior written permission.
 
17
//
 
18
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
 
19
// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 
20
// PARTICULAR PURPOSE ARE DISCLAIMED.IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
 
21
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO,
 
22
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
23
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING
 
24
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
25
// POSSIBILITY OF SUCH DAMAGE.
 
26
 
 
27
using namespace Windows::UI::Xaml::Controls;
 
28
 
 
29
namespace cv
 
30
{
 
31
 
 
32
//! @addtogroup highgui_winrt
 
33
//! @{
 
34
 
 
35
/********************************** WinRT Specific API *************************************************/
 
36
 
 
37
/** @brief Initializes container component that will be used to hold generated window content.
 
38
 
 
39
@param container Container (Panel^) reference that will be used to hold generated window content: controls and image.
 
40
 
 
41
@note
 
42
    Must be called to assign WinRT container that will hold created windows content.
 
43
*/
 
44
    CV_EXPORTS void winrt_initContainer(::Windows::UI::Xaml::Controls::Panel^ container);
 
45
 
 
46
//! @} videoio_winrt
 
47
 
 
48
} // cv
 
 
b'\\ No newline at end of file'