- 29 Mar, 2016 3 commits
-
-
Anatoly Orlov authored
1. Following condition is True on each iteration becuase -1 % 0xFF is 255 not -1 code = cv2.waitKey(100) % 0x100 if code != -1: break this were resetting point position on each cycle not on key press as intended 2. Previous small bug were masking serious bug with matrix operation on matrices of incorrect size. As the result on 2nd iteration of internal cycle program has crushed. I have fixed it too, matrix operation was taken from examples/cpp/kalman.cpp where it looks like randn( processNoise, Scalar(0), Scalar::all(sqrt(KF.processNoiseCov.at<float>(0, 0)))); which is something totally different from previous code here. Example behave as it should now, i.e. point moving by circle trajectory as in C++ example.
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
- 27 Mar, 2016 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 26 Mar, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 25 Mar, 2016 4 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 24 Mar, 2016 4 commits
-
-
Vladislav Sovrasov authored
-
berak authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 23 Mar, 2016 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Lucas Solomon authored
-
Lucas Solomon authored
-
- 22 Mar, 2016 1 commit
-
-
Peter Rekdal Sunde authored
-
- 21 Mar, 2016 6 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 19 Mar, 2016 2 commits
-
-
Leonid Volnitsky authored
-
berak authored
-
- 18 Mar, 2016 2 commits
-
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
- 17 Mar, 2016 5 commits
-
-
Dan authored
Fixed regression in cv::VideoCapture with gstreamer back end that prevented viewing of rtsp streams.
-
StevenPuttemans authored
-
Alexander Alekhin authored
-
Josh Lubawy authored
-
Josh Lubawy authored
-
- 16 Mar, 2016 6 commits
-
-
Alexander Alekhin authored
-
Bleach666 authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Bleach666 authored
-
Robbert Klarenbeek authored
-