Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
2013-04-12 14:37:01 +04:00 |
|
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
2013-04-08 15:47:28 +04:00 |
|
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
2013-04-01 17:29:10 +04:00 |
|
Andrey Kamaev
|
4ab650d15b
|
Remove gcd function from core headers
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
2013-03-22 22:14:26 +04:00 |
|
Andrey Kamaev
|
0b0c9be771
|
Merge pull request #636 from ilya-lavrenov:SSE2_HOG
|
2013-03-18 15:56:16 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Ilya Lavrenov
|
8b510ad8dc
|
sse2 hog
|
2013-03-11 20:21:48 +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 |
|
Andrey Kamaev
|
37d695a62e
|
Use gtest assertions in cascade test
This simplifies test debugging a lot
|
2013-02-06 15:07:31 +04:00 |
|
Vadim Pisarevsky
|
638c0d1bf4
|
fixed compile warnings
|
2013-02-01 10:47:27 +04:00 |
|
Vadim Pisarevsky
|
18039d7829
|
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669
|
2013-01-31 22:55:04 +04:00 |
|
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
2013-01-31 12:23:08 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
3e10e057cb
|
Merge pull request #110 from vpisarev/test_fixes2
|
2012-10-31 16:52:50 +04:00 |
|
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
2012-10-29 23:37:18 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Maria Dimashova
|
ba62621534
|
updated test on lsvm
|
2011-10-04 12:29:56 +00:00 |
|
Maria Dimashova
|
a70496e414
|
added test for c++ version of latent svm and updated testdata
|
2011-10-03 16:55:49 +00:00 |
|
Vadim Pisarevsky
|
08f1f5769a
|
ok. enabled TBB in LatentSVM, but need to check if it works
|
2011-07-14 12:11:18 +00:00 |
|
Vadim Pisarevsky
|
36ba3d691e
|
temporarily switch off TBB
|
2011-07-14 11:51:43 +00:00 |
|
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
2011-06-11 17:24:09 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Valentina Kustikova
|
110351d3de
|
Bugs in the test for LatentSVM were fixed.
|
2011-04-08 03:51:40 +00:00 |
|
Alexey Spizhevoy
|
51cee84123
|
created GPU new-style test project, ported StereoBP test
|
2011-02-16 11:38:58 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|