Roman Donchenko
|
a66018d14d
|
Merge pull request #2423 from RJ2:bugfix_5
|
11 years ago |
Alexander Smorkalov
|
b0ad84cfa2
|
Libraries filter update after abs path cut.
|
11 years ago |
Andrey Pavlenko
|
640e180efe
|
switching to CV_HAAR_SCALE_IMAGE mode, enabling test
|
11 years ago |
Roman Donchenko
|
034ef02409
|
Merge pull request #2449 from asmorkalov:cuda_abs_path_fix
|
11 years ago |
Andrey Pavlenko
|
9c7ba6db90
|
Merge pull request #2490 from ilya-lavrenov:ocl_sep_filters
|
11 years ago |
Roman Donchenko
|
68c57a1e82
|
Merge pull request #2473 from euphrat:mog2_weight_bugfix
|
11 years ago |
Alexander Smorkalov
|
284b2fc1e7
|
Cut path to CUDA libraries to prevent generation of OpenCVModules.cmake with abs path.
|
11 years ago |
Kang Liu
|
17713f6831
|
1. fix an error in sample code
2. change an external link to maintain consistency with the previous tutorial
|
11 years ago |
Roman Donchenko
|
a1e5bd71f1
|
Merge pull request #2446 from asmorkalov:ocv_implicit_cuda_control
|
11 years ago |
Firat Kalaycilar
|
0a16d93e1d
|
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
|
11 years ago |
Alexander Smorkalov
|
b4e4f13f9e
|
Superres module enabled for Android. GPU samples build fixed for Android.
|
11 years ago |
Firat Kalaycilar
|
4d9698a4cf
|
Merge branch '2.4' of git://github.com/Itseez/opencv into mog2_weight_bugfix
|
11 years ago |
Roman Donchenko
|
bff92da970
|
Merge pull request #2488 from Nerei:minor_doc
|
11 years ago |
Roman Donchenko
|
d76226e21b
|
Merge pull request #2456 from kurodash:pr_use_cvAlloc
|
11 years ago |
Roman Donchenko
|
bfb1ba371c
|
Merge pull request #2026 from pemmanuelviel:giveFurthestPoint
|
11 years ago |
RJ2
|
0470bb0e29
|
I have changed one sentence in tutorial, making it more understandable
|
11 years ago |
RJ2
|
16869225ff
|
It's will be better
|
11 years ago |
Ilya Lavrenov
|
3940b6163b
|
remove intel guard since the code is 2 times faster on AMD too
|
11 years ago |
yash
|
51cb6998ea
|
made the example consistent with the fuction definition and improved doc
made the example consistent with the fuction definition and improved doc
|
11 years ago |
Anatoly Baksheev
|
0c02e5de25
|
minor doc fix
|
11 years ago |
Roman Donchenko
|
a489d86e5f
|
Merge pull request #2460 from berak:b_3598_24
|
11 years ago |
Roman Donchenko
|
ae036838dd
|
Merge pull request #2458 from asmorkalov:android_cmake_opencv_modules_suffix
|
11 years ago |
Alexander Smorkalov
|
6b8de222d7
|
OpenCV_MODULES_SUFFIX variable added to OpenCVConfig.cmake to enable custom module configurations.
|
11 years ago |
berak
|
5f94a205d1
|
fixed h / s ranges in histogram_calculation tutorial
literalinclude
literalinclude, dropped :lines:
|
11 years ago |
Roman Donchenko
|
882971151d
|
Merge pull request #2485 from Nerei:viz_correct_viewer_pose
|
11 years ago |
Roman Donchenko
|
136e5eb804
|
Merge pull request #2484 from berak:mat_doc_24
|
11 years ago |
Anatoly Baksheev
|
24d8cbf940
|
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
|
11 years ago |
berak
|
80708008a4
|
missing () on Mat::type()
|
11 years ago |
Andrey Pavlenko
|
5726e80f77
|
Merge pull request #2475 from ilya-lavrenov:ocl_2.4_fix
|
11 years ago |
kuroda sho
|
f9484bae8a
|
fix: use "cvAlloc" wrapper function for malloc.
|
11 years ago |
Ilya Lavrenov
|
61c347fb76
|
typos
|
11 years ago |
Ilya Lavrenov
|
357a856cf6
|
nonfree perf tests
|
11 years ago |
Ilya Lavrenov
|
6f76e7b42d
|
improved performance of bitwise ops
|
11 years ago |
Ilya Lavrenov
|
adc15c2bba
|
improved performance of cv::ocl::sum
|
11 years ago |
Ilya Lavrenov
|
3ebfe60008
|
improved performance of cv::ocl::countNonZero
|
11 years ago |
Ilya Lavrenov
|
8e79de35a8
|
changes for GFTT
|
11 years ago |
Ilya Lavrenov
|
a5afcd9f11
|
improved performance of cv::ocl::minMax
|
11 years ago |
Firat Kalaycilar
|
a87607e3ef
|
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in BackgroundSubtractorMOG2
|
11 years ago |
Roman Donchenko
|
836635d2d5
|
Merge pull request #2434 from Nerei:viz_continue
|
11 years ago |
Anatoly Baksheev
|
4d7a593c25
|
minor cmake fix fo macos
|
11 years ago |
Roman Donchenko
|
1bb0c5747c
|
Merge pull request #2462 from ibtaylor:fix_deblurring_calcBlurriness_var_name_typo
|
11 years ago |
Andrey Pavlenko
|
0084dee05b
|
Merge pull request #2448 from akarsakov:ocl_cxt_termination
|
11 years ago |
Andrey Pavlenko
|
1f8df38dba
|
Merge pull request #2457 from ilya-lavrenov:ocl_calc_hist
|
11 years ago |
Ilya Lavrenov
|
3eff05e3eb
|
added performance tests for cv::ocl::calcHist
|
11 years ago |
Ian Taylor
|
45969bb3ae
|
fix variable name typo in calcBlurriness
|
11 years ago |
kurodash
|
0eaeff0641
|
fix: use "cvAlloc" wrapper function for malloc.
|
11 years ago |
Andrey Pavlenko
|
229aa62300
|
Merge pull request #2445 from ilya-lavrenov:ocl_perf
|
11 years ago |
Roman Donchenko
|
f351540eda
|
Merge pull request #2443 from waveform80:issue-3554
|
11 years ago |
Alexander Karsakov
|
806e9241a6
|
Clarifying comments
|
11 years ago |
Alexander Smorkalov
|
b3e18d23a3
|
Implicit CUDA and OpenCL control for module definition added.
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used
on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
|
11 years ago |