opencv/samples
Kauê de Moraes Vestena 1bd18836d7 little fixes and correction of a conceptual error
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.
2015-09-27 15:53:30 -03:00
..
android giving a chance for OpenCL 1.1 devices 2015-08-27 14:05:32 +03:00
cpp little fixes and correction of a conceptual error 2015-09-27 15:53:30 -03:00
data replacement for #4160 2015-06-26 18:45:58 +03:00
directx fixed not initialized nv12_cpu_copy surface, remove odd code 2015-08-01 02:10:05 +03:00
gpu Merge pull request #5115 from ManuelFreudenreich:hog_variable 2015-08-25 14:45:53 +00:00
java opencv_version 2014-10-04 21:39:57 +04:00
opencl samples: fix OpenCL detection / build warning 2015-08-24 15:52:14 +03:00
opengl used proper method 2015-08-17 01:44:50 +03:00
python2 Removed trailing whitespace from squares.py compatibility comment. 2015-09-14 13:03:16 +08:00
tapi AndroidMgr: fixed package build 2015-06-03 19:01:48 +03:00
va_intel changed device detection procedure, added resizing surface to bigger size 2015-09-23 17:35:49 +03:00
winrt Updated sample to showcase highgui WinRT usage 2015-06-26 23:41:39 +03:00
winrt_universal Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
wp8 Adding backslash in macro-based paths 2015-05-29 09:36:42 +03:00
CMakeLists.txt implemented sample build in fallback mode without interop 2015-09-10 19:30:19 +03:00