siddharth
0802c06571
seamless cloning added
...
update1
update1
update4
11 years ago
siddharth
a1b3ba02a7
add color_boost + doc
11 years ago
siddharth
88aa4a9902
decolor module updated
...
update3
update4
update4
update5
added test data
11 years ago
siddharth
95db69f6b9
added new files
11 years ago
Roman Donchenko
0736ede7e5
Merge pull request #1914 from SpecLad:merge-2.4
11 years ago
Roman Donchenko
d8a4d3a2eb
Merge pull request #1921 from SpecLad:defined-msc-ver
11 years ago
Roman Donchenko
3e1586a1c6
Merge pull request #1919 from SpecLad:platfrom
11 years ago
Roman Donchenko
fa2cd93ecf
Merge pull request #1915 from jet47:gpu-color-test-fix
11 years ago
Ilya Lavrenov
e2b99a32b2
added cv::threshold to T-API
11 years ago
Ilya Lavrenov
474fc887a6
added cv::copyMakeBorder to T-API
11 years ago
Ilya Lavrenov
5b5f5878ce
added tests to imgproc
11 years ago
Alexander Alekhin
7b551af424
ocl: try to disable clFinish workaround
11 years ago
Roman Donchenko
11c7053b0f
Fixed a -Wundef warning in cl_platform.h.
...
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW.
Similar to fbc91c5ee
.
11 years ago
Andrey Pavlenko
f9190cc662
Merge pull request #1909 from alalek:ocl_tapi_perf
11 years ago
Andrey Pavlenko
e585f145f6
Merge pull request #1903 from ilya-lavrenov:tapi_warp
11 years ago
Andrey Pavlenko
001aa70556
Merge pull request #1902 from ilya-lavrenov:tapi_arithm
11 years ago
Ilya Lavrenov
49474903cb
refactoring
11 years ago
Ilya Lavrenov
49e729f89d
ability to use cv::PSNR with transparent cv::norm
11 years ago
Ilya Lavrenov
88bceb5060
added cv::meanStdDev to T-API
11 years ago
Ilya Lavrenov
b8edc2cc4d
added cv::sum to T-API
11 years ago
Ilya Lavrenov
28575c1969
added cv::countNonZero to T-API
11 years ago
Ilya Lavrenov
fed7e61879
added cv::repeat to T-API (fix for copyTo -> UMat is needed)
11 years ago
Ilya Lavrenov
e17107e864
added cv::compare to T-API
11 years ago
Ilya Lavrenov
a180cebb2d
added cv::polarToCart to T-API
11 years ago
Ilya Lavrenov
ba850f0b64
added cv::cartToPolar to T-API
11 years ago
Ilya Lavrenov
435028ccee
added cv::transpose to T-API
11 years ago
Ilya Lavrenov
6ab297718d
added setIdentity to T-API
11 years ago
Ilya Lavrenov
3e586f42a0
added cv::pow to T-API
11 years ago
Ilya Lavrenov
997ec60839
added OCL-TAPI arithm tests
11 years ago
Ilya Lavrenov
803672feea
added cv::remap to T-API
11 years ago
Ilya Lavrenov
dcce9d7088
added cv::warpAffine to T-API
11 years ago
Ilya Lavrenov
55af7857b9
added cv::warpPerspective to T-API
11 years ago
Andrey Pavlenko
8752414718
Merge pull request #1911 from apavlenko:2.4_fix_vc12
11 years ago
Alexander Alekhin
7d9150460a
core/ocl: added perf test infra + "Add" perf test
11 years ago
Alexander Alekhin
fe01bc21c0
perf: test-based metrics collection strategy
11 years ago
Roman Donchenko
90c230678e
Merge pull request #1912 from KonstantinMatskevich:ocl_tapi_math
11 years ago
Roman Donchenko
3509018bd6
Merge pull request #1916 from alalek:ocl_moments_fix_perf
11 years ago
Andrey Pavlenko
1966e7cea9
fixing compilation on Linux
11 years ago
Roman Donchenko
d58cd9851f
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
modules/core/src/cmdparser.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_video.cpp
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/ocl/src/cl_context.cpp
modules/video/include/opencv2/video/background_segm.hpp
samples/cpp/image_sequence.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py
11 years ago
Roman Donchenko
2b31055914
Fixed the "platfrom" typo everywhere.
11 years ago
Andrey Pavlenko
b5dbe9e04b
Added patch from master for fixing VS2013 in 3rd party lib OpenEXR
11 years ago
Alexander Alekhin
c962a9d61c
ocl:perf: fix moments test for plain impl
11 years ago
Vladislav Vinogradov
adb2040980
added additional check in cv::gpu::demosaicing that source is not empty
11 years ago
Vladislav Vinogradov
14ee306b9e
fix gpu test for Demosaicing:
...
check that input images was loaded correctly
11 years ago
Konstantin Matskevich
eaf620ddde
small fix
11 years ago
Konstantin Matskevich
14dccdf23d
T-API cv::log, cv::exp, cv::magnitude, cv::phase
11 years ago
Roman Donchenko
35ea600c54
Merge pull request #1891 from alalek:cv_error_noreturn
11 years ago
Roman Donchenko
df136339ff
Merge pull request #1907 from severin-lemaignan:emscripten-2.4
11 years ago
Andrey Pavlenko
bd9d3dd561
fixing build of 2.4 branch with VC12 (aka 2013)
...
(master branch was fixed before, no need to merge this to master!)
- disable openexr (numerous undefined std::min & std::max)
- workaround for two compilator bugs
11 years ago
Roman Donchenko
d2b46d421f
Merge pull request #1910 from alalek:ts_perf_warmuptype
11 years ago