Alexander Smorkalov
64d679ecb4
Added guard to prevent from gpu module redefinition in OpenCV.mk
11 years ago
Kang Liu
9dc51a1aa4
Keep definitions of link aliases consistent
11 years ago
Daniil Osokin
2d3aa3861c
Fixed Load, Modify, and Save an Image tutorial
11 years ago
Andrey Pavlenko
244f126ff6
Merge pull request #2454 from apavlenko:2.4_haar_extend
11 years ago
Alexander Smorkalov
3b65b710b6
Implicit linkage with CUDA runtime reverted.
11 years ago
Alexander Smorkalov
0dba5bdc4a
Multiple fixes in camera.
...
Fixed constant value for focus mode FOCUS_MODE_CONTINUES_PHOTO;
Add setters and getters for exposure lock and white balance lock flags;
Excluded camera restart for all setters except frame size.
11 years ago
Roman Donchenko
46d39aff68
Merge pull request #2501 from asmorkalov:android_native_camera_qualcomm
11 years ago
Roman Donchenko
6bf4a7ce01
Merge pull request #2510 from asmorkalov:android_cuda_filter_fix
11 years ago
Kang Liu
dc21e2cc0e
remove highlighting in some function links
...
1. Remove whole-document highlighting in some function links
2. fix the function alias `readwriteimagevideo`
11 years ago
Andrey Pavlenko
fe5eaae102
adding missing include (fixing 'no ocl implementation' error)
11 years ago
Alexander Smorkalov
846266fde4
Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4.
11 years ago
Roman Donchenko
49efc250d3
Merge pull request #2400 from RJ2:Bugfix_2
11 years ago
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
Firat Kalaycilar
c9f51d5eed
modified BackgroundSubtractorMOG2::getBackgroundImage so that it can now work with gray-level images.
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