Go to file
Yosshi999 fdeac73a59
Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster
support SIMD for larger symmetric Bit-exact 16U gaussian blur

* support SIMD for bit-exact 16U symmetric gaussian blur

* use tighter SIMD registers
2020-12-11 10:14:15 +00:00
.github
3rdparty 3rdparty: libjpeg-turbo 2.0.5 => 2.0.6 2020-11-17 18:28:52 +00:00
apps Fix typo 'Applicatioin' 2020-11-17 15:02:55 +00:00
cmake Merge pull request #19059 from alalek:fixup_19000 2020-12-09 18:01:04 +00:00
data
doc fix: typo 2020-12-03 17:06:41 +08:00
include
modules Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster 2020-12-11 10:14:15 +00:00
platforms cmake(js): update js targets 2020-12-03 14:18:54 +00:00
samples Update and expand erosion / dilation tutorial 2020-11-18 13:32:24 +01:00
.editorconfig
.gitattributes
.gitignore
CMakeLists.txt build: xcode 12 support, cmake fixes 2020-11-26 07:54:03 +00:00
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.