ISSUE_TEMPLATE.md 916 字节
Newer Older
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 6
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.
-->
P
Philip 已提交
7

8 9 10 11 12 13
##### System information (version)
<!-- Example
- OpenCV => 3.1
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2015
-->
P
Philip 已提交
14

15 16 17
- OpenCV => :grey_question:
- Operating System / Platform => :grey_question:
- Compiler => :grey_question:
P
Philip 已提交
18

19
##### Detailed description
P
Philip 已提交
20

21
<!-- your description -->
P
Philip 已提交
22

23
##### Steps to reproduce
P
Philip 已提交
24

25 26 27 28 29 30
<!-- to add code example fence it with triple backticks and optional file extension
    ```.cpp
    // C++ code example
    ```
 or attach as .txt or .zip file
-->