Added OpenVX based processing to medianBlur
[platform/upstream/opencv.git] / .github / ISSUE_TEMPLATE.md
1 <!--
2 If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses.
3 If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute).
4
5 This is a template helping you to create an issue which can be processed as quickly as possible. This is the bug reporting section for the OpenCV library.
6 -->
7
8 ##### System information (version)
9 <!-- Example
10 - OpenCV => 3.1
11 - Operating System / Platform => Windows 64 Bit
12 - Compiler => Visual Studio 2015
13 -->
14
15 - OpenCV => :grey_question:
16 - Operating System / Platform => :grey_question:
17 - Compiler => :grey_question:
18
19 ##### Detailed description
20
21 <!-- your description -->
22
23 ##### Steps to reproduce
24
25 <!-- to add code example fence it with triple backticks and optional file extension
26     ```.cpp
27     // C++ code example
28     ```
29  or attach as .txt or .zip file
30 -->