cuda-geek
e72c7736e7
Merge pull request #375 from taka-no-me:fix_opticalflow_2075
12 years ago
Andrey Kamaev
9b4f2d1b53
Merge pull request #373 from ilysenkov:bugfix_2440
12 years ago
Andrey Kamaev
33c26a93c6
Merge pull request #376 from taka-no-me:solve_tiff_conflict
12 years ago
Andrey Kamaev
4ceb8dd149
Merge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake
12 years ago
cuda-geek
bc53a054f2
Merge pull request #380 from asmorkalov:java_test_fix2
12 years ago
cuda-geek
31d3c508db
Merge pull request #377 from ivan-korolev:fix_v4l_yes-yes_build
12 years ago
Andrey Kamaev
f65a14d1ef
Merge pull request #379 from taka-no-me:fix_ocl_samples_warnings
12 years ago
Alexander Smorkalov
5bc6365ba5
TestCheckVector java test fixed. Warning fixed.
12 years ago
Andrey Kamaev
f489eb9a5d
Fix build warnings in OpenCL samples
12 years ago
Ivan Korolev
26c7e7f292
fix default include dirs for TBB
12 years ago
Ivan Korolev
eaa5012163
fix v4l yes-yes build
12 years ago
Andrey Kamaev
11871528ce
Solve conflict between tiff.h and opencv2/core/types_c.h
...
Сonflict exists between some versions of libtiff and opencv headers
12 years ago
Andrey Kamaev
c9d8e9900f
Allow input of calcOpticalFlowPyrLK be submats of different size images
...
This fixes bug #2075
12 years ago
Andrey Kamaev
6a29b13c45
Add test for issue #2075
12 years ago
Ilya Lysenkov
3c8787980c
Fixed cvDestroyAllWindows() without windows in QT ( #2440 )
12 years ago
Ilya Lysenkov
56fbcc541f
Tested cvDestroyAllWindows() without windows
12 years ago
Andrey Kamaev
3a55fb9d1b
Merge pull request #365 from ivan-korolev:fix_HoughLines_segfault
12 years ago
Andrey Kamaev
52b32ba8f0
Merge pull request #371 from taka-no-me:fix_build
12 years ago
Andrey Kamaev
b6de1fccc3
Merge pull request #370 from ilysenkov:bugfix_1747
12 years ago
Andrey Kamaev
d7874238f6
Merge pull request #369 from asmorkalov:corner_detection_tutorial
12 years ago
Andrey Kamaev
62b9180c50
Merge pull request #368 from ilysenkov:checkSubset-fix
12 years ago
Andrey Kamaev
81f5e72630
Merge pull request #366 from asmorkalov:gstreamer_codec_list
12 years ago
Andrey Kamaev
8d9af7de61
Merge pull request #362 from Daniil-Osokin:bugfix_doc_StereoSGBM
12 years ago
Andrey Kamaev
ae7460440e
Merge pull request #361 from taka-no-me:tiff_big_tile
12 years ago
Andrey Kamaev
86b4b30a6d
Merge pull request #358 from taka-no-me:objc_exceptions
12 years ago
Andrey Kamaev
68be50bbab
Fix clang build warning
12 years ago
Andrey Kamaev
e79e81c6cd
Fix Windows build warnings
12 years ago
Ilya Lysenkov
6feade3110
Added support of different resolution in rectify3Collinear
12 years ago
Andrey Kamaev
eeb865ee8a
Fix Android build warnings
12 years ago
Alexander Smorkalov
627b441022
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.
12 years ago
Andrey Kamaev
7e5f877ad9
Merge pull request #364 from Daniil-Osokin:bugfix_doc_features2d_tutorial
12 years ago
Andrey Kamaev
d0350402de
Merge pull request #356 from Daniil-Osokin:bugfix_imread_tutorial
12 years ago
Ilya Lysenkov
9ce2197e9d
Added processing of trivial subsets
12 years ago
Andrey Kamaev
9690ed8232
Fix build of OpenCV samples (Linux)
12 years ago
Alexander Smorkalov
82e325cbfa
Patch #2721 More FourCC for gstreamer applied.
12 years ago
Ivan Korolev
9908ff33de
Added regression test for HoughLines algorithm
12 years ago
Daniil Osokin
7305f955a5
Added nonfree header in "Feature description" tutorial code sample (bug #2527 )
12 years ago
Daniil Osokin
f9de98ec64
Fixed proposed values for speckleRange in StereoSGBM docs (bug #1937 )
12 years ago
Daniil Osokin
568591670c
Fixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug #2739 )
12 years ago
Andrey Kamaev
62ce815197
Fix rollover when computing buffer size in tiff decoder (bug #2161 )
12 years ago
Andrey Kamaev
b4d0dff4c5
Added minimal support for tiff encoder parameters and test for issue #2161
12 years ago
Andrey Kamaev
daa02aaa98
Merge pull request #360 from vpisarev:sift_fixes
12 years ago
Vadim Pisarevsky
c69312ea0d
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.
12 years ago
Andrey Kamaev
3dbb98e454
Merge pull request #357 from taka-no-me:build_opencv_apps
12 years ago
Andrey Kamaev
c78cb21999
Merge pull request #346 from taka-no-me:decouple_V4L2
12 years ago
Andrey Kamaev
0b1fe53a46
Add -fobjc-exceptions flag to ObjectiveC sources if supported (bug #2657 )
12 years ago
Andrey Kamaev
daead680cd
Add option to control build of applications (feature #2568 )
12 years ago
Andrey Kamaev
ab8d92e1b8
Rebase and merge pull request #342 from ilysenkov/bugfix_2470
12 years ago
Ilya Lysenkov
5021a792b1
Fixed #2470
12 years ago
Ilya Lysenkov
fe86f31f44
Added a test of CvModelEstimator2::checkSubset(...)
12 years ago