Roman Donchenko
|
81eb4bd8be
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
doc/tutorials/features2d/feature_detection/feature_detection.rst
modules/bioinspired/doc/retina/index.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/operations.hpp
modules/core/src/stat.cpp
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/imgproc/src/filter.cpp
modules/legacy/src/dpstereo.cpp
modules/nonfree/src/surf.ocl.cpp
modules/ocl/doc/image_processing.rst
modules/ocl/doc/object_detection.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/pyrdown.cpp
modules/ocl/src/pyrup.cpp
modules/ocl/src/split_merge.cpp
modules/ocl/test/test_objdetect.cpp
modules/ocl/test/utility.hpp
|
2013-10-01 15:57:33 +04:00 |
|
Ilya Lavrenov
|
bd36e556a1
|
removed ocl::magnitudeSqr
|
2013-09-24 13:39:07 +04:00 |
|
Jin Ma
|
1bfe39f485
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
2013-09-22 10:23:54 +08:00 |
|
Ilya Lavrenov
|
6a26c4483f
|
added performance tests for data transfer operations
|
2013-09-16 23:51:36 +04:00 |
|
Ilya Lavrenov
|
9311f84109
|
disabled MOG tests if no video input support
|
2013-09-13 12:47:25 +04:00 |
|
Jin Ma
|
f4d0c9b13c
|
Revised the code according to the feedback of the community.
|
2013-09-12 09:43:30 +08:00 |
|
Jin Ma
|
b9d7e67589
|
Removed whitespace.
|
2013-09-11 11:28:36 +08:00 |
|
Jin Ma
|
2e0f613c38
|
Added performance for Kalman Filter.
|
2013-09-11 10:19:02 +08:00 |
|
Roman Donchenko
|
6a21eca7e7
|
Merge pull request #1421 from ilya-lavrenov:ocl_bilateral
|
2013-09-10 18:59:41 +04:00 |
|
Roman Donchenko
|
68901ab471
|
Merge pull request #1420 from ilya-lavrenov:ocl_perf_hog
|
2013-09-10 11:32:35 +04:00 |
|
Roman Donchenko
|
95c2e8b51f
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
modules/gpu/src/match_template.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_precomp.hpp
|
2013-09-10 11:30:19 +04:00 |
|
Ilya Lavrenov
|
16357418d5
|
increased time limit for bilateral filter performance tests
|
2013-09-09 18:16:53 +04:00 |
|
Ilya Lavrenov
|
b07b9aca5a
|
fixed HOG perf test
|
2013-09-09 17:16:47 +04:00 |
|
Roman Donchenko
|
84435ba741
|
Merge pull request #1365 from bitwangyaoyao:2.4_bilateral
|
2013-09-09 16:46:33 +04:00 |
|
Roman Donchenko
|
45512a93e0
|
Merge pull request #1396 from melody-rain:2.4_perf_bgfg_cpp
|
2013-09-09 12:39:12 +04:00 |
|
Jin Ma
|
2fb0d23104
|
Removed unnecessary process for conversion to 4-channel format.
|
2013-09-07 10:40:30 +08:00 |
|
Jin Ma
|
172242a94e
|
Revised performance test according to the feedback of the community.
|
2013-09-06 13:39:41 +08:00 |
|
Jin Ma
|
1366df8250
|
MOG&MOG2: Modified the performance test according to the feedback of the community.
|
2013-09-05 19:33:27 +08:00 |
|
ilya-lavrenov
|
722bdc52a0
|
enabled gemm and dft erf test
|
2013-09-04 20:02:02 +04:00 |
|
Jin Ma
|
dd73016c8b
|
Removed whitespace.
|
2013-09-04 15:00:36 +08:00 |
|
Jin Ma
|
e528f39def
|
Added the performance test for mog and mog2.
|
2013-09-04 14:37:46 +08:00 |
|
Roman Donchenko
|
9218f4976c
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/contrib/src/retina.cpp
modules/gpu/perf/perf_video.cpp
modules/gpuoptflow/src/tvl1flow.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/src/precomp.hpp
samples/gpu/stereo_multi.cpp
|
2013-09-02 19:44:51 +04:00 |
|
Roman Donchenko
|
114bec52fe
|
Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests
|
2013-08-30 12:24:24 +04:00 |
|
ilya-lavrenov
|
a6084d2970
|
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
|
2013-08-29 18:39:09 +04:00 |
|
yao
|
ab235cda74
|
fix warnings
|
2013-08-29 11:59:19 +08:00 |
|
yao
|
26b5eb3e39
|
add adaptive bilateral filter (cpp and ocl version)
|
2013-08-29 10:48:15 +08:00 |
|
Roman Donchenko
|
122d0f8685
|
Deleted the now-empty ocl perf_precomp.cpp.
See pull request #1241 for why.
|
2013-08-28 13:26:30 +04:00 |
|
ilya-lavrenov
|
3c86aa4ae1
|
appended ocl::finish to test_cycle defines
|
2013-08-28 00:39:58 +04:00 |
|
Roman Donchenko
|
2d6f35d6ed
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/gpuwarping/src/cuda/resize.cu
modules/gpuwarping/src/resize.cpp
modules/gpuwarping/test/test_resize.cpp
modules/ocl/perf/main.cpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_canny.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/perf_precomp.cpp
modules/ocl/perf/perf_precomp.hpp
|
2013-08-27 19:15:47 +04:00 |
|
Roman Donchenko
|
dd25f416a6
|
War on Whitespace, master edition: tabs.
|
2013-08-27 17:13:53 +04:00 |
|
Roman Donchenko
|
2c4bbb313c
|
Merge commit '43aec5ad' into merge-2.4
Conflicts:
cmake/OpenCVConfig.cmake
cmake/OpenCVLegacyOptions.cmake
modules/contrib/src/retina.cpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/gpu/src/speckle_filtering.cpp
modules/python/src2/cv2.cv.hpp
modules/python/test/test2.py
samples/python/watershed.py
|
2013-08-27 13:26:44 +04:00 |
|
ilya-lavrenov
|
d02ccc9590
|
the code was refactored and old test system code was removed
|
2013-08-26 12:36:31 +04:00 |
|
ilya-lavrenov
|
4c28a6f0f6
|
most of the performance tests was rewritten in google-test manner
|
2013-08-26 11:43:44 +04:00 |
|
Roman Donchenko
|
3c137f7a04
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
Roman Donchenko
|
f76dd99299
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVModule.cmake
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/gpu/perf/perf_video.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/VideoCapture.cpp
modules/nonfree/src/opencl/surf.cl
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/color.cpp
modules/ocl/src/filtering.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_objdetect.cpp
modules/python/src2/cv2.cpp
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
|
2013-08-19 19:02:36 +04:00 |
|
Roman Donchenko
|
4dc63273f0
|
Renamed ocl tests' precomp files according to convention.
Also, added the missing include guard to perf_precomp.hpp.
This should fix the build.
|
2013-08-08 18:18:54 +04:00 |
|
Roman Donchenko
|
2f780ed994
|
Fix whitespace errors.
|
2013-08-06 18:07:00 +04:00 |
|
Roman Donchenko
|
dcaf923517
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
3rdparty/ffmpeg/ffmpeg_version.cmake
cmake/OpenCVFindLibsGrfmt.cmake
cmake/templates/cvconfig.h.cmake
modules/bioinspired/doc/retina/index.rst
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/src/precomp.hpp
modules/contrib/src/inputoutput.cpp
modules/contrib/src/precomp.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/drawing.cpp
modules/core/src/precomp.hpp
modules/core/src/system.cpp
modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
modules/features2d/doc/common_interfaces_of_feature_detectors.rst
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/precomp.hpp
modules/flann/src/precomp.hpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf4au/main.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/test_imgproc.cpp
modules/highgui/CMakeLists.txt
modules/highgui/test/test_precomp.hpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/precomp.hpp
modules/java/generator/src/cpp/Mat.cpp
modules/legacy/src/precomp.hpp
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/src/precomp.hpp
modules/nonfree/doc/feature_detection.rst
modules/nonfree/src/precomp.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/precomp.hpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/opencl/objdetect_hog.cl
modules/ocl/src/precomp.hpp
modules/photo/src/precomp.hpp
modules/stitching/src/precomp.hpp
modules/superres/perf/perf_precomp.hpp
modules/superres/src/optical_flow.cpp
modules/superres/src/precomp.hpp
modules/superres/test/test_precomp.hpp
modules/ts/include/opencv2/ts.hpp
modules/video/src/precomp.hpp
modules/videostab/src/precomp.hpp
modules/world/src/precomp.hpp
|
2013-08-06 13:56:49 +04:00 |
|
Andrey Pavlenko
|
0851766806
|
Merge pull request #1121 from pengx17:2.4_gftt_perf_test
|
2013-07-30 18:40:10 +04:00 |
|
yao
|
3d3e9ab635
|
Fix the problem of haar caused by merge
|
2013-07-22 17:53:56 +08:00 |
|
yao
|
f1060ac514
|
a little simplify to pyrlk kernel
|
2013-07-17 14:35:44 +08:00 |
|
peng xiao
|
ff73557304
|
Fix compilation error on Mac
|
2013-07-16 08:48:09 +08:00 |
|
peng xiao
|
e5c396bb24
|
Add ocl::gftt performance test.
|
2013-07-15 16:27:27 +08:00 |
|
Roman Donchenko
|
4cf9990d4e
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
doc/tutorials/definitions/noContent.rst
doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/version.hpp
modules/gpu/CMakeLists.txt
modules/highgui/perf/perf_output.cpp
modules/highgui/test/test_video_io.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/main.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/opencl/moments.cl
modules/ocl/test/main.cpp
modules/ocl/test/test_moments.cpp
modules/python/test/test.py
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/precomp.hpp
modules/ts/src/ts_perf.cpp
|
2013-07-03 19:53:21 +04:00 |
|
Roman Donchenko
|
6bf8f474fa
|
Merge pull request #1051 from pengx17:2.4_fback_ocl
|
2013-07-01 13:45:43 +04:00 |
|
Roman Donchenko
|
f477696cc5
|
Merge pull request #1050 from pengx17:2.4_clach_mod
|
2013-06-27 12:22:01 +04:00 |
|
peng xiao
|
fc64faa22e
|
Remove empty cv::ocl::CLAHE class.
|
2013-06-27 10:06:37 +08:00 |
|
peng xiao
|
dcc4766129
|
Fix white-spacing
|
2013-06-27 09:57:42 +08:00 |
|