191 Commits (707d10f11526afee1e1a35ec7fdaa8b05f7e1656)

Author SHA1 Message Date
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Alexander Smorkalov 6bb6039ebb Fixes for QNX 6.6 Neitrino support. 10 years ago
Andrey Pavlenko 02b32d86d3 moving FaceRecognizer2 from public header to .cpp 11 years ago
atinfinity f08d88fa78 fixed calculation method of "cv::TickMeter" 11 years ago
Konstantin Matskevich 59c8edfd98 facerec2 11 years ago
Konstantin Matskevich 8d4a76925c fixed binary compatibility 11 years ago
Konstantin Matskevich d67c9aabff docs 11 years ago
Konstantin Matskevich aa76ef9a98 fixes 11 years ago
Konstantin Matskevich 36afd4ef55 added additionalInfo in faceRecognition 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
Anatoly Baksheev becbfa6281 Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
berak 773616ee04 swapped x,y in elbp_ 11 years ago
Piotr Miecielica 923698d700 Fixes of some memory leaks 11 years ago
Roman Donchenko 2c38be079e Enabled CV_Assert and such to print the function name with Visual C++. 11 years ago
StevenPuttemans 15f1a48ec4 Updated with comments of speclad 11 years ago
Alexander Smorkalov 8aae54b7f4 WindowsRT mode build warning fix. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov d62c98527a Invalid usage of cv::Ptr for arrays fixed. 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
peng xiao 5aaed77cbc Fix a bug of retinaParameters. 11 years ago
Alexander Smorkalov 63786c389f Warning and review notes fixes. 12 years ago
Alexander Smorkalov e03ffde346 WinRT API Certification fixes for core and contrib. 12 years ago
Alexander Smorkalov 62b85a41da TLS calls on WinRT replaced on variables with C++11 "thread" attribute. 12 years ago
StevenPuttemans 5caa808879 Fixing bug #3131 adding breakpoints to featuretracker.cpp 12 years ago
Alexander Smorkalov 16cfc7a531 WindowsRT build warning fixes. 12 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Alexander Smorkalov ee591efb9f Build fix for Windows RT. 12 years ago
Vadim Pisarevsky 10702c6d75 fixes in bundle adjustment code by Nils Hasler 12 years ago
Vladislav Vinogradov d27d091e59 fixed mind/maxd search in CvFuzzyMeanShiftTracker::SearchWindow::initDepthValues 12 years ago
Andrey Kamaev ec8637a990 Fix build errors 12 years ago
Andy Maloney ac8744af6a No need to check vector size before clear() 12 years ago
Andy Maloney bc68dfb4e8 Remove unused vars 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Andrey Kamaev 04481d9ef4 Fix Android build with clang compiler 12 years ago
Vadim Pisarevsky 2e54e2a586 fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility. 12 years ago
Andrey Kamaev 2e91405833 Fix OS X build warnings 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 26bcb3812c Fix binary compatibility of opencv_contrib 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
marina.kolpakova 23699acca0 fix for bug 2264 12 years ago
Leonid Beynenson 2fd8ad65b9 Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects 12 years ago
Vadim Pisarevsky 427ce1247a some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover 12 years ago
Philipp Wagner cfa250eff5 The labels of a model are now cloned instead of using Mat::copyTo, because Mat::copyTo leads to a crash with the Python wrapper. I need to further investigate it. 12 years ago
Andrey Kamaev 07d92d9e5a Fix android build warnings 12 years ago
Vadim Pisarevsky 67ff95083d added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters 12 years ago
Alexandre Benoit 37fe2a252a updated Retina module code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper... compile error corrected 12 years ago
Alexandre Benoit 5a6114e299 updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper 12 years ago