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
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
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 |