33 Commits (ebd98eaf3a53aa3ef02c5201bfc7b2290505ccd9)

Author SHA1 Message Date
n001519 cc3fdd005e fix the mser issue 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Vitaly Tuzov 62c1a5a152 Replaced quiet return from MSER:detectRegion function with exeption throwing to notify user in case small image is processed 8 years ago
will hunt ac2d79fd67 MSER: all test passed. 8 years ago
Vitaly Tuzov 9db93d773d Fix for MSER::detectRegions crash on images with either dimension less than 3 8 years ago
will hunt c3d2921971 MSER: grew unnecessary histories. 8 years ago
will hunt c2e5418e51 MSER: off-by-one bug 8 years ago
askourik ae66ce9d22 Add treelookups for nonintel 9 years ago
Vadim Pisarevsky fede94e979 it's now true MSER algorithm that works well on binary images too 10 years ago
exeltior b51805e245 Update mser.cpp 10 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 9c9ecc22e2 fixed opencv_java build 10 years ago
Vadim Pisarevsky fa76c634ec ok; all the tests now pass 10 years ago
Vadim Pisarevsky 01d3848f17 all the tests now pass except for MSER 10 years ago
Vadim Pisarevsky 06d4aa6060 now all the samples and opencv_contrib compile! 10 years ago
Vadim Pisarevsky 09df1a286b OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Vadim Pisarevsky 61cddd8b63 fixed opencv_java build 10 years ago
Vadim Pisarevsky 25a7d023dd ok; all the tests now pass 10 years ago
Vadim Pisarevsky c5261ea3d2 all the tests now pass except for MSER 10 years ago
Vadim Pisarevsky d017faa06c now all the samples and opencv_contrib compile! 10 years ago
Vadim Pisarevsky 5e667ee53a OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet 10 years ago
Ilya Lavrenov 6ad7b64912 some more changes 11 years ago
Ilya Lavrenov e559256719 added cv::GFTTDetector 11 years ago
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 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 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Maria Dimashova c94974ccb3 fixed mser (angle is -1 now) 13 years ago
Maria Dimashova 017895dd93 filtered MSER keypoints that have centers out of image 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 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Vadim Pisarevsky a3262c5e51 added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors. 13 years ago
Vadim Pisarevsky d60623279c switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Vadim Pisarevsky f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago