mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
Open Source Computer Vision Library
a41cbbdc99
Changes: * UMat for blur + rotate resulting in a speedup of around 2X on an i7 * support for boards larger than specified allowing to cover full FOV * support for markers moving the origin into the center of the board * increase detection accuracy The main change is for supporting boards that are larger than the FOV of the camera and have their origin in the board center. This allows building OEM calibration targets similar to the one from intel real sense utilizing corner points as close as possible to the image border. |
||
---|---|---|
.github | ||
3rdparty | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
modules | ||
platforms | ||
samples | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
SECURITY.md |
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: https://opencv.org
- Docs: https://docs.opencv.org/master/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
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.