opencv/samples/cpp
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
..
example_cmake Update samples/cpp/example_cmake: no need to use include_directories 2015-06-17 17:53:05 +02:00
tutorial_code XML file path correction 2015-09-23 13:19:17 +02:00
3calibration.cpp
autofocus.cpp VideoCapture with digital camera and gPhoto2 library 2015-05-21 00:41:39 +02:00
bgfg_segm.cpp
calibration.cpp
camshiftdemo.cpp
cloning_demo.cpp
cloning_gui.cpp fix warnings in samples 2014-10-15 11:09:33 +09:00
CMakeLists.txt Basic HAL module 2015-04-07 18:16:22 +03:00
connected_components.cpp
contours2.cpp
convexhull.cpp
cout_mat.cpp
create_mask.cpp
dbt_face_detection.cpp
delaunay2.cpp
demhist.cpp
detect_blob.cpp try to implement remark included in message 2015-05-12 19:01:05 +02:00
detect_mser.cpp back to #include "opencv2/cvconfig.h" 2015-05-21 20:22:57 +02:00
dft.cpp
distrans.cpp
drawing.cpp
edge.cpp
em.cpp Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
facedetect.cpp
facial_features.cpp C++ sample code to detect facial features 2015-05-26 18:08:26 +02:00
fback.cpp
ffilldemo.cpp
filestorage.cpp
fitellipse.cpp
grabcut.cpp Fix typo 2015-01-17 22:53:30 +05:30
houghcircles.cpp
houghlines.cpp
image_alignment.cpp
image_sequence.cpp
image.cpp Updated sample files documentation inclusions 2014-12-26 19:17:18 +03:00
imagelist_creator.cpp
inpaint.cpp
intelperc_capture.cpp
kalman.cpp
kmeans.cpp
laplace.cpp
letter_recog.cpp Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
lkdemo.cpp Update lkdemo.cpp because of memory leak 2015-03-24 09:06:55 +00:00
logistic_regression.cpp Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
lsd_lines.cpp Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm. 2015-01-20 17:05:38 +01:00
mask_tmpl.cpp Add template match with mask. 2015-01-16 11:09:26 +08:00
matchmethod_orb_akaze_brisk.cpp An another improvement? 2015-05-09 10:29:53 +02:00
minarea.cpp
morphology2.cpp
npr_demo.cpp
opencv_version.cpp
openni_capture.cpp update openni sample comments referring #81 2015-04-24 18:19:03 +02:00
pca.cpp
phase_corr.cpp
points_classifier.cpp Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
polar_transforms.cpp
segment_objects.cpp
select3dobj.cpp
shape_example.cpp
smiledetect.cpp
squares.cpp
starter_imagelist.cpp
starter_video.cpp
stereo_calib.cpp little fixes and correction of a conceptual error 2015-09-27 15:53:30 -03:00
stereo_match.cpp Adding new HAL-accelerated MODE_SGBM_3WAY 2015-07-23 23:08:26 +03:00
stitching_detailed.cpp remove cuda module 2015-01-22 15:02:21 +03:00
stitching.cpp
train_HOG.cpp Update train_HOG.cpp 2015-03-11 14:18:07 +01:00
tree_engine.cpp Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
tvl1_optical_flow.cpp
ufacedetect.cpp
videostab.cpp remove cuda module 2015-01-22 15:02:21 +03:00
watershed.cpp