Go to file
Li Peng f0cadaa6e3 enable concat layer fuse for OCL target
Signed-off-by: Li Peng <peng.li@intel.com>
2018-07-17 12:46:16 +08:00
.github
3rdparty Merge pull request #11808 from tomoaki0705:caroteneSuppressWarnings 2018-06-23 08:46:29 +00:00
apps opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
cmake remove a redundant option. 2018-07-02 09:45:28 +08:00
data
doc Add Java and Python code for the following tutorials: 2018-07-11 20:14:58 +02:00
include
modules enable concat layer fuse for OCL target 2018-07-17 12:46:16 +08:00
platforms
samples Merge pull request #11949 from berak:dnn_object_detection_typo 2018-07-12 09:48:08 +00:00
.gitattributes
.gitignore
CMakeLists.txt
CONTRIBUTING.md
LICENSE
README.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.