192 Commits (4595e3aa3ee3c2d331e5a86e880c360e3a0f4605)

Author SHA1 Message Date
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
alexandre benoit a5acc9ee1f nicer interface with the use of InputArray and OutptArray instated of (const Mat&) 12 years ago
alexandre benoit cf6e833169 trying to solve valarray pointer access problem, enhancing documentation 12 years ago
alexandre benoit 9c26387ce0 updated sources to correct buildbot warnings 12 years ago
alexandre benoit a659e287fb minor error correction 12 years ago
alexandre benoit 80e65e08b5 updated doc and interface code to solve compile warnings and errors 12 years ago
alexandre benoit b70b5a3011 corrections required for portability. To be validated by buildbot 12 years ago
alexandre benoit 9549949228 minor chnges for conflict removal 12 years ago
alexandre benoit 737046916c activated parallelized gradient computation 12 years ago
alexandre benoit b62d101115 updated retina interface for cleaner use, following OpenCV standards 12 years ago
Andrey Kamaev 909d6fcf51 Move legacy part of opencv_contrib to separate header 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 199a35a105 Move C API of opencv_video 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
Andrey Kamaev 940eedfb27 Finalize core headers reorganization 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 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 cc6bdfb045 Remove inline sorting algorithms from core headers 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
Vadim Pisarevsky 07e0f7bf59 refactored video module; use the new-style algorithms now 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 2a06fd98c0 Fix build errors with c++11 12 years ago
Andrey Kamaev ec8637a990 Fix build errors 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 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 81f826db2b Normalize line endings and whitespace 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
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
marina.kolpakova 23699acca0 fix for bug 2264 13 years ago
Leonid Beynenson 2fd8ad65b9 Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects 13 years ago
Vadim Pisarevsky 427ce1247a some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover 13 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. 13 years ago
Andrey Kamaev 07d92d9e5a Fix android build warnings 13 years ago
Vadim Pisarevsky 67ff95083d added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters 13 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 13 years ago
Alexandre Benoit 5a6114e299 updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper 13 years ago
Andrey Kamaev b2acf50c81 Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f 13 years ago
noob 424bc609b6 Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms 13 years ago