359 Commits (a0771630b04494f0a8cfb6d1a7b4a0a6458d2659)

Author SHA1 Message Date
Roman Donchenko c7d2fdc4b2 Fixed some dubious uses of tbb::task_scheduler_init. 11 years ago
Roman Donchenko bd70a033fc Boring changes - calib3d. 11 years ago
Roman Donchenko 5e4ebf3403 Fixed incomplete matrix initialization in HomographyRefineCallback. 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
Roman Donchenko 8bed7bb5f9 Fixed documentation errors. 11 years ago
Roman Donchenko 2f780ed994 Fix whitespace errors. 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
abidrahmank 29ddbbaa86 epilines pydocs 11 years ago
Bo Li 27a0ed0018 removed tab in five-point.cpp 11 years ago
Bo Li 9b5eca975b fixed a bug for the mask of recoverPose function 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Alexander Smorkalov 16c4aad36d Java/Python bindings for computeCorrespondEpilines added. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
Dominik Rose cfaae5917b Calib3d documentation: 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Vadim Pisarevsky 6aa4f533fa attempt to fix stereobm failures on Mac and Linux 12 years ago
Andrey Kamaev d4bb421ce2 Fix findEssentialMat function 12 years ago
Andrey Kamaev 6ce050d264 Update docs 12 years ago
Andrey Kamaev 940eedfb27 Finalize core headers reorganization 12 years ago
Vladislav Vinogradov b47a2012d2 fixed assert condition (trueRightDisp can be empty) 12 years ago
Andrey Pavlenko 9aa29373b4 this test is unstable (fails from time to time), let's disable it until fixed 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev c886afb502 Finalize cv::Mat transition 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 13b31b0804 Move C++ basic structures to separate header and inverse dependency from C API 12 years ago
Vladislav Vinogradov 10774ff068 removed unnecessary tmp variable (convertTo can work in-place) 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
Vadim Pisarevsky 322d781192 avoid explicit std::string use 12 years ago
Vadim Pisarevsky f8b61e4eca fixed hopefully last warnings in the doc builder 12 years ago
Vadim Pisarevsky 44157c421f fixed python test failures (modified stereo correspondence test to use cv2.* stuff), fixed docs 12 years ago
marina.kolpakova 4096b54560 use static assertation where suitable 12 years ago
Vadim Pisarevsky 7b5923e98b fixed docs and compile error on Linux 12 years ago
Andrey Kamaev 2ad7b97f1c All modules (except ocl and gpu) compiles and pass tests 12 years ago
Vadim Pisarevsky 7661625c39 converter stereo correspondence algorithms to the new style 12 years ago
Dong Nguyen 73f5697749 Fixed wrong in row index of SSE implementation in prefilterXSobel function. 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Bo Li 94b12eae92 update five-point license 12 years ago