1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Update code

This commit is contained in:
edgarriba
2014-08-05 17:27:20 +02:00
parent 0d2bc9b0a1
commit 7b0be9cf8f
9 changed files with 57 additions and 77 deletions
@@ -341,7 +341,7 @@ The following parameters work for this application:
.. code-block:: cpp
// RANSAC parameters
int iterationsCount = 500; // number of Ransac iterations.
float reprojectionError = 2.0; // maximum allowed distance to consider it an inlier.
float confidence = 0.95; // ransac successful confidence.