- 22 Apr, 2016 1 commit
-
-
- 17 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 14 Apr, 2016 1 commit
-
-
rishirajsurti authored
-
- 01 Apr, 2016 1 commit
-
-
Fraser Harris authored
-
- 29 Mar, 2016 2 commits
-
-
Anatoly Orlov authored
-
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.
-
- 24 Mar, 2016 2 commits
-
-
Vladislav Sovrasov authored
-
Maksim Shabunin authored
-
- 19 Mar, 2016 1 commit
-
-
berak authored
-
- 16 Mar, 2016 1 commit
-
-
Bleach666 authored
-
- 14 Mar, 2016 1 commit
-
-
berak authored
responses must be float, else we trigger an assertion in line 150
-
- 03 Mar, 2016 8 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 25 Feb, 2016 2 commits
-
-
Marina Noskova authored
Added some asserts.
-
Marina Noskova authored
-
- 24 Feb, 2016 1 commit
-
-
Marina Noskova authored
-
- 15 Feb, 2016 6 commits
-
-
Eric Zavesky authored
-
Marina Noskova authored
-
Eric Zavesky authored
-
Eric Zavesky authored
-
Eric Zavesky authored
- previously BB was ignored for first frame, now masks analysis area - also allow real-time feedback of processing
-
Eric Zavesky authored
-
- 12 Feb, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 10 Feb, 2016 6 commits
-
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
Added new test (separating two points)
-
Marina Noskova authored
Also fixed documentation, refactored sample.
-
Marina Noskova authored
-
Marina Noskova authored
-
- 18 Jan, 2016 1 commit
-
-
Alexander Fedorov authored
Without fixes after 68 line (img1_filename = parser.get<std::string>(0);) OpenCV Error: ./stereo_matching im0.png im1.png --max-disparity=16 --blocksize=17 OpenCV Error: Bad argument (undeclared position 0 requested) in getByIndex, file /home/entodi/opencv/modules/core/src/command_line_parser.cpp, line 169 terminate called after throwing an instance of 'cv::Exception' what(): /home/entodi/opencv/modules/core/src/command_line_parser.cpp:169: error: (-5) undeclared position 0 requested in function getByIndex
-
- 13 Jan, 2016 1 commit
-
-
BinMatrix authored
-
- 30 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 26 Dec, 2015 1 commit
-
-
Ishank gulati authored
-