Go to file
Zihao Mu 139c443770
Merge pull request #22183 from zihaomu:fastConv_ARMv7_compatible
DNN: ARMv7 compatible fastConv

* support armv7 on fastConv

* remove whitespace.
2022-07-07 13:23:08 +03:00
.github Merge pull request #22186 from fengyuentau:ci_job_rename_4.x 2022-07-05 01:46:01 +03:00
3rdparty ffmpeg/4.x: update FFmpeg wrapper 2022.05 2022-05-24 23:44:10 +00:00
apps Merge pull request #22147 from rogday:zoom_factor 2022-06-30 23:31:52 +03:00
cmake add mirrors for tim-vx and others in opencv_contrib 2022-04-21 14:48:40 +08:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-06-26 14:22:24 +00:00
include
modules Merge pull request #22183 from zihaomu:fastConv_ARMv7_compatible 2022-07-07 13:23:08 +03:00
platforms pre: OpenCV 4.6.0 (version++) 2022-05-23 19:25:16 +00:00
samples Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-06-26 14:22:24 +00:00
.editorconfig
.gitattributes
.gitignore Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
CMakeLists.txt highgui Wayland xdg_shell 2022-06-26 12:11:09 -07:00
CONTRIBUTING.md
COPYRIGHT copyright: 2022 2022-01-04 12:49:15 +00:00
LICENSE copyright: 2021 2021-01-01 13:40:32 +00:00
README.md fix 4.x links 2021-12-22 13:24:30 +00:00
SECURITY.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.