Alexander Smorkalov
bba8c0beac
Made samples build independent from nonfree module.
9 years ago
Alexander Smorkalov
ff00220302
Set of lintain warning fixes for -samples debian package.
9 years ago
Dan Moodie
f332f98757
Removed last trailing whitespace. Can't believe I missed it.
9 years ago
Dan
e4184195a2
Looks like something automatically added tabs back in after I already fixed the white space. :/
9 years ago
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.
9 years ago
Dan
ab84de967e
More whitespace fixes.
9 years ago
Suleyman TURKMEN
69d84c8f3e
Update how_to_scan_images.cpp
9 years ago
Dan Moodie
7376c5311b
Fixed tabs in whitespace.
9 years ago
Dan
12dcb1555e
Missed one conversion of CV_TYPE to cv::DataType
9 years ago
Dan
00c2930709
improved comments.
9 years ago
Dan
23fc5930b7
Improved thrust interop tutorial.
9 years ago
Dan
09d392f09d
Added thrust tutorial.
9 years ago
Dan
a80e0cf8bd
Added tutorials for using thrust.
9 years ago
Enes Ateş
5df2713b16
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
see also PR #5393
9 years ago
Enes Ateş
769fe82743
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
9 years ago
berak
602bd60c3a
Update cloning_gui.cpp
9 years ago
Pavel Rojtberg
d0e16b21d4
add support for fisheye camera model
9 years ago
berak
dc265071d0
Update PnPProblem.cpp
9 years ago
Suleyman TURKMEN
9dd41a8187
Update how_to_scan_images.cpp
9 years ago
sbokov
aea4157340
Adding new HAL-accelerated MODE_SGBM_3WAY
...
New mode is approximately 2-3 times faster than MODE_SGBM
with minimal degradation in quality and uses universal
HAL intrinsics. A performance test was added. The accuracy
test was updated to support the new mode.
9 years ago
Ruslan Baratov
83b882039e
Update samples/cpp/example_cmake: no need to use `include_directories`
10 years ago
berak
851ce27240
http://code.opencv.org/issues/4359 2.4 branch
10 years ago
berak
737a1e2f12
http://code.opencv.org/issues/4359 , for master
10 years ago
Samyak Datta
e9c765ee2c
C++ sample code to detect facial features
10 years ago
Maksim Shabunin
330b3e87eb
Fixed latch sample build without contrib
10 years ago
GilLevi
a4e5b09ea4
fixed whitespace issue
10 years ago
Maksim Shabunin
3863dc5b2b
Updated pkg-config generation, added sample makefile
10 years ago
laurentBerger
b204013483
back to #include "opencv2/cvconfig.h"
10 years ago
laurentBerger
b116d6c6e8
use ifndef HAVE_GTK
10 years ago
laurentBerger
a6a0fc5b21
replace "cvconfig.h" it with "opencv2/cvconfig.h".
10 years ago
Piotr Dobrowolski
6d0407b65e
VideoCapture with digital camera and gPhoto2 library
10 years ago
GilLevi
05a45ef6dc
renamed LATCH
10 years ago
laurentBerger
268283ff16
suppress android and mac warnings
10 years ago
GilLevi
6613519c2e
added sample for LATCH
10 years ago
laurentBerger
546f70a6f0
some warnings and errors
10 years ago
GilLevi
f85eb23c3b
sample for LATCH
10 years ago
laurentBerger
187ab0ca61
include cvconfig.h to use constant HAVE_OPENGL
10 years ago
laurentBerger
7cf5de0ed0
trailing whitespace and some bracket
10 years ago
laurentBerger
68e9d19743
An example how to use features2d for MSER. Data results are visualized in 3D using openglwith mouse or keyboard
10 years ago
GilLevi
a41ac8fd40
added sample code for LATCH
10 years ago
laurentBerger
06b0fa6fc2
BLOB_MSER avec opengl
10 years ago
laurentBerger
780f4ae7c5
try to implement remark included in message
10 years ago
laurentBerger
dfc508bb15
problem float constant and position of > in vector
10 years ago
laurentBerger
05bc7621e6
trailing whitespace
10 years ago
laurentBerger
a94fdbe0f0
Example about BLOB with a new image in data folder
10 years ago
laurentBerger
e7fcffeead
Exxemple MSER et BLOB séparés
10 years ago
laurentBerger
16e20e5c73
An another improvement?
10 years ago
laurentBerger
9e97d7b4db
Etude de MSER
10 years ago
laurentBerger
26d7da68fc
warning C4101: 'e' line 146
10 years ago
laurentBerger
f6f5b6035b
trailing whitespace
10 years ago