Maksim Shabunin
|
e85ae5f2f0
|
Fixed imgcodecs tests
- Imgcodecs_Image, write_imageseq - assuming JPEG images have losses
- Imgcodecs_Drawing, c_regression - replaced assert calls
- Imgcodecs_Drawing - exact comparison with reference image
|
10 years ago |
vbystricky
|
d58f736935
|
Split highgui module to videoio and highgui
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
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>
|
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 |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
12 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
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
bc3c49518d
|
ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7
|
13 years ago |
Andrey Kamaev
|
2bedf5bfd5
|
Refactored build conditionals in highgui tests
|
13 years ago |
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
13 years ago |
Alexander Reshetnikov
|
5d4a8d0889
|
Updated license text in highgui files
|
13 years ago |
Andrey Kamaev
|
4168a698f6
|
Fixed highgui tests for Android
|
13 years ago |
Andrey Morozov
|
19900d9894
|
converted all highgui tests to the format of google test system
|
14 years ago |
Vadim Pisarevsky
|
ddd8f897fe
|
fixed drawing test
|
14 years ago |
Andrey Morozov
|
da9e3ed6fb
|
commented several tests because it's very slow
|
14 years ago |
Andrey Morozov
|
2df096c1e2
|
converted drawing tests to the format of google test system
|
14 years ago |
Vadim Pisarevsky
|
bf05872929
|
added opencv_test_highgui
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Vadim Pisarevsky
|
39baac85dd
|
fixed some more 64-bit related VS2010 warnings
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |