-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHANGELOG
41 lines (34 loc) · 883 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0.3.1
=====
* Fix imwrite() parameters to work with OpenCV 4.7
0.3.0
=====
* [BREAK] Change handling of -r due to inconsistencies between docs and
implementation.
New API takes a point, width, and height in the format of: X.Y:WxH
* Fix extraction of final slide
* Fix handling of -h
* Add 360p test video and related SVG files
0.2.0
=====
* Add README to source distribution.
* Add GUI example to README.
* Fix region of interest handling. You can now select your ROI from any side:
e.g. bottom-left to top-right and not just top-left to bottom-right.
0.1.0
=====
* Upgrade to OpenCV4
* Downgrade project to C++ due to OpenCV dropping the C API
* Replace autotools with simple make (GNU/BSD)
0.0.3
=====
* Quickfix opencv 2 header include issues.
0.0.2
=====
* Add man page
0.0.1
=====
* Fix incompatibilities with newer autotools versions
0.0.0
=====
* Initial release