- 15 Jun, 2016 1 commit
-
-
Philipp Hasper authored
combinations of translation, rotation, and uniform scaling equals four degrees of freedom
-
- 13 Apr, 2016 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 12 Apr, 2016 8 commits
-
-
Tauranis authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
ohnozzy authored
Added 2 inline functions in persistence.hpp So that the '>>' operator works correctly for std::Vector<KeyPoint> and std::Vector<DMatch>
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Dustin Spicuzza authored
- Allows using non-default device names such as /dev/v4l/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-video-index0
-
- 11 Apr, 2016 4 commits
-
-
Alexander Alekhin authored
-
Andreas Franek authored
CvVideoWriter_GStreamer assumes a JPEG encoded stream if the height of the given frame size is 1.
-
Alexander Alekhin authored
-
Philipp Hasper authored
-
- 07 Apr, 2016 1 commit
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 06 Apr, 2016 4 commits
-
-
Alexander Alekhin authored
-
shengyu authored
-
Alexander Alekhin authored
-
qiao authored
syntax of cmake "get_filename_component" changed after version 2.8.11 for cmake version < 2.8.11 get_filename_component(<VAR> <FileName> PATH [CACHE]) for cmake version >= 2.8.11 get_filename_component(<VAR> <FileName> DIRECTORY [CACHE]) Update OpenCVConfig.cmake Update OpenCVConfig.cmake.in
-
- 05 Apr, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 04 Apr, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 03 Apr, 2016 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Apr, 2016 4 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
shengyu authored
-
Fraser Harris authored
-
- 31 Mar, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
filipsladek authored
-
- 30 Mar, 2016 2 commits
-
-
Alexander Alekhin authored
-
filipsladek authored
-
- 29 Mar, 2016 5 commits
-
-
filipsladek authored
-
filipsladek authored
-
Eduardo Arnold authored
-
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.
-