platform/upstream/opencv.git
11 years agowrite documentation for BRISK
Vincent Rabaud [Sun, 3 Feb 2013 13:31:15 +0000 (14:31 +0100)]
write documentation for  BRISK

11 years agoMerge pull request #414 from asmaloney:remove-unused-vars2
Andrey Kamaev [Sat, 2 Feb 2013 10:34:47 +0000 (14:34 +0400)]
Merge pull request #414 from asmaloney:remove-unused-vars2

11 years agoMerge pull request #415 from asmaloney:cvCopyHist-fix
Andrey Kamaev [Sat, 2 Feb 2013 10:34:33 +0000 (14:34 +0400)]
Merge pull request #415 from asmaloney:cvCopyHist-fix

11 years agoFix subtle bug when src & dst agree on sparsity but have different dimensions
Andy Maloney [Sat, 2 Feb 2013 03:57:22 +0000 (22:57 -0500)]
Fix subtle bug when src & dst agree on sparsity but have different dimensions
Remove unused var "total"
Declare vars as locally as possible

11 years agoRemove unused vars
Andy Maloney [Fri, 1 Feb 2013 23:09:58 +0000 (18:09 -0500)]
Remove unused vars

11 years agoMerge pull request #407 from taka-no-me:fix_java_after_surf_change
cuda-geek [Fri, 1 Feb 2013 13:48:20 +0000 (17:48 +0400)]
Merge pull request #407 from taka-no-me:fix_java_after_surf_change

11 years agoUpdate regression checks in Java test
Andrey Kamaev [Fri, 1 Feb 2013 10:37:24 +0000 (14:37 +0400)]
Update regression checks in Java test

This follows SURF changes in 1f261c2

11 years agoMerge pull request #405 from vpisarev:znah_patch
Andrey Kamaev [Fri, 1 Feb 2013 12:06:54 +0000 (16:06 +0400)]
Merge pull request #405 from vpisarev:znah_patch

11 years agoa part of PR269 (parallelization of several functions) by Alexander Mordvintsev
Vadim Pisarevsky [Fri, 1 Feb 2013 10:01:44 +0000 (14:01 +0400)]
a part of PR269 (parallelization of several functions) by Alexander Mordvintsev

11 years agoMerge pull request #396 from vpisarev:facedetect_fixes
Andrey Kamaev [Fri, 1 Feb 2013 08:49:48 +0000 (12:49 +0400)]
Merge pull request #396 from vpisarev:facedetect_fixes

11 years agoMerge pull request #400 from ilysenkov:bugfix_2560
Andrey Kamaev [Fri, 1 Feb 2013 08:05:48 +0000 (12:05 +0400)]
Merge pull request #400 from ilysenkov:bugfix_2560

11 years agoMerge pull request #397 from ilysenkov:bugfix_2677
Andrey Kamaev [Fri, 1 Feb 2013 08:04:38 +0000 (12:04 +0400)]
Merge pull request #397 from ilysenkov:bugfix_2677

11 years agoMerge pull request #398 from ilysenkov:bugfix_2330
Andrey Kamaev [Fri, 1 Feb 2013 07:19:33 +0000 (11:19 +0400)]
Merge pull request #398 from ilysenkov:bugfix_2330

11 years agofixed compile warnings
Vadim Pisarevsky [Fri, 1 Feb 2013 06:47:27 +0000 (10:47 +0400)]
fixed compile warnings

11 years agoMerge pull request #392 from vpisarev:python_fixes2
Andrey Kamaev [Fri, 1 Feb 2013 06:20:51 +0000 (10:20 +0400)]
Merge pull request #392 from vpisarev:python_fixes2

