Ilya Krylov
05ee15f108
Added FisheyeTest
11 years ago
Roman Donchenko
5042ab1f32
Merge pull request #2659 from adrians:docs_pull_1
11 years ago
Ilya Krylov
35e1b322cb
Added test for jacobians
11 years ago
Ilya Krylov
9c7e0bfd33
Added fisheye camera model
11 years ago
Adrian Stratulat
4fb5680d91
Documentation - minor fix-ups
11 years ago
Roman Donchenko
cccdcac0c8
Merge pull request #2640 from a-wi:2.4
11 years ago
Artur Wieczorek
f27a886314
Fix for issue #3645 ( http://code.opencv.org/issues/3645 ).
...
Implement missing features in CvCaptureCAM_VFW class.
Implemented missing CvCaptureCAM_VFW::setProperty() member function (handling CV_CAP_PROP_FRAME_WIDTH, CV_CAP_PROP_FRAME_HEIGHT, CV_CAP_PROP_FPS properties).
Extended CvCaptureCAM_VFW::setProperty()/getProperty() functions to handle also CV_CAP_PROP_FPS property.
Minor refactoring of CvCaptureCAM_VFW class.
11 years ago
Alessandro Trebbi
3d25d70627
fix for compiling 2.4 opencv with xcode 5.1
11 years ago
Andrey Pavlenko
7ba4212529
Merge pull request #2544 from alalek:perf_report_regressions
11 years ago
Vadim Pisarevsky
6a5a0fe803
Merge pull request #2016 from pemmanuelviel:kmeansppSquareDist
11 years ago
Roman Donchenko
df8e28283f
Merge pull request #2571 from MartinChodakowski:fix-old-python-doc-typos
11 years ago
Roman Donchenko
4c2db3d6e7
Merge pull request #2579 from maksqwe:test_operations_fix
11 years ago
Roman Donchenko
8ab224746b
Merge pull request #2603 from maksqwe:unused_fix_2.4
11 years ago
Vadim Pisarevsky
dae04aacc3
Merge pull request #2575 from rold2007:Bugfix_1437
11 years ago
Vadim Pisarevsky
b66adc81a4
Merge pull request #2599 from maksqwe:test_calibration_2.4
11 years ago
Vadim Pisarevsky
211d44cfc5
Merge pull request #2591 from Nerei:viz_cloud_shading_support
11 years ago
Maks Naumov
eb89f5207c
remove unused variables in CV_KDTreeTest_CPP::findNeighbors()
11 years ago
Maks Naumov
29d1bce85f
remove unused variable in TEST_P()
11 years ago
Maks Naumov
79eb3c5cde
remove unused variable in OCL_PERF_TEST_P()
11 years ago
Maks Naumov
befbe89bdf
remove unused variable in ocl_moments()
11 years ago
Maks Naumov
eb45cf0c93
remove unused variable in findCorners_caller()
11 years ago
Maks Naumov
9b52b61451
remove unused variable in HOGDescriptor::groupRectangles()
11 years ago
Maks Naumov
a01659825c
remove unused variable in loadFromXML()
11 years ago
Maks Naumov
c098c18942
Merge pull request #1 from Itseez/2.4
...
2.4
11 years ago
Maks Naumov
b033a63e63
fix typo in test_cameracalibration
11 years ago
David Rolland
cb8ddb1179
Corrected bug #1437 . Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.)
...
The Microsoft documentation specifies NOT to use LOWORD and HIWORD macros to extract the x/y positions as it won't work correctly with multiple monitors. See http://msdn.microsoft.com/en-us/library/windows/desktop/ms645607(v=vs.85).aspx .
11 years ago
Anatoly Baksheev
3f95818252
Added cloud shading support - additional normals array is used
11 years ago
Firat Kalaycilar
990295644e
made a performance improvement.
...
changed the way the mean value for each pixel is assigned in the output image.
11 years ago
Firat Kalaycilar
9eb0e7d99b
Merge branch '2.4' of git://github.com/Itseez/opencv into mog2_bgimg_gray
11 years ago
Martin Chodakowski
267241b889
Fix typos in old python wrapper documentation(Bug #3628 )
...
Fixed spelling of CV_INTER_LINEAR flag in geometric_transformations.rst
11 years ago
Maks Naumov
8271bd5f14
fix condition in CV_OperationsTest::operations1()
11 years ago
Roman Donchenko
1cee868e88
Merge pull request #2572 from jet47:gpu-generalized-hough
11 years ago
Vladislav Vinogradov
d822d6f101
disable GeneralizedHough tests on gcc 4.7
11 years ago
Vladislav Vinogradov
f8d922ad3e
disable gpu::GeneralizedHough compilation on gcc 4.7
11 years ago
Alexander Smorkalov
0c30b18769
Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed.
11 years ago
Roman Donchenko
a8cb5c3983
Merge pull request #2554 from asmorkalov:ocv_249_version
11 years ago
Alexander Smorkalov
e23f7303a6
OpenCV version++. OpenCV Manager version++.
11 years ago
Andrey Pavlenko
0d5ffec521
Merge pull request #2553 from ilya-lavrenov:typo
11 years ago
Andrey Pavlenko
97eac3f394
Merge pull request #2551 from ilya-lavrenov:ocl_nonfree
11 years ago
Andrey Pavlenko
bb3c0c066c
Merge pull request #2548 from jet47:gpu_mog2_test
11 years ago
Ilya Lavrenov
9b9769169f
doc typos
11 years ago
Ilya Lavrenov
7df92bbb77
fixed C4505
11 years ago
Alexander Alekhin
eeed9ce247
perf report: summary.py: added custom --regressions map
11 years ago
Andrey Pavlenko
1f4586f3dd
Merge pull request #2541 from JinoBetti:2.4
11 years ago
Vladislav Vinogradov
6d368dc1e7
increase epsilon for MOG2::getBackgroundImage test:
...
it uses float arithmetics
11 years ago
Andrey Pavlenko
51530d4d8e
Merge pull request #2543 from apavlenko:24_haar_revert
11 years ago
Roman Donchenko
8541b7bf92
Merge pull request #2534 from asmorkalov:opencv_config_cut_cuda_abs_path
11 years ago
Alexander Smorkalov
b852108262
OpenCVConfig.cmake fix after cutting absolute CUDA libraries path.
11 years ago
Andrey Pavlenko
3747d2643f
Revert pull request #1929 from @alalek "ocl: added workaround into Haar kernels"
...
This reverts commit 3dcddad88a
.
Conflicts:
modules/ocl/src/opencl/haarobjectdetect.cl
11 years ago
Andrey Pavlenko
7d82171af4
- fix test
11 years ago