- 23 Nov, 2017 1 commit
-
-
Muhammad Abdullah authored
Following were the errors in the digits_video.py 1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer . 2 ) After pressing the "esc" button the image windows did not destroy So I amended following things: 1 ) ~converted data type of x to int.~ Used Python integer division (//) 2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
-
- 08 Nov, 2017 7 commits
-
-
Alexander Alekhin authored
-
Fakabbir Amin authored
* Improve Documentation Fixes Spelling Mistakes.
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
Fix sample code in js_tutorials
-
Alexander Alekhin authored
-
Shinya Ishikawa authored
-
- 07 Nov, 2017 14 commits
-
-
Alexander Alekhin authored
git: .gitignore update
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
ignore all "dot" files/directories by default. 'ignored' files can be added via 'git add -f' command if necessary.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Fix typo in js_tutorials
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 06 Nov, 2017 1 commit
-
-
Shinya Ishikawa authored
-
- 04 Nov, 2017 2 commits
-
-
Mikhail Paulyshka authored
-
Cartucho authored
* Adding constants to json file * adding sub-module to constants name * adding namespace to functions * adding namespace to classes * remove namespace from methods * static methods * python signatures generation * python: more fixes for signatures generation Python names existence can be checked via command: python -c "import cv2 as cv; print(repr(<py_name>))"
-
- 03 Nov, 2017 5 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Nov, 2017 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
IPP is used on iPhoneSimulator only.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
for non-ANDROID platforms
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-