Roman Donchenko
1ac1b9ae35
Merge pull request #1474 from f-morozov:for_pr
11 years ago
Andrey Pavlenko
75d89f4331
Merge pull request #1533 from alalek:perf_test_update_relative_error_message
11 years ago
Andrey Pavlenko
154fe4f657
Merge pull request #1519 from ilya-lavrenov:ocl_minMax
11 years ago
Roman Donchenko
184ae873d4
Merge pull request #1526 from vpisarev:linedetector_python
11 years ago
Roman Donchenko
8c15d27619
Merge pull request #1525 from asmorkalov:ocv_custom_libv4l
11 years ago
Roman Donchenko
bcb6f0386e
Named FastFeatureDetector::Type to allow its use in makePtr.
...
It has actually worked before (likely because it's inside a class),
but C++03 does disallow unnamed types as template arguments,
and there's a report that at least in one version of GCC it's
enforced: <http://code.opencv.org/issues/3278 >.
11 years ago
Ilya Lavrenov
4322c47bb2
removed test_norm.cpp from ocl tests
11 years ago
Roman Donchenko
4d88a6e856
Merge pull request #1530 from alalek:perf_tests_sanity_check_nothing
11 years ago
Roman Donchenko
6133aeede8
Merge branch 'master' into merge-2.4
...
Conflicts:
doc/tutorials/definitions/tocDefinitions.rst
11 years ago
Roman Donchenko
8717281e0e
Merge pull request #1209 from nghiaho12:master
11 years ago
Alexander Alekhin
a8ac3ec72a
ocl: perf test: disable MOG2 (random hungs), enable upload/download
11 years ago
Alexander Alekhin
66e4aead97
perf tests: added SANITY_CHECK_NOTHING()
11 years ago
Roman Donchenko
aeedc7adec
Emergency fix: rename a conflicting label in the tutorials.
11 years ago
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
11 years ago
Roman Donchenko
4ec5c04504
Merge pull request #1315 from dbloisi:add_bs_tutorial
11 years ago
Vladislav Vinogradov
8ed47c01b7
used new device layer for cv::cuda::norm
11 years ago
Vladislav Vinogradov
23cc31e041
used new device layer for cv::cuda::LUT
11 years ago
Nghia Ho
61f5176bad
Removed trailing whitespace
11 years ago
Nghia Ho
d7bf71c24a
Merge remote-tracking branch 'upstream/master'
11 years ago
Ilya Lavrenov
065b40c6c3
fixed and extended ocl::norm
11 years ago
Vladislav Vinogradov
06f07944c8
removed dependecy from cudalegacy
11 years ago
Vladislav Vinogradov
7839dbd2c4
used new device layer for cv::gpu::integral
11 years ago
Vladislav Vinogradov
224f18b06c
bitwise operation optimization
11 years ago
Vladislav Vinogradov
eb449968b6
removed unroll_detail.hpp
11 years ago
Vladislav Vinogradov
1ef211b889
used new device layer for cv::gpu::reduce
11 years ago
Vladislav Vinogradov
31a7814395
used new device layer for cv::gpu::countNonZero
11 years ago
Vladislav Vinogradov
020624c481
used new device layer for cv::gpu::minMaxLoc
11 years ago
Vladislav Vinogradov
e1aa2fd06c
added gridMinMaxLoc function
11 years ago
Vladislav Vinogradov
3fb9c52272
cast to reference
11 years ago
Vladislav Vinogradov
bbd519be42
fixed warnings
11 years ago
Vladislav Vinogradov
045a856c24
used new device layer for cv::gpu::minMax
11 years ago
Vladislav Vinogradov
b705e0d886
used new device layer for cv::gpu::sum
11 years ago
Vladislav Vinogradov
9fe92e2111
renamed grid/glob_reduce.hpp -> grid/reduce.hpp
11 years ago
Vladislav Vinogradov
e820c5c65f
used new device layer for cv::gpu::mulSpectrums
11 years ago
Vladislav Vinogradov
3f62e78592
used new device layer for cv::gpu::copyMakeBorder
11 years ago
Vladislav Vinogradov
7b3bbcea71
used new device layer for cv::gpu::transpose
11 years ago
Vladislav Vinogradov
6dbb32a05d
switched to new device layer in split/merge
11 years ago
Vladislav Vinogradov
3ab7f4b26a
removed arithm_func_traits.hpp
11 years ago
Vladislav Vinogradov
7c8c836a7b
switched to new device layer in polar <-> cart
11 years ago
Vladislav Vinogradov
5522f43b18
used new device layer for cv::gpu::threshold
11 years ago
Vladislav Vinogradov
e83be009a3
used new device layer for cv::gpu::addWeighted
11 years ago
Vladislav Vinogradov
c7a3a7d4d9
switched to new device layer in min/max
11 years ago
Vladislav Vinogradov
b11cccaaca
switched to new device layer in bitwize operations
11 years ago
Vladislav Vinogradov
fdfffa5291
fixed warnings
11 years ago
Vladislav Vinogradov
ef9917ecf1
used new device layer for cv::gpu::compare
11 years ago
Vladislav Vinogradov
43e811118b
fixed assertion
11 years ago
Vladislav Vinogradov
766d950ff3
used new device layer in math per element operations
11 years ago
Vladislav Vinogradov
7628e57fc6
used new device layer for cv::gpu::absdiff
11 years ago
Vladislav Vinogradov
574ff47146
used new device layer for cv::gpu::divide
11 years ago
Vladislav Vinogradov
e7dba695b3
used new device layer for cv::gpu::multiply
11 years ago