Roman Donchenko
d700cc60be
Merge pull request #1641 from jet47:imshow-opengl-fix
11 years ago
Roman Donchenko
df279150ae
Merge pull request #1642 from alalek:cmake_cleanup_targets
11 years ago
Ilya Lavrenov
022b5d6c74
refactored ocl matrix operations accuracy tests
11 years ago
Ilya Lavrenov
b3e1a4598c
enabled double in copyMakeBorder kernel
11 years ago
Ilya Lavrenov
2681cef5d7
rewrote ocl::remap
11 years ago
Ilya Lavrenov
3fe74ad124
fixed ocl::copyMakeBorder
11 years ago
Ilya Lavrenov
36342eb425
added ROI support to ocl::convolve
11 years ago
Ilya Lavrenov
110a92c126
added ROI support to ocl::columnSum
11 years ago
Ilya Lavrenov
60f9ba0c64
added ROI support to ocl::CLAHE
11 years ago
Ilya Lavrenov
4a81be7d0b
refactored all the tests in ocl/test/test_imgproc.cpp
11 years ago
Alexander Alekhin
fd4e705b14
ocl: update autogenerated code
11 years ago
Alexander Alekhin
6344da9ac3
ocl: force to use Khronos OpenCL headers
11 years ago
Alexander Alekhin
9d380ecc08
added Khronos OpenCL 1.2 header files
11 years ago
Andrey Pavlenko
4cbf0cb31e
Merge pull request #1640 from alalek:ocl_fix_exp_test
11 years ago
Andrey Pavlenko
97dfd65007
Merge pull request #1626 from ilya-lavrenov:ocl_filters
11 years ago
Roman Donchenko
5e24376ad7
Updated ffmpeg_vesion.cmake after #1516 .
11 years ago
Alexander Alekhin
83b7fbe376
cmake: cleanup OpenCVModules_TARGETS from cache
...
This will allow to disable modules between cmake runs
11 years ago
Greg Hale
0c4d484679
added backslash
11 years ago
Greg Hale
61ccd170bd
shortened code to not repeat myself
11 years ago
Greg Hale
5bd5993663
Only append -l to lib entries with no path and no -l or -L of their own
11 years ago
Vladislav Vinogradov
fa70f95272
fix imshow under Windows with OpenGL support:
...
we doesn't create OpenGL windows by default
OpenGL window must be created by user via namedWindow
11 years ago
Alexander Alekhin
4bfeeb0738
ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow
11 years ago
Roman Donchenko
578e984739
OpenCV 2.4.6.2 (Tegra detection and native camera update)
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iF4EABEIAAYFAlIxuvoACgkQdDiF7KIeJGrdaQEA0cMV6JhnsWSnZbRCd3RzyXD7
8mf7qrSjIV9ty1UL9AMA/0d4iUIm/iEiBIEP0DbsshX+trN5kXsH5woriScbZMGS
=WeoS
-----END PGP SIGNATURE-----
Merge tag '2.4.6.2' into 2.4
OpenCV 2.4.6.2 (Tegra detection and native camera update)
11 years ago
Roman Donchenko
fb7b4d2d60
Merge pull request #1636 from ilya-lavrenov:ocl_loop_times
11 years ago
Roman Donchenko
88cc054f10
Merge pull request #1369 from StevenPuttemans:fix_featuretracker
11 years ago
Roman Donchenko
9c7ba848bb
Merge pull request #1516 from akarsakov:new_ffmpeg_build
11 years ago
Ilya Lavrenov
07aee1a25c
made LOOP_TIMES as a command line option with default value=1
11 years ago
Alexander Karsakov
cee308312a
Updated build of ffmpeg library (v 2.0.2). Builded with mingw (gcc 4.6.1) with
...
folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit
library, workaround for http://trac.ffmpeg.org/ticket/2363 )
11 years ago
Roman Donchenko
d411041c53
Merge pull request #1637 from SpecLad:run-py-java-fix
11 years ago
Ilya Lavrenov
da3b7c79b8
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
11 years ago
Andrey Pavlenko
7605426dc3
Merge pull request #1613 from alalek:ocl_cvtcolor
11 years ago
Andrey Pavlenko
8b63e33b24
Merge pull request #1632 from alalek:cmake_find_package_build_dir
11 years ago
Andrey Pavlenko
e14dc887c6
Merge pull request #1635 from alalek:cmake_fix_export_java
11 years ago
Andrey Pavlenko
28ecd54f58
Merge pull request #1634 from alalek:cmake_fix_cuda_linker_deps
11 years ago
Alexander Alekhin
ce0647c9b6
ocl: rewrite CvtColor tests, added roi support
11 years ago
Roman Donchenko
5bb6949bd6
Fix running Java tests with run.py on everything other than Windows.
...
Previously, run.py would assume that the opencv_java library is in the
same directory as the tests, which is only true on Windows.
The library path depends on the build configuration, which may not be
known until the actual build (e.g. with the Visual Studio generators),
so it can't be stored in the CMake cache for run.py to read. I didn't
want to hardcode into run.py where the library is on each platform,
either. So that's why I used the current scheme with the properties
file. It also makes running the tests without run.py a little easier.
11 years ago
Alexander Alekhin
09f0e1777e
cmake: fix linker deps for CUDA
11 years ago
Alexander Alekhin
2a9d24323c
cmake: add opencv_java into list of exported targets (fix for android)
11 years ago
Roman Donchenko
bfdbc9cefd
Merge pull request #1375 from jet47:gpu-examples-build
11 years ago
Alexander Alekhin
9941d3f71a
cmake: restore find_package() for build directory
11 years ago
Greg Hale
70df365c87
changed foreach variable to match naming conventions and dropped intermediate variable, appending directly to the LIB_COMPONENTS list
11 years ago
Roman Donchenko
b420c0b160
Merge pull request #1630 from SpecLad:java-deprecated-assert
11 years ago
Roman Donchenko
572c18da72
Merge pull request #1627 from SpecLad:java-version-no-inline
11 years ago
Roman Donchenko
a61d1e6494
Delete an import of junit.framework.Assert, which is deprecated in JUnit 4.x.
...
We don't use it, anyway.
11 years ago
Roman Donchenko
7ff91665cf
In Java bindings, wrap version constants into functions to prevent inlining.
...
Java inlines static finals if they're defined with a constant expression. In
case of version constants we don't want that to happen, since they obviously
change from version to version. If the user substitutes a different OpenCV
jar without recompiling, we want user code to still have relevant values for
the version constants.
This arranges that by turning constant values into function calls, which no
longer count as a constant expression.
11 years ago
Roman Donchenko
7fb18a2311
Merge pull request #1620 from SpecLad:record-build-type
11 years ago
Andrey Pavlenko
98d55f34fa
Merge pull request #1625 from ilya-lavrenov:to_string
11 years ago
Ilya Lavrenov
741e0242b3
replaced to_string by cv::format
11 years ago
Roman Donchenko
cf71ff0845
Record OpenCV build type among the test properties.
...
Because apparently I love running performance tests for debug builds.
11 years ago
Roman Donchenko
1eb322fa5d
Merge pull request #1622 from a0byte:2.4
11 years ago