11 years agoDocumented the TermCriteria class (#2560)
Ilya Lysenkov [Fri, 1 Feb 2013 06:16:30 +0000 (10:16 +0400)]
Documented the TermCriteria class (#2560)

11 years agoAdded info() method in descriptor matchers (#2330)
Ilya Lysenkov [Thu, 31 Jan 2013 21:07:27 +0000 (01:07 +0400)]
Added info() method in descriptor matchers (#2330)

11 years agoChecked key_size in LSH table for validness (#2677)
Ilya Lysenkov [Thu, 31 Jan 2013 19:19:19 +0000 (23:19 +0400)]
Checked key_size in LSH table for validness (#2677)

11 years agoAdded a test for invalid key sizes in LSH tables
Ilya Lysenkov [Thu, 31 Jan 2013 19:17:07 +0000 (23:17 +0400)]
Added a test for invalid key sizes in LSH tables

11 years agodisabled the use of SSE4 instructions as well to make the code compatible with the...
Vadim Pisarevsky [Thu, 31 Jan 2013 18:57:46 +0000 (22:57 +0400)]
disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips

11 years agoadded test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp...
Vadim Pisarevsky [Thu, 31 Jan 2013 18:55:04 +0000 (22:55 +0400)]
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669

11 years agoMerge pull request #390 from taka-no-me:fix_relative_error_check
Andrey Kamaev [Thu, 31 Jan 2013 17:32:44 +0000 (21:32 +0400)]
Merge pull request #390 from taka-no-me:fix_relative_error_check

11 years agoMerge pull request #318 from AnnaKogan8:fixed-perf-tests
Andrey Kamaev [Thu, 31 Jan 2013 17:01:44 +0000 (21:01 +0400)]
Merge pull request #318 from AnnaKogan8:fixed-perf-tests

11 years agoMerge pull request #394 from taka-no-me:fix_tiff_test
Andrey Kamaev [Thu, 31 Jan 2013 16:52:35 +0000 (20:52 +0400)]
Merge pull request #394 from taka-no-me:fix_tiff_test

11 years agoMerge pull request #393 from Daniil-Osokin:bugfix_doc_multi_issues
Andrey Kamaev [Thu, 31 Jan 2013 16:30:32 +0000 (20:30 +0400)]
Merge pull request #393 from Daniil-Osokin:bugfix_doc_multi_issues

11 years agoyet another minor fix in cv::transpose()
Vadim Pisarevsky [Thu, 31 Jan 2013 16:26:16 +0000 (20:26 +0400)]
yet another minor fix in cv::transpose()

11 years agofixed failure of the C++ test for estimateAffine3D
Vadim Pisarevsky [Thu, 31 Jan 2013 15:44:16 +0000 (19:44 +0400)]
fixed failure of the C++ test for estimateAffine3D

11 years agoMerge pull request #391 from taka-no-me:fix_buildbot_issues
Andrey Kamaev [Thu, 31 Jan 2013 14:55:09 +0000 (18:55 +0400)]
Merge pull request #391 from taka-no-me:fix_buildbot_issues

11 years agoModify decode_tile16384x16384 test to not fail when available memory is not enough...
Andrey Kamaev [Thu, 31 Jan 2013 14:17:29 +0000 (18:17 +0400)]
Modify decode_tile16384x16384 test to not fail when available memory is not enough for test

11 years agoFixed multiple issues in docs (bug #2410)
Daniil Osokin [Thu, 31 Jan 2013 11:15:13 +0000 (15:15 +0400)]
Fixed multiple issues in docs (bug #2410)

11 years agoapplied patch #2587
Vadim Pisarevsky [Thu, 31 Jan 2013 12:19:20 +0000 (16:19 +0400)]
applied patch #2587

11 years agoIncreased time limits, eliminated extra params
Anna Kogan [Wed, 16 Jan 2013 07:57:24 +0000 (11:57 +0400)]
Increased time limits, eliminated extra params

11 years agoadded tests for fast (ticket #2613) and estimateAffine3D (#2375)
Vadim Pisarevsky [Thu, 31 Jan 2013 12:15:40 +0000 (16:15 +0400)]
added tests for fast (ticket #2613) and estimateAffine3D (#2375)

11 years agoTemporary disable unstable Features2d_RotationInvariance_Detector_SIFT test
Andrey Kamaev [Thu, 31 Jan 2013 12:06:22 +0000 (16:06 +0400)]
Temporary disable unstable Features2d_RotationInvariance_Detector_SIFT test

11 years agoSuppress clang build warning
Andrey Kamaev [Thu, 31 Jan 2013 12:00:48 +0000 (16:00 +0400)]
Suppress clang build warning

11 years agoCorrect tolerance value for sanity checks with ERROR_RELATIVE
Andrey Kamaev [Thu, 31 Jan 2013 11:21:14 +0000 (15:21 +0400)]
Correct tolerance value for sanity checks with ERROR_RELATIVE

Use min/max bounds instead of local value to calculate acceptance threshold.
Threshold based on local values somethimes does not work because cancellation
of big values may produce error bigger than local value.

11 years agofixed bugs #1718, #2375; attached the new tests to test.py.
Vadim Pisarevsky [Thu, 31 Jan 2013 11:34:09 +0000 (15:34 +0400)]
fixed bugs #1718, #2375; attached the new tests to test.py.

11 years agoMerge pull request #389 from Daniil-Osokin:bugfix_doc_opencv_with_cmake
Andrey Kamaev [Thu, 31 Jan 2013 11:04:56 +0000 (15:04 +0400)]
Merge pull request #389 from Daniil-Osokin:bugfix_doc_opencv_with_cmake

11 years agoMerge pull request #385 from etalanin:bug2607
cuda-geek [Thu, 31 Jan 2013 09:46:00 +0000 (13:46 +0400)]
Merge pull request #385 from etalanin:bug2607

11 years agoMerge pull request #381 from vpisarev:surf_fixes
cuda-geek [Thu, 31 Jan 2013 09:36:09 +0000 (13:36 +0400)]
Merge pull request #381 from vpisarev:surf_fixes

11 years agoFixed sample files in "Using OpenCV with gcc and CMake" tutorial (bug #2663, #2588)
Daniil Osokin [Thu, 31 Jan 2013 07:43:38 +0000 (11:43 +0400)]
Fixed sample files in "Using OpenCV with gcc and CMake" tutorial (bug #2663, #2588)

11 years agoMerge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion
cuda-geek [Thu, 31 Jan 2013 09:26:25 +0000 (13:26 +0400)]
Merge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion

11 years agoMerge pull request #382 from cuda-geek:fix-broken-links-bug-2689
Andrey Kamaev [Thu, 31 Jan 2013 09:08:01 +0000 (13:08 +0400)]
Merge pull request #382 from cuda-geek:fix-broken-links-bug-2689

11 years agoFix and test for #2607
Evgeny Talanin [Wed, 30 Jan 2013 17:39:26 +0000 (21:39 +0400)]
Fix and test for #2607

11 years agoMerge pull request #383 from cuda-geek:apply-opencv-macosx-patch
cuda-geek [Thu, 31 Jan 2013 08:04:13 +0000 (12:04 +0400)]
Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch

11 years agoFix truncation of fourcc value in dshow capture property setter (bug #2535)
Andrey Kamaev [Wed, 30 Jan 2013 22:12:54 +0000 (02:12 +0400)]
Fix truncation of fourcc value in dshow capture property setter (bug #2535)

Added test checking that all valid fourcc values are converted properly

11 years agoMerge pull request #374 from ivan-korolev:fix_estimateRigidTransform
Andrey Kamaev [Wed, 30 Jan 2013 16:26:54 +0000 (20:26 +0400)]
Merge pull request #374 from ivan-korolev:fix_estimateRigidTransform

11 years agoapply patch #2686
marina.kolpakova [Wed, 30 Jan 2013 16:20:06 +0000 (20:20 +0400)]
apply patch #2686

11 years agoMerge pull request #375 from taka-no-me:fix_opticalflow_2075
cuda-geek [Wed, 30 Jan 2013 16:18:53 +0000 (20:18 +0400)]
Merge pull request #375 from taka-no-me:fix_opticalflow_2075

11 years agoMerge pull request #373 from ilysenkov:bugfix_2440
Andrey Kamaev [Wed, 30 Jan 2013 15:37:16 +0000 (19:37 +0400)]
Merge pull request #373 from ilysenkov:bugfix_2440

11 years agoMerge pull request #376 from taka-no-me:solve_tiff_conflict
Andrey Kamaev [Wed, 30 Jan 2013 15:36:09 +0000 (19:36 +0400)]
Merge pull request #376 from taka-no-me:solve_tiff_conflict

11 years agofix broken links in cascade classification documentation
marina.kolpakova [Wed, 30 Jan 2013 15:28:16 +0000 (19:28 +0400)]
fix broken links in cascade classification documentation

11 years agoMerge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake
Andrey Kamaev [Wed, 30 Jan 2013 15:16:31 +0000 (19:16 +0400)]
Merge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake

11 years agoMerge pull request #380 from asmorkalov:java_test_fix2
cuda-geek [Wed, 30 Jan 2013 15:03:35 +0000 (19:03 +0400)]
Merge pull request #380 from asmorkalov:java_test_fix2

11 years agoMerge pull request #377 from ivan-korolev:fix_v4l_yes-yes_build
cuda-geek [Wed, 30 Jan 2013 14:59:55 +0000 (18:59 +0400)]
Merge pull request #377 from ivan-korolev:fix_v4l_yes-yes_build

11 years agochanged default parameters of SURF, which improved its performance. Restored bi-linea...
Vadim Pisarevsky [Wed, 30 Jan 2013 14:07:37 +0000 (18:07 +0400)]
changed default parameters of SURF, which improved its performance. Restored bi-linear interpolation in SURF descriptor extractor. Added test for SURF homography + check for non-zero (positive) responses.

11 years agoMerge pull request #379 from taka-no-me:fix_ocl_samples_warnings
Andrey Kamaev [Wed, 30 Jan 2013 14:06:49 +0000 (18:06 +0400)]
Merge pull request #379 from taka-no-me:fix_ocl_samples_warnings

11 years agoTestCheckVector java test fixed. Warning fixed.
Alexander Smorkalov [Wed, 30 Jan 2013 13:28:22 +0000 (17:28 +0400)]
TestCheckVector java test fixed. Warning fixed.

11 years agoFix build warnings in OpenCL samples
Andrey Kamaev [Wed, 30 Jan 2013 13:25:03 +0000 (17:25 +0400)]
Fix build warnings in OpenCL samples

11 years agofix default include dirs for TBB
Ivan Korolev [Wed, 30 Jan 2013 13:17:04 +0000 (17:17 +0400)]
fix default include dirs for TBB

11 years agofix v4l yes-yes build
Ivan Korolev [Wed, 30 Jan 2013 13:04:33 +0000 (17:04 +0400)]
fix v4l yes-yes build

11 years agoSolve conflict between tiff.h and opencv2/core/types_c.h
Andrey Kamaev [Wed, 30 Jan 2013 12:36:50 +0000 (16:36 +0400)]
Solve conflict between tiff.h and opencv2/core/types_c.h

Сonflict exists between some versions of libtiff and opencv headers

11 years agoAllow input of calcOpticalFlowPyrLK be submats of different size images
Andrey Kamaev [Wed, 30 Jan 2013 12:07:55 +0000 (16:07 +0400)]
Allow input of calcOpticalFlowPyrLK be submats of different size images

This fixes bug #2075

11 years agoAdd test for issue #2075
Andrey Kamaev [Wed, 30 Jan 2013 12:07:38 +0000 (16:07 +0400)]
Add test for issue #2075

11 years agoFixed bug in the cv::estimateRigidTransform (#1949)
Ivan Korolev [Wed, 30 Jan 2013 09:10:50 +0000 (13:10 +0400)]
Fixed bug in the cv::estimateRigidTransform (#1949)

11 years agoFixed cvDestroyAllWindows() without windows in QT (#2440)
Ilya Lysenkov [Wed, 30 Jan 2013 11:26:49 +0000 (15:26 +0400)]
Fixed cvDestroyAllWindows() without windows in QT (#2440)

11 years agoTested cvDestroyAllWindows() without windows
Ilya Lysenkov [Wed, 30 Jan 2013 11:25:10 +0000 (15:25 +0400)]
Tested cvDestroyAllWindows() without windows

11 years agoMerge pull request #365 from ivan-korolev:fix_HoughLines_segfault
Andrey Kamaev [Wed, 30 Jan 2013 11:16:30 +0000 (15:16 +0400)]
Merge pull request #365 from ivan-korolev:fix_HoughLines_segfault

11 years agoMerge pull request #371 from taka-no-me:fix_build
Andrey Kamaev [Wed, 30 Jan 2013 11:06:19 +0000 (15:06 +0400)]
Merge pull request #371 from taka-no-me:fix_build

11 years agoMerge pull request #370 from ilysenkov:bugfix_1747
Andrey Kamaev [Wed, 30 Jan 2013 10:42:10 +0000 (14:42 +0400)]
Merge pull request #370 from ilysenkov:bugfix_1747

11 years agoMerge pull request #369 from asmorkalov:corner_detection_tutorial
Andrey Kamaev [Wed, 30 Jan 2013 10:41:56 +0000 (14:41 +0400)]
Merge pull request #369 from asmorkalov:corner_detection_tutorial

11 years agoMerge pull request #368 from ilysenkov:checkSubset-fix
Andrey Kamaev [Wed, 30 Jan 2013 10:41:37 +0000 (14:41 +0400)]
Merge pull request #368 from ilysenkov:checkSubset-fix

11 years agoMerge pull request #366 from asmorkalov:gstreamer_codec_list
Andrey Kamaev [Wed, 30 Jan 2013 10:41:21 +0000 (14:41 +0400)]
Merge pull request #366 from asmorkalov:gstreamer_codec_list

11 years agoMerge pull request #362 from Daniil-Osokin:bugfix_doc_StereoSGBM
Andrey Kamaev [Wed, 30 Jan 2013 10:41:06 +0000 (14:41 +0400)]
Merge pull request #362 from Daniil-Osokin:bugfix_doc_StereoSGBM

11 years agoMerge pull request #361 from taka-no-me:tiff_big_tile
Andrey Kamaev [Wed, 30 Jan 2013 10:40:50 +0000 (14:40 +0400)]
Merge pull request #361 from taka-no-me:tiff_big_tile

11 years agoMerge pull request #358 from taka-no-me:objc_exceptions
Andrey Kamaev [Wed, 30 Jan 2013 10:40:32 +0000 (14:40 +0400)]
Merge pull request #358 from taka-no-me:objc_exceptions

11 years agoFix clang build warning
Andrey Kamaev [Wed, 30 Jan 2013 09:31:00 +0000 (13:31 +0400)]
Fix clang build warning

11 years agoFix Windows build warnings
Andrey Kamaev [Wed, 30 Jan 2013 09:24:49 +0000 (13:24 +0400)]
Fix Windows build warnings

11 years agoAdded support of different resolution in rectify3Collinear
Ilya Lysenkov [Wed, 30 Jan 2013 09:19:12 +0000 (13:19 +0400)]
Added support of different resolution in rectify3Collinear

11 years agoFix Android build warnings
Andrey Kamaev [Wed, 30 Jan 2013 09:11:33 +0000 (13:11 +0400)]
Fix Android build warnings

11 years agoBugfix #2532 patch 4 corner detection sample possible bug solved.
Alexander Smorkalov [Wed, 30 Jan 2013 09:05:57 +0000 (13:05 +0400)]
Bugfix #2532 patch 4 corner detection sample possible bug solved.

Tutorial text was not consistent with tutorial source code in samples directory.
Inline source code was replaced on "includeliteral" directive with link to cpp file.

11 years agoMerge pull request #364 from Daniil-Osokin:bugfix_doc_features2d_tutorial
Andrey Kamaev [Wed, 30 Jan 2013 09:05:47 +0000 (13:05 +0400)]
Merge pull request #364 from Daniil-Osokin:bugfix_doc_features2d_tutorial

11 years agoMerge pull request #356 from Daniil-Osokin:bugfix_imread_tutorial
Andrey Kamaev [Wed, 30 Jan 2013 09:05:31 +0000 (13:05 +0400)]
Merge pull request #356 from Daniil-Osokin:bugfix_imread_tutorial

11 years agoAdded processing of trivial subsets
Ilya Lysenkov [Wed, 30 Jan 2013 09:03:03 +0000 (13:03 +0400)]
Added processing of trivial subsets

11 years agoFix build of OpenCV samples (Linux)
Andrey Kamaev [Wed, 30 Jan 2013 08:48:01 +0000 (12:48 +0400)]
Fix build of OpenCV samples (Linux)

11 years agoPatch #2721 More FourCC for gstreamer applied.
Alexander Smorkalov [Wed, 30 Jan 2013 07:44:14 +0000 (11:44 +0400)]
Patch #2721 More FourCC for gstreamer applied.

11 years agoAdded regression test for HoughLines algorithm
Ivan Korolev [Wed, 30 Jan 2013 07:04:15 +0000 (11:04 +0400)]
Added regression test for HoughLines algorithm

11 years agoAdded nonfree header in "Feature description" tutorial code sample (bug #2527)
Daniil Osokin [Wed, 30 Jan 2013 07:06:48 +0000 (11:06 +0400)]
Added nonfree header in "Feature description" tutorial code sample (bug #2527)

11 years agoFixed proposed values for speckleRange in StereoSGBM docs (bug #1937)
Daniil Osokin [Wed, 30 Jan 2013 04:58:58 +0000 (08:58 +0400)]
Fixed proposed values for speckleRange in StereoSGBM docs (bug #1937)

11 years agoFixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug ...
Daniil Osokin [Tue, 29 Jan 2013 12:27:03 +0000 (16:27 +0400)]
Fixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug #2739)

11 years agoFix rollover when computing buffer size in tiff decoder (bug #2161)
Andrey Kamaev [Tue, 29 Jan 2013 16:29:31 +0000 (20:29 +0400)]
Fix rollover when computing buffer size in tiff decoder (bug #2161)

11 years agoAdded minimal support for tiff encoder parameters and test for issue #2161
Andrey Kamaev [Tue, 29 Jan 2013 16:13:09 +0000 (20:13 +0400)]
Added minimal support for tiff encoder parameters and test for issue #2161

11 years agoMerge pull request #360 from vpisarev:sift_fixes
Andrey Kamaev [Tue, 29 Jan 2013 16:39:13 +0000 (20:39 +0400)]
Merge pull request #360 from vpisarev:sift_fixes

11 years agofixed #2580, #2210. some work on #2025.
Vadim Pisarevsky [Tue, 29 Jan 2013 15:38:56 +0000 (19:38 +0400)]
fixed #2580, #2210. some work on #2025.

modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm.

added test that finds a planar object using SIFT.

11 years agoMerge pull request #357 from taka-no-me:build_opencv_apps
Andrey Kamaev [Tue, 29 Jan 2013 15:25:51 +0000 (19:25 +0400)]
Merge pull request #357 from taka-no-me:build_opencv_apps

11 years agoMerge pull request #346 from taka-no-me:decouple_V4L2
Andrey Kamaev [Tue, 29 Jan 2013 15:25:30 +0000 (19:25 +0400)]
Merge pull request #346 from taka-no-me:decouple_V4L2

11 years agoAdd -fobjc-exceptions flag to ObjectiveC sources if supported (bug #2657)
Andrey Kamaev [Tue, 29 Jan 2013 13:08:26 +0000 (17:08 +0400)]
Add -fobjc-exceptions flag to ObjectiveC sources if supported (bug #2657)

11 years agoAdd option to control build of applications (feature #2568)
Andrey Kamaev [Tue, 29 Jan 2013 12:38:59 +0000 (16:38 +0400)]
Add option to control build of applications (feature #2568)

11 years agoRebase and merge pull request #342 from ilysenkov/bugfix_2470
Andrey Kamaev [Tue, 29 Jan 2013 11:53:42 +0000 (15:53 +0400)]
Rebase and merge pull request #342 from ilysenkov/bugfix_2470

11 years agoFixed #2470
Ilya Lysenkov [Mon, 28 Jan 2013 08:41:09 +0000 (12:41 +0400)]
Fixed #2470