mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 14:50:52 +08:00
OpenCV 3.4.3
parent
26bc2778eb
commit
cebf333e27
79
ChangeLog.md
79
ChangeLog.md
@ -1,6 +1,85 @@
|
|||||||
OpenCV Change Logs
|
OpenCV Change Logs
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
version:3.4.3
|
||||||
|
-------------
|
||||||
|
|
||||||
|
*August, 2018*
|
||||||
|
|
||||||
|
OpenCV 3.4.3 has been released, with further extended dnn module, documentation improvements, some other new functionality and bug fixes.
|
||||||
|
|
||||||
|
**TBD**
|
||||||
|
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>opencv (35 contributors)</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git shortlog --no-merges -ns 3.4.2..3.4.3
|
||||||
|
68 Alexander Alekhin
|
||||||
|
24 Dmitry Kurtaev
|
||||||
|
21 Maksim Shabunin
|
||||||
|
10 berak
|
||||||
|
5 Kuang Fangjun
|
||||||
|
4 Alexander Nesterov
|
||||||
|
4 catree
|
||||||
|
3 Sayed Adel
|
||||||
|
3 Suleyman TURKMEN
|
||||||
|
3 Vadim Pisarevsky
|
||||||
|
2 Li Peng
|
||||||
|
2 Tomoaki Teshima
|
||||||
|
2 Vitaly Tuzov
|
||||||
|
2 luz.paz
|
||||||
|
1 Bahram Dahi
|
||||||
|
1 Colin Smith
|
||||||
|
1 Hamdi Sahloul
|
||||||
|
1 Hiro Kobayashi
|
||||||
|
1 Kaartic Sivaraam
|
||||||
|
1 Karpushin Vladislav
|
||||||
|
1 Lucas Teixeira
|
||||||
|
1 Maxim Smirnov
|
||||||
|
1 Paul92
|
||||||
|
1 Pierre Jeambrun
|
||||||
|
1 Rostislav Vasilikhin
|
||||||
|
1 Sacha
|
||||||
|
1 Teng Yiliang
|
||||||
|
1 Triplesalt
|
||||||
|
1 amatyuko
|
||||||
|
1 asciian
|
||||||
|
1 logic1988
|
||||||
|
1 miaow1988
|
||||||
|
1 tompollok
|
||||||
|
1 yom
|
||||||
|
1 zarelaky
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>opencv_contrib (13 contributors)</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git shortlog --no-merges -ns 3.4.2..3.4.3
|
||||||
|
8 Alexander Alekhin
|
||||||
|
3 Pavel Rojtberg
|
||||||
|
1 Anton Shutikhin
|
||||||
|
1 Hamdi Sahloul
|
||||||
|
1 Jan Beich
|
||||||
|
1 LaurentBerger
|
||||||
|
1 Li-Chi Huang
|
||||||
|
1 Maksim Shabunin
|
||||||
|
1 berak
|
||||||
|
1 bini
|
||||||
|
1 dianlujitao
|
||||||
|
1 gdemarcq
|
||||||
|
1 trobro
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
version:3.4.2
|
version:3.4.2
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
2
Home.md
2
Home.md
@ -9,7 +9,7 @@ General resources
|
|||||||
- :speech_balloon: [Q&A forum](http://answers.opencv.org) - ask questions and share your knowledge by answering others' questions
|
- :speech_balloon: [Q&A forum](http://answers.opencv.org) - ask questions and share your knowledge by answering others' questions
|
||||||
|
|
||||||
- :books: [Documentation](https://docs.opencv.org/):
|
- :books: [Documentation](https://docs.opencv.org/):
|
||||||
- latest releases: [3.4.2](https://docs.opencv.org/3.4.2) and [2.4.13.7](https://docs.opencv.org/2.4.13.7)
|
- latest releases: [3.4.3](https://docs.opencv.org/3.4.3) and [2.4.13.7](https://docs.opencv.org/2.4.13.7)
|
||||||
- nightly releases: [master](https://docs.opencv.org/master) / [3.4](https://docs.opencv.org/3.4) / [2.4](https://docs.opencv.org/2.4) branch
|
- nightly releases: [master](https://docs.opencv.org/master) / [3.4](https://docs.opencv.org/3.4) / [2.4](https://docs.opencv.org/2.4) branch
|
||||||
|
|
||||||
- :hammer_and_wrench: [Changelog](ChangeLog) - highlights for each library release
|
- :hammer_and_wrench: [Changelog](ChangeLog) - highlights for each library release
|
||||||
|
Loading…
Reference in New Issue
Block a user