Vadim Pisarevsky
|
c57799a877
|
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)
|
13 years ago |
Vadim Pisarevsky
|
db19eb1586
|
converted part of ch12
|
14 years ago |
Andrey Kamaev
|
954f3c1eb9
|
Java: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources extraction.
|
14 years ago |
Vadim Pisarevsky
|
eac0309324
|
converted live camera calibration sample
|
14 years ago |
Vadim Pisarevsky
|
41df54e75f
|
fixed several typoes and errors in the refman (ticket #1203)
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
14 years ago |
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
14 years ago |
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Ilya Lysenkov
|
2c2d7d7bbd
|
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
|
14 years ago |
Vadim Pisarevsky
|
5bb8076d7d
|
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
|
14 years ago |
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
14 years ago |
Andrey Kamaev
|
ed8a2af9b6
|
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation
|
14 years ago |
Andrey Kamaev
|
741a689f65
|
Improved RST parser; fixed small typos found by new parser
|
14 years ago |
Vadim Pisarevsky
|
cc9a1bb62f
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Bernat Gabor
|
762bc0f8af
|
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
|
14 years ago |
Vadim Pisarevsky
|
b204e73d9a
|
propagated some more fixes from 2.3 branch to the trunk
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
b1bf1deed0
|
fixed 2 bugs in reference manuals
|
14 years ago |
Vadim Pisarevsky
|
f4dc4b43e4
|
fixed calibrateCamera API (ticket #1143)
|
14 years ago |
Vadim Pisarevsky
|
6229af93d6
|
corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141)
|
14 years ago |
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
Vadim Pisarevsky
|
8d8ef596c8
|
introduced new RST/Sphinx domain ocv.
|
14 years ago |
Alexander Shishkov
|
a7d1e08bcc
|
added progress output to the long-time tests (for buildbot)
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
bb8198abfd
|
continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore)
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
51c11ba78b
|
improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011)
|
14 years ago |
Ilya Lysenkov
|
c71e24cd96
|
Updated docs of findCirclesGrid()
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Vadim Pisarevsky
|
fcd2a0c3d3
|
fixed VS2010 compile warnings and errors
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Ethan Rublee
|
5964234681
|
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
|
14 years ago |
Ilya Lysenkov
|
4875ffc953
|
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
|
14 years ago |
Ilya Lysenkov
|
aa3dada2fe
|
Added support of the CV_64F depth to solvePnP (ticket #835)
|
14 years ago |
Vadim Pisarevsky
|
bfbc70436d
|
fixed crash in cv2.findHomography() (ticket #1094)
|
14 years ago |
Vadim Pisarevsky
|
145a76faf4
|
fixed features2d (ORB) compile errors on Windows
|
14 years ago |
Vadim Pisarevsky
|
f2a337f990
|
fixed several typos, including the old ones from ticket #854
|
14 years ago |
Vadim Pisarevsky
|
57e5fabf8f
|
Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
14 years ago |
Elena Fedotova
|
aa1fac4c5a
|
Purpose: completed the calib3d chapter
|
14 years ago |
Anatoly Baksheev
|
8ebff41c29
|
more warnings fixed. +some warnings in examples
|
14 years ago |
Anatoly Baksheev
|
927dccb463
|
fixed compilation WITH_TBB
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
14 years ago |
Ilya Lysenkov
|
dde9181117
|
Added a fast algorithm for the symmetric circles grid detection
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |
Vadim Pisarevsky
|
d02a0cab48
|
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
|
14 years ago |