Opencv-wrapper

Latest version: v0.2.3

Safety actively analyzes 621688 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.3

-------------------

**New**

- Add tests
- Add `__radd__`, `__rsub__` and `__neg__` for Point.
- Add `inverse` option for remaining threhsolding functions
- The video received from `load_video` and `load_camera` are now iterable

**Changes**

- `Rect.__contains__` now acts as `Rect` in C++ with being inclusive on the
top-left side, and exclusive on the bottom-right side.
- `Rect` must now have a positive width and height.
- Resize parameters factor and shape changed to keyword only

0.2.1

-------------------

**Bugfix**
- Fix `find_external_contour` after inclusion of OpenCV 4

0.2.0

-------------------

**New**

- Support for Python 3.6
- Support for OpenCV 4
- VideoWriter
- Point properties `cartesian` and `polar`

**Changes**

- Change `Rect.aspoints` property to `Rect.cartesian_corners()` function.
- `canny` function now has `high_pass_size=3` as default argument.
- `threshold_adaptive` now has more specifiable parameters and docs.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.