Vadim Pisarevsky
|
fede94e979
|
it's now true MSER algorithm that works well on binary images too
|
2015-05-21 05:44:14 +03:00 |
|
exeltior
|
b51805e245
|
Update mser.cpp
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
|
2015-02-16 18:17:41 +01:00 |
|
Vadim Pisarevsky
|
d2b9dc5530
|
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
|
2014-10-18 20:44:26 +04:00 |
|
Vadim Pisarevsky
|
9c9ecc22e2
|
fixed opencv_java build
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
fa76c634ec
|
ok; all the tests now pass
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
01d3848f17
|
all the tests now pass except for MSER
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
06d4aa6060
|
now all the samples and opencv_contrib compile!
|
2014-10-17 14:56:58 +04:00 |
|
Vadim Pisarevsky
|
09df1a286b
|
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
|
2014-10-17 14:56:58 +04:00 |
|
Ilya Lavrenov
|
6ad7b64912
|
some more changes
|
2014-02-17 21:57:33 +04:00 |
|
Ilya Lavrenov
|
e559256719
|
added cv::GFTTDetector
|
2014-01-25 00:23:59 +04:00 |
|
Brian McKinnon
|
36745a80c3
|
Added #include <limits> to files that were missing it.
|
2013-05-06 22:45:11 -04:00 |
|
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |
|
Andrey Kamaev
|
cc6bdfb045
|
Remove inline sorting algorithms from core headers
|
2013-03-28 17:22:50 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Maria Dimashova
|
c94974ccb3
|
fixed mser (angle is -1 now)
|
2012-07-14 15:03:39 +00:00 |
|
Maria Dimashova
|
017895dd93
|
filtered MSER keypoints that have centers out of image
|
2012-07-12 17:51:12 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
2012-03-17 09:50:47 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
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.
|
2012-03-15 14:36:01 +00:00 |
|
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
|
2010-07-16 12:54:53 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|