- 18 Oct, 2015 4 commits
-
-
Pavel Rojtberg authored
do not use a custom enum instead of the V4L2 fourcc defines for palette. This way we can easily implement CAP_PROP_FOURCC and CAP_PROP_MODE.
-
Pavel Rojtberg authored
use logic similar to cap_libv4l: replace icvSetVideoSize by v4l2_reset as it was not used for V4L1, the actual frame format is negotiated in try_palette_v4l2 and the stream has to restarted anyway.
-
Pavel Rojtberg authored
now icvGetPropertyCAM_V4L behaves the same as in cap_libv4l. This also fixes passing boolean values.
-
Pavel Rojtberg authored
also refactor property range handling and opencv property to V4L2 translation.
-
- 07 Oct, 2015 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 06 Oct, 2015 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
berak authored
-
Sergiu Dotenco authored
-
Aman Verma authored
-
Sergiu Dotenco authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 05 Oct, 2015 4 commits
-
-
Alexander Alekhin authored
Catched on Ubuntu 12.04 with FFMPEG: codec: YES (ver 53.35.0) format: YES (ver 53.21.1) util: YES (ver 51.22.3) swscale: YES (ver 2.1.0) resample: NO gentoo-style: YES
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
it is new'ed but never deleted. However it does not need to be global or heap allocated in the first place.
-
- 02 Oct, 2015 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
-
- 01 Oct, 2015 7 commits
-
-
Pavel Vlasov authored
-
Vadim Pisarevsky authored
-
Philipp Hasper authored
Corrected typo and unused imports
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Pavel Vlasov authored
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+; IPP initialization logic was unified across modules;
-
- 30 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 29 Sep, 2015 3 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
- 28 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Sep, 2015 2 commits
-
-
Suleyman TURKMEN authored
-
Kauê de Moraes Vestena authored
Previously, there's no way to the user see the found corners, i've changed that. In a cout, are write that: "average reprojection err = " But it isn't a "reprojection error" at all, it is a mean of each EPIPOLAR error, wich occur when the product x' * F * x is not equal to zero. (x and x' are the same points in the right and left scene) (the RMS that explain the average absolute reprojection error is given by the return of the stereoCalibrate() function) At least, i think it's interesting to initialize the camera matrices before. Thank you all for this amazing code. Apologize my weak english.
-