Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 3.4 #11515

Merged
merged 28 commits into from
May 14, 2018
Merged

Merge 3.4 #11515

merged 28 commits into from
May 14, 2018

Conversation

alalek
Copy link
Member

@alalek alalek commented May 14, 2018

#11442 from cclauss:print-function
#11443 from cclauss:fix-Python-string-format
#11444 from cclauss:patch-2
#11445 from cclauss:file-long-raw_input-xrange
#11459 from dkurt:dnn_mobilenet_v2
#11461 from dkurt:dnn_reduce_mem_consumption
#11497 from alalek:libjpeg-turbo
#11498 from matech96:camshift_publication_date
#11502 from berak:fix_knearest
#11504 from alalek:check_flake8
#11506 from catree:tutorial_euler_angles_doc

docker_image:Custom=ubuntu-cuda:16.04
#docker_image:Custom=powerpc64le

Previous "Merge 3.4": #11495

cclauss and others added 28 commits May 3, 2018 07:12
__ridx__ is an _undefined name_ in this context but __self.ridx__ is used three other times in this method and nine times in this class.  Undefined names may raise [NameError](https://docs.python.org/3/library/exceptions.html#NameError) at runtime.

flake8 testing of https://github.com/opencv/opencv

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./modules/ts/misc/table_formatter.py:50:23: F821 undefined name 'ridx'
            self.rows[ridx + 1].props = properties
                      ^
```
Fix publication date of "Computer Vision Face Tracking for Use in a Perceptual User Interface" from 1988 to 1998.
Repo: https://github.com/libjpeg-turbo/libjpeg-turbo.git
Tag: 1.5.3

excluded libjpeg-turbo files:
- bmp.c
- bmp.h
- cderror.h
- cdjpeg.c
- cdjpeg.h
- cjpeg.c
- djpeg.c
- example.c
- jcstest.c
- jdatadst-tj.c
- jdatasrc-tj.c
- jpegtran.c
- rdbmp.c
- rdcolmap.c
- rdgif.c
- rdjpgcom.c
- rdppm.c
- rdrle.c
- rdswitch.c
- rdtarga.c
- tjbench.c
- tjunittest.c
- tjutil.c
- tjutil.h
- transupp.c
- transupp.h
- turbojpeg-jni.c
- turbojpeg.c
- turbojpeg.h
- wrbmp.c
- wrgif.c
- wrjpgcom.c
- wrppm.c
- wrrle.c
- wrtarga.c
@alalek
Copy link
Member Author

alalek commented May 14, 2018

👍

@alalek alalek merged commit 68c9290 into opencv:master May 14, 2018
@alalek alalek mentioned this pull request May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants