42 Commits (dae1fc8889c13cb67f90b0e34b07d4d4b785ff0f)

Author SHA1 Message Date
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Alexander Broemmer b2524f4571 Clear old CameraParameters in AffineBasedEstimator 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 9 years ago
Leonid Beynenson 4f95e6c70b Fixed bug in cv::detail::waveCorrect 10 years ago
Dmitry Gribanov 8a1d3929cc Feature based stitching's wave correction bugfix. 11 years ago
Dmitry Gribanov ee0da48bd2 Feature based stitching's wave correction bugfix. 11 years ago
Leonid Beynenson 79878a57a9 Fixed bug in cv::detail::waveCorrect 11 years ago
dbloisi 582d5558cc trying to solve with space errors 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
zio dodo 449b4d8a65 Added the tutorial on background subtraction, in the video section 12 years ago
Miroslav Kobetski b595d73d6d defined uint for non-windows platforms too. replaced isnan for cvIsNaN. 12 years ago
Alexey Spizhevoy 2a48f7c035 fixed include for Windows 12 years ago
Alexey Spizhevoy 027065a5a1 removed trailing whitespaces causing warnings 12 years ago
Alexey Spizhevoy cc85e86ee7 fixed Windows build 12 years ago
Alexey Spizhevoy 438a599288 added 'cmath' include 12 years ago
Alexey Spizhevoy 37ea872204 added handling of camera parameters estimation errors (#3122) 12 years ago
Ivan Korolev 58fa401b4d Fixed a bug #2405 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev 4a53199e7a Quiet logs in stitching module 13 years ago
Alexey Spizhevoy eafb024112 fixed one of the log messages in the stitching module 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Leonid Beynenson 2395654cbf Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose. 13 years ago
Alexey Spizhevoy b4f17ab79e Updated motions estimators in the stitching module to be able to set camera intrinsics manually 14 years ago
Leonid Beynenson 0b907d088d Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm. 14 years ago
Alexey Spizhevoy b8304ce764 Updated stitcher a little bit 14 years ago
Alexey Spizhevoy c5357cc17c Added fix for removing too similar images into the stitching module 14 years ago
Alexey Spizhevoy 16f5c67914 Added support of vertical straightening into stitching 14 years ago
Alexey Spizhevoy afc894db9f Replaced SVD with eigenval decomposition in waveCorrect func (stitching) 14 years ago
Alexey Spizhevoy 39533a0b1b Added BA refinement flags into stitching_detailed 14 years ago
Alexey Spizhevoy 4ee462c961 Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module) 14 years ago
Alexey Spizhevoy dbce155874 Refactored motion estimators in stitching module 14 years ago
Alexey Spizhevoy 07efb17d12 Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring. 14 years ago
Alexey Spizhevoy 23636433d7 Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. 14 years ago
Alexey Spizhevoy 95a3ffd0c5 put all old stitching API into detail namespace 14 years ago
Alexey Spizhevoy fbe2e6fb01 refactored stitching module 14 years ago
Alexey Spizhevoy 9be4701f24 turned opencv_stitching application to module and sample 14 years ago
Alexey Spizhevoy bcec7a7e35 minor changes in opencv_stitching 14 years ago
Alexey Spizhevoy 3bb0a5e331 minor changes in opencv_stitching 14 years ago
Alexey Spizhevoy 78bb392088 refactored opencv_stitching 14 years ago
Alexey Spizhevoy b97ecdff0d refactored opencv_stitching, added possibility to turn off BA 14 years ago
Alexey Spizhevoy c92b040c48 updated saving matches graph in opencv_stitching 14 years ago