172 Commits (88419f892361763fb49cc5a05d04f4d169fca872)

Author SHA1 Message Date
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. 11 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
Andrey Kamaev b2acf50c81 Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f 12 years ago
noob 424bc609b6 Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Andrey Kamaev bbbe77e05e Fix Android build for mips platform 12 years ago
Andrey Kamaev c9d078ab00 Fix formatting in detection based tracker 12 years ago
Andrey Kamaev ce11c0d1eb Fix formatting in detection based tracker 12 years ago
Andrey Kamaev 9981b283a6 Fixed build warnings (including error in FAST) 12 years ago
Philipp Wagner 9db42aca04 Issue #2232: Bugfixes for 64bit Python-compability. 13 years ago
Philipp Wagner 2c2d6fa5fd Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly. 13 years ago
Philipp Wagner 989631c5cc facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning. 13 years ago
Philipp Wagner 4a4f90c406 facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting. 13 years ago
Philipp Wagner 62a8f6783e FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes. 13 years ago
Philipp Wagner f29d73fe86 Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works). 13 years ago
Philipp Wagner 5983f8008f Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp. 13 years ago
Philipp Wagner 79b45b1392 Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model. 13 years ago
Eric Christiansen f08996bd37 asserted in LBPH code that images must have a single channel 13 years ago
Leonid Beynenson 6d3db49932 Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object. 13 years ago