-------------------
**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