commit a8e1d1f0b227679126a8f1290d618ba01e051388 Merge: f461930 73f1940 Author: Roman Donchenko Date: Wed Nov 13 12:15:18 2013 +0400 Merge pull request #1791 from prattmic:limit commit 73f1940b03decfde0d7f02fac3db88c67cab7e36 Author: Michael Pratt Date: Tue Nov 12 21:40:39 2013 -0500 Add missing limits include Without limits included, several CUDA related files fail to compile with GCC on Ubuntu: modules/cudaimgproc/src/hough_lines.cpp:136:9: error: ‘numeric_limits’ is not a member of ‘std’ commit f461930d0760c454a194ea6c3b668f48cfe0bae2 Merge: 469d7ee ccbd7f8 Author: Roman Donchenko Date: Mon Nov 11 19:15:25 2013 +0400 Merge pull request #1781 from SpecLad:merge-2.4 commit ccbd7f8da9066649b081622ca8cdc341edcea6c9 Author: Roman Donchenko Date: Mon Nov 11 18:00:35 2013 +0400 Added a citation which used to be in the gpu module in 2.4. commit bfa40e180ff8a72022d2a6f4a78532ceea656007 Author: Roman Donchenko Date: Mon Nov 11 17:02:50 2013 +0400 Removed another usage of __func__, following #1763. commit 4f1aed98de6b33bd96055226d710ee3f6dc0e1a0 Merge: 469d7ee 0ac6124 Author: Roman Donchenko Date: Mon Nov 11 16:55:36 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: .gitignore modules/contrib/src/detection_based_tracker.cpp modules/core/include/opencv2/core/core.hpp modules/core/include/opencv2/core/internal.hpp modules/core/src/gpumat.cpp modules/core/src/opengl.cpp modules/gpu/src/cuda/safe_call.hpp modules/highgui/src/cap.cpp modules/imgproc/include/opencv2/imgproc/imgproc.hpp modules/ocl/doc/image_processing.rst modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_haar.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/kmeans.cpp modules/ocl/src/svm.cpp modules/ocl/test/test_objdetect.cpp samples/ocl/adaptive_bilateral_filter.cpp commit 469d7eed72215615ff05e43c7f08d3b0a851f304 Merge: c970d4b 8aafd56 Author: Roman Donchenko Date: Mon Nov 11 14:01:07 2013 +0400 Merge pull request #1767 from prattmic:python3_asstring commit c970d4bf6e5e4386a2d507f6fd1be0534e31ecfa Merge: 254aece 7a2a810 Author: Roman Donchenko Date: Fri Nov 8 17:17:20 2013 +0400 Merge pull request #1742 from pengx17:master_ocl_retina_sample commit 0ac61240c5af2a7487bd1b67cbe455d0977db3ae Merge: 800d53f 5852a91 Author: Roman Donchenko Date: Fri Nov 8 17:16:20 2013 +0400 Merge pull request #1771 from kiranpradeep:2.4 commit 5852a913a8b27b91098d8fad714ce9457a535259 Author: Kiran Pradeep Date: Fri Nov 8 14:09:34 2013 +0530 CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file' commit 800d53f76b22c72c2acfbdc15a5e0062a3dc5968 Merge: 0be2752 56d9433 Author: Roman Donchenko Date: Fri Nov 8 12:39:13 2013 +0400 Merge pull request #1759 from ilya-lavrenov:ocl_distanceToCenters commit 0be2752366d94904799273a5c6efc43de097fd22 Merge: 0fb6299 e9edfd1 Author: Roman Donchenko Date: Fri Nov 8 12:31:04 2013 +0400 Merge pull request #1755 from KonstantinMatskevich:dump_info commit 0fb629915fcaa068ba00136f9ed50c52d62bd070 Merge: 07db81a 2c38be0 Author: Roman Donchenko Date: Fri Nov 8 12:29:49 2013 +0400 Merge pull request #1763 from SpecLad:cv-func commit 8aafd569c8420d6f05a644bfc72f07d64e22ecf2 Author: Michael Pratt Date: Thu Nov 7 23:37:52 2013 -0500 Support PyString_AsString() in Python 3 < 3.3 In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar functionality to Python 2's PyString_AsString(). In older versions of Python 3, there is no public function to provide the same functionality. However, the "internal" _PyUnicode_AsString() does provide that functionality, so use it to replace PyString_AsString(). With this patch, cv2 should compile for Python 3.[0-2]. commit 07db81a4bbe3be6465fb872541090751104826e7 Merge: 641bb7a fa15769 Author: Roman Donchenko Date: Thu Nov 7 17:29:16 2013 +0400 Merge pull request #1760 from ilya-lavrenov:ocl_remap_nn commit 2c38be079e7a2adf8f322384a24b0d36097bf83c Author: Roman Donchenko Date: Thu Nov 7 17:13:30 2013 +0400 Enabled CV_Assert and such to print the function name with Visual C++. Also, I made a separate macro for the current function name, which helps simplify a lot of code that uses it. commit e9edfd1c54335947297ed03a6eb21a72ff827986 Author: Konstantin Matskevich Date: Wed Nov 6 16:03:58 2013 +0400 update commit 641bb7ac6bd423d89fb9a45cb1d5c42155515e8a Merge: 296f76a 0b1df62 Author: Roman Donchenko Date: Thu Nov 7 12:03:29 2013 +0400 Merge pull request #1737 from vrabaud:2.4 commit fa15769f39154ffdfbd5d5d8b82d376b37c9f5c2 Author: Ilya Lavrenov Date: Mon Nov 4 20:50:33 2013 +0400 added CV_16SC2 && CV_16UC1 maps support to ocl::remap (nearest neighbour only) commit 56d943388d2bd1a273b16b4958ba2f6684fc33c1 Author: Ilya Lavrenov Date: Tue Nov 5 20:03:49 2013 +0400 speeded up ocl::distanceToCenters commit 296f76a135b6aacce5f00c27f098ceada855323b Merge: 9afe65e 03646e7 Author: Andrey Pavlenko Date: Wed Nov 6 18:26:39 2013 +0400 Merge pull request #1756 from alalek:ocl_workaround_memory_leaks_with_subbuffer commit 9afe65e5c0f80a0d5d500898bd5507202756cca2 Merge: bca6308 a1de91a Author: Andrey Pavlenko Date: Wed Nov 6 18:09:48 2013 +0400 Merge pull request #1758 from apavlenko:adaptive_bilateral_filter commit bca63083a83580db528808e268a42f03b936629d Merge: 370235c 24f369c Author: Roman Donchenko Date: Wed Nov 6 17:50:19 2013 +0400 Merge pull request #1757 from asmorkalov:android_manager_version_inc2 commit a1de91a4fd9362af7ce07386816a03206cfce51b Author: Harris Gasparakis Date: Tue Nov 5 07:04:04 2013 -0500 Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs commit 254aece3173869216f447ba67f4919cc956c2722 Merge: b5777ef 8bba305 Author: Roman Donchenko Date: Wed Nov 6 15:40:54 2013 +0400 Merge pull request #1753 from abidrahmank:py_tutorials commit 5304e9f259268a1e85841ba7c162440b3780c5b3 Author: Konstantin Matskevich Date: Wed Nov 6 12:17:06 2013 +0400 extending openCL info dump commit 370235c07b96123f85ca200bc1502f3c59350d5f Merge: 43c9157 d6a7a6d Author: Roman Donchenko Date: Wed Nov 6 14:53:07 2013 +0400 Merge pull request #1711 from SpecLad:cap-broken-mat commit 24f369c4ac546b5ce6126de8b7a3f6ebf7d4f49b Author: Alexander Smorkalov Date: Wed Nov 6 14:24:18 2013 +0400 Android Manager Version++. commit 03646e7e01899ecc96f196b5dd92f8dfc41f69a1 Author: Alexander Alekhin Date: Wed Nov 6 13:20:02 2013 +0400 ocl: workaround for subbuffer memory leaks commit b5777efee678299b3c4014587de3be7762bd555e Merge: 8b19df3 e9b54ab Author: Roman Donchenko Date: Wed Nov 6 13:59:43 2013 +0400 Merge pull request #1716 from ilya-lavrenov:resize_area_sse2_fix commit e9b54ab844fef7fce8d387d2e85349685a2c8674 Author: Ilya Lavrenov Date: Wed Oct 30 14:39:18 2013 +0400 fixed cv::resize (area fast mode) - it writes outside of array boundary in SSE2 version commit 43c91572204083a1bd8589f40ce86e67c1c75ee5 Merge: a3fa7a2 3952a0d Author: Andrey Pavlenko Date: Wed Nov 6 13:32:00 2013 +0400 Merge pull request #1750 from alalek:ocl_update_documentation commit a3fa7a243d7d24768ddb519107e44ccebd481ff0 Merge: 9576767 e7e7e04 Author: Andrey Pavlenko Date: Wed Nov 6 13:31:43 2013 +0400 Merge pull request #1740 from ilya-lavrenov:ocl_corners commit 95767676b76d6d379dc1e3a07c8f8101c93ecceb Merge: 5c44afa 53d1873 Author: Andrey Pavlenko Date: Wed Nov 6 13:31:11 2013 +0400 Merge pull request #1739 from pengx17:2.4_ocl_overload_haar commit 5c44afa427219e02a308893c6fba710155174df8 Merge: be37d99 2df53d9 Author: Roman Donchenko Date: Wed Nov 6 13:24:22 2013 +0400 Merge pull request #1743 from ilya-lavrenov:ocl_repeat commit 7a2a810de52905ca9b0b84a91a91ad6cd0f7512a Author: Peng Xiao Date: Wed Nov 6 17:00:27 2013 +0800 Update retina_ocl.cpp commit 8b19df3fecd558b9e87275f6620a18f807072a6e Merge: 03bbee3 65389e4 Author: Roman Donchenko Date: Wed Nov 6 12:55:04 2013 +0400 Merge pull request #1748 from SpecLad:merge-2.4 commit 65389e41db2d16f09101f7469f4404935754b0d9 Author: Roman Donchenko Date: Wed Nov 6 12:32:03 2013 +0400 Revert commit 994e07db0 (PR #1715), because it's irrelevant for master. Conflicts: modules/java/generator/src/cpp/VideoCapture.cpp commit 8bba30548786d44792bf53eddb32679702362bb7 Author: abidrahmank Date: Wed Nov 6 10:22:08 2013 +0530 small correction in Py tutorials commit 53d1873776ad119b376b77d08bb48bfaca2d8e2c Author: peng xiao Date: Wed Nov 6 11:19:26 2013 +0800 Revert back test image. commit 3952a0df44ea69906f17040d22e0dca903d095eb Author: Alexander Alekhin Date: Thu Oct 31 15:05:00 2013 +0400 ocl: update comments in ocl.hpp commit 5a333bfff43506ff6ac03c66f3b91f7d65e56fbd Author: Alexander Alekhin Date: Wed Oct 30 18:22:18 2013 +0400 ocl: update documentation commit be37d99567cc734af02fd1e3ddb4925dc3a15dfe Merge: 14c3560 691d5f4 Author: Andrey Pavlenko Date: Tue Nov 5 23:49:36 2013 +0400 Merge pull request #1752 from alalek:ocl_memory_cleanup_workaround commit 14c35607505c086f430f93a57a583ac212e9d0ae Merge: 14b2eed e544e34 Author: Andrey Pavlenko Date: Tue Nov 5 23:49:11 2013 +0400 Merge pull request #1751 from ilya-lavrenov:ocl_copyMakeBorder_test_fix commit 14b2eed17bbb181f803b751630b1006274e97155 Merge: f2241e3 7704dbf Author: Andrey Pavlenko Date: Tue Nov 5 23:48:41 2013 +0400 Merge pull request #1745 from alalek:ocl_fix_svm_with_blas commit 691d5f418796018bb012aeaf93152fac0c193c26 Author: Alexander Alekhin Date: Thu Oct 31 23:00:43 2013 +0400 ocl: memory cleanup workaround: clFinish() before clReleaseMemObject() + 64kb memory guard commit f2241e3d26af2756aabf60a50225e9e940b4c11e Merge: dd942df 4203979 Author: Roman Donchenko Date: Tue Nov 5 19:41:28 2013 +0400 Merge pull request #1749 from SpecLad:update-ignore commit e544e34eed67a692338018b5e281f8466c04e8b1 Author: Ilya Lavrenov Date: Fri Nov 1 19:06:42 2013 +0400 fixed ocl::copyMakeBorder accuracy test commit 8f5eaca354f39096be604ee1e3c96e70191f0671 Author: Roman Donchenko Date: Tue Nov 5 16:44:09 2013 +0400 Remove the explicit setting of CMP0017, partially undoing #1720. In master, it's already set to NEW, since we declare the minimal CMake version as 2.8.7, which is newer than the policy. commit 9c83f6c4fbc4eeeaeb498425a2b28a5df0ca0d97 Merge: 03bbee3 dd942df Author: Roman Donchenko Date: Tue Nov 5 16:38:23 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: cmake/OpenCVDetectCUDA.cmake modules/core/include/opencv2/core/version.hpp modules/cudacodec/src/ffmpeg_video_source.cpp modules/gpu/src/video_writer.cpp modules/highgui/test/test_ffmpeg.cpp modules/highgui/test/test_video_io.cpp modules/highgui/test/test_video_pos.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/src/arithm.cpp modules/ocl/src/blend.cpp modules/ocl/src/canny.cpp modules/ocl/src/cl_operations.cpp modules/ocl/src/filtering.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/kmeans.cpp modules/ocl/src/moments.cpp modules/ocl/src/safe_call.hpp modules/ocl/src/split_merge.cpp modules/ocl/test/test_moments.cpp samples/ocl/squares.cpp commit 7704dbf866d19c3be64a574b3e8e4d08707a223a Author: Alexander Alekhin Date: Tue Nov 5 15:15:26 2013 +0400 ocl: svm: restore non BLAS version commit 9a63508f5029938ec7bc8051d2a939216360c415 Author: Alexander Alekhin Date: Tue Nov 5 15:13:30 2013 +0400 Revert "disable SVM when AMD BLAS is not available" This reverts commit d63a38e9bfad4081ec8107e8d38e03c03f6548d2. Conflicts: modules/ocl/test/test_ml.cpp commit 0b1df622156fbf4e071b631475fa3e400ba77a9a Author: Vincent Rabaud Date: Tue Nov 5 12:02:22 2013 +0100 add VERBATIM as advised by @SpecLad commit 3b0108e4c11c2b0db8acad8523060f7588b2ed95 Author: Vincent Rabaud Date: Tue Nov 5 11:18:20 2013 +0100 fix the crash as suggested by @SpecLad commit e7e7e04dce59258843703ef5d44ad6b61d568aa6 Author: Ilya Lavrenov Date: Tue Nov 5 14:17:31 2013 +0400 came back to relative error commit 4203979c8792abf35049e033fd3ac19a8abed7b1 Author: Roman Donchenko Date: Tue Nov 5 13:41:42 2013 +0400 Sorted .gitignore. commit ec77434190a15e19f11e1518d77cc047756a6b60 Author: Roman Donchenko Date: Tue Nov 5 13:37:01 2013 +0400 Update .gitignore. * OpenCV4Tegra/ is no longer relevant. * We should only ignore the particular refman.rst that we generate. commit 2df53d97c5ec7250d6cc551db45dfce0b1837ec3 Author: Ilya Lavrenov Date: Mon Nov 4 23:59:56 2013 +0400 added ocl::repeat commit 8adebcbc00a6b1fcfb7e772223e18744cf8f2bce Author: peng xiao Date: Tue Nov 5 14:48:29 2013 +0800 Add ocl retina sample. commit 2a111f7a6c5033db275d82cc1a9129b89ae19678 Author: peng xiao Date: Tue Nov 5 10:40:27 2013 +0800 Let perf/accuracy test of ocl haar uses detectMultiScale api. Fix image to be used by perf test. commit c89dfd333c8f93c5c40a12621d95ac300b9885d2 Author: Ilya Lavrenov Date: Mon Nov 4 15:30:00 2013 +0400 fixed warnings in OpenCL kernels commit a8426e1c12b030356c75644439af4ac151c0932b Author: Ilya Lavrenov Date: Mon Nov 4 15:09:58 2013 +0400 fixed ocl::cornerHarris, ocl::cornerMinEigenVal and their accuracy tests commit 8c1eb5bf0e09b0b29e935f9b43786e2d5a830477 Author: peng xiao Date: Mon Nov 4 14:59:28 2013 +0800 Overload detectMultiScale API for ocl::haar. commit e1b2f593d6463674b9bb5be20f3da9570759993f Author: Vincent Rabaud Date: Fri Nov 1 19:30:58 2013 +0100 fix crash when path has spaces The paths are defined properly with an escape "\ " but you cannot have an escape and quotes when piping (otherwise, escapes are understood as 2 characters). So just remove the quotes. commit dd942df08b77ecc458fe82f9c250c9ecd9c131e5 Merge: 2767be9 99ae9d9 Author: Andrey Pavlenko Date: Fri Nov 1 18:37:34 2013 +0400 Merge pull request #1736 from alalek:ocl_fix_corner_memory_access commit 2767be9a5e8f03ffce3ceaffd04abda5378814fd Merge: 9d263db af77111 Author: Andrey Pavlenko Date: Fri Nov 1 16:46:17 2013 +0400 Merge pull request #1731 from perping:2.4_haar commit 9d263db8aa1434e664b0dcda15676499a03a4bae Merge: 6c21b85 f027cf8 Author: Roman Donchenko Date: Fri Nov 1 16:39:43 2013 +0400 Merge pull request #1734 from asmorkalov:android_manager_version_inc commit 99ae9d9cc1db4d4906ad061d63ad438aa2bbe5e5 Author: Alexander Alekhin Date: Fri Nov 1 16:38:04 2013 +0400 ocl: corner*: fix memory access in kernels; change error check to relative commit 6c21b85fce6407d812a44088d437029e6ba406a0 Merge: ba5dac2 5546f4d Author: Andrey Pavlenko Date: Fri Nov 1 15:53:21 2013 +0400 Merge pull request #1733 from ilya-lavrenov:cv_remap commit ba5dac2edbd76d3d8e793751d0aa8a30681b3738 Merge: e7e6d9d 3b293d6 Author: Andrey Pavlenko Date: Fri Nov 1 15:53:02 2013 +0400 Merge pull request #1732 from alalek:ocl_blendLinear commit f027cf80f7cf669a00421791bc430dd5d34b5538 Author: Alexander Smorkalov Date: Fri Nov 1 15:22:34 2013 +0400 OpenCV Version++. OpenCV Manager Version++. commit 5546f4d77f10e7a6458ff2858ec53be270eb5132 Author: Ilya Lavrenov Date: Fri Nov 1 14:50:41 2013 +0400 consistency SSE2 and plain versions of convertMaps and remap commit 3b293d6855f071fe375c52baeddbcbc263353bce Author: Alexander Alekhin Date: Fri Nov 1 14:32:12 2013 +0400 ocl: fix testdata for blendLinear commit af77111cd6b0a30cc43e6502f0e8ccb5af689cef Author: perping Date: Fri Nov 1 17:53:35 2013 +0800 remove whitespace. commit e7e6d9d63cb9d3019ee197fc4983f08c42afa957 Merge: a9a39a3 a8b7573 Author: Roman Donchenko Date: Fri Nov 1 11:56:49 2013 +0400 Merge pull request #1729 from ilya-lavrenov:ocl_moments commit a9a39a3aa2545d048a45d9cd3310b873b1f5f5b7 Merge: b1bed14 1f9ab2e Author: Roman Donchenko Date: Fri Nov 1 11:52:09 2013 +0400 Merge pull request #1730 from ilya-lavrenov:ocl_kern_warn commit b1bed14ebc12fb8bbbb7e93d8dc10e691c19d35b Merge: dfa5a27 a88360b Author: Roman Donchenko Date: Fri Nov 1 11:39:43 2013 +0400 Merge pull request #1728 from apavlenko:refactor_vcap_jni commit af33c118b41136bbecaa4df3cc83e1c0f529ca3d Author: perping Date: Fri Nov 1 14:07:10 2013 +0800 fixed a bug of haar. commit a8b7573db093514cc5835a7c58c9fe5a9b9c2f03 Author: Ilya Lavrenov Date: Fri Nov 1 00:07:10 2013 +0400 fixed ocl::Moments test commit 1f9ab2e0cac2d7bfbd2330d5a620eac4fd3e191e Author: Ilya Lavrenov Date: Thu Oct 31 23:23:56 2013 +0400 fixed warnings in ocl kernels commit dfa5a27bee3534e952a25dc1f574f6a060a8cc3c Merge: fbabc32 c8aed49 Author: Andrey Pavlenko Date: Thu Oct 31 15:32:33 2013 +0400 Merge pull request #1727 from ilya-lavrenov:ocl_warpPerspective commit fbabc323ed1287fc338b58230b13a0cbbac3a280 Merge: bf58049 599cf6b Author: Andrey Pavlenko Date: Thu Oct 31 14:03:36 2013 +0400 Merge pull request #1726 from melody-rain:2.4_tvl1_ocl commit bf58049d110681916d947aa07844fbe091855b9e Merge: e80f5be 1d5f5d2 Author: Andrey Pavlenko Date: Thu Oct 31 13:55:03 2013 +0400 Merge pull request #1724 from ilya-lavrenov:ocl_thresh commit e80f5bed2d1acf7586e9613425e8781cd14b77e3 Merge: ef9f690 3dbcd05 Author: Andrey Pavlenko Date: Thu Oct 31 13:54:45 2013 +0400 Merge pull request #1710 from melody-rain:2.4_moments_ocl commit c8aed4996e086a302f4cad77bc5721800ce3bb47 Author: Ilya Lavrenov Date: Thu Oct 31 12:23:57 2013 +0400 fixed ocl::warpPerspective commit a88360bea64bb1bf9e8a2464b39e57ab4c3b5651 Author: Andrey Pavlenko Date: Thu Oct 31 12:42:12 2013 +0400 minor refactoring of Android VideoCapture jni code to make it similar to generated one commit 3dbcd05407101fac9421471bca1c239868ebe951 Author: Jin Ma Date: Thu Oct 31 16:25:50 2013 +0800 fixed a typo. commit 145ece8f9ca33e0d62a53ccc8f5f30853c3df8bb Author: Jin Ma Date: Thu Oct 31 16:21:08 2013 +0800 removed test for double since not all platforms support double, thus the sanity check cannot pass on all the platforms. commit 599cf6bea03a913e12206f9ea9809bff6842b9ca Author: Jin Ma Date: Thu Oct 31 16:09:33 2013 +0800 Resolved a bug and used ocl::multiply. commit 1d5f5d23642cdd3c5e037b5ad274ddb27eabec16 Author: Ilya Lavrenov Date: Wed Oct 30 19:02:51 2013 +0400 vectorized ocl::threshold for single channel images commit 1bb47f4bdfabbfad2452921e3e3b1fca92419264 Author: Jin Ma Date: Thu Oct 31 08:47:59 2013 +0800 modified the copyright info. commit ef9f690598c4e6d66c9945d69a862405efc0bb85 Merge: 5795bb3 bf6b5ee Author: Andrey Pavlenko Date: Thu Oct 31 00:22:37 2013 +0400 Merge pull request #1709 from ilya-lavrenov:ocl_cornerharris commit 5795bb326dbb24b9ddeb363e44e204f60d3dcf85 Merge: ead37e4 16df5b0 Author: Andrey Pavlenko Date: Thu Oct 31 00:21:28 2013 +0400 Merge pull request #1723 from ilya-lavrenov:ocl_norm commit ead37e4a2933b5033f4887cfa547ffe5dc73478c Merge: 68c916a 0104f59 Author: Andrey Pavlenko Date: Thu Oct 31 00:21:09 2013 +0400 Merge pull request #1721 from alalek:ocl_fix_filter2D_64F_kernel commit 68c916aa264c1d94bd7756c9c5e9dbc27dceffa7 Merge: 089cf42 8dfde47 Author: Andrey Pavlenko Date: Thu Oct 31 00:20:51 2013 +0400 Merge pull request #1719 from ilya-lavrenov:ocl_gaussianBlur commit 089cf423a0fb02b83bbed1854015a72bb8123962 Merge: 9751b32 7b0f018 Author: Andrey Pavlenko Date: Thu Oct 31 00:20:34 2013 +0400 Merge pull request #1717 from alalek:ocl_adjust_worksize commit 9751b3204d42fc33daacda397ddc760745dab785 Merge: 27ae6eb 994e07d Author: Andrey Pavlenko Date: Thu Oct 31 00:04:03 2013 +0400 Merge pull request #1715 from asmorkalov:android_java_bincompat_fix commit 27ae6eb1f4006520c7f1b81b2a6ceab379091713 Merge: 2f4d68c 104b14e Author: Roman Donchenko Date: Wed Oct 30 17:46:33 2013 +0400 Merge pull request #1720 from SpecLad:cmp0017 commit 2f4d68c74646dcb9c08c33340cc26522e6cec990 Merge: c70fbb9 d07e789 Author: Roman Donchenko Date: Wed Oct 30 17:33:03 2013 +0400 Merge pull request #1718 from SpecLad:have-opencv-ocl commit 16df5b007ddd046f53a48597b93fbc628236c3cf Author: Ilya Lavrenov Date: Wed Oct 30 17:08:57 2013 +0400 disabled upload and download perf tests commit c674d3cf49fb3df15f518a64dd783a583cd8d791 Author: Ilya Lavrenov Date: Wed Oct 30 16:48:12 2013 +0400 fixed ocl::norm (with NORM_RELATIVE specified) when norm(src2) == 0 commit 0104f59feb12867a6b4159b8fc22a906d6208ff5 Author: Alexander Alekhin Date: Wed Oct 30 16:26:36 2013 +0400 ocl: filter2D: fix processing of kernel with double datatype commit 104b14e0e0f74cafad3b837922f44bb341816cfe Author: Roman Donchenko Date: Wed Oct 30 16:10:02 2013 +0400 Fixed CMake warnings/bugs caused by #1670 and #1714 include() doesn't create a variable scope, so the settings of CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting everything included after OpenCVDetectCUDA.cmake. Also, FindCUDA includes FindPackageHandleStandardArgs, which includes CMakeParseArguments, which causes warnings related to policy CMP0017. Setting it to NEW seems safe enough. commit c70fbb95a3b141f2fd486cfeb0ff130c64f0b958 Merge: 4bc105c 50d2c10 Author: Roman Donchenko Date: Wed Oct 30 16:18:49 2013 +0400 Merge pull request #1712 from alalek:ocl_split commit 8dfde47f89dbd3f8a9db06b1680f2fe8a7ff1357 Author: Ilya Lavrenov Date: Wed Oct 30 16:04:48 2013 +0400 changed eps in ocl::GaussianBlur test commit 7b0f018a740ac9c8b10f08cc6b35a26b1e0f9d3d Author: Alexander Alekhin Date: Wed Oct 30 14:57:46 2013 +0400 ocl: adjust worksize for filter2D and boxFilter commit 4bc105c40bf9e9219164b8d2af2e2a608105e9cb Merge: 8a4f1bb 2238e71 Author: Roman Donchenko Date: Wed Oct 30 15:11:25 2013 +0400 Merge pull request #1652 from nghiaho12:kalman commit 50d2c1066b90602154ebfea917d99e3aa13de908 Author: Alexander Alekhin Date: Tue Oct 29 20:35:42 2013 +0400 ocl: split: update tests and implementation commit d07e7897a031df6c7737efd4d65a96393cefb7a7 Author: Roman Donchenko Date: Wed Oct 30 14:02:08 2013 +0400 Fixed building with OpenCL, but without the ocl module. HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not necessary. commit 8a4f1bbbdf0552705508414fc928edc96b6602c3 Merge: d11921f 5e75a22 Author: Roman Donchenko Date: Wed Oct 30 13:27:40 2013 +0400 Merge pull request #1714 from jet47:find-cuda-fix commit 994e07db07d5cfbbc2eda7a83b2b16401c3c9eff Author: Alexander Smorkalov Date: Wed Oct 30 12:45:44 2013 +0400 Bug #3276 Java bindings binary compatibility is broken in branch 2.4 fixed. New version of Java wrappers' generator uses different wrappers for VideoCapture on Android and desktop to prevent binary compatibility issues. commit d11921f1a49a529f01dcde3f7c5fc4ff08a22a8f Merge: 9f162cb 973137c Author: Roman Donchenko Date: Wed Oct 30 12:28:31 2013 +0400 Merge pull request #1675 from krodyush:opencl-optimization commit 9f162cb8d3bd4ba0a14eced3176fa70c4db2dbb4 Merge: 957c85e 252f13f Author: Roman Donchenko Date: Wed Oct 30 12:27:09 2013 +0400 Merge pull request #1713 from pengx17:patch-2 commit 5e75a2255937b1c60ec3154de92acf0fb8145094 Author: Vladislav Vinogradov Date: Wed Oct 30 12:10:35 2013 +0400 fixed find package CUDA for cross-compilation replaced find_host_package with find_package and set CMAKE_FIND_ROOT_PATH_MODE_LIBRARY to BOTH, because NEVER doesn't work for CUDA_CUDA_LIBRARY, which is located in /usr/arm-linux-gnueabihf/lib/libcuda.so for ARM commit 7469c2eb9dd6005c402191f79eea7ac645c17fbd Author: Jin Ma Date: Wed Oct 30 14:37:13 2013 +0800 fixed a bug when double is not supported. commit 252f13f53ee641b5a59bedfc02208bf413d2e6fa Author: Peng Xiao Date: Wed Oct 30 10:36:28 2013 +0800 Fix a typo commit bf6b5ee9256926fb4364d37a61877adea45297c8 Author: Ilya Lavrenov Date: Tue Oct 29 12:10:20 2013 +0400 fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC1 for the first function commit d6a7a6d5030a62c6b34b2dad8c89d3de1cc74baa Author: Roman Donchenko Date: Tue Oct 29 18:14:41 2013 +0400 VideoCapture: copy the captured frame, to avoid dangling Mats Previously, VideoCapture::retrieve would return a Mat that referenced the internal IplImage. Since the latter is rewritten every time a frame is captured, it means that if the user captures two frames in a row, the first frame would reference nothing. Similar if a user captures a frame, then destroys the VideoCapture instance. Note that the other branch of the if isn't affected, since flip allocates a new Mat. commit 03bbee327b44c9384f46a042585bc4f0a46d8a26 Merge: f68b73f 5134173 Author: Roman Donchenko Date: Tue Oct 29 16:15:56 2013 +0400 Merge pull request #1486 from nzjrs:cv2-logpolar commit f68b73f83164b7aa51156a9600eb4d1afc0c9c73 Merge: 3342920 0324932 Author: Roman Donchenko Date: Tue Oct 29 16:14:29 2013 +0400 Merge pull request #1521 from nailbiter:optimCG commit 334292083edb3e5f0b0d9d955b70a49ac809337b Merge: 7508758 b50185e Author: Roman Donchenko Date: Tue Oct 29 16:03:49 2013 +0400 Merge pull request #1629 from lluisgomez:er_tree_clean_bug_fix commit b6b190df5c56d7d8f2f3dc8ed037130f6790dca7 Author: Jin Ma Date: Tue Oct 29 18:05:29 2013 +0800 Rewrote moments of opencl version. commit 957c85e9c48e1d57ab77d2e320598d8c415b6121 Merge: c5e8a9a 06c1f9a Author: Roman Donchenko Date: Tue Oct 29 13:24:14 2013 +0400 Merge pull request #1670 from jet47:cuda-cmake-fix commit 75087580ded6d01deb1ad4e5133cd5d40b300fb3 Merge: 616db74 78be4f6 Author: Roman Donchenko Date: Tue Oct 29 13:13:04 2013 +0400 Merge pull request #1704 from SpecLad:merge-2.4 commit 616db74e4951842ff0ed88ab724e93f5bd9b3b64 Merge: 31f0ab6 485d36d Author: Andrey Pavlenko Date: Tue Oct 29 11:14:15 2013 +0400 Merge pull request #1663 from vpisarev:ocl_experiments3 commit c5e8a9a29bfebd36eff0eea509eb0dce0aa87d56 Merge: c6a01f2 447c052 Author: Andrey Pavlenko Date: Tue Oct 29 11:07:03 2013 +0400 Merge pull request #1702 from alalek:ocl_memory_corruption_check commit c6a01f2641f330ba2ad6cfab3140ed7a8dbc6da7 Merge: ea64589 58be254 Author: Andrey Pavlenko Date: Tue Oct 29 11:05:10 2013 +0400 Merge pull request #1688 from alalek:ocl_fix_filters commit ea64589164477ae4c1a62fa99a0662f00c8a25df Merge: f4b8bab 632452c Author: Andrey Pavlenko Date: Tue Oct 29 11:03:33 2013 +0400 Merge pull request #1687 from bitwangyaoyao:2.4_fix commit f4b8babbc8af66650f717d33ffa6699c123cc4c1 Merge: 42c4f91 ab2bd58 Author: Andrey Pavlenko Date: Tue Oct 29 11:00:26 2013 +0400 Merge pull request #1677 from pengx17:patch-1 commit 42c4f91ef486968e95705b4fe42a5b4059c812e5 Merge: 9bfa346 f6c802b Author: Andrey Pavlenko Date: Tue Oct 29 10:51:00 2013 +0400 Merge pull request #1495 from StevenPuttemans:bugfix_3282 commit 9bfa346c3804a8f7ea4bf72f190248160d97db35 Merge: e52459a c49c3e0 Author: Andrey Pavlenko Date: Tue Oct 29 10:49:46 2013 +0400 Merge pull request #1544 from ilya-lavrenov:ocl_blendLinear commit e52459a3243cdf16bc38f50c1fb9a5db250bfb7b Merge: 106d5ed 1f7f9c9 Author: Andrey Pavlenko Date: Tue Oct 29 10:43:44 2013 +0400 Merge pull request #1708 from ilya-lavrenov:ocl_threshold commit 106d5eda5f471240e7b75f9fd8bf3c155edbdb48 Merge: acadfcf 900c303 Author: Andrey Pavlenko Date: Tue Oct 29 10:43:26 2013 +0400 Merge pull request #1700 from ilya-lavrenov:ocl_bitwise_perf commit acadfcff2d7c13604526b0f204c267332c1ce020 Merge: 2b05dc7 e70dfe5 Author: Andrey Pavlenko Date: Tue Oct 29 10:38:23 2013 +0400 Merge pull request #1707 from ilya-lavrenov:ocl_morph commit 2b05dc7d1ebbfccaade2978d42a3f3873cffe5a2 Merge: 5fa6d70 7afbae5 Author: Andrey Pavlenko Date: Tue Oct 29 10:35:58 2013 +0400 Merge pull request #1699 from ilya-lavrenov:ocl_minMax commit 5fa6d70ab0ebdaac2efe1c70e2b5906c05216b6b Merge: 529f086 eb2f8a2 Author: Andrey Pavlenko Date: Tue Oct 29 10:35:42 2013 +0400 Merge pull request #1695 from ilya-lavrenov:ocl_showDiff commit c49c3e0a91b2e4b45263a94b8b46d786345ff8b6 Author: Ilya Lavrenov Date: Mon Oct 28 23:49:19 2013 +0400 fixed and generalized ocl::blendLinear commit 58be2546ca6ba3e00ab7f008069f70ff984ba3bd Author: Ilya Lavrenov Date: Mon Oct 28 16:46:41 2013 +0400 fixed OpenCL morph operations for case when kernel does not have zero element commit b10e1e5c7e143b54a2b93fbc170cd3715abe1e7e Author: Alexander Alekhin Date: Mon Oct 28 18:22:31 2013 +0400 ocl: filters: update documentation commit 98f73705dfed3ee4a5f003ce4c284a8c1be25646 Author: Alexander Alekhin Date: Sat Oct 26 11:15:53 2013 +0400 ocl: fix morph filters commit 0f95f0d8b3f4a11d94d1d34326953d89a047fbd5 Author: Alexander Alekhin Date: Sat Oct 26 05:06:22 2013 +0400 ocl: rewrite filter2D commit 0bf9ece998b62f6265a789c260bae5ad146e2143 Author: Alexander Alekhin Date: Sat Oct 26 23:31:51 2013 +0400 ocl: rewrite boxFilter commit cb6ea8bfa1dffe39afe820082727c5b2591f3890 Author: Alexander Alekhin Date: Sat Oct 26 11:37:02 2013 +0400 ocl: update filter tests commit 529f086b626800b6c70682c3c67475d0e544cf7c Merge: 766a351 36b5180 Author: Roman Donchenko Date: Mon Oct 28 19:35:08 2013 +0400 Merge pull request #1691 from SpecLad:ffmpeg-test commit 447c052e599458e28ffbb448e39563097963ed3b Author: Alexander Alekhin Date: Sat Oct 26 15:03:23 2013 +0400 ocl: memory corruption check commit 766a3511c65c7fe934719fc361e92e3d83f0f786 Merge: 95bd32b ee8f0a3 Author: Roman Donchenko Date: Mon Oct 28 19:05:18 2013 +0400 Merge pull request #1706 from ilya-lavrenov:example_fix commit 95bd32b516c7b7b5ef6f7d64c2be4b647c3f8830 Merge: bb15c00 cf5df1a Author: Andrey Pavlenko Date: Mon Oct 28 19:02:24 2013 +0400 Merge pull request #1705 from ilya-lavrenov:ocl_flip commit bb15c00665f26b589ac785014cd7914ec5a2c965 Merge: d3c0b36 0fd872b Author: Andrey Pavlenko Date: Mon Oct 28 19:01:51 2013 +0400 Merge pull request #1703 from bitwangyaoyao:2.4_fix1480 commit d3c0b36cd03f3271da6b1425b6f6e5df9609dd02 Merge: 1cc58f9 eb4f50c Author: Andrey Pavlenko Date: Mon Oct 28 19:01:13 2013 +0400 Merge pull request #1701 from alalek:ocl_fix_canny commit 1cc58f9770fc4dddddcef1308179eb251b5bd8fa Merge: d3bcf60 839245e Author: Andrey Pavlenko Date: Mon Oct 28 18:59:08 2013 +0400 Merge pull request #1698 from ilya-lavrenov:ocl_warp commit 7afbae57bab989e4b91fe4592fccc69604c638f8 Author: Ilya Lavrenov Date: Sun Oct 27 15:55:40 2013 +0400 fixed ocl::minMax for FP-types commit eb2f8a29486b8446dbcf6f35a894f5fb4e9cc63f Author: Ilya Lavrenov Date: Fri Oct 25 18:48:39 2013 +0400 ocl tests: show diff when cv::countNonZero(diff) > 0 commit 1f7f9c96821267559da29a04a2ef23fd79faf072 Author: Ilya Lavrenov Date: Mon Oct 28 18:04:34 2013 +0400 rewrote and generalized ocl::threshold commit e70dfe5a505d763539cde2b6d7b5d3e9a22e8a25 Author: Ilya Lavrenov Date: Mon Oct 28 16:46:41 2013 +0400 fixed OpenCL morph operations for case when kernel does not have zero element commit ee8f0a3f36581b57795eaec3576c1739e02ea9f5 Author: Ilya Lavrenov Date: Mon Oct 28 14:09:30 2013 +0400 ocl example typo commit cf5df1a7e7bfbe77cd9229afdc9136734045d1fe Author: Ilya Lavrenov Date: Sat Oct 26 23:43:44 2013 +0400 fixed ocl::flip commit d3bcf609f19a9efd9d714e6c75d14b1bfd90eb11 Merge: 88f5ef9 68a8a11 Author: Roman Donchenko Date: Mon Oct 28 13:46:31 2013 +0400 Merge pull request #1657 from KonstantinMatskevich:ocldistanceToCenters commit 78be4f66f736d579407e5159e2225187db67797e Merge: 31f0ab6 c1223f8 Author: Roman Donchenko Date: Mon Oct 28 13:38:25 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: CMakeLists.txt modules/calib3d/src/calibration.cpp modules/ocl/src/cl_programcache.cpp modules/ocl/src/filtering.cpp modules/ocl/src/imgproc.cpp samples/ocl/adaptive_bilateral_filter.cpp samples/ocl/bgfg_segm.cpp samples/ocl/clahe.cpp samples/ocl/facedetect.cpp samples/ocl/pyrlk_optical_flow.cpp samples/ocl/squares.cpp samples/ocl/surf_matcher.cpp samples/ocl/tvl1_optical_flow.cpp commit 0fd872bfa9e8b3a5e6e77652201df1b86912ace8 Author: yao Date: Mon Oct 28 17:36:43 2013 +0800 fix bug #1480 commit 632452cdd855144afbf5c638ad69a02b8b2c45db Author: yao Date: Mon Oct 28 16:32:46 2013 +0800 fix the mismatch running on cpu devices commit 88f5ef9acc01893c2be16fefedd47617eb9c4d3b Merge: c1223f8 2e5db6e Author: Roman Donchenko Date: Mon Oct 28 12:18:41 2013 +0400 Merge pull request #1696 from apavlenko:fix_typo_GpuMaterials commit ab2bd58f5c14a986a991e1ec9e128213edba38f7 Author: Peng Xiao Date: Mon Oct 28 14:17:59 2013 +0800 Fixed a missing barrier. commit 06c1f9a3291b7fea6d3c56bb9f9e9a870582554c Author: Vladislav Vinogradov Date: Mon Oct 28 10:09:16 2013 +0400 added own version of FindCUDA.cmake commit 973137c78e4b7af159b7540fb03d23dc7d5e98df Author: konstantin Date: Mon Oct 28 00:14:07 2013 +0400 fix bugs on host and device sides for imgprog_sobel3.cl commit eb4f50ca59f636e2aed495740eb1cc6ac4bc27ce Author: Alexander Alekhin Date: Mon Oct 28 00:01:56 2013 +0400 ocl: Canny: port CUDA-based implementation of edgesHysteresisLocal commit 900c303636c5a8bb6023a2d4e1e7ec873754ca90 Author: Ilya Lavrenov Date: Sun Oct 27 16:25:38 2013 +0400 added performance tests for ocl::bitwise_or and ocl::bitwose_xor commit 9e527fc9f40786b19c02c5dcba90ce9845fe8e9d Author: Alexander Alekhin Date: Sun Oct 27 18:55:42 2013 +0400 ocl: Canny: replace unsafe buffer to oclMat commit 839245e420f940a8bc3aa7f77d99603a15dd317a Author: Ilya Lavrenov Date: Sun Oct 27 12:58:22 2013 +0400 fixed tests for ocl::warpAffine and ocl::warpPerspective commit ddd2b106fbe1223a05b0bc33a637e83f89248ccf Author: konstantin Date: Fri Oct 25 21:44:01 2013 +0400 rename imageproc_sobel2.cl -> imageproc_sobel3.cl for consistency commit c1223f8dacfe0c1e6d1cf1aacf9ea74e28645317 Merge: 66e5be2 c016c43 Author: Roman Donchenko Date: Fri Oct 25 20:32:04 2013 +0400 Merge pull request #1697 from SpecLad:sdk-redux commit 66e5be2d64743562f851eced33be2c5ff0716200 Merge: fc64a40 7285341 Author: Andrey Pavlenko Date: Fri Oct 25 19:47:38 2013 +0400 Merge pull request #1655 from pengx17:2.4_opt_superres_ocl commit fc64a4071c7d5ed04c118c70264a0040a12a6487 Merge: 4e57f92 9ea6001 Author: Andrey Pavlenko Date: Fri Oct 25 19:41:56 2013 +0400 Merge pull request #1689 from ilya-lavrenov:ocl_bilateralFilter commit 4e57f92e6ebdc825f879d42ee9d092d0e6465c20 Merge: d60924f b33a62b Author: Andrey Pavlenko Date: Fri Oct 25 19:39:21 2013 +0400 Merge pull request #1692 from ilya-lavrenov:ocl_separableFilter commit d60924f4f2781ea68a58010ed9f0d8d8a4962317 Merge: 92c43a8 2b6fca6 Author: Andrey Pavlenko Date: Fri Oct 25 19:35:18 2013 +0400 Merge pull request #1694 from apavlenko:fix_typo commit 92c43a8646006a94659d2d99ae9abee83bbc7dad Merge: 90f8906 e1596d6 Author: Andrey Pavlenko Date: Fri Oct 25 19:34:33 2013 +0400 Merge pull request #1693 from ilya-lavrenov:ocl_adaptiveBilateralFilter commit 90f8906e1e136fd33b5856fc51a2d3fcc9575b44 Merge: 55ede74 76b904b Author: Roman Donchenko Date: Fri Oct 25 19:24:57 2013 +0400 Merge pull request #1690 from SpecLad:cmake-2.8.12 commit c016c43d253596fae041685a737e6e55347ad6b1 Author: Roman Donchenko Date: Fri Oct 25 19:10:13 2013 +0400 Fixed Android SDK build - again. commit 2e5db6e56c62410abf0d15aaa1d93e94b74cc722 Author: Andrey Pavlenko Date: Fri Oct 25 18:53:24 2013 +0400 fixing typo commit 2b6fca68bf83803c4eb90a1d32a1fa7272e1f43f Author: Andrey Pavlenko Date: Fri Oct 25 18:00:46 2013 +0400 fixing typo commit 55ede74022c7ba782d596ea2b33f4b25906dd510 Merge: f177e65 7a8f9fe Author: Roman Donchenko Date: Fri Oct 25 17:32:33 2013 +0400 Merge pull request #1680 from alalek:cmake_fix_android_builds commit e1596d69cccd552cae5a1df719b52c958c81f655 Author: Ilya Lavrenov Date: Fri Oct 25 17:28:31 2013 +0400 fixed extrapolation in ocl::adaptiveBilateralFilter commit 7a8f9fe7468e64013999ebd5bfd6adc092a41e6c Author: Alexander Alekhin Date: Thu Oct 24 20:01:29 2013 +0400 cmake: fix android installation for different NDK ABIs commit b33a62beb065bd62d0860828d4e6f299d092680b Author: Ilya Lavrenov Date: Fri Oct 25 16:41:20 2013 +0400 fixed separable filter extrapolation commit 485d36d3c0182fe7a4cecb094bf319cfc4597b3c Author: Vadim Pisarevsky Date: Fri Oct 25 16:46:03 2013 +0400 changed InputArray's enumeration constant for UMat, since it may potentially conflict with existing OpenCL module. refactored Kernel's setArg API (now UMat is passed to a kernel as a structure, as Alexander A suggested). removed Kernel's cleanup callback from the external API; now each kernel keeps track of used matrices and they are dereferenced after it's complete. commit 36b5180aa186776e5fc7f7df6fff5b49da185f23 Author: Roman Donchenko Date: Fri Oct 25 15:48:01 2013 +0400 Another FFmpeg fix from master. From commit dd74a851, to be exact. Now cap_ffmpeg.cpp should actually build if HAVE_FFMPEG is true. Also modified some gpu sources in a similar manner. commit 68a8a1116186b9fe77ae31c74120f8989df6f27c Author: peng xiao Date: Tue Oct 8 15:49:40 2013 +0800 Rewrite distanceToCenters. It supports NORM_L1 distance types now and can use user provided indices. Also fixed a bug of kmeans where distance pointers should be float instead of double. NORM_L2 changed to NORM_L2SQR, Accuracy and Perf tests are added added ROI support in accuracy test of distanceToCenters commit 1188894133a59f16a31b98e4115faf06f0d50772 Author: Roman Donchenko Date: Fri Oct 25 14:37:54 2013 +0400 Fixed indentation in CV_FFmpegWriteBigVideoTest::run. commit 2ca49eef375d679972456d16963f423dfb395d66 Author: Roman Donchenko Date: Fri Oct 25 14:34:02 2013 +0400 Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. Need to go back at some point and fix this for real. (cherry picked from commit dfe07df87ba82216a6ed1b6677f4f525c851ec03) commit 5a5d569d722de28fe1f5e46c21826f7876a28ded Author: Roman Donchenko Date: Fri Oct 25 14:31:27 2013 +0400 Changed MPEG-2 resolution in the FFmpeg test. Newer FFmpeg prohibits 4096x4096 MPEG-2, presumably because it violates the standard. http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=7fb87bc5f24b1be13269109506c05e4c54695b5e (cherry picked from commit 424a7b0ab0cf7da591f7f15fbd15b2fee8c84a41) Conflicts: modules/highgui/test/test_ffmpeg.cpp commit 260c2e0b08b07c9d1c9d615239fa6232e271d412 Author: Roman Donchenko Date: Fri Oct 25 14:29:05 2013 +0400 Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp. (cherry picked from commit 3f3ae33327270de87768a80a339b746441db6fec) commit d3af86c0ea5d40e526e68d732bf5c052f718a890 Author: Roman Donchenko Date: Fri Oct 25 14:22:07 2013 +0400 Added the missing setting of HAVE_FFMPEG to true on Windows. While the FFmpeg video IO backend gets compiled even without it, the tests (for both FFmpeg and video IO) don't. This should fix that. commit 76b904b02269da81e675a91bc64614299d90ae6e Author: Roman Donchenko Date: Fri Oct 25 13:54:55 2013 +0400 Replaced our usage of LINK_PRIVATE with that of LINK_INTERFACE_LIBRARIES. The reasons for that are twofold: 1) LINK_PRIVATE is only available since CMake 2.8.7. 2) The way it was used generated a warning because of CMake policy CMP0023: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0023 Using LINK_INTERFACE_LIBRARIES actually causes another warning - this time because of CMake policy CMP0022: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#policy:CMP0022 I set the policy to OLD, because NEW means subtle changes when compiling with CMake 2.8.12, and I don't want to research that this close to release. :-) I also removed the setting of CMP0003, because it's set by cmake_minimal_version anyway. commit e1c8f5d723bfb8d81b5c546d7bdb52afe07c592a Author: Roman Donchenko Date: Fri Oct 25 13:50:22 2013 +0400 Removed a stray comma in the Android toolchain file. It was actually acting as an additional argument, breaking the error message. commit 9ea6001d087f1502137d400eb09cd07c3e4032b7 Author: Ilya Lavrenov Date: Fri Oct 25 13:32:35 2013 +0400 enabled ocl::bilateralFilter ROI testing commit 31f0ab6c80a0e8ae0c92ddf65fa86ca8bbde599a Merge: 7e1ded0 6e4fb8f Author: Roman Donchenko Date: Fri Oct 25 13:30:52 2013 +0400 Merge pull request #1681 from LeszekSwirski:fix-ninjabuild commit f177e65871b53ad465459254e732da013e9dab13 Merge: 3b08bf6 133d889 Author: Andrey Pavlenko Date: Fri Oct 25 13:19:02 2013 +0400 Merge pull request #1683 from alalek:ocl_restore_showdiff commit dd0fa63ca87d1a32ea8f48f893042f38d36778c8 Author: yao Date: Fri Oct 25 16:01:41 2013 +0800 fix the bug of ocl::bruteForceMatcher commit 6416c330200d036ba3a46b78ee619e17299e22ef Author: Vadim Pisarevsky Date: Fri Oct 25 11:19:40 2013 +0400 fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( ) commit ace0d4bad0bce656f1f54e27ea16559069282460 Author: Vadim Pisarevsky Date: Thu Oct 24 23:31:00 2013 +0400 hopefully, the last test failures are fixed now commit 5920bd4f2ec7ae331d96d5996e2b4e60e44ddbfd Author: Vadim Pisarevsky Date: Thu Oct 24 23:18:05 2013 +0400 fixed whitespace errors commit caa33b22425391bb4557a4e21320bce9ecf04293 Author: Vadim Pisarevsky Date: Thu Oct 24 22:33:41 2013 +0400 added first very simple test for UMat<=>Mat conversion commit 3b08bf6b629006366f229567d86a12c50245e78b Merge: 496859a f51e490 Author: Roman Donchenko Date: Thu Oct 24 22:19:16 2013 +0400 Merge pull request #1682 from SpecLad:Wmissing-declarations commit 6e4fb8f275c3cae20d1c77282aa61e492a4b4c19 Author: Leszek Swirski Date: Thu Oct 24 13:58:21 2013 +0100 Replace $(Configuration) with $ commit 496859a944979ae006de55890fdcbbe0a5d4e6d9 Merge: 7804240 4b17d07 Author: Roman Donchenko Date: Thu Oct 24 19:38:43 2013 +0400 Merge pull request #1643 from alalek:cmake_fix_java_link_rules commit 7804240528751002f78677a1a4f8631583d7fc79 Merge: f0bc253 dab3000 Author: Roman Donchenko Date: Thu Oct 24 19:12:34 2013 +0400 Merge pull request #1679 from ilya-lavrenov:ocl_equalizeHist commit 4b17d073c07c1b73480833bd0c8f03f17d8d9502 Author: Alexander Alekhin Date: Thu Oct 24 19:04:41 2013 +0400 cmake: fix linker dependencies for opencv_java Linker dependencies to all OpenCV modules are invalid. We should not include other bindings in this list (like "opencv_python"). commit f51e490bad26669653bae298e86e390fcb3a756d Author: Roman Donchenko Date: Thu Oct 24 18:33:23 2013 +0400 Fixed a Wmissing-declarations warning when compiling with MinGW. commit e5947f581a668e0dd1a83f98fd18be57ffea2631 Author: Vladislav Vinogradov Date: Wed Oct 23 17:57:45 2013 +0400 fix CUDA 5.5 support (npp, arm cross compilation) in CMake scripts: The patch was submitted to CMake and might be available in the next CMake release. But until we have the fix in CMake we should add workaround in our scripts. commit b1aa4a49130d4e3e8482ee77af4df9600484c742 Author: Vadim Pisarevsky Date: Thu Oct 24 18:00:15 2013 +0400 yet another attempt to fix test failures commit e14171fd334be2491fb1bd9acbbfdfe79f34e5da Author: Vadim Pisarevsky Date: Thu Oct 24 17:37:33 2013 +0400 fixed crash in Python bindings commit 7e1ded0ebd98cc5c735cc2d1869b5acb83c50a9c Merge: e384a7b dfe07df Author: Roman Donchenko Date: Thu Oct 24 17:27:21 2013 +0400 Merge pull request #1664 from SpecLad:merge-2.4 commit a9065b7d0cba419ce9558a41dcea697f6fcaea6d Author: Vadim Pisarevsky Date: Thu Oct 24 17:23:48 2013 +0400 trying to fix failures in tests commit 303df78cca38df9af2ec18884b738f06424f90b4 Author: Vadim Pisarevsky Date: Thu Oct 24 16:08:15 2013 +0400 removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now commit f0bc253d0ec98de9d89d81a0a73ce6aaaa2ea0db Merge: 119cdc5 f82eb0f Author: Roman Donchenko Date: Thu Oct 24 15:00:27 2013 +0400 Merge pull request #1667 from SpecLad:detect-openmp commit 119cdc57e9827af972e87adcfb62d8c797a96a19 Merge: c740800 387587f Author: Roman Donchenko Date: Thu Oct 24 14:18:10 2013 +0400 Merge pull request #1623 from ImAlsoGreg:2.4-pkgconfig-dash-l commit dfe07df87ba82216a6ed1b6677f4f525c851ec03 Author: Roman Donchenko Date: Thu Oct 24 14:09:08 2013 +0400 Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. Need to go back at some point and fix this for real. commit dab3000778d4667b445886e457e85d57bff522e6 Author: Ilya Lavrenov Date: Thu Oct 24 13:59:25 2013 +0400 fixed bug in ocl::equalizeHist commit c7408003d2a9208bed64f185acc773927e7f3eb2 Merge: f5bd8fe eddaaa9 Author: Roman Donchenko Date: Thu Oct 24 13:55:30 2013 +0400 Merge pull request #1678 from wejeus:ios-documentationfix-2.4 commit f5bd8fecc932ce239a8eec5e813dfc0010725ee3 Merge: 2279c20 d571b28 Author: Roman Donchenko Date: Thu Oct 24 13:54:31 2013 +0400 Merge pull request #1674 from alalek:cmake_fix commit eddaaa9643edb18f1dcc53f015b48dab2bf0d24b Author: Samuel Wejéus Date: Thu Oct 24 10:36:01 2013 +0200 Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch) commit 2279c209c89f32f8a28c3d6c0f2fcc20ac11796b Merge: 931a2ae 7c1443c Author: Andrey Pavlenko Date: Thu Oct 24 11:23:54 2013 +0400 Merge pull request #1676 from ilya-lavrenov:ocl_resize_test commit 931a2ae14fa8eed78f400cb2eda8b79ab1710720 Merge: e7f39eb 29499ed Author: Andrey Pavlenko Date: Thu Oct 24 11:23:35 2013 +0400 Merge pull request #1673 from ilya-lavrenov:ocl_norm commit e7f39eb46e42b942ec5dbbbf444dfac375c659fe Merge: 4cf598a 87fc344 Author: Andrey Pavlenko Date: Thu Oct 24 11:23:18 2013 +0400 Merge pull request #1672 from ilya-lavrenov:ocl_arithm commit 4cf598a862d9f25a07500bd2f1f2eae806dd69eb Merge: 6dda265 5864895 Author: Andrey Pavlenko Date: Thu Oct 24 11:23:00 2013 +0400 Merge pull request #1669 from ilya-lavrenov:ocl_copyMakeBorder commit 4b712eeded164a36452e29e17c1e610813aa2456 Author: Peng Xiao Date: Thu Oct 24 12:07:54 2013 +0800 Update imgproc_canny.cl Reordering condition checking. commit 133d889e33905c79d44fdc7035904674d24d0cda Author: Alexander Alekhin Date: Thu Oct 24 01:29:39 2013 +0400 ocl: show diff commit 9f0995fbe0268aa25d83f1852e47efa7142782de Author: konstantin Date: Wed Oct 23 23:56:22 2013 +0400 try to made compatible with mac commit 5864895ec6517bca45644988e5e225d37418cecb Author: Ilya Lavrenov Date: Wed Oct 23 17:20:10 2013 +0400 fixed ocl::copyMakeBorder commit ebb2c3e01fc7c0f475abc4aeb3ba2c4d87dd98d7 Author: konstantin Date: Wed Oct 23 23:18:21 2013 +0400 try to fix build error commit 7c1443cbdd565e03a63ade1367a32a365c93082f Author: Ilya Lavrenov Date: Wed Oct 23 22:11:57 2013 +0400 fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0) commit 2f62940a0ef9f58491ad47a34548b6a934b9dea1 Author: konstantin Date: Wed Oct 23 20:38:11 2013 +0400 Added few opencl optimizations (as Intel platform codepath): 1. HaarDetetctor: repack nodes to reduce memory footprint 2. cornerMinEigVal: 4 ocl kernels are fused into 1 for sobel calculation commit d571b28eaa99ca4b6f51b31a12283b7bafa0cbb0 Author: Alexander Alekhin Date: Wed Oct 23 20:28:22 2013 +0400 cmake: fix bug with installation into OPENCV_LIB_INSTALL_PATH directory commit 29499ed51af2055b4507316d3896fc817e95ff18 Author: Ilya Lavrenov Date: Wed Oct 23 19:53:04 2013 +0400 moved to relative errors in ocl::norm tests commit 87fc3441f279a6c28d26fbb06c0ee09fa2ebf614 Author: Ilya Lavrenov Date: Wed Oct 23 18:42:55 2013 +0400 workaround for cv::multiply bug commit 424a7b0ab0cf7da591f7f15fbd15b2fee8c84a41 Author: Roman Donchenko Date: Wed Oct 23 17:42:00 2013 +0400 Changed MPEG-2 resolution in the FFmpeg test. Newer FFmpeg prohibits 4096x4096 MPEG-2, presumably because it violates the standard. http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=7fb87bc5f24b1be13269109506c05e4c54695b5e commit 3f3ae33327270de87768a80a339b746441db6fec Author: Roman Donchenko Date: Wed Oct 23 14:53:31 2013 +0400 Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp. This should actually remove the need for the workaround from the previous commit. commit eb86d37b260aba29b0008d1eeb04a58a5d0e9f85 Author: Roman Donchenko Date: Tue Oct 22 16:43:40 2013 +0400 Removed some dubious FFmpeg hack that no longer works. commit 66beb44286aa30a14b5eea6367cc96e42410446b Author: Roman Donchenko Date: Tue Oct 22 19:13:13 2013 +0400 Applied a change from 555c505b to 3rdparty/tbb/CMakeLists.txt. Odd that it wasn't merged automatically... commit 6dda2652cd2c34909b939f21905ebd3764d14db8 Merge: bb461fa 4d86e21 Author: Roman Donchenko Date: Wed Oct 23 14:50:55 2013 +0400 Merge pull request #1659 from ilya-lavrenov:ocl_examples commit 5a34272150c413ee36bb61629e73242b3e286ad2 Author: Vadim Pisarevsky Date: Wed Oct 23 00:17:18 2013 +0400 fixed build on Windows commit de521fc9fa10a5c17f6e830678d47346c55b880b Author: Vadim Pisarevsky Date: Tue Oct 22 23:34:16 2013 +0400 fixed some more compile bugs (including Python bindings) commit bb461fab34223f1214b33adb8d6d3fd483a8cfbf Merge: a549621 8f995fa Author: Roman Donchenko Date: Tue Oct 22 19:16:09 2013 +0400 Merge pull request #1649 from asandwhich:2.4 commit a549621aac87cfc31b7122b6d8f36fb3447541d6 Merge: 1e8b72f 8ff267c Author: Roman Donchenko Date: Tue Oct 22 19:02:48 2013 +0400 Merge pull request #1666 from SpecLad:cv-cap-openni commit f82eb0f79c647d5b64c32e6e4837399705037dc1 Author: Roman Donchenko Date: Tue Oct 22 18:47:37 2013 +0400 Add better OpenMP detection and make an option to enable it. Bug report and inspiration: http://code.opencv.org/issues/3328 commit d3076c501477130998098e920bf7c138ddae45f2 Author: Vadim Pisarevsky Date: Tue Oct 22 17:41:28 2013 +0400 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors commit e384a7bb95a0f45c8d4e09d28d50e0db58ba6d10 Merge: 6640846 49c6533 Author: Roman Donchenko Date: Tue Oct 22 16:44:08 2013 +0400 Merge pull request #1665 from SpecLad:cuda-min-ver commit 779acfa715f7c2d316507c23c3172ae3dc68e961 Author: Roman Donchenko Date: Tue Oct 22 15:16:22 2013 +0400 Suppressed -Wundef in bioinspired, because of OpenCL headers. commit 8ff267cbac420e8dffa1da53dea37dbac9db159c Author: Roman Donchenko Date: Tue Oct 22 14:48:25 2013 +0400 Fixed incorrectly unprefixed constant names in the OpenNI tutorial. Bug report: http://code.opencv.org/issues/3329 commit 49c653322700ef0e3034912f697cb67eee2e8d94 Author: Roman Donchenko Date: Mon Oct 21 17:39:38 2013 +0400 Move the minimal CUDA version into the minimal version list. commit 4036f6a3d034c03b60b6a761009302068db3d861 Merge: 29f37fc a54d36b Author: Roman Donchenko Date: Tue Oct 22 14:28:00 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: apps/CMakeLists.txt modules/contrib/CMakeLists.txt modules/core/include/opencv2/core/version.hpp modules/imgproc/include/opencv2/imgproc/imgproc.hpp modules/java/generator/gen_java.py modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/cl_runtime/cl_runtime.cpp modules/ocl/src/columnsum.cpp modules/ocl/src/filtering.cpp modules/ocl/src/imgproc.cpp modules/ocl/test/main.cpp modules/ocl/test/test_color.cpp modules/ocl/test/test_imgproc.cpp samples/gpu/CMakeLists.txt commit d8c8339bec83b77978d2a0e1a62b764fb9d9c599 Author: Vadim Pisarevsky Date: Tue Oct 22 14:05:15 2013 +0400 the first draft of transparent API and new UMat class. more files commit 278fb617d21ca5af6a0b41a25909587d999c2cdc Author: Vadim Pisarevsky Date: Tue Oct 22 14:04:49 2013 +0400 the first draft of transparent API and new UMat class. commit 6640846e9527310788784a0e24f84f81fba17f37 Merge: 1e556e0 80e667b Author: Roman Donchenko Date: Tue Oct 22 13:53:11 2013 +0400 Merge pull request #1653 from jlblancoc:master commit 1e8b72f8c063e82df877d63730b37fe54fc299d4 Merge: a54d36b e7fd053 Author: Andrey Pavlenko Date: Tue Oct 22 13:46:54 2013 +0400 Merge pull request #1658 from alalek:ocl_fixes commit 1e556e08dc258496dfd5f6e49ba7c58391debb27 Merge: 29f37fc 8c121d3 Author: Roman Donchenko Date: Tue Oct 22 13:45:23 2013 +0400 Merge pull request #1661 from look4pritam:my-branch commit 8c121d372a8927727af40ff75393d06bc13a95fb Author: look4pritam Date: Tue Oct 22 12:08:43 2013 +0530 Small OpenCV-CUDA bugs are fixed. commit 4d86e2140d0b3966537614a85f7a4f909bd0025e Author: Ilya Lavrenov Date: Mon Oct 21 20:47:55 2013 +0400 OpenCL examples refactoring commit 80e667b647615ef865e551c30effe46f03ff27f4 Author: Jose-Luis Blanco-Claraco Date: Mon Oct 21 21:43:26 2013 +0200 Minimized the number of arguments required to workaround the MSVC2013 compiler bug. commit 27b02921f33f777046a971a066157ebee6425bc1 Author: Jose-Luis Blanco-Claraco Date: Mon Oct 21 21:41:27 2013 +0200 Added patch file for fixing VS2013 in 3rd party lib OpenEXR commit 77023e23667b8a4cce531d7ba62d8572a74f16a6 Author: Jose-Luis Blanco-Claraco Date: Mon Oct 21 21:17:15 2013 +0200 Added comment to features2d_init.cpp explaining the reason for the extra parameters. commit e7fd0534780522dac5a7448f47098d1b49c17337 Author: Alexander Alekhin Date: Mon Oct 21 19:48:36 2013 +0400 ocl: fix FFT initialization commit 9acca12d2dcd01435161e3281fc269e65697cb76 Author: Alexander Alekhin Date: Mon Oct 21 19:15:11 2013 +0400 ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error commit c33ca77838e899956ae9da4502ec0cf7c426ed77 Author: Jose-Luis Blanco-Claraco Date: Mon Oct 21 15:59:26 2013 +0200 Undo changing whitespace. commit bec35eeddb185ce9480ba2f413bd63c5cc5e90d7 Author: Jose-Luis Blanco-Claraco Date: Mon Oct 21 15:57:11 2013 +0200 Avoid duplicated variable declarations. commit 387587f4f0515d0564c0d79e1d20e7a0fce6c67b Author: Greg Hale Date: Mon Oct 21 09:27:04 2013 -0400 regex doesnt need to match full length of input, so only trying to match the leading -[lL] commit a54d36bde8c35805e9632f035784e3d2a8768278 Merge: bfd8acb cfc3b9a Author: Roman Donchenko Date: Mon Oct 21 16:53:24 2013 +0400 Merge pull request #1646 from alalek:ocl_fix_msvc11 commit 29f37fc13066df80e21ee0d73d73d638421413d0 Merge: 2123365 342e007 Author: Roman Donchenko Date: Mon Oct 21 16:35:14 2013 +0400 Merge pull request #1575 from jet47:gpu-buffer-pool commit 21233656bd8eb6a63aceb2a15d930b3d0476f2ff Merge: e290436 8ed47c0 Author: Roman Donchenko Date: Mon Oct 21 16:34:44 2013 +0400 Merge pull request #1540 from jet47:gpuarithm-cudev commit e290436a4c38f98de82ea94896e09101ec6402f6 Merge: f25b77f 776c0cb Author: Roman Donchenko Date: Mon Oct 21 16:30:13 2013 +0400 Merge pull request #1492 from jet47:gpucodec-cudev commit f25b77ff1e411597decb5a1633429e42a07d75ad Merge: 4c10211 f4fb7fe Author: Roman Donchenko Date: Mon Oct 21 16:29:35 2013 +0400 Merge pull request #1534 from jet47:fix-cuda-5.0-build commit bfd8acbbc35e3b7b98f9bcddbe822de6f34cb518 Merge: 9bc347c 4e4d2da Author: Roman Donchenko Date: Mon Oct 21 16:27:59 2013 +0400 Merge pull request #1556 from jet47:fix-bug-3296 commit 9bc347c8480d43baefc8e69fe75083074176c3b9 Merge: aec7d9c 5673e7e Author: Roman Donchenko Date: Mon Oct 21 16:18:02 2013 +0400 Merge pull request #1650 from jet47:fix-gpu-bgsegm-sample commit aec7d9c1dbc9959bc8b367dea914fd75e2b76753 Merge: 0ad04d6 e9cef29 Author: Andrey Pavlenko Date: Mon Oct 21 16:06:35 2013 +0400 Merge pull request #1647 from ilya-lavrenov:ocl_tests_demonstrative commit 0ad04d66e307f7b8105ab85c99cb3e30a79245b8 Merge: e82fd12 9d923b5 Author: Andrey Pavlenko Date: Mon Oct 21 16:00:13 2013 +0400 Merge pull request #1645 from ilya-lavrenov:ocl_morph_test_fix commit e82fd12a675e8996e124978908f8869e8614e30a Merge: bd1a1cc 022b5d6 Author: Andrey Pavlenko Date: Mon Oct 21 15:59:19 2013 +0400 Merge pull request #1644 from ilya-lavrenov:ocl_matrix_operations commit bd1a1cc031e8445915a88c2d7921db0dcd8b4b65 Merge: 599d51e 4f68f35 Author: Andrey Pavlenko Date: Mon Oct 21 15:58:59 2013 +0400 Merge pull request #1633 from ilya-lavrenov:ocl_imgproc commit 9d923b50acc4e072378fb367e73ad0beec130d7b Author: Ilya Lavrenov Date: Sat Oct 19 12:12:16 2013 +0400 fixed ocl::Laplacian for case when scale != 1 commit 6085c416a781afe596a4955d6d53ef7e42743f30 Author: Ilya Lavrenov Date: Fri Oct 18 17:57:10 2013 +0400 missed initialization of kernel size commit 599d51ec140e7bf2284ffcfbee93a9faa98616ab Merge: d50f0d2 bebc1c9 Author: Roman Donchenko Date: Mon Oct 21 14:00:22 2013 +0400 Merge pull request #1651 from ilya-lavrenov:misprint commit 7285341083a1210db1485eee1075540fa5ebc884 Author: peng xiao Date: Mon Oct 21 10:21:37 2013 +0800 1. Let btvRegWeights to be constant per `process` call. 2. Let Farneback to be the default optical flow method. 3. Fix a timing method bug for ocl path. 4. Remove useless finish operation in farneback 5. Refactor buffer usage. commit 52a904e17b28b59ab149f3eb57ff030468bcf1ef Author: Jose-Luis Blanco-Claraco Date: Sun Oct 20 17:28:45 2013 +0200 Fixed MSVC 2013 build errors and workaround for an internal compiler crash. commit 2238e711b5d63d88cd25fd0fef58a4175080ee19 Author: Nghia Ho Date: Sun Oct 20 13:00:11 2013 +1100 Copied errorCovPre to errorCovPost. This allows the correct behaviour of the uncertainty to grow when there is missing data for each predict step. commit fe3dd762a46355a41c1be94fd844d72e846dda7e Author: Greg Hale Date: Sat Oct 19 17:30:32 2013 -0400 fixed wrong regex commit 4f68f35a7868a1e2e8544de7c29f92ee20cb36b3 Author: Ilya Lavrenov Date: Sat Oct 19 01:00:22 2013 +0400 added reflect, reflect101, replicate, wrap border types to ocl::remap commit bebc1c9330aa546a6b2d9d1ef216bb20b5b58a67 Author: Ilya Lavrenov Date: Sat Oct 19 22:59:47 2013 +0400 misprint commit 5673e7e4353bbeeea8392ae5d046b0a08e6eadb1 Author: Vladislav Vinogradov Date: Sat Oct 19 12:40:10 2013 +0400 fix bug in gpu bgsegm sample create `d_fgimg` matrix before cleaning. commit 8f995fac881cb70a97d799a6f9881045c5443da6 Author: Kevin Date: Sat Oct 19 01:30:03 2013 -0500 Change intrinsic camera matrix initialization In the function cvInitIntrinsicParams2D the principal point for normalized image coordinates is set to 0/0. This updates the function to initialize the principal point at 0.5/0.5. commit e9cef2990e76476056e85082fa3c9c1f52eb8d2c Author: Ilya Lavrenov Date: Sat Oct 19 01:17:46 2013 +0400 made more demonstrative message about test fails commit cfc3b9abbb71a43cd4498d4427f847c75b1d2908 Author: Alexander Alekhin Date: Fri Oct 18 20:43:34 2013 +0400 ocl: workaround for msvc11 bug "#error" requires DOS line endings (or fails with fatal error C1004: unexpected end-of-file found) See: http://connect.microsoft.com/VisualStudio/feedback/details/794991/c-error-directive-and-unix-line-endings-leads-to-an-unexpected-end-of-file So replace them to #pragma message. commit d50f0d2ed2dbcf83a6af7733effe02a771cf10e2 Merge: 83b36dc fd4e705 Author: Andrey Pavlenko Date: Fri Oct 18 18:41:12 2013 +0400 Merge pull request #1587 from alalek:opencl_khronos_headers commit 83b36dcbcf4a179075171883d0ddca18562bfcb6 Merge: d700cc6 06a7a1a Author: Roman Donchenko Date: Fri Oct 18 18:39:06 2013 +0400 Merge pull request #1459 from asmorkalov:ocv_qt_segflt_fix commit d700cc60be7ed4a02559d7bcb8f49a4dd0e8d68c Merge: df27915 fa70f95 Author: Roman Donchenko Date: Fri Oct 18 18:22:59 2013 +0400 Merge pull request #1641 from jet47:imshow-opengl-fix commit df279150aef40c9b0b43bf0ba4059a0636e058c9 Merge: 4cbf0cb 83b7fbe Author: Roman Donchenko Date: Fri Oct 18 18:19:35 2013 +0400 Merge pull request #1642 from alalek:cmake_cleanup_targets commit 022b5d6c74e74b36c4ddf4d481ab4673845405ed Author: Ilya Lavrenov Date: Fri Oct 18 17:34:17 2013 +0400 refactored ocl matrix operations accuracy tests commit b3e1a4598c37da20a3d57b71f91989bfd46222d3 Author: Ilya Lavrenov Date: Fri Oct 18 16:46:00 2013 +0400 enabled double in copyMakeBorder kernel commit 2681cef5d76cb3b3c513d114a74ac936d482b92f Author: Ilya Lavrenov Date: Fri Oct 18 16:41:09 2013 +0400 rewrote ocl::remap commit 3fe74ad124c5bf8f797cd6c60774fb750f4a2e30 Author: Ilya Lavrenov Date: Fri Oct 18 16:39:47 2013 +0400 fixed ocl::copyMakeBorder commit 36342eb42583f19df911c36e1615b496121d26b3 Author: Ilya Lavrenov Date: Fri Oct 18 16:36:11 2013 +0400 added ROI support to ocl::convolve commit 110a92c126c6b1d371210398dbf6c92af99154e5 Author: Ilya Lavrenov Date: Fri Oct 18 16:33:48 2013 +0400 added ROI support to ocl::columnSum commit 60f9ba0c64cb10abb1c1bfc517e8319c6a2e618a Author: Ilya Lavrenov Date: Fri Oct 18 16:31:52 2013 +0400 added ROI support to ocl::CLAHE commit 4a81be7d0b320e176d43d1653993e677657e3868 Author: Ilya Lavrenov Date: Fri Oct 18 16:29:10 2013 +0400 refactored all the tests in ocl/test/test_imgproc.cpp commit fd4e705b141a874038ed24194ada8be7c4484a8f Author: Alexander Alekhin Date: Fri Oct 11 19:32:31 2013 +0400 ocl: update autogenerated code commit 6344da9ac397a2d3850e2e644677f9660f11a079 Author: Alexander Alekhin Date: Fri Oct 11 19:30:47 2013 +0400 ocl: force to use Khronos OpenCL headers commit 9d380ecc08e129bf554bb467af47e836ce6888b2 Author: Alexander Alekhin Date: Tue Oct 8 20:26:54 2013 +0400 added Khronos OpenCL 1.2 header files commit 4cbf0cb31ea56e7d63ed63518d9fd49a2b50e0d9 Merge: 97dfd65 4bfeeb0 Author: Andrey Pavlenko Date: Fri Oct 18 13:45:12 2013 +0400 Merge pull request #1640 from alalek:ocl_fix_exp_test commit 97dfd65007af586634002fe51aa9f657204779af Merge: 5e24376 da3b7c7 Author: Andrey Pavlenko Date: Fri Oct 18 13:44:40 2013 +0400 Merge pull request #1626 from ilya-lavrenov:ocl_filters commit 5e24376ad738fe4d8d09d6bf057a14a7b3ea7eff Author: Roman Donchenko Date: Thu Oct 17 17:16:58 2013 +0400 Updated ffmpeg_vesion.cmake after #1516. commit 83b7fbe376f6e9735d94282c4987d8233b15fc39 Author: Alexander Alekhin Date: Thu Oct 17 23:42:37 2013 +0400 cmake: cleanup OpenCVModules_TARGETS from cache This will allow to disable modules between cmake runs commit 0c4d4846790f87b89f9f2d70fe920e570b9f8fb4 Author: Greg Hale Date: Thu Oct 17 14:17:49 2013 -0400 added backslash commit 61ccd170bdf4378c9e1bced426adfb9b5e1fa9a8 Author: Greg Hale Date: Thu Oct 17 14:12:02 2013 -0400 shortened code to not repeat myself commit 5bd59936635516eec05ec2ba8caa479cc7dbcf0f Author: Greg Hale Date: Thu Oct 17 14:05:06 2013 -0400 Only append -l to lib entries with no path and no -l or -L of their own commit fa70f952728f6bf1fb830ee6fa6c14dea620755b Author: Vladislav Vinogradov Date: Thu Oct 17 20:54:43 2013 +0400 fix imshow under Windows with OpenGL support: we doesn't create OpenGL windows by default OpenGL window must be created by user via namedWindow commit 4bfeeb0738780aeab423952d023a66acb39e6076 Author: Alexander Alekhin Date: Thu Oct 17 18:46:27 2013 +0400 ocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp/log/pow commit 578e9847397439ea0519a854460bc5955bc57c17 Merge: fb7b4d2 114e04e Author: Roman Donchenko Date: Thu Oct 17 17:19:04 2013 +0400 Merge tag '2.4.6.2' into 2.4 OpenCV 2.4.6.2 (Tegra detection and native camera update) commit fb7b4d2d60e4c133d11e868b08505971f5222c18 Merge: 88cc054 07aee1a Author: Roman Donchenko Date: Thu Oct 17 17:00:45 2013 +0400 Merge pull request #1636 from ilya-lavrenov:ocl_loop_times commit 88cc054f10b7b9d36d0730be2dd7f22d0ecd9045 Merge: 9c7ba84 15f1a48 Author: Roman Donchenko Date: Thu Oct 17 15:42:37 2013 +0400 Merge pull request #1369 from StevenPuttemans:fix_featuretracker commit 9c7ba848bbc9bc211f43bed65c3ea2bd6b00cc5c Merge: d411041 cee3083 Author: Roman Donchenko Date: Thu Oct 17 15:41:15 2013 +0400 Merge pull request #1516 from akarsakov:new_ffmpeg_build commit 07aee1a25c1d6aebecc220ad14a4383547c96073 Author: Ilya Lavrenov Date: Wed Oct 16 18:23:05 2013 +0400 made LOOP_TIMES as a command line option with default value=1 commit cee308312a90df5cf1fdd03b640736cb80a32321 Author: Alexander Karsakov Date: Fri Sep 27 12:33:57 2013 +0400 Updated build of ffmpeg library (v 2.0.2). Builded with mingw (gcc 4.6.1) with folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit library, workaround for http://trac.ffmpeg.org/ticket/2363) commit d411041c5356e6fad9bae10354b5fe684886b8e6 Merge: 7605426 5bb6949 Author: Roman Donchenko Date: Thu Oct 17 12:25:30 2013 +0400 Merge pull request #1637 from SpecLad:run-py-java-fix commit da3b7c79b81ac0cab7023a0fff9c742741b24ee0 Author: Ilya Lavrenov Date: Mon Oct 14 14:45:15 2013 +0400 refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter commit 7605426dc3b6fdf6e5dc0899a868fb928bbdf32d Merge: 8b63e33 ce0647c Author: Andrey Pavlenko Date: Thu Oct 17 12:07:20 2013 +0400 Merge pull request #1613 from alalek:ocl_cvtcolor commit 8b63e33b249e493ffccf5253424ea144c9220d16 Merge: e14dc88 9941d3f Author: Andrey Pavlenko Date: Thu Oct 17 11:59:27 2013 +0400 Merge pull request #1632 from alalek:cmake_find_package_build_dir commit e14dc887c66a015b61de31af177742c62cb9c2ef Merge: 28ecd54 2a9d243 Author: Andrey Pavlenko Date: Thu Oct 17 11:55:25 2013 +0400 Merge pull request #1635 from alalek:cmake_fix_export_java commit 28ecd54f58a2609868f196048e3c1757d56662f7 Merge: bfdbc9c 09f0e17 Author: Andrey Pavlenko Date: Thu Oct 17 11:55:03 2013 +0400 Merge pull request #1634 from alalek:cmake_fix_cuda_linker_deps commit ce0647c9b6085a2e7bb35ed7b215ab65f490dd02 Author: Alexander Alekhin Date: Sat Oct 12 16:52:25 2013 +0400 ocl: rewrite CvtColor tests, added roi support commit 5bb6949bd62b39a0fffc034eafc30acda80567ad Author: Roman Donchenko Date: Wed Oct 16 19:22:01 2013 +0400 Fix running Java tests with run.py on everything other than Windows. Previously, run.py would assume that the opencv_java library is in the same directory as the tests, which is only true on Windows. The library path depends on the build configuration, which may not be known until the actual build (e.g. with the Visual Studio generators), so it can't be stored in the CMake cache for run.py to read. I didn't want to hardcode into run.py where the library is on each platform, either. So that's why I used the current scheme with the properties file. It also makes running the tests without run.py a little easier. commit 09f0e1777e9f5b0aac9a8a2d283928d4c9361618 Author: Alexander Alekhin Date: Wed Oct 16 15:47:51 2013 +0400 cmake: fix linker deps for CUDA commit 2a9d24323c1703c61a538eedb726647f805b5b99 Author: Alexander Alekhin Date: Wed Oct 16 17:23:44 2013 +0400 cmake: add opencv_java into list of exported targets (fix for android) commit 4c102112dd247daccc1c3131be4d2321ae356392 Merge: 3f8db9d e845184 Author: Roman Donchenko Date: Wed Oct 16 13:38:30 2013 +0400 Merge pull request #1631 from alalek:merge-2.4 commit bfdbc9cefda76c2228ae32dad5fdf3fb256769c0 Merge: b420c0b 17e20b2 Author: Roman Donchenko Date: Wed Oct 16 13:22:25 2013 +0400 Merge pull request #1375 from jet47:gpu-examples-build commit 9941d3f71a9aabee255d7091c4474dc70daec989 Author: Alexander Alekhin Date: Tue Oct 15 23:05:40 2013 +0400 cmake: restore find_package() for build directory commit 70df365c87e0d2eb220f1b0214fb8c2618e3661c Author: Greg Hale Date: Tue Oct 15 14:54:58 2013 -0400 changed foreach variable to match naming conventions and dropped intermediate variable, appending directly to the LIB_COMPONENTS list commit b50185e1606c219e9432c1912d4940d4506a06f6 Author: lluis Date: Tue Oct 15 13:05:57 2013 +0200 Fix a bug in the er tree clean-up process (see discussion in https://github.com/Itseez/opencv/pull/1520). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function. commit e84518484328a78f7934fdd1db99fdcf79204a7c Merge: 3f8db9d 98d55f3 Author: Alexander Alekhin Date: Tue Oct 15 18:43:37 2013 +0400 Merge remote-tracking branch 'upstream/2.4' into merge-2.4 * #1538 from StevenPuttemans:bugfix_3283 * #1545 from alalek:ocl_test_fix_rng * #1551 from alalek:cmake_install_win * #1570 from ilya-lavrenov:ipp_warn_fix * #1573 from alalek:perf_simple_strategy * #1574 from alalek:svm_workaround * #1576 from alalek:ocl_fix_cl_double * #1577 from ilya-lavrenov:ocl_setto_opencl12 * #1578 from asmorkalov:android_fd_cp_fix * #1579 from ilya-lavrenov:ocl_norm * #1582 from sperrholz:ocl-arithm-additions * #1586 from ilya-lavrenov:ocl_setto_win_fix * #1589 from ilya-lavrenov:pr1582_fix * #1591 from alalek:ocl_remove_cl_hpp_h * #1592 from alalek:ocl_program_cache_update * #1593 from ilya-lavrenov:ocl_war_on_double * #1594 from ilya-lavrenov:ocl_perf * #1595 from alalek:cl_code_cleanup * #1596 from alalek:test_fix_run_py * #1597 from alalek:ocl_fix_cleanup * #1598 from alalek:ocl_fix_build_mac * #1599 from ilya-lavrenov:ocl_mac_kernel_warnings * #1601 from ilya-lavrenov:ocl_fix_tvl1_and_sparse * #1602 from alalek:ocl_test_dump_info * #1603 from ilya-lavrenov:ocl_disable_svm_noblas * #1605 from alalek:ocl_fixes * #1606 from ilya-lavrenov:ocl_imgproc * #1607 from ilya-lavrenov:ocl_fft_cleanup * #1608 from alalek:fix_warn_upd_haar * #1609 from ilya-lavrenov:ocl_some_optimization * #1610 from alalek:ocl_fix_perf_kalman * #1612 from alalek:ocl_fix_string_info * #1614 from ilya-lavrenov:ocl_svm_misprint * #1616 from ilya-lavrenov:ocl_cvtColor * #1617 from ilya-lavrenov:ocl_info * #1622 from a0byte:2.4 * #1625 from ilya-lavrenov:to_string Conflicts: cmake/OpenCVConfig.cmake cmake/OpenCVDetectPython.cmake cmake/OpenCVGenConfig.cmake modules/core/CMakeLists.txt modules/nonfree/src/surf.ocl.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/perf/main.cpp modules/ocl/src/arithm.cpp modules/ocl/src/cl_operations.cpp modules/ocl/src/cl_programcache.cpp modules/ocl/src/color.cpp modules/ocl/src/fft.cpp modules/ocl/src/filtering.cpp modules/ocl/src/gemm.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/pyrlk.cpp modules/ocl/src/split_merge.cpp modules/ocl/src/svm.cpp modules/ocl/test/main.cpp modules/ocl/test/test_fft.cpp modules/ocl/test/test_moments.cpp modules/ocl/test/test_objdetect.cpp modules/ocl/test/test_optflow.cpp modules/ocl/test/utility.hpp modules/python/CMakeLists.txt modules/ts/include/opencv2/ts.hpp modules/ts/src/ts_perf.cpp samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp commit b420c0b160c732cbf361f5d285caf2919ed709ca Merge: 572c18d a61d1e6 Author: Roman Donchenko Date: Tue Oct 15 18:36:15 2013 +0400 Merge pull request #1630 from SpecLad:java-deprecated-assert commit 572c18da725054277baf9fd34fb3acfe4c77e881 Merge: 7fb18a2 7ff9166 Author: Roman Donchenko Date: Tue Oct 15 18:05:58 2013 +0400 Merge pull request #1627 from SpecLad:java-version-no-inline commit a61d1e6494674d47e8e3454b6797a509f10a5bfd Author: Roman Donchenko Date: Tue Oct 15 17:10:12 2013 +0400 Delete an import of junit.framework.Assert, which is deprecated in JUnit 4.x. We don't use it, anyway. commit 7ff91665cf53ee3009e3325740c1957fc4b3053a Author: Roman Donchenko Date: Tue Oct 15 15:44:26 2013 +0400 In Java bindings, wrap version constants into functions to prevent inlining. Java inlines static finals if they're defined with a constant expression. In case of version constants we don't want that to happen, since they obviously change from version to version. If the user substitutes a different OpenCV jar without recompiling, we want user code to still have relevant values for the version constants. This arranges that by turning constant values into function calls, which no longer count as a constant expression. commit 7fb18a2311ee1b3bac1312ac5d2aabe16096315c Merge: 98d55f3 cf71ff0 Author: Roman Donchenko Date: Tue Oct 15 14:59:53 2013 +0400 Merge pull request #1620 from SpecLad:record-build-type commit 98d55f34faff70b6a2fa8843b20dea2a836d16c3 Merge: 1eb322f 741e024 Author: Andrey Pavlenko Date: Tue Oct 15 14:42:44 2013 +0400 Merge pull request #1625 from ilya-lavrenov:to_string commit 741e0242b3c9aa519c64e70a26f3d6c867468139 Author: Ilya Lavrenov Date: Tue Oct 15 13:12:36 2013 +0400 replaced to_string by cv::format commit cf71ff084503dccd563a926789f589d0089de29d Author: Roman Donchenko Date: Mon Oct 14 17:15:40 2013 +0400 Record OpenCV build type among the test properties. Because apparently I love running performance tests for debug builds. commit 1eb322fa5dd7a52430c705ab261673ead43de6eb Merge: 97da141 88f68a3 Author: Roman Donchenko Date: Tue Oct 15 11:51:40 2013 +0400 Merge pull request #1622 from a0byte:2.4 commit f23b51de6f0bfcf96fef8bbe805d601172705a53 Author: Greg Hale Date: Mon Oct 14 13:36:07 2013 -0400 Added -l prefix to EXTRA_COMPONENTS when generating pkg-config file commit 97da1419e18af21b0cf029a36c0baaefa63b5fd8 Merge: 7f15ec9 376cd8f Author: Andrey Pavlenko Date: Mon Oct 14 19:28:48 2013 +0400 Merge pull request #1573 from alalek:perf_simple_strategy commit 7f15ec9d546966589f1a308490874294c6bfb4b7 Merge: 9e12306 ca26028 Author: Andrey Pavlenko Date: Mon Oct 14 19:27:00 2013 +0400 Merge pull request #1617 from ilya-lavrenov:ocl_info commit 88f68a3fe0844581e53a8f0fd23c2e3617019662 Author: Han Qiang Date: Mon Oct 14 23:15:07 2013 +0800 Fixed typo in document. Signed-off-by: Han Qiang commit ca26028415fc69317d79190dfe46e9125273fba0 Author: Ilya Lavrenov Date: Mon Oct 14 11:58:45 2013 +0400 demonstrative device info output commit 9e12306d9560864f27accd49b9f68b90484fed2d Merge: e90a9e8 28f566b Author: Andrey Pavlenko Date: Mon Oct 14 16:43:18 2013 +0400 Merge pull request #1614 from ilya-lavrenov:ocl_svm_misprint commit e90a9e810d40a005d56fd3786c1dbc55d4feb599 Merge: ae56eaa f617c0d Author: Andrey Pavlenko Date: Mon Oct 14 16:41:43 2013 +0400 Merge pull request #1612 from alalek:ocl_fix_string_info commit ae56eaa563331b1d47fa5502457c2f109766846c Merge: 0870d3d b18101b Author: Andrey Pavlenko Date: Mon Oct 14 16:41:25 2013 +0400 Merge pull request #1609 from ilya-lavrenov:ocl_some_optimization commit 0870d3d78ce35c2b24e72440835fd0447ed01bd9 Merge: c5afaa4 da607c6 Author: Roman Donchenko Date: Mon Oct 14 15:16:01 2013 +0400 Merge pull request #1616 from ilya-lavrenov:ocl_cvtColor commit 3f8db9d708b2d95e5500eb67029dd679ae4dc691 Merge: a239797 3561bc1 Author: Roman Donchenko Date: Mon Oct 14 15:08:34 2013 +0400 Merge pull request #1450 from adrians:neon-pull3 commit 28f566b8435480776cd24ac9d8f1ea9574ce73b6 Author: Ilya Lavrenov Date: Sun Oct 13 23:54:09 2013 +0400 misprint in disabling ocl::svm commit b18101b15aab3611696c14d9cbd9c445f73e328d Author: Ilya Lavrenov Date: Sat Oct 12 00:58:58 2013 +0400 some optimization of binary ocl::bitwise operations commit da607c671164b8a47d2ca16478d1c1cbc1f0731a Author: Ilya Lavrenov Date: Sun Oct 13 23:09:14 2013 +0400 ocl::cvtColor works with ROI properly commit 376cd8f84f282d7724c4c41938eaa4531a6754af Author: Alexander Alekhin Date: Sun Oct 6 21:48:35 2013 +0400 perf: added simple collection strategy commit f617c0d4a27c2adf95d549c69f31b64483e9536f Author: Alexander Alekhin Date: Sat Oct 12 16:53:02 2013 +0400 ocl: fix for get string info from OpenCL commit a23979727155ffdb4e8e18f44ebcaf88dacc091e Merge: 3d4ec7a d37d46d Author: Andrey Pavlenko Date: Sat Oct 12 16:32:39 2013 +0400 Merge pull request #1611 from che-burashco:master commit c5afaa4e8dfe507e87531f7688b9cf65c1f701c6 Merge: 19dca32 4413bee Author: Andrey Pavlenko Date: Sat Oct 12 16:31:02 2013 +0400 Merge pull request #1610 from alalek:ocl_fix_perf_kalman commit 19dca324ae87476dd0f0738c35960e01e1d78644 Merge: f9fe1b9 723af15 Author: Andrey Pavlenko Date: Sat Oct 12 16:24:03 2013 +0400 Merge pull request #1608 from alalek:fix_warn_upd_haar commit f9fe1b9b09be6911741f9e5d834029d132cd4301 Merge: a55cc60 5a309e8 Author: Andrey Pavlenko Date: Sat Oct 12 16:12:05 2013 +0400 Merge pull request #1607 from ilya-lavrenov:ocl_fft_cleanup commit a55cc601364b7652df72eb274f7f097ae9e415ab Merge: 9f5cda7 dfbea35 Author: Andrey Pavlenko Date: Sat Oct 12 16:10:03 2013 +0400 Merge pull request #1606 from ilya-lavrenov:ocl_imgproc commit 9f5cda799fe2c4ecb0fbfed3423b2b420ae490cf Merge: 4e31a3d 1980aad Author: Andrey Pavlenko Date: Sat Oct 12 16:08:24 2013 +0400 Merge pull request #1602 from alalek:ocl_test_dump_info commit 4e31a3df24de7d0228f389eac7b49c07388bbc55 Merge: fa11f04 d63a38e Author: Andrey Pavlenko Date: Sat Oct 12 16:04:05 2013 +0400 Merge pull request #1603 from ilya-lavrenov:ocl_disable_svm_noblas commit d37d46d279f7be0ba761201ffcfb7d11ff03ad20 Author: Kyrylo Shegeda Date: Fri Oct 11 23:31:31 2013 -0400 Fix a typo in kernel size commit 4413bee6933c2f92bebfa67416e96a029c9e482c Author: Alexander Alekhin Date: Sat Oct 12 02:36:53 2013 +0400 ocl: reverted type of perf test params for Kalman filter commit dfbea3518a4ab977fde37c1dabc893bb5a74e758 Author: Ilya Lavrenov Date: Fri Oct 11 19:22:25 2013 +0400 refactored ocl/src/imgproc.cpp commit 5a309e8f6e1d5184fe6bd5e1f22fdaaa856c4250 Author: Ilya Lavrenov Date: Fri Oct 11 20:24:26 2013 +0400 fft cleanup ignoring commit d63a38e9bfad4081ec8107e8d38e03c03f6548d2 Author: ilya-lavrenov Date: Fri Oct 11 15:15:57 2013 +0400 disable SVM when AMD BLAS is not available commit fa11f04ae15b9d1bd2734a9c4048e901963d0352 Merge: c0265c6 3b0823d Author: Andrey Pavlenko Date: Fri Oct 11 18:55:53 2013 +0400 Merge pull request #1605 from alalek:ocl_fixes commit 723af152288019ffe7ef8970390146310dd3ad80 Author: Alexander Alekhin Date: Fri Oct 11 18:42:17 2013 +0400 ocl: fix warnings from GCC 4.8, update Haar commit 1980aad8d73e9e29c0383f43376fab61a8e897a1 Author: Alexander Alekhin Date: Fri Oct 11 18:24:59 2013 +0400 ocl: dump device info in tests commit 3b0823db7e1fb52c120ebbd7bd39c83f63c51638 Author: Alexander Alekhin Date: Fri Oct 11 16:55:22 2013 +0400 ocl: fix CV_EXPORTS usage (misplaced in functions declarations) commit ce1177151e1343f7cf0e3f67ea9ceb53858ce8f9 Author: Alexander Alekhin Date: Fri Oct 11 16:39:26 2013 +0400 ocl: fix cleanup in static builds commit 57120c1a60c9fa4de3ff8e1591a42b4904cb61e2 Author: Alexander Alekhin Date: Fri Oct 11 15:33:10 2013 +0400 ocl: remove support_image2d(): we target on OpenCL 1.1 (with image2d support by default) commit c0265c60f37c73880daa13fec31cc0ca2309ba4e Merge: 171e0e6 ca32583 Author: Andrey Pavlenko Date: Fri Oct 11 16:22:58 2013 +0400 Merge pull request #1601 from ilya-lavrenov:ocl_fix_tvl1_and_sparse commit ca32583fddbe1a7be5bb94dd0b6d33d44a4eb23b Author: ilya-lavrenov Date: Fri Oct 11 13:55:49 2013 +0400 fixed ocl optical flow: sparse and tvl1 commit 171e0e62ec594fd513494f8f7a892b6eb74e5efc Merge: b7f1edc 1be77dd Author: Andrey Pavlenko Date: Fri Oct 11 12:40:12 2013 +0400 Merge pull request #1599 from ilya-lavrenov:ocl_mac_kernel_warnings commit b7f1edccfbb26bb254ee9c82e4a1d83e655cc1ac Merge: dfbd502 238550c Author: Andrey Pavlenko Date: Fri Oct 11 12:37:41 2013 +0400 Merge pull request #1595 from alalek:cl_code_cleanup commit 238550cdadc01621f24602caba4bb03b2a5ab69f Author: Alexander Alekhin Date: Fri Oct 11 01:16:12 2013 +0400 ocl: code cleanup, fix .clb files commit dfbd5021fd572eef5d04b0aba1e4ba81bc623f54 Merge: 4417519 0760fdc Author: Andrey Pavlenko Date: Fri Oct 11 00:40:06 2013 +0400 Merge pull request #1598 from alalek:ocl_fix_build_mac commit 44175197955958f4c83b1c5162f454b094d8d008 Merge: ad1ba56 39c1e5f Author: Andrey Pavlenko Date: Fri Oct 11 00:38:12 2013 +0400 Merge pull request #1594 from ilya-lavrenov:ocl_perf commit 1be77dd2f3f522ce0473fb313fc06f9ceb4cb7fa Author: Ilya Lavrenov Date: Fri Oct 11 00:00:01 2013 +0400 enabled accuracy tests for the functions that use inside AMD Blas/Fft commit 0760fdcbdbe7cc3f64d095837d882a34a750dbb9 Author: Alexander Alekhin Date: Thu Oct 10 22:56:19 2013 +0400 ocl: fix build on Mac commit 1f51e6c0deedea619d9cd6ffb39e692a3af8ae96 Author: Ilya Lavrenov Date: Thu Oct 10 22:28:09 2013 +0400 fixed kernel compilation warnings on MacOSX commit 3561bc1bbcc3343a56cdf07efa319b12259ccac3 Author: Adrian Stratulat Date: Thu Oct 10 21:28:05 2013 +0300 rename vBinOp64f to vBinOp64, minor fixups commit 39c1e5ff73b252d35dd0217d70b83785437dd6a6 Author: Ilya Lavrenov Date: Wed Oct 9 19:37:09 2013 +0400 added perf tests for min, max, abs commit ad1ba56fcfa48fced864dd71272208dc5bf2809a Merge: c820777 6b9f74a Author: Andrey Pavlenko Date: Thu Oct 10 19:02:29 2013 +0400 Merge pull request #1597 from alalek:ocl_fix_cleanup commit c8207779677c77794b52327531c17bdf2fb7f6bb Merge: 3b1c53f 3eba201 Author: Andrey Pavlenko Date: Thu Oct 10 19:02:10 2013 +0400 Merge pull request #1596 from alalek:test_fix_run_py commit 3b1c53fa8d173279e5de266cb1a5d6597e042a7f Merge: d572348 fbe7448 Author: Andrey Pavlenko Date: Thu Oct 10 18:20:34 2013 +0400 Merge pull request #1551 from alalek:cmake_install_win commit 3eba2011b9223b3946fb8a2ef06fb240af8bd208 Author: Alexander Alekhin Date: Sun Oct 6 21:34:44 2013 +0400 test: run.py: return valid errorCode in case of the single test run commit 6b9f74ae84e88be0a86df780ee9415036774ce9a Author: Alexander Alekhin Date: Sun Oct 6 14:34:36 2013 +0400 ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft) commit cb445d697c1f750e8b5e7f49082d3994d1bce49d Author: Adrian Stratulat Date: Sat Sep 14 15:12:20 2013 +0300 Refactor vectorized arithmetical operations commit d5723480e19e31028ffe5f4f289d5fbc83507e7f Merge: a351161 d26f625 Author: Andrey Pavlenko Date: Thu Oct 10 15:55:58 2013 +0400 Merge pull request #1592 from alalek:ocl_program_cache_update commit a351161fd736332c72d834c9c0cde7d98506e4c9 Merge: 37a9c7b 43c638d Author: Andrey Pavlenko Date: Thu Oct 10 15:55:12 2013 +0400 Merge pull request #1591 from alalek:ocl_remove_cl_hpp_h commit 37a9c7bdd66afc30f6694256b97711d8478287c1 Merge: e3b42ed 9d1636d Author: Andrey Pavlenko Date: Thu Oct 10 15:54:07 2013 +0400 Merge pull request #1593 from ilya-lavrenov:ocl_war_on_double commit 9d1636daa697d2b18266ed34687c5d81e429b61c Author: Ilya Lavrenov Date: Wed Oct 9 18:05:09 2013 +0400 catching OpenCL double not supported exceptions commit d26f62569ddfd5d29a8602ce50b2252f4d7b27fd Author: Alexander Alekhin Date: Wed Oct 9 16:57:52 2013 +0400 ocl: fix compilation warnings, update openCLExecuteKernelInterop commit 43c638d07daba2c35613f2b59145c9c57e50fbdc Author: Alexander Alekhin Date: Wed Oct 9 19:17:20 2013 +0400 ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms) commit fbe7448250001fc2b645d8f8deb68d58b8b1ef92 Author: Alexander Alekhin Date: Wed Oct 9 18:29:03 2013 +0400 cmake: export OpenCVModules for unix 'install', move macros desclarations commit bc089bb18cf649ed057ac090e6b2e53e0cbb7af8 Author: Alexander Alekhin Date: Fri Oct 4 17:48:43 2013 +0400 cmake: update java module install rules commit 4adede4246c57c4685be908c09fff9601019186d Author: Alexander Alekhin Date: Fri Oct 4 17:15:02 2013 +0400 cmake: python module updates commit c0a27ea1a18a274d078df109c5c3bd2c6305bc25 Author: Alexander Alekhin Date: Fri Oct 4 17:04:10 2013 +0400 cmake: update install rules for doc commit 47dd44e49019052af21e084fe5dbbcd5edf0f5f0 Author: Alexander Alekhin Date: Thu Oct 3 19:27:57 2013 +0400 cmake: OpenCVConfig.cmake: fix message commit 74329ee4160f326d4864b8554804255bd6857b6d Author: Alexander Alekhin Date: Thu Oct 3 18:48:07 2013 +0400 cmake: revert CRT linkage option for MSVS commit 034a77c26d94a4acca793f12731af4820f2bb653 Author: Alexander Alekhin Date: Thu Oct 3 02:20:54 2013 +0400 cmake: workaround for dependencies resolver (bypass non-module deps w/o check) commit 7a539104955353d33be51708183f60432acec656 Author: ilya-lavrenov Date: Wed Sep 4 18:32:05 2013 +0400 fixed warning on windows commit 555c505b70c5d25937143a228ca1c490aba6d85e Author: Alexander Alekhin Date: Wed Aug 7 12:53:48 2013 +0400 update cmake 'install' target for Windows platform Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR). commit e3b42ed1372016638dd0873f2cb26d6fe3101b38 Merge: 6b69a66 fccd37d Author: Andrey Pavlenko Date: Wed Oct 9 16:47:59 2013 +0400 Merge pull request #1589 from ilya-lavrenov:pr1582_fix commit fccd37de7e05e9d4c824c9ea1ce0f1e733e49f5f Author: Ilya Lavrenov Date: Wed Oct 9 14:18:07 2013 +0400 changes eps for NORM_L1 commit 488e6aafaf89efe0fcd46d04ad490e488c15b11d Author: Ilya Lavrenov Date: Wed Oct 9 14:07:24 2013 +0400 fixed the PR 1582 commit 6b69a66c3c51cff68b26aa5d93f09c99acc07173 Merge: ff8e5a0 245ff93 Author: Andrey Pavlenko Date: Wed Oct 9 13:52:20 2013 +0400 Merge pull request #1579 from ilya-lavrenov:ocl_norm commit ff8e5a04a45be6460bc5bf20abf99c34a59a826f Merge: d04c4ef bdd5038 Author: Andrey Pavlenko Date: Wed Oct 9 13:49:34 2013 +0400 Merge pull request #1586 from ilya-lavrenov:ocl_setto_win_fix commit 3d4ec7ad982c3c9322032b7b6105f6c290daffdf Merge: dfb698d cc7a13e Author: Roman Donchenko Date: Wed Oct 9 13:45:40 2013 +0400 Merge pull request #1583 from SpecLad:name-enum-2 commit d04c4ef72ab4767d549263b7f0dd0de3e068e160 Merge: ae851af 3696174 Author: Roman Donchenko Date: Wed Oct 9 12:36:01 2013 +0400 Merge pull request #1582 from sperrholz:ocl-arithm-additions commit dfb698dc6416d1bc89e7f375c7837addb82093ad Merge: 685eceb 076eeff Author: Roman Donchenko Date: Wed Oct 9 12:33:49 2013 +0400 Merge pull request #1581 from SpecLad:merge-2.4 commit 076eeffd4d63264301735bc813d27cc82fe419d8 Author: Alexander Alekhin Date: Tue Oct 8 19:13:10 2013 +0400 ocl: fix CL_RUNTIME_EXPORT for master branch commit 245ff93544f6843f5c7b0b7c88dcfb10ae61883d Author: Ilya Lavrenov Date: Tue Oct 8 18:25:40 2013 +0400 ocl setto fix for windows commit bdd5038da40bdd4fa9a1147d74f62ed8662deaa0 Author: Ilya Lavrenov Date: Tue Oct 8 18:25:40 2013 +0400 ocl setto fix for windows commit 3696174b149c5a20af7fe89485583626194db4d8 Author: Sebastian Krämer Date: Tue Oct 8 16:49:20 2013 +0200 fix documentation warning commit c404da784fe0f4e38e88429e990d3b90af3c514a Author: Ilya Lavrenov Date: Tue Oct 8 16:02:47 2013 +0400 fixed ocl::norm (previously the function used double as a work type) commit cc7a13ea576858b6dd746c437de0dcb410915fb6 Author: Roman Donchenko Date: Tue Oct 8 18:13:56 2013 +0400 Named GraphCutSeamFinderBase to allow its usage in makePtr. Sequel to bcb6f038. commit f07769e9d8c705719139a4ad32a769fd1b853a39 Merge: b08233a 801054d Author: Roman Donchenko Date: Tue Oct 8 17:21:42 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: cmake/OpenCVDetectOpenCL.cmake cmake/OpenCVModule.cmake modules/imgproc/src/floodfill.cpp modules/nonfree/src/surf.ocl.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/perf/main.cpp modules/ocl/src/arithm.cpp modules/ocl/src/blend.cpp modules/ocl/src/build_warps.cpp modules/ocl/src/canny.cpp modules/ocl/src/cl_programcache.hpp modules/ocl/src/columnsum.cpp modules/ocl/src/haar.cpp modules/ocl/src/hog.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/initialization.cpp modules/ocl/src/match_template.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/mcwutil.cpp modules/ocl/src/moments.cpp modules/ocl/src/mssegmentation.cpp modules/ocl/src/precomp.hpp modules/ocl/src/pyrdown.cpp modules/ocl/src/pyrlk.cpp modules/ocl/src/pyrup.cpp modules/ocl/src/split_merge.cpp modules/ocl/src/stereo_csbp.cpp modules/ocl/src/stereobm.cpp modules/ocl/test/main.cpp samples/ocl/bgfg_segm.cpp samples/ocl/facedetect.cpp samples/ocl/pyrlk_optical_flow.cpp samples/ocl/squares.cpp samples/ocl/stereo_match.cpp samples/ocl/surf_matcher.cpp samples/ocl/tvl1_optical_flow.cpp commit 4ffd3fb905943174128b06d42490b02f48e50b02 Author: Sebastian Krämer Date: Tue Oct 8 15:16:30 2013 +0200 add ocl::abs commit c844bbdd8243bbed51773038f468a3ca99afe506 Author: Sebastian Krämer Date: Mon Oct 7 15:51:01 2013 +0200 documentation update for ocl::min and ocl::max commit 33df7131ae378f5958eac1d9a7e32e5e72394317 Author: Sebastian Krämer Date: Mon Oct 7 15:41:50 2013 +0200 add ocl::min and ocl::max (includes accuracy tests update) commit 342e007dc617c8d8224b341ecd326c7ae1392ddc Author: Vladislav Vinogradov Date: Tue Oct 8 16:17:41 2013 +0400 now Allocator accepts GpuMat* instead of 3 pointers commit 3b412b51acd855a973a1fadad84793e248bb3c13 Author: Vladislav Vinogradov Date: Mon Oct 7 18:31:33 2013 +0400 moved BufferPool management functions to public commit 5ea8085220ae32a6b368f8a00146b73e39af3fb2 Author: Vladislav Vinogradov Date: Mon Oct 7 18:25:55 2013 +0400 added BufferPool class commit 988ab79acb307f2be951dba565cb48ee286ae2b2 Author: Vladislav Vinogradov Date: Thu Oct 3 17:22:18 2013 +0400 added BufferAllocator commit ae851af648420363b791c982ad046f969ded975c Merge: 65ec9f7 f63b0df Author: Roman Donchenko Date: Tue Oct 8 15:31:42 2013 +0400 Merge pull request #1574 from alalek:svm_workaround commit 65ec9f77d92c9a8d769d9492977bd178c0fadc27 Merge: bc3669b 32f11e6 Author: Roman Donchenko Date: Tue Oct 8 15:14:38 2013 +0400 Merge pull request #1577 from ilya-lavrenov:ocl_setto_opencl12 commit bc3669bfb1e8a00cf69af3c3e3f31f9260a7022b Merge: 895308a 1d6327b Author: Roman Donchenko Date: Tue Oct 8 14:20:11 2013 +0400 Merge pull request #1576 from alalek:ocl_fix_cl_double commit 685eceb68ade4b579cdce7cb41e9888e274a7093 Merge: b08233a 35d9ce0 Author: Roman Donchenko Date: Tue Oct 8 13:50:49 2013 +0400 Merge pull request #1567 from ilya-lavrenov:warn_fix commit 895308a8112d226e81646d5136fa9b75b0cdd69b Merge: ec409a4 2f474db Author: Roman Donchenko Date: Tue Oct 8 13:00:38 2013 +0400 Merge pull request #1538 from StevenPuttemans:bugfix_3283 commit ec409a436d387485af142e6302c70bcbf8ba5ff5 Merge: 95b3a34 de0f310 Author: Roman Donchenko Date: Tue Oct 8 12:59:49 2013 +0400 Merge pull request #1545 from alalek:ocl_test_fix_rng commit 32f11e6f40d66f97c75f9d81676ac624e2666324 Author: Ilya Lavrenov Date: Mon Oct 7 22:10:11 2013 +0400 enabled OpenCL 1.2 branch in oclMat::setTo commit 35d9ce0c0c9d1e9d27861e6cde0dea05146f7838 Author: Ilya Lavrenov Date: Fri Oct 4 17:03:15 2013 +0400 fixed warnings commit 95b3a344d9035373063d79273e07eda83e60de98 Merge: efeadc1 036e99d Author: Roman Donchenko Date: Tue Oct 8 12:32:57 2013 +0400 Merge pull request #1570 from ilya-lavrenov:ipp_warn_fix commit 1d6327ba2a64f8752e436f3b089cdfa5d66afca2 Author: Alexander Alekhin Date: Mon Oct 7 21:01:33 2013 +0400 ocl: fix Context::CL_* usage commit efeadc1f7b709ccff6a4519dc2530e5f358af450 Merge: 801054d fdc1a06 Author: Roman Donchenko Date: Tue Oct 8 12:22:14 2013 +0400 Merge pull request #1578 from asmorkalov:android_fd_cp_fix commit fdc1a063970ac73db0a8aa7ec510965805683f1a Author: Alexander Smorkalov Date: Tue Oct 8 10:28:24 2013 +0400 Invalid copy-passed exception messages in FaceDetect sample for Android fixed. commit f63b0dfaf41c9f37f6c690f9a478f3aa4fd9f2d2 Author: Alexander Alekhin Date: Mon Oct 7 16:08:05 2013 +0400 svm: disable failed tests commit b08233a3ca513849571f569ab94800d58d941669 Merge: 920e15b 8c82dec Author: Roman Donchenko Date: Mon Oct 7 17:47:36 2013 +0400 Merge pull request #1569 from ilya-lavrenov:ocl_hough_circles commit 920e15b41dadf49363b43a04efd14412a39f2d73 Merge: f91f866 34f6b17 Author: Roman Donchenko Date: Mon Oct 7 16:59:23 2013 +0400 Merge pull request #1572 from emchristiansen:includeLimits commit f91f8663b6a7906d09b736992cd53c2d8bb71d41 Merge: 744f4b1 72c35d3 Author: Roman Donchenko Date: Mon Oct 7 15:53:20 2013 +0400 Merge pull request #1568 from ilya-lavrenov:ocl_pyrlk commit 801054d6115abb9f600492352d928d852b4d36b2 Merge: 46eeb10 3cfad38 Author: Roman Donchenko Date: Mon Oct 7 15:48:39 2013 +0400 Merge pull request #1566 from SpecLad:Wshadow-openni commit e5188c7e94043846765a0c0b1c78407401211a81 Author: Vladislav Vinogradov Date: Tue Oct 1 18:17:46 2013 +0400 added GpuMat::Allocator interface commit 34f6b17c3fa9f61a8d323926fb5a2a9af3e9b54f Merge: c8a3a85 88b1847 Author: emchristiansen Date: Sun Oct 6 12:26:45 2013 -0700 Merge pull request #1 from ImAlsoGreg/master add include limits, for compilers that dont add it implicitly commit 88b1847d09beadc277d6efd5e01ff5a31eeb9a4a Author: Greg Hale Date: Sun Oct 6 01:21:43 2013 -0400 add include limits, for compilers that dont add it implicitly commit c8a3a85e267dc3c6f6e0ec969eced63e90124946 Author: Eric Martin Christiansen Date: Sat Oct 5 15:52:19 2013 -0700 adds include to fix build commit 036e99d03a599b60ccd9bcab0e57e5e372ff0f37 Author: Ilya Lavrenov Date: Sat Oct 5 14:35:31 2013 +0400 fixed ipp-related warnings commit 8c82decf5b69f0271280a233b2aa1febc71e24e1 Author: Ilya Lavrenov Date: Fri Oct 4 19:44:04 2013 +0400 added plain branch to HoughCircle perf test commit 46eeb106e255eceba0cfe506b88ba3aecbff5186 Merge: 0a13510 2d1a668 Author: Roman Donchenko Date: Fri Oct 4 18:29:03 2013 +0400 Merge pull request #1564 from alalek:cl_runtime_fix_32bit commit 0a1351029345b323b3888b5caeb14f8811c349ec Merge: df21324 dafd4da Author: Roman Donchenko Date: Fri Oct 4 18:25:44 2013 +0400 Merge pull request #1557 from ilya-lavrenov:ocl_minor_doc_update commit 72c35d3a89fb8093423efb669ba9f48528ed6c53 Author: Ilya Lavrenov Date: Fri Oct 4 18:09:45 2013 +0400 fixed mog2 commit df213241cc650f43503f1e16f45262bb129b0d3b Merge: 2660f4b adc516b Author: Roman Donchenko Date: Fri Oct 4 18:15:05 2013 +0400 Merge pull request #1560 from jet47:cmake-config-cuda-5.5-fix commit 744f4b1609ac87668d3d86ee3cddac8231fc81e0 Merge: cca2e5d 32630db Author: Roman Donchenko Date: Fri Oct 4 18:14:34 2013 +0400 Merge pull request #1565 from SpecLad:cmake-new-ptr commit 2660f4bc5975c774ce277abb16bdc797f4c00dec Merge: aa80250 10d60f9 Author: Roman Donchenko Date: Fri Oct 4 18:12:42 2013 +0400 Merge pull request #1562 from ilya-lavrenov:ocl_integral commit fb73e7b4bd03fef84b36f5dff26b6775d4d90fbb Author: Ilya Lavrenov Date: Fri Oct 4 17:56:02 2013 +0400 fixed pyrlk optical flow commit aa80250a3d349d666072d8eccbbbf151dc09f347 Merge: 1b51270 90df620 Author: Roman Donchenko Date: Fri Oct 4 16:43:51 2013 +0400 Merge pull request #1532 from alalek:stereo_csbp commit cca2e5d8b1992a31eb01d0651705d2e40c9e69b6 Merge: f04cade ccb48dd Author: Roman Donchenko Date: Fri Oct 4 16:36:43 2013 +0400 Merge pull request #1536 from asmorkalov:android_ndk_r9_master commit 1b512706170191144c7b9191d1cb4a0a25403009 Merge: ca65fe4 fa9d092 Author: Roman Donchenko Date: Fri Oct 4 16:32:08 2013 +0400 Merge pull request #1558 from SpecLad:Wparentheses-equality commit f04cade6076eb67a4c1e89f8a1f0e176fd33b9d5 Merge: b03c19a 1817a07 Author: Roman Donchenko Date: Fri Oct 4 16:08:53 2013 +0400 Merge pull request #1559 from SpecLad:Wnull-conversion commit de0f310e8179f55cd1ceb0b10f332bd80e5acda4 Author: Alexander Alekhin Date: Wed Oct 2 20:18:48 2013 +0400 ocl: tests: RNG usage refactoring commit adc516becc804f5af05437ea7c15d46d295860ef Author: Vladislav Vinogradov Date: Fri Oct 4 15:14:21 2013 +0400 fixed OpenCVConfig.cmake.in file for CUDA 5.5 toolkit commit 3cfad385ec2687c71b462cba91e0fba5a2349b7e Author: Roman Donchenko Date: Fri Oct 4 14:23:06 2013 +0400 Fix a -Wshadow warning in cap_openni.cpp. commit ca65fe45487833fa9e33f49ebcb84577186c3f06 Merge: 61778a5 1aaeb52 Author: Roman Donchenko Date: Fri Oct 4 14:14:20 2013 +0400 Merge pull request #1535 from asmorkalov:android_ndk_r9 commit b03c19a8acb7ef3bf6de37ce6f9e35ac4d5cd960 Merge: ac36ae0 f47afe5 Author: Roman Donchenko Date: Fri Oct 4 14:02:16 2013 +0400 Merge pull request #1554 from pablospe:fix_viz_module_compilation commit 61778a524fd7dc031345e05043d0f33580975592 Merge: 8224f98 5f81988 Author: Roman Donchenko Date: Fri Oct 4 13:59:19 2013 +0400 Merge pull request #1563 from ilya-lavrenov:ocl_arithm commit 32630dbf6144ca73b124e23c9e79c887baaa2de2 Author: Roman Donchenko Date: Fri Oct 4 13:51:58 2013 +0400 Adapt cap_openni.cpp to the new Ptr. commit 2f474db27fa5bc5ad09ba82bd798264a769c42b0 Author: StevenPuttemans Date: Tue Oct 1 11:37:14 2013 +0200 Fix of bug #3283 and bug #3301 Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description. commit ac36ae0498648b567df1d5a19183ab2e4655d133 Merge: a1e239d 169ebae Author: Roman Donchenko Date: Fri Oct 4 12:59:08 2013 +0400 Merge pull request #1553 from pablospe:doc_include_directories_cmake commit 90df620debfbfa4ba2a4fa08f6646ecf04fe8f80 Author: Alexander Alekhin Date: Mon Sep 30 20:33:56 2013 +0400 ocl: stereo_csbp: divUp -> roundUp commit 2d1a6687f960de31a6a781e9bd1a856a0f164256 Author: Alexander Alekhin Date: Thu Oct 3 22:57:39 2013 +0400 autogenerated code commit 2fdfa37ea5c7b4e85ece394f82d2d179edf34213 Author: Alexander Alekhin Date: Thu Oct 3 22:57:05 2013 +0400 ocl: runtime, fix 32-bit builds commit 10d60f99dc29935287c5f3755bcf7bf2348976d2 Author: Ilya Lavrenov Date: Thu Oct 3 19:17:54 2013 +0400 fixed ocl::integral and enabled perf test for it commit 5f81988699035ea16d1cdc7eb6367aaec520d0ee Author: Ilya Lavrenov Date: Thu Oct 3 20:04:04 2013 +0400 refactored arithm binary operations in order to make them more scalable commit 8224f9843e40e831bb5352fb332250c9106647a3 Merge: 8e75947 d74ca7b Author: Andrey Pavlenko Date: Fri Oct 4 11:50:03 2013 +0400 Merge pull request #1561 from alalek:ocl_refactoring commit d74ca7b39d6a8f60eeb4a71d34d7c5906a07de3e Author: Alexander Alekhin Date: Thu Oct 3 20:00:41 2013 +0400 ocl: update module documentation commit 69c2ef5ed21255c2e67b143b3adc9500a87a1119 Author: Alexander Alekhin Date: Thu Oct 3 19:35:01 2013 +0400 ocl: update ocl samples commit 7f0680fc8be6ae485df2aab0e02ea92616590801 Author: Alexander Alekhin Date: Thu Oct 3 17:05:00 2013 +0400 ocl: workaround for OpenCL C++ bindings usage: CL/cl.hpp commit 8beb514ecfacc8ddaa7c53011021a84fb56c8fe0 Author: Alexander Alekhin Date: Mon Sep 30 21:32:46 2013 +0400 ocl: merge with upstream/2.4 commit 16adbda4d3c0d788f2924f2fe881c08ee001228d Author: Alexander Alekhin Date: Mon Sep 30 19:07:37 2013 +0400 ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable commit dd9ff587dca19807c43e9c16ffb80bb072a71e35 Author: Alexander Alekhin Date: Wed Sep 25 19:07:14 2013 +0400 ocl: file-based ProgramCache refactoring commit b00f79ac5f8e8e876d9e1969b2e5f5d04c828090 Author: Alexander Alekhin Date: Fri Sep 27 16:41:25 2013 +0400 ocl: move program names into opencl_kernels.hpp commit e8d9ed89559ad33167d23e562b52d18bb0c9f817 Author: Alexander Alekhin Date: Fri Sep 20 19:19:52 2013 +0400 ocl: split initialization.cpp into 3 files: context, operations, programcache commit dafd4da03117f8a2d6027ba710d5dc475350f106 Author: Ilya Lavrenov Date: Thu Oct 3 11:36:49 2013 +0400 removed ocl::minMax_buf, updated doc (operation on matrices) commit 8e75947a7d897703ec7b1b051b65d5812fac362a Merge: 88419f8 adca219 Author: Roman Donchenko Date: Thu Oct 3 16:52:10 2013 +0400 Merge pull request #1555 from ilya-lavrenov:ocl_convertC3C4 commit 1817a07a5e7c84ecfb95751381aac6ea8a87d618 Author: Roman Donchenko Date: Thu Oct 3 12:11:50 2013 +0400 Fixed a -Wnull-conversion Clang warning in cap_gstreamer.cpp. commit fa9d092c435c109b8460674f36c0a3fc4b80b7f0 Author: Roman Donchenko Date: Thu Oct 3 12:04:57 2013 +0400 Fix a -Wparentheses-equality Clang warning in cap_libv4l.cpp. commit a1e239d2bf66492df723b56fcf80b1363428f1f7 Merge: 447e03b c810d03 Author: Roman Donchenko Date: Thu Oct 3 11:54:40 2013 +0400 Merge pull request #1527 from vpisarev:shape_module commit 1aaeb52a4cadd0d66e2d432575a77365ed57158e Author: Alexander Smorkalov Date: Tue Oct 1 12:47:03 2013 +0400 Android NDK r9 support. x64 NDK support fix for MacOS X. commit ccb48ddee0ee9ae918ca6b87ab1bc78dead31a0b Author: Alexander Smorkalov Date: Tue Oct 1 12:58:39 2013 +0400 Android NDK r9 support. x64 NDK support fix for MacOS X. commit adca219f18570e08b4c9ad81463b8ca4854e7d8a Author: Ilya Lavrenov Date: Wed Oct 2 23:21:28 2013 +0400 fixed convertC3C4 and convertC4C3 functions in case cols == 1 commit 4e4d2da0b9f98f56b9bb96e7afa415f15c53e8b6 Author: Vladislav Vinogradov Date: Thu Oct 3 10:21:00 2013 +0400 fix #3296 : Unsupported gpu architecture 'compute_21' commit f47afe5799d70344dfe2f5a5b7ad21d158e3d651 Author: Pablo Speciale Date: Thu Oct 3 02:10:27 2013 +0200 Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297) commit 169ebae8c02722b1a58930421c68a2945c4a1e65 Author: Pablo Speciale Date: Thu Oct 3 00:43:12 2013 +0200 After commit c7bbd1a, 'include_directories()' is needed in the CMakeLists.txt (user side). This commit updates the documentation. commit 88419f892361763fb49cc5a05d04f4d169fca872 Merge: 7374490 28ac23c Author: Andrey Pavlenko Date: Wed Oct 2 19:52:12 2013 +0400 Merge pull request #1507 from pengx17:2.4_fix_test commit 73744904a2327679990e363677d4eba077ac8461 Merge: b396916 12eb340 Author: Andrey Pavlenko Date: Wed Oct 2 19:50:34 2013 +0400 Merge pull request #1542 from alalek:cl_runtime commit 12eb340a4e3898c704cff3b56a12b69cd35204bb Author: Alexander Alekhin Date: Wed Oct 2 19:35:21 2013 +0400 removed invalid comment commit 447e03bc286a6013ab21a08dbee80f60c29c6b02 Merge: e389111 bcb6f03 Author: Roman Donchenko Date: Wed Oct 2 19:22:35 2013 +0400 Merge pull request #1543 from SpecLad:name-enum commit b396916cdb6eac7261fb1999f107256551eff053 Merge: b2fe053 e8b9304 Author: Andrey Pavlenko Date: Wed Oct 2 19:14:15 2013 +0400 Merge pull request #1549 from ilya-lavrenov:ocl_perf_norm commit b2fe053f4d61744bacf9fe20c426d4ac5aab4106 Merge: d019344 a613a1a Author: Andrey Pavlenko Date: Wed Oct 2 19:13:59 2013 +0400 Merge pull request #1548 from ilya-lavrenov:ocl_bitwise_not commit e389111b5bd9d13c37b01d050c57159afea756e1 Merge: 60bcc52 58da54c Author: Roman Donchenko Date: Wed Oct 2 18:52:37 2013 +0400 Merge pull request #1550 from SpecLad:flann-uninit-master commit 5ab49c4cc222f5c76c83407e8ac0e0704a9e55c2 Author: Alexander Alekhin Date: Sun Sep 15 03:06:47 2013 +0400 ocl: cl_runtime: added autogenerated code commit 212ad971003e69645c7ee64d9e120fdee6d8ccbf Author: Alexander Alekhin Date: Sun Sep 15 02:45:02 2013 +0400 ocl: dynamic load of OpenCL libraries Support functions from OpenCL 1.1 / OpenCL 1.2 commit e8b93040d6afbc9c0d42502cbd9832ad127e0bb7 Author: Ilya Lavrenov Date: Wed Oct 2 16:39:05 2013 +0400 enabled ocl::norm perf test commit d019344c9d7ad32be0af3abbbba78576f141dc27 Merge: 75d89f4 e65eb4e Author: Roman Donchenko Date: Wed Oct 2 16:46:18 2013 +0400 Merge pull request #1547 from SpecLad:gtest-1.7 commit 58da54cb7a6b25ca336444bc7bc88eeeba0911ae Author: Roman Donchenko Date: Wed Oct 2 16:09:45 2013 +0400 Cherry-picked mariusmuja/flann@8c8b0e0cb879666797ab2ac51b9ee438bf84a183. Original author: me. commit a613a1a1da2b90cc8204509bfdaf566508280658 Author: Ilya Lavrenov Date: Wed Oct 2 16:06:15 2013 +0400 fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2 commit 4c19e0273a43b0e0a227fbdedc7e8c5285e7fe0e Author: Roman Donchenko Date: Wed Oct 2 16:06:56 2013 +0400 Cherry-picked mariusmuja/flann@b615f2694723fe402b8bbe50d77e622beff7f171. Original author: Alex Wilson. commit 78c4ffec9958ca88242de69647e61f2a5d3702bb Author: Roman Donchenko Date: Wed Oct 2 16:02:11 2013 +0400 Revert "Fixed a bug in FLANN resulting in uninitialized accesses." This reverts commit a9975b144a22e76228125eb0a25f78ec13db6815, to prepare for cherry-picking upstream's solution. commit 60bcc52c4f3b859eb305b272149a4fce6dad7a1c Merge: 4c7ecf2 30d7e1c Author: Roman Donchenko Date: Wed Oct 2 14:47:29 2013 +0400 Merge pull request #1541 from SpecLad:merge-2.4 commit e65eb4e04278a9dc9e30097a254c8b211849b2fa Author: Roman Donchenko Date: Wed Oct 2 14:41:00 2013 +0400 Updated Google Test to 1.7.0. commit 30d7e1c33d70f90507d66ddd129d978eb1128ac7 Merge: 6133aee 4c7ecf2 Author: Roman Donchenko Date: Wed Oct 2 13:37:33 2013 +0400 Merge remote-tracking branch 'origin/master' into merge-2.4 Conflicts: doc/tutorials/bioinspired/retina_model/retina_model.rst~ commit 4c7ecf20d808c79e3044f266fd419757a76d82ac Merge: a71a891 ca0956a Author: Roman Donchenko Date: Wed Oct 2 12:52:32 2013 +0400 Merge pull request #1529 from vpisarev:polyfit_accuracy_2 commit a71a891b93b6134530151e6d6bba4eeb8df75168 Merge: 1ac1b9a f9ea377 Author: Roman Donchenko Date: Wed Oct 2 12:51:27 2013 +0400 Merge pull request #1451 from adrians:neon-pull2 commit 1ac1b9ae35ce19684ec9482c5a66d06b21c4c694 Merge: 184ae87 c9ace38 Author: Roman Donchenko Date: Wed Oct 2 11:49:51 2013 +0400 Merge pull request #1474 from f-morozov:for_pr commit 75d89f4331bb1e4951ff81fddc2f4a9c5e3b838c Merge: 154fe4f 958604a Author: Andrey Pavlenko Date: Tue Oct 1 20:17:52 2013 +0400 Merge pull request #1533 from alalek:perf_test_update_relative_error_message commit 154fe4f6579018310d7788623614d45b3b6d2ca0 Merge: 8c15d27 4322c47 Author: Andrey Pavlenko Date: Tue Oct 1 20:16:47 2013 +0400 Merge pull request #1519 from ilya-lavrenov:ocl_minMax commit 184ae873d41cefd05e0909821744d19e65af1479 Merge: 8717281 bc1f9d6 Author: Roman Donchenko Date: Tue Oct 1 19:49:16 2013 +0400 Merge pull request #1526 from vpisarev:linedetector_python commit 8c15d2761982895c5c914a1ea8bda98f9096e39a Merge: 4d88a6e 308fbeb Author: Roman Donchenko Date: Tue Oct 1 19:40:12 2013 +0400 Merge pull request #1525 from asmorkalov:ocv_custom_libv4l commit bcb6f0386e03c7427c13674ac6db230dd267c80a Author: Roman Donchenko Date: Tue Oct 1 17:31:26 2013 +0400 Named FastFeatureDetector::Type to allow its use in makePtr. It has actually worked before (likely because it's inside a class), but C++03 does disallow unnamed types as template arguments, and there's a report that at least in one version of GCC it's enforced: . commit 4322c47bb2ebffdc48a9046cf48e13beabed621c Author: Ilya Lavrenov Date: Tue Oct 1 17:53:14 2013 +0400 removed test_norm.cpp from ocl tests commit 4d88a6e856183e69c80a360977ee246e5a61d5aa Merge: e35bc11 a8ac3ec Author: Roman Donchenko Date: Tue Oct 1 17:39:18 2013 +0400 Merge pull request #1530 from alalek:perf_tests_sanity_check_nothing commit 6133aeede82a7eaeff06cba62b7146c9d8225182 Merge: 81eb4bd 8717281 Author: Roman Donchenko Date: Tue Oct 1 17:37:05 2013 +0400 Merge branch 'master' into merge-2.4 Conflicts: doc/tutorials/definitions/tocDefinitions.rst commit 8717281e0ef69d74db4cd0efb6804ee949c1864f Merge: aeedc7a 61f5176 Author: Roman Donchenko Date: Tue Oct 1 17:07:39 2013 +0400 Merge pull request #1209 from nghiaho12:master commit a8ac3ec72aaa4fb142365626934c0f7c4904f677 Author: Alexander Alekhin Date: Mon Sep 30 16:08:08 2013 +0400 ocl: perf test: disable MOG2 (random hungs), enable upload/download commit 66e4aead97e3692d85fdb34909f2a8441a71c110 Author: Alexander Alekhin Date: Mon Sep 30 16:07:50 2013 +0400 perf tests: added SANITY_CHECK_NOTHING() commit aeedc7adecc39b75d4da8019d2c87b34a0d790f3 Author: Roman Donchenko Date: Tue Oct 1 16:10:40 2013 +0400 Emergency fix: rename a conflicting label in the tutorials. commit 81eb4bd8be9c31f6ab6d81c5a94e9d9bc17d2244 Merge: ada858e e35bc11 Author: Roman Donchenko Date: Tue Oct 1 15:57:33 2013 +0400 Merge remote-tracking branch 'origin/2.4' Conflicts: doc/tutorials/features2d/feature_detection/feature_detection.rst modules/bioinspired/doc/retina/index.rst modules/core/include/opencv2/core/core.hpp modules/core/include/opencv2/core/mat.hpp modules/core/include/opencv2/core/operations.hpp modules/core/src/stat.cpp modules/features2d/include/opencv2/features2d/features2d.hpp modules/imgproc/src/filter.cpp modules/legacy/src/dpstereo.cpp modules/nonfree/src/surf.ocl.cpp modules/ocl/doc/image_processing.rst modules/ocl/doc/object_detection.rst modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/src/arithm.cpp modules/ocl/src/canny.cpp modules/ocl/src/filtering.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/initialization.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/pyrdown.cpp modules/ocl/src/pyrup.cpp modules/ocl/src/split_merge.cpp modules/ocl/test/test_objdetect.cpp modules/ocl/test/utility.hpp commit 4ec5c04504207be3f106941e22811d21a1b31090 Merge: e0f5a2e 23f5eac Author: Roman Donchenko Date: Tue Oct 1 15:29:33 2013 +0400 Merge pull request #1315 from dbloisi:add_bs_tutorial commit 8ed47c01b7c0aa6fd48acaac38c063cd91f856e9 Author: Vladislav Vinogradov Date: Tue Oct 1 15:28:51 2013 +0400 used new device layer for cv::cuda::norm commit 23cc31e0416119870acc81f21a8ce165be27bd19 Author: Vladislav Vinogradov Date: Tue Oct 1 15:24:17 2013 +0400 used new device layer for cv::cuda::LUT commit 61f5176badbf25443e1a26127a70836c9004af4d Author: Nghia Ho Date: Tue Oct 1 21:03:54 2013 +1000 Removed trailing whitespace commit d7bf71c24a9a053fa485838bc963aeb8df91a190 Merge: c41a5b9 e0f5a2e Author: Nghia Ho Date: Tue Oct 1 19:56:47 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 065b40c6c3b18a95e502cb24e9db383603016f2b Author: Ilya Lavrenov Date: Mon Sep 30 18:58:32 2013 +0400 fixed and extended ocl::norm commit 06f07944c859bc9d3d064c966d63cd192de82417 Author: Vladislav Vinogradov Date: Tue Aug 27 13:34:43 2013 +0400 removed dependecy from cudalegacy commit 7839dbd2c45ad281d29f25346c2ccf415022c54c Author: Vladislav Vinogradov Date: Tue Aug 27 13:32:05 2013 +0400 used new device layer for cv::gpu::integral commit 224f18b06cfc2ff731ac0f970b10c5011fb97ec3 Author: Vladislav Vinogradov Date: Tue Aug 27 12:59:23 2013 +0400 bitwise operation optimization commit eb449968b6f506d1e5a363768ebda5efb0f668b2 Author: Vladislav Vinogradov Date: Tue Aug 27 12:59:09 2013 +0400 removed unroll_detail.hpp commit 1ef211b88903165faac11620069b8279e1409a91 Author: Vladislav Vinogradov Date: Tue Aug 27 12:28:01 2013 +0400 used new device layer for cv::gpu::reduce commit 31a781439572f72f0b9501eafe6c2d64b1649fb3 Author: Vladislav Vinogradov Date: Mon Aug 26 11:27:43 2013 +0400 used new device layer for cv::gpu::countNonZero commit 020624c481be8457169cf170dc7aa78a9359e5ea Author: Vladislav Vinogradov Date: Mon Aug 26 11:25:56 2013 +0400 used new device layer for cv::gpu::minMaxLoc commit e1aa2fd06ca58000e14ce776dd7f597c1a3a4dd9 Author: Vladislav Vinogradov Date: Wed Jul 31 16:37:39 2013 +0400 added gridMinMaxLoc function commit 3fb9c52272d2a9a585d13142847e0128871e25e5 Author: Vladislav Vinogradov Date: Wed Jul 31 16:19:40 2013 +0400 cast to reference commit bbd519be42b7fb4ce9529fc176ef6d473659a4bf Author: Vladislav Vinogradov Date: Mon Aug 26 11:17:06 2013 +0400 fixed warnings commit 045a856c2485d209c9db237cfb6066fb65a8a648 Author: Vladislav Vinogradov Date: Mon Aug 26 11:07:34 2013 +0400 used new device layer for cv::gpu::minMax commit b705e0d886f120799d5470986acfc25dc049b98a Author: Vladislav Vinogradov Date: Tue Aug 27 12:27:36 2013 +0400 used new device layer for cv::gpu::sum commit 9fe92e21119231eb2a060d8df3364a080d3fbd6c Author: Vladislav Vinogradov Date: Wed Jul 31 13:09:23 2013 +0400 renamed grid/glob_reduce.hpp -> grid/reduce.hpp commit e820c5c65fd225a1d642d9fe44bc6c16ecb56afb Author: Vladislav Vinogradov Date: Mon Aug 26 10:50:04 2013 +0400 used new device layer for cv::gpu::mulSpectrums commit 3f62e78592df96b941e0f36d9917147d2d58deb9 Author: Vladislav Vinogradov Date: Mon Aug 26 10:48:10 2013 +0400 used new device layer for cv::gpu::copyMakeBorder commit 7b3bbcea7159e058c2f2512b5c5b4a2454408fb1 Author: Vladislav Vinogradov Date: Mon Aug 26 10:43:08 2013 +0400 used new device layer for cv::gpu::transpose commit 6dbb32a05df53f17447b463ce0733aeab81a0f4d Author: Vladislav Vinogradov Date: Mon Aug 26 10:38:42 2013 +0400 switched to new device layer in split/merge commit 3ab7f4b26afcdeffa7fe68301cc708dcc77100cb Author: Vladislav Vinogradov Date: Tue Jul 30 16:31:37 2013 +0400 removed arithm_func_traits.hpp commit 7c8c836a7bfc57ff534141e1c26ec391137ad2e1 Author: Vladislav Vinogradov Date: Mon Aug 26 10:34:04 2013 +0400 switched to new device layer in polar <-> cart commit 5522f43b18422e6280b415f5a03173862affb056 Author: Vladislav Vinogradov Date: Mon Aug 26 10:33:17 2013 +0400 used new device layer for cv::gpu::threshold commit e83be009a39b8b2c147a39de558214ca71bdbb0f Author: Vladislav Vinogradov Date: Mon Aug 26 10:30:04 2013 +0400 used new device layer for cv::gpu::addWeighted commit c7a3a7d4d98687e38f095b57d78f94d216841129 Author: Vladislav Vinogradov Date: Tue Jul 30 13:48:46 2013 +0400 switched to new device layer in min/max commit b11cccaaca8d5c355742321be79ec1774dec9156 Author: Vladislav Vinogradov Date: Mon Aug 26 10:25:04 2013 +0400 switched to new device layer in bitwize operations commit fdfffa52916fdf30225bd26f6cee86eb05fbccad Author: Vladislav Vinogradov Date: Tue Jul 30 09:45:54 2013 +0400 fixed warnings commit ef9917ecf141604063070cca5195bad4f58f015c Author: Vladislav Vinogradov Date: Mon Jul 29 17:53:03 2013 +0400 used new device layer for cv::gpu::compare commit 43e811118bb44e12e217ef4c144d791db6c25022 Author: Vladislav Vinogradov Date: Mon Jul 29 17:13:43 2013 +0400 fixed assertion commit 766d950ff32223525bda4df330d55e567099feb0 Author: Vladislav Vinogradov Date: Mon Aug 26 10:11:29 2013 +0400 used new device layer in math per element operations commit 7628e57fc62a46b788790c698bd7e06aba92d515 Author: Vladislav Vinogradov Date: Mon Jul 29 16:43:37 2013 +0400 used new device layer for cv::gpu::absdiff commit 574ff471466606b504402e95f95ea219437e34b2 Author: Vladislav Vinogradov Date: Mon Jul 29 16:18:27 2013 +0400 used new device layer for cv::gpu::divide commit e7dba695b3941fd124438bce79800d508bddf9eb Author: Vladislav Vinogradov Date: Mon Jul 29 15:45:50 2013 +0400 used new device layer for cv::gpu::multiply commit 156f86ea0b66363ba470c09f4f564e76b18796a2 Author: Vladislav Vinogradov Date: Mon Jul 29 15:17:38 2013 +0400 used new device layer for cv::gpu::subtract commit 9c5da2ea22ebcece572c700d738e8934a86ebbd9 Author: Vladislav Vinogradov Date: Fri Aug 23 18:28:13 2013 +0400 used new device layer for cv::gpu::add commit 32d578f5f043306057928032b9d5713b7e2535a9 Author: Vladislav Vinogradov Date: Mon Jul 29 14:45:06 2013 +0400 fixed gridTransform overloads problems commit f4fb7fe1be22cc8e7c2192111fab700ce5a67508 Author: Vladislav Vinogradov Date: Tue Oct 1 12:15:30 2013 +0400 fixed compilation error "ambiguous symbol" on CUDA 5.0: disabled Texture Reference API for old CUDA toolkits commit e0f5a2e532773bc1b64ae5455958caa6bfe26cf6 Merge: ada858e 0d06b1d Author: Roman Donchenko Date: Tue Oct 1 12:09:11 2013 +0400 Merge pull request #1512 from Exocoder:pre-gtk3 commit 51341738ba7f3f9e9492f73ba927eb3509be6f38 Author: John Stowers Date: Tue Sep 10 13:35:57 2013 +0200 Add cv::logPolar, cv::linearPolar, and a python example commit 0d06b1dced4fedb5d1b43396bcc86e4b7d5511f5 Author: Tony Date: Mon Sep 30 21:04:43 2013 +0100 Change true for TRUE The second parameter of gtk_widget_set_realized is of type gboolean (gint). This is to ensure compatibility on alternative compilers and platforms. commit 958604a68e4ac7c1db36c331b519336737544b00 Author: Alexander Alekhin Date: Sun Sep 29 06:35:12 2013 +0400 perf test: update error message about relative error commit c810d03d5c1e2d4a28987919f9c3dcbfecdc676c Author: Vadim Pisarevsky Date: Mon Sep 30 19:28:11 2013 +0400 some more attempts to fix compile bug on Android commit ada858e1c056e215f08a4c8369a95075198301d6 Merge: a4b3aa9 42faaa8 Author: Roman Donchenko Date: Mon Sep 30 18:06:53 2013 +0400 Merge pull request #1429 from nzjrs:fix-sketcher commit e35bc115048eee4014b963af7cd1739dc6ebee3e Merge: 54c902d 315c054 Author: Roman Donchenko Date: Mon Sep 30 17:50:29 2013 +0400 Merge pull request #1457 from pengx17:2.4_oclsvm commit a4b3aa9e1e1b452f0725454bde693602e6484298 Merge: f3f7f70 14d2251 Author: Roman Donchenko Date: Mon Sep 30 17:44:42 2013 +0400 Merge pull request #1477 from nzjrs:python-gethardwaresupport commit f3f7f705885e35c80a92de77518c82ab360c00a8 Merge: 4ce0a8a 899781b Author: Roman Donchenko Date: Mon Sep 30 17:39:42 2013 +0400 Merge pull request #1488 from abidrahmank:py_tutorials commit a562b5c985ffcad4390c867fa6c2dc064af4e8b0 Author: Ilya Lavrenov Date: Mon Sep 30 17:36:59 2013 +0400 fixed ocl::meanStddev and created accuracy test for this function commit 54c902dccd25020e3ca97b0666a5fc83ec63d1f1 Merge: 8aa63af 1bc20ae Author: Roman Donchenko Date: Mon Sep 30 17:37:18 2013 +0400 Merge pull request #1509 from perping:2.4_docs commit c41a5b9c2c3ad12937113e8dcb7405835c28a900 Merge: 5921c77 4ce0a8a Author: Nghia Ho Date: Mon Sep 30 22:59:29 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 7379152afbc21f616d7a53cf34fe92607861a940 Author: Ilya Lavrenov Date: Mon Sep 30 16:54:09 2013 +0400 fixed ocl::setIdentity commit 8aa63af5dea035ab8caf386abd748ffb3350bcd1 Merge: 42b396c d1f3a62 Author: Roman Donchenko Date: Mon Sep 30 16:21:51 2013 +0400 Merge pull request #1518 from jet47:bug-3291-tbb-install commit 4ce0a8a82218271184d63ea280177e57c4fea51b Merge: 4b203f7 047b568 Author: Roman Donchenko Date: Mon Sep 30 16:08:20 2013 +0400 Merge pull request #1520 from lluisgomez:scene_text_erGrouping_classifier commit c3748a5f95f6c6e1a6c8024ebb30cd4c58e1f45d Author: Vadim Pisarevsky Date: Mon Sep 30 16:06:48 2013 +0400 fixed the trailing whitespaces commit 42b396c97e205e483fee99e144b00d9546e3581a Merge: 178f027 b9e542e Author: Roman Donchenko Date: Mon Sep 30 16:04:58 2013 +0400 Merge pull request #1522 from nghiaho12:latentsvm commit 7edcefb2be9f0372cd2f3a004fd6cd3c975cca41 Author: Ilya Lavrenov Date: Mon Sep 30 15:08:26 2013 +0400 fixed ocl::phase commit ca0956a7e24e2d4fc6307300dc28612ec8bc8b22 Author: Vadim Pisarevsky Date: Mon Sep 30 16:00:39 2013 +0400 this is rewrite of the github patch #674 by chouclee; the goal is to improve polyfit accuracy commit b864f48274378a91d1aaa35ba3468693b75d201f Author: Ilya Lavrenov Date: Fri Sep 27 17:56:30 2013 +0400 fixed ocl::sum, ocl::sqrSum, ocl::absSum commit bc1f9d6268c24ce5de961f7ba58c5cf5997990d4 Author: Vadim Pisarevsky Date: Mon Sep 30 15:07:32 2013 +0400 fixed description of createLineSegmentDetector commit cd847425562caa2cc309b41c18eef7cb47485818 Author: Vadim Pisarevsky Date: Mon Sep 30 14:53:48 2013 +0400 attempts to fix build errors on Android commit 0324932fb3957e353a8111f101bce7f3c7cb68da Author: Alex Leontiev Date: Mon Sep 30 08:27:43 2013 +0800 Added the copyright statements Added the copyrights missing in all files that required so. commit f6fc39ce8ff602302b6f2be1890bf1fd96ea5868 Author: Juan Manuel Perez Date: Wed Sep 25 23:25:10 2013 +0200 Putting definitions of SCD and SCDMatcher separated from sc_dis.cpp file commit 4672a70c1f5c969ae48926eea1c166e32b1939a3 Author: Juan Manuel Perez Date: Wed Sep 25 18:30:33 2013 +0200 Replaced dynamic_cas with Ptr::dynamicCast<>, and & with && commit 1bf4298251231a38b99e7f342b3f7a928cf46366 Author: Juan Manuel Perez Date: Wed Sep 25 14:13:42 2013 +0200 Macro removal commit aa73dafbbb91c729e1a22042a046ca21145eba50 Author: Juan Manuel Perez Date: Wed Sep 25 00:09:59 2013 +0200 2 Compile error fix for Win commit 752d88f5d2d656a074e3bd21be1481ff7c6f419d Author: Juan Manuel Perez Date: Tue Sep 24 23:05:29 2013 +0200 Compile error fix for Win commit 5a1e9876fcec863ae454b0f540a01f0ffe127efe Author: Juan Manuel Perez Date: Tue Sep 24 22:21:31 2013 +0200 Corrected compilation errors Win commit ead966709d78127848e452cf5ec242c92c98b082 Author: Juan Manuel Perez Date: Tue Sep 24 18:26:19 2013 +0200 Remove ~ file commit fe7bab499fb43625cc59837ada11f19779131aa6 Author: Juan Manuel Perez Date: Mon Sep 23 21:24:27 2013 +0200 Corrections for compiling issues in Win, And and Doc commit 61c27ac81e1f900c2bcf598d973445edfc1950aa Author: Juan Manuel Perez Date: Mon Sep 23 19:00:49 2013 +0200 Shape module added commit 851a8a1cd0e5a1717ed2863641c27451c170faee Author: Vadim Pisarevsky Date: Mon Sep 30 14:31:39 2013 +0400 fixed whitespace error commit 20fe614c2f97cb75d7103a7290aeeed33e176656 Author: Alexander Mordvintsev Date: Thu Sep 19 19:06:48 2013 +0400 createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples commit 0a8d62e5fd1696ad2507e5eecb9b8a8b168f167d Author: Alexander Mordvintsev Date: Thu Sep 19 18:44:11 2013 +0400 createLineSegmentDetectorPtr -> createLineSegmentDetector commit f0b050fa887762e333081b8741e633b4efad2cc0 Author: Alexander Mordvintsev Date: Thu Sep 19 18:41:08 2013 +0400 exposed LineSegemntDetector to python commit f6c802b5638fd6d25cb6f3ac77eaea8d8aaab02f Author: StevenPuttemans Date: Tue Sep 24 09:01:20 2013 +0200 Applied fix suggested in bug 3282 and shortened code commit 308fbeb04baa579dde1ca2ec917b0d2375d85f35 Author: Alexander Smorkalov Date: Mon Sep 30 12:44:59 2013 +0400 Make libv4l support optional for testing purposes. commit 315c054379610c044cdc6b67d62935f678994de4 Author: peng xiao Date: Tue Sep 17 08:50:13 2013 +0800 Fix new blank line at EOF. commit 422396ef6a8b77ee7ffe03394425dc830e66ccac Author: peng xiao Date: Mon Sep 16 13:52:56 2013 +0800 fix build error commit f69ccfa43da8cdb40fbbb9e4edf3a845604eb86d Author: peng xiao Date: Mon Sep 16 11:23:53 2013 +0800 Add opencl svm. commit 3ac3ba041597df5e71fbde68d518e18956a7a624 Author: Alex Leontiev Date: Sat Sep 28 15:58:06 2013 +0800 Minor fixes Fix failed builds that opencv's buildbot has got. commit b9e542e35e1abb4825e40ba8dc2407a0fd073ebb Author: Nghia Ho Date: Sat Sep 28 21:46:48 2013 +1000 Missing closedir with opendir commit 891bcd8491ba3f35c2a64459cf73272826a04255 Author: Alex Leontiev Date: Tue Sep 24 07:51:21 2013 +0800 Finish implementing the Nonlinear Conjugate Gradient Now everything is prepared for the pull request. commit 047b568f6da05ad4c64f4bb3f6d0a890dfc582d7 Author: lluis Date: Fri Sep 27 16:28:47 2013 +0200 erGrouping now uses a classifier for group validation instead of a set of heuristical ifos. Updated documentation and sample to use the new function API commit b54228fb8332c8537738cd05be2a79cd334b54a2 Author: Ilya Lavrenov Date: Fri Sep 27 17:32:31 2013 +0400 fixed ocl::countNonZero commit 9dca7555b4eb8cd6eaa40c756631de0001985aef Author: Ilya Lavrenov Date: Fri Sep 27 15:53:47 2013 +0400 fixed ocl::minMax commit d1f3a628320ccad907ac32e1a9122eca87f7ffc2 Author: Vladislav Vinogradov Date: Fri Sep 27 14:44:58 2013 +0400 fix for bug #3291: add INSTALL command for TBB target commit 178f0272fe0b403a946f9c4f4961ab0c1b0f6a27 Merge: 9d626f3 8cb0921 Author: Alexander Smorkalov Date: Fri Sep 27 13:25:53 2013 +0400 Merge pull request #1515 from asmorkalov:ocv_pr_1464_revert commit 8cb0921252d694d1aa48fa786a7d63d381b1ace4 Author: Alexander Smorkalov Date: Fri Sep 27 12:17:55 2013 +0400 pr #1464 reverted as breaking the build for Linux without libv4l library. commit 1bc20ae6f86d586ff7e9f0abe2271745235f6053 Author: perping Date: Fri Sep 27 09:50:37 2013 +0800 fix warning about addWeighted and remove magnitudeSqr(). commit 97fc1e10a717d55e7837bb0c90001600f575c1ff Author: Tony Date: Thu Sep 26 18:31:44 2013 +0100 Replace obsolete Gtk symbols This update replaces depreciated Gtk1.x symbols with Gtk2.x symbols in preparation for adding Gtk3 support. These edits aim to be fully compatible with Gtk2.x, allowing backward compatibility. The following symbols have been replaced in this commit: Gtk symbols that have been moved to the Gdk library: - GtkType -> Gtype - GTK_CHECK_CAST -> G_TYPE_CHECK_INSTANCE_CAST - GTK_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE - gtk_signal_connect -> g_signal_connect - GTK_SIGNAL_FUNC -> G_CALLBACK - gtk_type_class -> g_type_class_peek - gtk_type_new-> g_object_new - GtkTypeInfo -> GtypeInfo (Not required for g_type_register_static_simple) - gtk_type_unique -> g_type_register_static_simple - gdk_draw_image_rgb -> replaced by gdk_cairo_source_pixbuf NB: This requires porting to use cairo contexts and GdkPixbufs. The following gtk symbols are changed for their modern equivalent: - GTK_WIDGET_REALIZED -> gtk_widget_get_realized - GTK_OBJECT_FLAGS -> gtk_widget_set_realized Symbols without replacement: - gtk_range_set_update_policy -> No replacement; as default policy is set to continuous we can delete this line. commit 9d626f3005d947c12ea788cb377b39d86cce7091 Merge: 3e91350 0a695eb Author: Alexander Smorkalov Date: Thu Sep 26 21:09:41 2013 +0400 Merge pull request #1511 from apavlenko:shorten_hdr commit c9ace38897f649df3de3ed75fe0b151745bfc64f Author: Fedor Morozov Date: Mon Sep 23 23:40:06 2013 +0400 Docs updated, added InputArray, fixes for makePtr,... commit 5921c776132038465d9a5ff8458478e6076628f1 Merge: 357e5d5 4b203f7 Author: Nghia Ho Date: Thu Sep 26 23:08:23 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 0a695eb314dff32ae44d9645ae1f491b9516a699 Author: Andrey Pavlenko Date: Thu Sep 26 17:06:06 2013 +0400 hortening the file names (HighDynamicRange -> HDR) commit 4b203f7b1a0b1a731b98fc4e504d2bf7815a14a5 Merge: 0d49206 2bf36c3 Author: Alexander Smorkalov Date: Thu Sep 26 16:28:52 2013 +0400 Merge pull request #1470 from IceRage:min_enclosing_triangle commit 3e91350a312cdef40d7f3801ab7ec37dccc02b90 Merge: 26a1a93 f5af3ab Author: Andrey Pavlenko Date: Thu Sep 26 15:50:54 2013 +0400 Merge pull request #1503 from ilya-lavrenov:ocl_arithm commit 357e5d55f64f4f7439cc907e3b0030a59ef0b58a Author: Nghia Ho Date: Thu Sep 26 19:14:59 2013 +1000 Removed trailing whitespaces commit e6a9c22b9d99e26c30abfc1a0d5b62076270d608 Merge: b4ffb08 0d49206 Author: Nghia Ho Date: Thu Sep 26 19:13:01 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 26a1a93295f7e418fce4521b4ab89b058645e0e9 Merge: 7f81900 1b1fb13 Author: Alexander Smorkalov Date: Thu Sep 26 12:16:01 2013 +0400 Merge pull request #1464 from StevenPuttemans:bugfix_3186_second commit 074f9e33cb30199641e4365cdaaffa999fc6a744 Author: perping Date: Thu Sep 26 15:30:44 2013 +0800 fix three warning about mog, mog2 and KNearestNeighbour. commit 0d49206a9877a87c1c2e9a5c724898c2d01cc1aa Merge: 241aa6e 8e7eb79 Author: Alexander Smorkalov Date: Thu Sep 26 11:09:57 2013 +0400 Merge pull request #1485 from vpisarev:ipp_fixes commit f65286d3c613e43872709804431652182f4599a3 Author: perping Date: Thu Sep 26 14:04:11 2013 +0800 Update the OpenCL documents. commit 241aa6e5a830dea9f06e9aa85fb40093593185c6 Merge: c6ab8cb e675684 Author: Alexander Smorkalov Date: Thu Sep 26 09:31:06 2013 +0400 Merge pull request #1497 from jet47:fix-bug-3277 commit 7f819008d99ebc578cd9e95ca781d7d4088801eb Merge: 9f19126 b4a534a Author: Alexander Smorkalov Date: Thu Sep 26 09:30:25 2013 +0400 Merge pull request #1500 from alalek:fix_add_definitions commit 9f1912647235332895a9cbe79fb06dce10c2bcc1 Merge: 0b41df4 c7c0a41 Author: Alexander Smorkalov Date: Thu Sep 26 09:30:01 2013 +0400 Merge pull request #1502 from melody-rain:2.4_Stereo_Match_Const_Space_BP commit 28ac23c1a1e4f79ae68c6bbdecabbcdb57526c2a Author: peng xiao Date: Thu Sep 26 12:59:21 2013 +0800 If device does not support double, returns immediately. Double floating points are not default supported by OpenCL. commit f5af3ab851195b337aef03451080d9182f867c7a Author: Ilya Lavrenov Date: Wed Sep 25 16:18:04 2013 +0400 changes in OpenCL matrix operations docs commit 0b41df46ad98b422729a60649a210d73e67b80f5 Merge: 887ff0d 192ca71 Author: Alexander Smorkalov Date: Wed Sep 25 17:24:19 2013 +0400 Merge pull request #1499 from georgebrindeiro:patch-2 commit c6ab8cb6eee1c7e5bb0bcbd00fbf8f8b773158f7 Merge: e1f55c3 5780b41 Author: Alexander Smorkalov Date: Wed Sep 25 17:19:37 2013 +0400 Merge pull request #1471 from ozantonkal:master commit c8821bd90914ab3682d47061fa5acada01b1ddb9 Author: Ilya Lavrenov Date: Wed Sep 25 15:28:12 2013 +0400 replaced manually new/delete by AutoBuffer commit 0faac595a849c1868ed70a75e641b2663151c8eb Author: Ilya Lavrenov Date: Wed Sep 25 15:02:47 2013 +0400 fixed minMaxLoc kernel (removed compilation errors) commit 544c02407e29cbe3da5cd68073d359395f1448b1 Author: Ilya Lavrenov Date: Tue Sep 24 22:54:13 2013 +0400 reverted and generalized original ocl::transpose commit c7c0a41e1709acdf7e3a9303b2f6e18727c7fa3a Author: Jin Ma Date: Wed Sep 25 17:42:56 2013 +0800 Resolved the bug that the work group size is not valid. commit b4a534a23568e97be58fe64ed97dd9e694af4321 Author: Alexander Alekhin Date: Tue Sep 24 20:17:39 2013 +0400 cmake: PCH: use DEFINE_SYMBOL target property commit 48774a39b400a256379f3caa55bc0483f717ee6d Author: Alexander Alekhin Date: Sat Sep 21 21:12:39 2013 +0400 cmake: fixed incorrect usage of add_definitions() on Linux commit e1f55c3fcc4a69928c2135cc6f8087a01682744e Merge: c8b9727 720241d Author: Alexander Smorkalov Date: Wed Sep 25 11:29:46 2013 +0400 Merge pull request #1496 from shawke:patch-1 commit 887ff0de7b22d5d2f6459658106f7dd82802d49b Merge: 6057414 ce557fb Author: Alexander Smorkalov Date: Wed Sep 25 11:27:25 2013 +0400 Merge pull request #1498 from alalek:revert_1487 commit 192ca711efd8efb4ea6e9e3b439e518e8caff9ad Author: George Andrew Brindeiro Date: Tue Sep 24 12:59:37 2013 -0300 Added nonfree headers that are required for using SURF features commit 6057414a9397d7fffcd24824f692e50cef11ad4a Merge: 36e7697 6be8757 Author: Alexander Smorkalov Date: Tue Sep 24 15:36:16 2013 +0400 Merge pull request #1199 from devernay:2.4-qtkit commit ce557fb7befd61f721f7c7ff58a41b39fc21b722 Author: Alexander Alekhin Date: Tue Sep 24 15:12:24 2013 +0400 Revert "cmake: fixed incorrect usage of add_definitions() on Linux" This reverts commit 286244efedd215600b6be72d4c25e48af0ed1c2d. commit e675684c81ac8b0094b8414960473a83fd5454c2 Author: Vladislav Vinogradov Date: Tue Sep 24 14:45:13 2013 +0400 fix bug #3277 (findCirclesGrid failures): findHomagraphy can return empty Mat in master branch commit 36e7697d1b284108ee52a19d41e3b41895108f99 Merge: d6d8e96 9a560a5 Author: Alexander Smorkalov Date: Tue Sep 24 14:44:32 2013 +0400 Merge pull request #1351 from barisdemiroz:eclipse-java-tutorial commit c87d2d414d253385d77652171b13e6ad2bcae3cb Author: Ilya Lavrenov Date: Tue Sep 24 14:18:42 2013 +0400 removed arithm_absdiff.cl commit 8aa3eb817d4a40f418b3a7691960ec40904ecd99 Author: Ilya Lavrenov Date: Tue Sep 24 14:13:10 2013 +0400 refactored arithm.cpp. Extended param list for all the tests commit b4ad12821861c3527ed06755b0959ebbeab956b9 Author: Ilya Lavrenov Date: Tue Sep 24 14:07:54 2013 +0400 refactoed and extended ocl::transpose commit 799afab23b2ffe632a4379c2c8cb59aea6523466 Author: Ilya Lavrenov Date: Tue Sep 24 14:02:01 2013 +0400 refactored and extended ocl::exp and ocl::log commit 073096357657ceb251303dd5162f4a7eecf48846 Author: Ilya Lavrenov Date: Tue Sep 24 13:58:18 2013 +0400 refactored and extended ocl::compare commit 8e0e352d778e25f3e6a851d15f985ff133ad1597 Author: Ilya Lavrenov Date: Tue Sep 24 13:54:46 2013 +0400 refactored and extended binary bitwise operations commit 161674bff24d49e7d8173a6f5505ea616b598dbc Author: Ilya Lavrenov Date: Tue Sep 24 13:51:37 2013 +0400 refactored and extended ocl::addWeighted commit b20bd470fe97f4e058d114e160c7f95969282531 Author: Ilya Lavrenov Date: Tue Sep 24 13:49:38 2013 +0400 refactored and extended ocl::LUT commit 720241de87a52e7c96e15d53f4dcc21650a276c5 Author: shawke Date: Tue Sep 24 11:48:04 2013 +0200 Make similar default typedefs for Point_, Size_ and Rect_ Currently, there are different default typedefs for Point_, Size_, and Rect_. This pull request at least makes sure that default typedefs exist for int, float and double variants of each of these types. commit 311a7233c2b66822ab5c8367d4a4c258eb782cd7 Author: Ilya Lavrenov Date: Tue Sep 24 13:43:12 2013 +0400 removed comments from filtering.cpp and imgproc.cpp in ocl module commit bd36e556a1ff1d9df8b12a2becec692570ef3cc0 Author: Ilya Lavrenov Date: Tue Sep 24 13:39:07 2013 +0400 removed ocl::magnitudeSqr commit 0ad03162dff9dc500fb1d80cdf33e7c9e00cc961 Author: Ilya Lavrenov Date: Tue Sep 24 13:34:55 2013 +0400 refactored and extended arithm operations add/sub/mul/div/absdiff commit 5ff5fdd73de147c014c4780e2aa90ea20209ed6f Author: Ilya Lavrenov Date: Tue Sep 24 13:17:09 2013 +0400 marked some methods of ocl::Context as const commit d64fb235f75226c0df6d9bd5b812ce7abe4a63a7 Author: Ilya Lavrenov Date: Tue Sep 24 13:15:05 2013 +0400 removed needless arithm_2_mat.cl file commit 1b1fb131b353c249c75a402d9ce7b28d2d5b3422 Author: StevenPuttemans Date: Tue Sep 17 13:05:28 2013 +0200 Attempt at fixing bug 3186 commit c8b97271cc27849b33372709fd8908ac388d17b3 Merge: b5f3709 4b19fda Author: Alexander Smorkalov Date: Mon Sep 23 16:34:14 2013 +0400 Merge pull request #1430 from nzjrs:add-brisk-to-demos commit b4ffb0878d21b0936490a2fe0e8aa341e62947b1 Merge: 4171767 b5f3709 Author: Nghia Ho Date: Mon Sep 23 20:05:51 2013 +1000 Merge remote-tracking branch 'upstream/master' commit b5f3709ab97e8680c06461b5c8c728385254083a Merge: 298a1d5 5670e4f Author: Alexander Smorkalov Date: Mon Sep 23 14:00:04 2013 +0400 Merge pull request #1484 from lluisgomez:scene_text_detection_documentation commit d6d8e96003d822eb09ac3aaef14392af15d9e7b7 Merge: 0cd3d1f b88f530 Author: Alexander Smorkalov Date: Mon Sep 23 13:34:38 2013 +0400 Merge pull request #1489 from melody-rain:2_4_knearest_neighbor commit 0cd3d1f4d60df2d9b020fd941cdc8291cf271eb5 Merge: 43485a2 362a67a Author: Alexander Smorkalov Date: Mon Sep 23 12:56:19 2013 +0400 Merge pull request #1482 from ilya-lavrenov:ocl_setTO commit 43485a212d6fe13a4eb5295c69832e0eeccec300 Merge: 02247de 286244e Author: Alexander Smorkalov Date: Mon Sep 23 12:54:19 2013 +0400 Merge pull request #1487 from alalek:fix_add_definitions commit 5670e4f6cd499c38ba23d349257f445bb50dbe52 Author: lluis Date: Mon Sep 23 10:17:47 2013 +0200 fixed typos commit 776c0cb08c7544bb5705a51d87e0bbaf924ca7ef Author: Vladislav Vinogradov Date: Mon Jul 29 12:08:42 2013 +0400 switched to new device layer in gpucodec module commit 899781b3d6313fb593d7528efc7673a0fb4b9186 Author: abidrahmank Date: Sun Sep 22 00:14:27 2013 +0530 GSoC Python Tutorials GSoC Python Tutorials removed white spaces removed blank lines at EOF removed duplicate labels commit b88f5302e20da8d477eee6e9d361d1f3983784ca Author: Jin Ma Date: Mon Sep 23 15:10:00 2013 +0800 Removed unused constructor. commit 298a1d50d29e3ddd7f472d2c087ea5726f72a30e Merge: c0c575d 6bbac2a Author: Alexander Smorkalov Date: Mon Sep 23 10:31:46 2013 +0400 Merge pull request #1299 from jet47:gpu-cuda-rename commit 02247de3392b882e322f1a4b48ddc9e06497437b Merge: 94966b3 6fb3b4f Author: Alexander Smorkalov Date: Mon Sep 23 10:26:44 2013 +0400 Merge pull request #1483 from kecsap:nbayes commit 1bfe39f485ba0b5e00c2d9d64a2e3ed61e1f67d4 Author: Jin Ma Date: Sun Sep 22 10:23:54 2013 +0800 Added knearest neighbor of OpenCL version. It includes the accuracy/performance test and the implementation of KNN. commit 06c33df307c25a5aac830e697ce57bc4858c4060 Author: Jin Ma Date: Sun Sep 22 10:22:09 2013 +0800 Added knearest neighbor of OpenCL version. It includes the accuracy/performance test and the implementation of KNN. commit 286244efedd215600b6be72d4c25e48af0ed1c2d Author: Alexander Alekhin Date: Sat Sep 21 21:12:39 2013 +0400 cmake: fixed incorrect usage of add_definitions() on Linux commit 581d4545366b4f9392352af8737cba73b8a9dc5a Author: Alex Leontiev Date: Sun Sep 22 00:14:49 2013 +0800 Refined interface for Conjugate Gradient Some interface was refined (most notably, the method for returning Hessian was removed and the method for getting gradient was added as optional to base Solver::Function class) and basic code for setters/getters was added. Now is the time for the real work on an algorithm. commit 6fb3b4f41c6ff3a9b173d0d2b1433aab0751f6b7 Author: Csaba Kertesz Date: Wed Sep 18 21:49:32 2013 +0200 Fix a memory leak in CvNormalBayesClassifier::train() commit 5556f051f11d1a509f581e928c4c34b713c379a8 Author: lluis Date: Fri Sep 20 14:19:59 2013 +0200 added rst documentation for the Class-specific Extremal Regions for Scene Text Detection commit 4b19fda1d6d7b1d7a888188d42165c3077b10216 Author: John Stowers Date: Tue Sep 10 13:36:57 2013 +0200 Add brisk features to python demos commit 42faaa8b393d09fd9f115b3d5f23250a3ff4e7e3 Author: John Stowers Date: Tue Sep 10 13:35:57 2013 +0200 Fix mouse handling in python demos commit 14d225134d6b3debd298015f4dff9bc977e0de1b Author: John Stowers Date: Wed Sep 18 22:52:37 2013 +0200 Redefine CPU_xx constants in cv::namespace This makes them visible from the python bindings commit 4171767d19e98dc7baf9e49d348b27e750e12345 Merge: 8e8ff4d c0c575d Author: Nghia Ho Date: Sat Sep 21 02:20:25 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 8e7eb79f6e9b1eda2ab5b1f8b418ff61c4b3eb07 Author: Vadim Pisarevsky Date: Fri Sep 20 16:02:15 2013 +0400 fixed compile errors and warnings when building master branch with IPP enabled commit 362a67a6959f19ba27cfda7b3cb296c4d02e35ef Author: Ilya Lavrenov Date: Fri Sep 20 14:22:18 2013 +0400 fixed ocl::oclMat::setTo for 2-channel images commit eb1333d0a8942168d6c0a1e99a873dfc55237f37 Author: Alex Leontiev Date: Fri Sep 20 15:12:48 2013 +0800 Initial commit for Conjugate Gradient method Implementation is based on http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf So far we only have basic interface and empty test. But it compiles at least. commit c0c575d68e0cd63329c311b101be4d24e9d89e0c Merge: 1445a29 2eb5ca0 Author: Alexander Smorkalov Date: Fri Sep 20 11:08:09 2013 +0400 Merge pull request #1481 from Human:master commit 94966b38c0c9a993148a3fd5eb9f5164c6e07630 Merge: d08b163 199aa80 Author: Alexander Smorkalov Date: Fri Sep 20 10:55:23 2013 +0400 Merge pull request #1448 from StevenPuttemans:bugfix_3264 commit 1445a29e1c987e2db75f565f4bc152c415bf7099 Merge: 0ecd791 2837bfd Author: Alexander Smorkalov Date: Fri Sep 20 10:54:52 2013 +0400 Merge pull request #1469 from lluisgomez:scene_text_detection_erGrouping commit 2eb5ca00242a165594b820110fdd85be3a5e8f82 Author: Bob Igo Date: Thu Sep 19 16:32:32 2013 -0400 fixed malformed XML commit 2bf36c312f89b9696feea5b8f63eb8785802cfd2 Author: Ovidiu Parvu Date: Thu Sep 19 18:32:03 2013 +0100 Removed static variables which were not read-only and used more function parameters instead. commit e324446c70e119b6f31955342cfc7bf5f03b2db8 Author: Ovidiu Parvu Date: Thu Sep 19 16:22:30 2013 +0100 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. commit 52cdae6e2bf10f5781d5a86a5f3d1154ae794ffc Author: Ovidiu Parvu Date: Thu Sep 19 15:37:10 2013 +0100 Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0 commit 21390d806ff0071e7ccdb752219035537b527003 Author: Ovidiu Parvu Date: Thu Sep 19 15:12:07 2013 +0100 Removed non-ASCII characters from the comments commit 8e8ff4dd3382865ffec9f9e43bcbc3c8c4d4cbf8 Merge: 0e06465 0ecd791 Author: Nghia Ho Date: Thu Sep 19 23:58:19 2013 +1000 Merge remote-tracking branch 'upstream/master' commit 0ecd7913f8a0623a64e84e926d4fc6bcaff80461 Merge: c550e45 81ac97c Author: Alexander Smorkalov Date: Thu Sep 19 14:41:55 2013 +0400 Merge pull request #1472 from alalek:master_fix_debug_builds_on_win commit 2837bfd9fa13e6f2716b9a2198af6c4546b64cc6 Author: lluis Date: Tue Sep 17 23:45:23 2013 +0200 Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline commit c550e452f98e7cbda1245b131d6affbcd4269c28 Merge: 99a4325 d84ab09 Author: Alexander Smorkalov Date: Thu Sep 19 10:25:02 2013 +0400 Merge pull request #1384 from hbristow:matlab_public commit f99be6bda6064f20658149babaf95e68c6536266 Merge: 90b6af1 99a4325 Author: Fedor Morozov Date: Wed Sep 18 18:55:12 2013 +0400 Mergin itseez commit 73f476bd4b36d926c04f4760a4dfd32bd18f566b Author: Ovidiu Parvu Date: Wed Sep 18 15:51:10 2013 +0100 Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems. commit 90b6af149658637b65c3697b2ee01d6be29c1f87 Merge: cf275ac b1af5cc Author: Fedor Morozov Date: Wed Sep 18 18:21:45 2013 +0400 Merge new changes commit b1af5cc4782112ff58f8ea0c03b751bb8c0d7308 Author: Fedor Morozov Date: Wed Sep 18 18:15:51 2013 +0400 Remove ghost removal commit 5780b418c943e20d7ade40311cc776afb5738197 Author: Ozan Tonkal Date: Wed Sep 18 13:46:43 2013 +0100 delete duplicate bunny.ply, remove tabs and extra lines commit 737c5fe781b69ad08ec9bb0184beb4f957a8fb3e Author: Ovidiu Parvu Date: Wed Sep 18 13:09:55 2013 +0100 Updated the return type of the cvMinEnclosingTriangle function in the documentation commit 81ac97c6bdd869b8b56a3fc7a5199698e8de220a Author: Alexander Alekhin Date: Wed Sep 18 02:08:53 2013 +0400 fix for broken debug builds (MSVS2010/2012) commit 8de46e1f81dce5efd54fbdbdf8455bf7984f4504 Author: Ozan Tonkal Date: Wed Sep 18 12:50:55 2013 +0100 removed trailing spaces commit dc64dd731596ad5071892e551b507a3ac781ea1c Author: Ovidiu Parvu Date: Wed Sep 18 12:21:24 2013 +0100 Made the following changes after code inspection (min_enclosing_triangle.cpp): * Corrected minor typos in comments/function signatures * Added new details to copyright statement * Removed unreferenced macros * Removed the assert statement which was checking the type of the OutputArray triangle * When returning results using Mat::copyTo instead of Mat::convertTo * Changed C-style casts to static_casts * Added division by zero check to distanceFromPointToLine() function * Updated reference webpages last access dates * Moved the declaration of the gammaOfA variable outside the while loop in moveAIfLowAndBIfHigh() function for efficiency reasons commit d08b163657548f40e9b9bcef5690807f392bdf5c Merge: 6fae07b f1b5cbc Author: Andrey Pavlenko Date: Wed Sep 18 13:30:38 2013 +0400 Merge pull request #1468 from alalek:fix_alignSize_usage commit d84ab09ab787212895b7ce483e5b614348ecedc5 Author: hbristow Date: Wed Sep 18 18:52:23 2013 +1000 Updated documentation commit 824c28a588e4fe096b3bd3cd53daefffda59ab94 Merge: 223fb39 99a4325 Author: Ozan Tonkal Date: Wed Sep 18 08:44:37 2013 +0100 Merge remote-tracking branch 'itseez/master' commit 1dd017e9d0882822ea2ceb1f264a425be8af4906 Author: hbristow Date: Wed Sep 18 17:10:54 2013 +1000 Fixed a memory leak in mxarray commit 99a43257d5912ff215016e1cf5f4e0c2a934b72f Merge: 3fa3722 20f636f Author: Alexander Smorkalov Date: Wed Sep 18 10:39:52 2013 +0400 Merge pull request #1465 from jet47:cudev-old-cc commit f1b5cbc8fe734b25220d2b4a1e7156b2017375e5 Author: Alexander Alekhin Date: Wed Sep 18 01:14:41 2013 +0400 ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp commit 3fa3722641ca25fea422c14e63e5d91def54d5cb Merge: ad404ef a430abd Author: Alexander Smorkalov Date: Tue Sep 17 22:50:48 2013 +0400 Merge pull request #1458 from look4pritam:my-branch commit 223fb39d94a728e7f2510203b5ab3a750be54f1a Author: Ozan Tonkal Date: Tue Sep 17 20:17:13 2013 +0200 include viz tutorials in the main tutorials file. ignore viz samples commit a117400577d4d02db283936c9df97ce1dca8a496 Author: Ozan Tonkal Date: Tue Sep 17 18:55:10 2013 +0200 ignore viz tutorials when BUILD_opencv_viz is not set commit e3e5fd5baaec82b716c8cb0e347d101cdc4f7837 Merge: 3165b52 ad404ef Author: Ozan Tonkal Date: Tue Sep 17 17:50:14 2013 +0200 Merge remote-tracking branch 'itseezstream/master' commit ad404ef44f98d09fd1c7ec87b3f351e2d55f21c6 Merge: eff2178 d25309f Author: Andrey Pavlenko Date: Tue Sep 17 17:50:46 2013 +0400 Merge pull request #1446 from lluisgomez:scene_text_detection_NM_fix2 commit 20f636fcee646d5e7201be16dea0476e23ba9a6c Author: Vladislav Vinogradov Date: Tue Sep 17 17:43:12 2013 +0400 fixed cudev compilation for old pre-Fermi archs commit 6fae07ba8867b8fd2c53344a774aab669afa7c5e Merge: 14951dc 58b84c2 Author: Alexander Smorkalov Date: Tue Sep 17 15:37:44 2013 +0400 Merge pull request #1460 from ilya-lavrenov:ocl_divUp commit 14951dc38751b7544c21038b5fddcf26ab0a131c Merge: d437183 6a26c44 Author: Alexander Smorkalov Date: Tue Sep 17 15:21:34 2013 +0400 Merge pull request #1461 from ilya-lavrenov:ocl_dataOperations commit d437183388ffe9b9735f35aa178a3ac6bb8434af Merge: 9cf301e f20cc2b Author: Alexander Smorkalov Date: Tue Sep 17 15:12:01 2013 +0400 Merge pull request #1439 from ilya-lavrenov:convertTo commit 9cf301e257fce979c2aed1bcfd5b7ed6ed9efd29 Merge: 8853d19 671e5e3 Author: Alexander Smorkalov Date: Tue Sep 17 14:36:30 2013 +0400 Merge pull request #1449 from SpecLad:dc1394-095 commit 8853d19e74a5b41cabde62f0c538229cf279c98f Merge: b3bb427 0ee4750 Author: Alexander Smorkalov Date: Tue Sep 17 14:35:40 2013 +0400 Merge pull request #1452 from alalek:fix_cv_export_templates commit b3bb42773bb2cc5e28414d0adf359c1c5724b679 Merge: 2dceb68 a5c9d83 Author: Andrey Pavlenko Date: Tue Sep 17 14:03:40 2013 +0400 Merge pull request #1454 from ilya-lavrenov:ocl_pyrUp commit 2dceb68a21bf3ea12646b523567838a1af03cd21 Merge: f9c6123 e0325fe Author: Alexander Smorkalov Date: Tue Sep 17 13:18:51 2013 +0400 Merge pull request #1455 from ilya-lavrenov:ocl_test_output commit 89508bf7ab8886047292ce9ce393bf8d2f5b7dd0 Author: Fedor Morozov Date: Tue Sep 17 00:46:15 2013 +0400 NO exr now commit 76c6fa934894aa95d0eded78a413e7a4d63c72b1 Author: Fedor Morozov Date: Tue Sep 17 00:39:22 2013 +0400 No EXR in tests commit 6a26c4483f21a2747c96d6254bfbae873ee0b727 Author: Ilya Lavrenov Date: Mon Sep 16 18:55:37 2013 +0400 added performance tests for data transfer operations commit 58b84c2fc09dd530826624e1ac3afc57d0132806 Author: Ilya Lavrenov Date: Mon Sep 16 15:11:56 2013 +0400 removed needless divUp commit 06a7a1ac477dded1bc7d1ec165980dfd12ab4526 Author: Alexander Smorkalov Date: Mon Sep 16 13:42:15 2013 +0400 Bug #1890 Opencv 2.4.0 with QT 4.7.4 and cvcreatebutton exception fixed. QVector range check exception fixed. commit a430abd02eaf38e0d42f075acbb47210c2b191c8 Author: look4pritam Date: Mon Sep 16 13:39:11 2013 +0530 The thin prism distortion coefficient related small bug is fixed. commit b570a4ac47842856c8fb91932aa5faa4b2c47801 Author: Ovidiu Parvu Date: Sun Sep 15 23:40:40 2013 +0100 Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation. commit 130b4d8e26f5a8a189c4782110e6cb172479ebb4 Author: Ovidiu Parvu Date: Sun Sep 15 23:25:36 2013 +0100 Changed the return type of cvMinEnclosingTriangle to CVAPI(void). Added the implementation of the function to the min_enclosing_triangle.cpp source file. commit 7ac768651f29e35bfefa35f3534636485af79733 Author: Ovidiu Parvu Date: Sun Sep 15 22:40:57 2013 +0100 Added the signature cvMinEnclosingTriangle (C version) to the imgproc_c.h header commit 0117d77cd128351a50a9330a356c2acbaf39e113 Author: Ovidiu Parvu Date: Sun Sep 15 22:25:58 2013 +0100 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. commit e0325fe0576d9c385b70f9dc20facdcd5937f0c6 Author: Ilya Lavrenov Date: Fri Sep 13 11:27:25 2013 +0400 removed useless output commit a5c9d83617778e0f858c9f7fa5ae995e29a775ca Author: Ilya Lavrenov Date: Sun Sep 15 19:56:05 2013 +0400 fixed ocl::pyrUp for 2-byte types commit 3165b526f2b0d9b5a2ad98201ab5adf476223b29 Merge: c31fb8f eff2178 Author: Ozan Tonkal Date: Sun Sep 15 16:32:56 2013 +0200 merge with Itseez/opencv commit eb3a83209cb28415b63621ec078347736ecd1087 Author: hbristow Date: Mon Sep 16 00:48:07 2013 +1000 Added TODO for the future of Matlab version sorting commit c31fb8ffff9b5ec033124f5ea9a821d86ff66623 Author: Ozan Tonkal Date: Sun Sep 15 16:26:53 2013 +0200 rename widgets from *Widgets to W* commit caaa9e0f2dcd20e6ba1a45e2dcb73bc344116188 Author: Ovidiu Parvu Date: Sun Sep 15 15:07:17 2013 +0100 - Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output) commit 31c58d23e0eb71f87a941ead853d81a160240150 Author: hbristow Date: Sun Sep 15 23:53:29 2013 +1000 Streamlined mexext detection, with removal of trailing whitespace/newlines handled by execute_process commit 0ee47502d9dcc326201d660b7d00085b43dc8ee1 Author: Alexander Alekhin Date: Sun Sep 15 07:05:30 2013 +0400 remove CV_EXPORT from templates commit f570b3e18d27d7e5139327890fc274b0933952a6 Author: Ozan Tonkal Date: Sun Sep 15 11:24:20 2013 +0200 cmake check if VTK version is lower than 5, and give fatal error if it is commit 86b7e3d15d9c377dd066ed222f6bc947d3d6bb7b Author: hbristow Date: Sun Sep 15 17:31:34 2013 +1000 Moved Jinja2 into 3rdparty. Now using latest stable version from pypi (2.7.1) commit f9ea3772b06ff24d9320fbdd16b925f363f2069e Author: Adrian Stratulat Date: Sat Sep 14 13:32:20 2013 +0300 Add compile option for enabling NEON commit 224f44a255861419f955dd3d815ff2a1f1523323 Author: hbristow Date: Sat Sep 14 13:32:15 2013 +1000 Made changes to OpenCVFindMatlab suggested by SpecLad commit f9c6123439e36e90a535aa8833d498c4351365f2 Merge: e371048 9311f84 Author: Andrey Pavlenko Date: Fri Sep 13 19:53:20 2013 +0400 Merge pull request #1444 from ilya-lavrenov:ocl_test_mog commit d25309f82e1bb67ea17dfdabe01a2de1dfc13ec0 Author: lluis Date: Fri Sep 13 16:29:21 2013 +0200 first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes commit 75fdfba281e171510f4f7eb7abfba374d291f0e3 Author: lluis Date: Fri Sep 13 16:19:52 2013 +0200 renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory). commit 671e5e39b1783d696bc80d979f63611cf0b20ffc Author: Roman Donchenko Date: Fri Sep 13 17:25:21 2013 +0400 Dropped the HAVE_DC1394_095 configuration macro. We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out in 2004. Note that 1.0 doesn't have the do_extra_buffering parameter. commit 199aa809156d651b9a225a1bcff4edaea5fac398 Author: StevenPuttemans Date: Fri Sep 13 15:01:18 2013 +0200 Added typo in docs of tutorial commit eff21788a80738db8b0a5901c21e447ff9134d96 Merge: 160ab84 84022b0 Author: Roman Donchenko Date: Fri Sep 13 15:01:14 2013 +0400 Merge pull request #1445 from vpisarev:stereocalib_quick_fix commit 95d92c099c76e43e59bc6017c35231c62290bd31 Author: lluis Date: Fri Sep 13 12:54:23 2013 +0200 functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object commit 160ab8415e3d727b7ed45a9ee5d2f632becda7cc Merge: c511d5d 5b2d557 Author: Roman Donchenko Date: Fri Sep 13 14:31:01 2013 +0400 Merge pull request #1330 from lenlen:plantuml commit 84022b0c19d324dda9312d1dc32f0638b56d8f6f Author: Vadim Pisarevsky Date: Fri Sep 13 13:32:42 2013 +0400 fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set commit c511d5d6498820adb819018a0aca759d2f9a0f2b Merge: 0033d45 ad94628 Author: Roman Donchenko Date: Fri Sep 13 13:31:14 2013 +0400 Merge pull request #1414 from lluisgomez:scene_text_detection_computeNMChannels commit 0033d453f2e5d62471771812804754c125506d4e Merge: e3b92a9 a29863e Author: Roman Donchenko Date: Fri Sep 13 13:27:01 2013 +0400 Merge pull request #1426 from nailbiter:optimPD commit e3b92a9591b48bf9e44f94f80008bed3cb658a1a Merge: 4082a0c 7fd7bbc Author: Roman Donchenko Date: Fri Sep 13 13:17:05 2013 +0400 Merge pull request #1441 from look4pritam:prism-stereo commit 4082a0c64ea84722e43acddcbd0496d622c160c1 Merge: 4fe8e37 d669559 Author: Roman Donchenko Date: Fri Sep 13 13:16:30 2013 +0400 Merge pull request #1442 from SpecLad:version-status commit 9311f841092065daa0df2b63c2f2047a78a6c552 Author: Ilya Lavrenov Date: Fri Sep 13 12:47:25 2013 +0400 disabled MOG tests if no video input support commit 232f11e256b8ac582ae108816ced2df3696c8727 Author: hbristow Date: Fri Sep 13 18:08:33 2013 +1000 Updated OpenCVFindMatlab with changes suggested by SpecLad commit 530ad447bc27847253818e50db0a8087e724562a Author: hbristow Date: Fri Sep 13 17:22:12 2013 +1000 Added fixes to CMakeLists.txt commit 8bada4c751985d0664abfd9cbc34b34e0aa0abff Author: Ovidiu Parvu Date: Thu Sep 12 23:47:48 2013 +0100 Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''. Changed the sample source file minarea.cpp to use the overloaded version of the function. Updated some comments in the min_enclosing_triangle.cpp source file. commit 3f27ba54e0c134c7ba1c23b9d1d4da4e380fe1bc Author: Ozan Tonkal Date: Thu Sep 12 19:23:05 2013 +0200 re-render the scene after changing camera properties commit 0ed2f6201d962e8c130c055aae8be232c3c650d6 Author: Ovidiu Parvu Date: Thu Sep 12 15:01:21 2013 +0100 Optimised one assert statement in the min_enclosing_triangle.cpp file. Added the minEnclosingTriangle functionality to the existing minarea.cpp sample file. commit 9902affae6ee3f16be1958653684edb49cc2add4 Author: Ovidiu Parvu Date: Thu Sep 12 14:34:08 2013 +0100 Added some assert statements to constrain the type of the input and output parameters. Convert the input set of points to vector before passing it to the findMinimumAreaEnclosingTriangle function. commit e3710488a874fe4c101c757b9e5316a43338c113 Merge: dee2a65 f4d0c9b Author: Roman Donchenko Date: Thu Sep 12 16:54:21 2013 +0400 Merge pull request #1434 from melody-rain:Added_perf_kalman_cpp commit d669559ec36594c805b3803e94868080f0050b27 Author: Roman Donchenko Date: Thu Sep 12 16:40:14 2013 +0400 Bumped version to 3.0. commit b525c28244ffe5cdac69badd799e0dcc825f7105 Author: Roman Donchenko Date: Thu Sep 12 16:39:14 2013 +0400 Updated the Java bindings and docs to support the version status. commit 473bfb0019d09f04ad75ea240056669e077c0b2d Author: Roman Donchenko Date: Thu Sep 12 16:37:30 2013 +0400 Updated the build config files to deal with the version status. I didn't make the status part of the version variables here, because letters don't play too well with version comparison algorithms (especially with CMake's, which only supports numbers). commit cd8ff69637cf0e29dcca5e00e5fce02b5d1764c4 Author: Roman Donchenko Date: Thu Sep 12 16:37:05 2013 +0400 Added version status support into the build system. commit 4fce8e6b0e6985150f9525b493a9dba7b6473618 Author: Ovidiu Parvu Date: Thu Sep 12 13:29:10 2013 +0100 Changed the semantics of the minEnclosingTriangle function such that: 1. The function receives a set of points as input instead of a convex polygon with more than three vertices 2. The convex hull P is computed inside the function 3.1. If the number of vertices of P is greater than three then the algorithm which was implemented before executes 3.2. Otherwise the vertices of the triangle are picked from the vertices of the given polygon and the area computed commit 887825e83137e992f93db64048b8c977c4a3fa0a Author: Roman Donchenko Date: Thu Sep 12 16:20:09 2013 +0400 Added an additional version component - the development status. This will allow us to distinguish between regular releases, prereleases and development versions. commit 5b2d557502e0fb3f539af9aefe12d2d9c813b962 Author: antonella Date: Wed Sep 4 16:00:50 2013 +0200 Added plantuml extension Aligned strings in CMakeList Modified the check on plantuml extension Some fixes Moved find_host_program for plantuml script commit dee2a65978a94e77d9a95d74d27e0686d80f1b07 Merge: ad52dd3 fec697b Author: Roman Donchenko Date: Thu Sep 12 13:56:23 2013 +0400 Merge pull request #1440 from SpecLad:wcast-align commit 7fd7bbc9f15dfc6fefdc3dc2888a7f2bbcdb11b5 Author: look4pritam Date: Thu Sep 12 15:17:11 2013 +0530 The prism distortion coefficients are added for the stereo calibration. commit 510ad8e77927a1d71be14921a5717e0791f60330 Author: Ovidiu Parvu Date: Thu Sep 12 10:11:38 2013 +0100 - Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector - Adapted the source code to accommodate this change commit ad52dd37a938c12469bf6c654f30eac69aa76253 Author: Roman Donchenko Date: Thu Sep 12 12:58:10 2013 +0400 Revert "Merge pull request #1376 from StevenPuttemans:bugfix_3186" This reverts commit 41b8479d039bb0ecc36627ae50349b6fcd5e16e3, reversing changes made to 531471b0aa4b4e8f9fcab8282d5cbe895b77e6e0. Reason: breaks the build. commit ac9bc6423a4ca6be10503dd108c0df6fc2dab0f2 Merge: f31d06f 6b9c451 Author: Roman Donchenko Date: Thu Sep 12 12:48:44 2013 +0400 Merge pull request #1428 from ilya-lavrenov:ocl_pyr commit f20cc2bce88e3dc00b398f15914deb716f795491 Author: Ilya Lavrenov Date: Wed Sep 11 13:35:39 2013 +0400 extended ocl::convertTo commit fec697b390dfede92f415dc0f44b2634beba121e Author: Roman Donchenko Date: Thu Sep 12 12:31:13 2013 +0400 Silenced a few -Wcast-align warnings in the headers. We don't use -Wcast-align ourselves, but the headers trigger warnings for those users who do, which is not nice. commit f31d06f980b84b37283bd819062fc0070b32002c Merge: 8d438e3 61f2107 Author: Roman Donchenko Date: Thu Sep 12 12:19:36 2013 +0400 Merge pull request #1418 from vpisarev:24_ipp_sepfilter_dft commit 8d438e3deff6cd25e680aaee9435df1fe0eca991 Merge: caf9fdb 3fc6e27 Author: Roman Donchenko Date: Thu Sep 12 12:18:54 2013 +0400 Merge pull request #1386 from asmorkalov:android_abic_check_opt_java commit 3fc6e27a69773479c1f3d74799a2df1bc8146b62 Author: Alexander Smorkalov Date: Mon Sep 2 17:52:07 2013 +0400 Some improvements in ABI compatibility checker config generator. JNI check became optional; Pathes to SDK, NDK and Java API level can be defined by command line. commit f4d0c9b13c524313f6be2357695112081e2d210f Author: Jin Ma Date: Thu Sep 12 09:43:30 2013 +0800 Revised the code according to the feedback of the community. commit e6b58c4e79c4e57ac2b25919dc66c510ef0ad35c Author: Ovidiu Parvu Date: Wed Sep 11 18:02:10 2013 +0100 - Added the minEnclosingTriangle function declaration to the imgproc header - Added the source code for the function in the separate file min_enclosing_triangle.cpp commit 4fe8e377ede5d03cba0987ee86914e3ad2685c3b Merge: acc2ca4 03926fa Author: Roman Donchenko Date: Wed Sep 11 19:06:50 2013 +0400 Merge pull request #1436 from SpecLad:host-git commit 03926fac20a2983d8cbdcdb91c208aff642e80b6 Author: Roman Donchenko Date: Wed Sep 11 17:54:34 2013 +0400 Fixed finding Git when cross-compiling. commit 620d92824ce08ba2bbae80b168739a08e6b450c7 Author: Ozan Tonkal Date: Wed Sep 11 13:23:57 2013 +0200 hide VizMap and VizPair from public interface commit caf9fdbdc37075b707c524ba028ec45284a0f49e Merge: 6fcd9e3 51ed187 Author: Roman Donchenko Date: Wed Sep 11 13:50:35 2013 +0400 Merge pull request #1432 from SpecLad:unseq commit 6fcd9e38308de0fd00b16c05f1dec68247f026eb Merge: 6a21eca 98cb1dc Author: Roman Donchenko Date: Wed Sep 11 13:50:02 2013 +0400 Merge pull request #1431 from asmorkalov:android_recording_hint commit 6bbac2a7d930d7a63506a87f3d110904c2407856 Merge: 1036ce8 acc2ca4 Author: Vladislav Vinogradov Date: Wed Sep 11 09:41:23 2013 +0400 Merge branch 'master' into gpu-cuda-rename commit b9d7e67589ae716ff063f5038004a0e05ec2cfa4 Author: Jin Ma Date: Wed Sep 11 11:28:36 2013 +0800 Removed whitespace. commit 2e0f613c38099cc0fd06b8e8e31b46fe9fe410f9 Author: Jin Ma Date: Wed Sep 11 10:19:02 2013 +0800 Added performance for Kalman Filter. commit 6a21eca7e78d87edf37ac71631bef9c4e0e3bf79 Merge: 747f717 1635741 Author: Roman Donchenko Date: Tue Sep 10 18:59:41 2013 +0400 Merge pull request #1421 from ilya-lavrenov:ocl_bilateral commit acc2ca484c257142a4e459e3ee822591c5a6c98e Merge: 242e425 8767c47 Author: Roman Donchenko Date: Tue Sep 10 18:29:24 2013 +0400 Merge pull request #1425 from pengx17:master_retina_ocl_fix commit 242e4254f37ad8af2444c6b9c853938ce22f5021 Merge: 7238479 95c2e8b Author: Roman Donchenko Date: Tue Sep 10 18:28:19 2013 +0400 Merge pull request #1427 from SpecLad:merge-2.4 commit 98cb1dcc9a64efa4f0de1ff52fdd680b44ba8725 Author: Alexander Smorkalov Date: Tue Sep 10 18:05:45 2013 +0400 MediaRecorder hint enabled for all Android devices with API level 14 and above. It increases performance on some devices like Nexus4. Target Android SDK version increased up to 14. commit 51ed1873de25ffd32abb6912429e259b8d6e8b51 Author: Roman Donchenko Date: Tue Sep 10 18:05:23 2013 +0400 Eliminated unsequenced assignments to temp3 from dpstereo.cpp. They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once in a single expression. commit 6b9c451938f9f65f3ea2e882736a0717db312703 Author: Ilya Lavrenov Date: Tue Sep 10 11:53:34 2013 +0400 added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown commit 72384798137a6ee1e699e477d8a0b445d3e3ae15 Merge: 54c6830 79d51c3 Author: Roman Donchenko Date: Tue Sep 10 11:37:04 2013 +0400 Merge pull request #1415 from znah:sfm_py commit 747f7178ca9858df30562a85e0112d7698ed4337 Merge: 68901ab 7d8bde3 Author: Roman Donchenko Date: Tue Sep 10 11:33:24 2013 +0400 Merge pull request #1417 from ilya-lavrenov:merge_fix commit 68901ab471e7c641aeef3f766d0a124dea49dd1d Merge: 260b283 b07b9ac Author: Roman Donchenko Date: Tue Sep 10 11:32:34 2013 +0400 Merge pull request #1420 from ilya-lavrenov:ocl_perf_hog commit 54c6830937e600c72368f62bacac78577dd9097e Merge: 4ee5599 3609bb4 Author: Roman Donchenko Date: Tue Sep 10 11:32:09 2013 +0400 Merge pull request #1422 from SpecLad:nat-act-upd commit 95c2e8b51fefa8764e14af4be0fdc458fbca16ea Merge: 77a2529 531471b Author: Roman Donchenko Date: Tue Sep 10 11:30:19 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: .gitignore doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst modules/gpu/src/match_template.cpp modules/imgproc/include/opencv2/imgproc/imgproc.hpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_precomp.hpp commit 260b283fb356e528cdda67795f8b39a79dcfa0ba Merge: 41b8479 a4ab3f4 Author: Roman Donchenko Date: Tue Sep 10 11:28:21 2013 +0400 Merge pull request #1413 from melody-rain:2.4_kalman_filter commit 8767c474632ff409d3c9dcbf614ab9a5f3ba5886 Author: peng xiao Date: Tue Sep 10 15:13:53 2013 +0800 Fix whitespaces. commit a92721b5695d3ddc26d1bc362ba77ae7f372158a Author: pengxiao Date: Tue Sep 10 14:33:23 2013 +0800 Fix retina ocl on NV. Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32. commit a29863ee7b5fc699afccfa9c231441ea9fa4a81b Author: Alex Leontiev Date: Sun Sep 1 13:59:15 2013 +0800 Eliminate use of 32-bit floating pt type Replace all "float" by "double" (64-bit) to avoid "lose precision" warnings. commit 1207cd132b86f1fc11a74f6ac3e16de32c1c4bf7 Author: Alex Leontiev Date: Sun Sep 1 07:11:31 2013 +0800 Minor fixes Fixed integer vs unsigned integer comparison in .cpp test source and trailing whitespaces in source code commit 11fa0651c6603a1c562a00bbab802f69fcdcbc78 Author: Alex Leontiev Date: Sun Sep 1 01:02:06 2013 +0800 Minor fixes As the opencv's build-bot did not want to compile this revision, I had to do some changes. In particular, 1) Removed unsigned int vs int comparisons, that were treated as errors 2) Removed unused variables and functions 3) Removed functions without previous declaration 4) Fixed whitespaces commit ccc71ac190b3a23f0b8837001c1f142beb3975ae Author: Alex Leontiev Date: Mon Aug 19 17:19:52 2013 +0800 Primal-dual algorithm This is an implementation of primal-dual algorithm, based on the C++ source code by Vadim Pisarevsky. It was extended to handle the denoising based on multiple observations. It also contains documentation and tests. commit ad9462803892b4d883e95b9e7c151bf474bfb55b Author: lluis Date: Mon Sep 9 18:37:55 2013 +0200 Using cv::magnitude instead of custom loop and Mat instead of Mat to compute gradient magnitude channel. commit 4ee5599d4b87875f594de216c2c06620c208866b Merge: d5aaab7 25c0d59 Author: Roman Donchenko Date: Mon Sep 9 19:53:55 2013 +0400 Merge pull request #1381 from 23pointsNorth:master commit 41b8479d039bb0ecc36627ae50349b6fcd5e16e3 Merge: 531471b e7921c3 Author: Roman Donchenko Date: Mon Sep 9 18:33:11 2013 +0400 Merge pull request #1376 from StevenPuttemans:bugfix_3186 commit 3609bb41a741c393be20da40139b774d1d56e7e5 Author: Roman Donchenko Date: Mon Sep 9 18:17:02 2013 +0400 Updated the native activity sample to master's API. commit 16357418d5e801aa9014fdf4bd70bee04a0880be Author: Ilya Lavrenov Date: Mon Sep 9 18:04:52 2013 +0400 increased time limit for bilateral filter performance tests commit 59dd5aea00bc8e7a7aefe8092baa1a9f75608501 Author: Roman Donchenko Date: Mon Sep 9 18:16:20 2013 +0400 Reenabled adding native app glue for Android samples. commit d5aaab745fb6dd594a692a9890d897e89b48fd24 Merge: 77a2529 af74ec6 Author: Roman Donchenko Date: Mon Sep 9 18:10:12 2013 +0400 Merge pull request #1282 from nailbiter:optimDS commit 0e06465a23ee2ff467e01ff1528043e4b86bb4c6 Merge: cc15898 77a2529 Author: Nghia Ho Date: Mon Sep 9 23:23:12 2013 +1000 Merge remote-tracking branch 'upstream/master' commit b07b9aca5aec2b8cc61d5724d85f6c28a8f02437 Author: Ilya Lavrenov Date: Mon Sep 9 17:16:47 2013 +0400 fixed HOG perf test commit 531471b0aa4b4e8f9fcab8282d5cbe895b77e6e0 Merge: 84435ba c439702 Author: Roman Donchenko Date: Mon Sep 9 16:49:33 2013 +0400 Merge pull request #1412 from jet47:gpu-match-template-nocuda commit 84435ba741f1d21f06436c8bf9b76c64a0af8d64 Merge: 574f011 ab235cd Author: Roman Donchenko Date: Mon Sep 9 16:46:32 2013 +0400 Merge pull request #1365 from bitwangyaoyao:2.4_bilateral commit 61f21078297802bb46377ff3b32229a82f31389a Author: Vadim Pisarevsky Date: Mon Sep 9 16:13:39 2013 +0400 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. commit 7d8bde3330b714492cd6557f9c0b5123332f9b34 Author: Ilya Lavrenov Date: Mon Sep 9 15:32:43 2013 +0400 fixed ocl::merge in case of 2 and types CV_32S and CV_32F commit 574f011a33c3c75dc49bf732f1c7273e0fe0575a Merge: 2208248 e573528 Author: Roman Donchenko Date: Mon Sep 9 15:03:40 2013 +0400 Merge pull request #1410 from SpecLad:module-samples commit 2208248ddac035e32f08a93b91a536c9710fea79 Merge: cb0fc23 40212e1 Author: Roman Donchenko Date: Mon Sep 9 15:03:07 2013 +0400 Merge pull request #1416 from asmorkalov:doc_hough_circle commit 79d51c3398e060257ccb978c112f750a901b6411 Author: Alexander Mordvintsev Date: Mon Sep 9 13:55:35 2013 +0400 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python commit 40212e1eb9348a1a6d578d9906c677931af605ca Author: Alexander Smorkalov Date: Mon Sep 9 13:53:49 2013 +0400 Link to Hough Circle Transform sample fixed in tutorial. commit e8d3732aafa8e757f8c5fd191878582bb1a78502 Author: lluis Date: Mon Sep 9 11:37:58 2013 +0200 added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm. commit a4ab3f4ea8762d9267e123eb76149ab66f84ab97 Author: Jin Ma Date: Mon Sep 9 17:00:33 2013 +0800 Removed whitespace. commit 1036ce807ca3afe92905a85f4627fef75bee0738 Merge: 0c7663e 77a2529 Author: Vladislav Vinogradov Date: Mon Sep 9 12:57:35 2013 +0400 Merge branch 'master' into gpu-cuda-rename Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudaimgproc/src/gftt.cpp modules/objdetect/include/opencv2/objdetect/erfilter.hpp modules/objdetect/src/erfilter.cpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp commit cb0fc230f10160c6092277dd61e8dd10d9b73a62 Merge: 45512a9 e85e4d3 Author: Roman Donchenko Date: Mon Sep 9 12:54:32 2013 +0400 Merge pull request #1387 from vpisarev:ipp_imgwarp commit 45512a93e0de69f80278e2b3c4f18cfbac909814 Merge: a03c6de 2fb0d23 Author: Roman Donchenko Date: Mon Sep 9 12:39:12 2013 +0400 Merge pull request #1396 from melody-rain:2.4_perf_bgfg_cpp commit 77a2529eb7cb355038359221745671ddc559de57 Merge: 74578f5 6ad72bf Author: Roman Donchenko Date: Mon Sep 9 12:27:26 2013 +0400 Merge pull request #1408 from jet47:new-ptr-fixes commit 2d5a1dacd09845c7e18d8e4373c50b8af60d9ab7 Author: Jin Ma Date: Mon Sep 9 16:08:23 2013 +0800 Added Kalman Filter of OpenCL version. commit 74578f56a9f4f2bcc931ee18e8444c8e4178e38c Merge: f88d8b9 cd33ca0 Author: Roman Donchenko Date: Mon Sep 9 12:05:56 2013 +0400 Merge pull request #1403 from lluisgomez:scene_text_detection_NM_fix commit a03c6decaf938905edacba5d4d983edba54b11de Merge: ff1eb0d 4f109d1 Author: Roman Donchenko Date: Mon Sep 9 12:03:58 2013 +0400 Merge pull request #1409 from SpecLad:imgproc-test-memerr commit 6ad72bfcb47a83e18d952024c8513cc7fad7c183 Author: Vladislav Vinogradov Date: Fri Sep 6 16:48:13 2013 +0400 removed detail:: prefix int video_reader it conflicts with cv::detail commit a0771630b04494f0a8cfb6d1a7b4a0a6458d2659 Author: Vladislav Vinogradov Date: Mon Sep 9 10:57:45 2013 +0400 restored original behaviour or release functions for (Buffer and Texture) commit c439702f0c28ebb57e1ef7d9f99bb33711e51fd4 Author: Vladislav Vinogradov Date: Mon Sep 9 10:51:44 2013 +0400 added missing gpu::matchTemplate implementation for non-CUDA build commit 989509352458e08355e6ae2e0cbec40c7de7d2e7 Author: Ozan Tonkal Date: Sun Sep 8 19:29:59 2013 +0200 check if vtk 5.10.0 exists, if not require 6.0.0 commit 56f9168ac12855763d0d07c4f51c4c586c1904f0 Author: Ozan Tonkal Date: Sun Sep 8 18:55:41 2013 +0200 support VTK 6.0.0: cmakelist.txt might need to be refactored commit 26005a19bde9630c2171d685a610d31c602568ce Author: Ozan Tonkal Date: Sun Sep 8 15:20:02 2013 +0200 add license headers commit c773061457e18efda269f2d17b1605e6244672d7 Author: Ozan Tonkal Date: Sun Sep 8 14:26:58 2013 +0200 updated documentation commit 3bdb55e1efc9d67eee6d91dd3557774d8c3168e8 Author: Ozan Tonkal Date: Sun Sep 8 13:06:40 2013 +0200 another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix commit 2170559bed4e2ba54c9f53ffb5713f9cc7df677d Author: Ozan Tonkal Date: Sun Sep 8 12:19:14 2013 +0200 text3dwidget offers now users to decide whether it should face the camera or not commit 286f81f3051800c2f87e92b6e25e3ef43002a425 Author: Ozan Tonkal Date: Sun Sep 8 00:15:14 2013 +0200 fix crucial bug in get method, hide add and remove methods from user commit 2969ec0274aa3564b389a148b9410e0626f181b7 Author: Ozan Tonkal Date: Sat Sep 7 18:23:26 2013 +0200 transformations tutorial rst commit 5307339f8541391aa3930566a9826d54c115cd67 Author: Ozan Tonkal Date: Sat Sep 7 17:26:57 2013 +0200 tutorial code for makeTransformToGlobal, makeCameraPose, minor fixes in widget_pose tutorial commit 7116e22b5247ffffa82298ed48da9edc369f3b5e Author: Ozan Tonkal Date: Sat Sep 7 15:44:26 2013 +0200 some of the tutorials commit fcf437cf69ecfea9754f81641393fe6b716d4f86 Author: Ozan Tonkal Date: Sat Sep 7 15:16:26 2013 +0200 combine representation methods to one as setRepresentation commit 94ca5d65d0aee4c739be4a581b99d199323433b0 Author: Ozan Tonkal Date: Sat Sep 7 14:48:46 2013 +0200 remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods commit fdbf20c172ef5b48b70e38ff8094d5096fd0d2e2 Author: Ozan Tonkal Date: Sat Sep 7 13:20:13 2013 +0200 delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial commit 2fb0d23104a4d6e7607269b51357974eae4a52e6 Author: Jin Ma Date: Sat Sep 7 10:40:30 2013 +0800 Removed unnecessary process for conversion to 4-channel format. commit cd33ca000903e36beadda352efbb7a159b573543 Author: lluis Date: Fri Sep 6 19:10:53 2013 +0200 changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example. commit 9a91a12fb2b4210150268efce379806ff0bcdafc Author: Anatoly Baksheev Date: Fri Sep 6 19:50:22 2013 +0400 VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled commit 477ca067f06c25bcb5c9c2fcd67d32ee79abfc49 Author: Anatoly Baksheev Date: Fri Sep 6 19:32:35 2013 +0400 compilation for macos commit eed7bf69026fdb2b0ffeec51029cdcb4348c7dbc Author: Anatoly Baksheev Date: Fri Sep 6 18:43:14 2013 +0400 compilation for windows commit 07d55b05b3cac72a98c45cdb112b1ede924bd860 Merge: 35e7952 5eed0d6 Author: Anatoly Baksheev Date: Fri Sep 6 07:39:23 2013 -0700 Merge pull request #20 from ozantonkal/low_order_tasks Low order tasks commit a7bcf63765995676a7bb999df49a3001ec245fb9 Author: Fedor Morozov Date: Fri Sep 6 18:21:59 2013 +0400 Robertson docs commit c118f3c529642ed7c87c07722af175fadda22838 Author: Fedor Morozov Date: Fri Sep 6 17:30:43 2013 +0400 Robertson update commit ff1eb0d58217be9855295b8b95e7cac5531c01f6 Merge: 8525fb0 2794747 Author: Roman Donchenko Date: Fri Sep 6 16:58:21 2013 +0400 Merge pull request #1407 from ilya-lavrenov:ocl_test_mog commit 8525fb0776e02fee1fc6d9809203e2f8d9aafeb7 Merge: bfd84dc 7d62fdc Author: Roman Donchenko Date: Fri Sep 6 16:55:44 2013 +0400 Merge pull request #1406 from SpecLad:gpu-resize-warn commit 4f109d12924d1ac5e097e3fec707274cfbb5d7ec Author: Roman Donchenko Date: Fri Sep 6 16:02:41 2013 +0400 Fixed a memory access error in CV_Remap_Test::generate_test_data. begin_x[1] is not the second component of the element, but the element after the one pointed to begin_x. When begin_x points to the last element, that line overwrites data past the end of the allocation, which, during my tests, happened to contain the reference count for the matrix. Hilarity ensues. commit 6ef1d456dd7d1d830d9d34a7f8775f99e8620b04 Author: lluis Date: Fri Sep 6 14:00:11 2013 +0200 fixed rebase conflicts commit 2de8487e5844a11a99bad39925bb2074be747ed3 Author: Roman Donchenko Date: Fri Sep 6 15:53:42 2013 +0400 Fixed a few tests that use uninitialized inputs. commit b7eff9413704338933e0db3c0d9dea22d74fe270 Author: Vladislav Vinogradov Date: Fri Sep 6 15:52:07 2013 +0400 fixed compilation issues with new Ptr commit 0c7663eb3bfe2a0e11f786f7d3e3dc4467b285d2 Author: Vladislav Vinogradov Date: Fri Sep 6 15:44:44 2013 +0400 Merge branch 'master' into gpu-cuda-rename Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp commit f88d8b95458af89a2a08a71171e084904023ec50 Merge: bad9273 439e90f Author: Roman Donchenko Date: Fri Sep 6 15:10:05 2013 +0400 Merge pull request #1405 from SpecLad:retina-ocl-warn commit deeaddb0a919254327f54a2fd819ef39049058a8 Author: Fedor Morozov Date: Fri Sep 6 14:49:19 2013 +0400 Doc update commit f4792f8a44e50023ec020f9ec65397c34f2a37b0 Author: Fedor Morozov Date: Fri Sep 6 14:43:04 2013 +0400 Doc update commit 512111af9cd5056f7400aec62a22d87b2a1f3d77 Author: lluis Date: Thu Sep 5 06:11:01 2013 +0200 removed blank line at EOF commit 1cc6502db3430f4456547262e925acd1857af73b Author: lluis Date: Wed Sep 4 21:23:16 2013 +0200 removed unnecessary commented block commit 04913f5af7d99d7bd935371609298f001bad889d Author: lluis Date: Wed Sep 4 21:19:43 2013 +0200 removed trailing whitespaces commit b9a5e919e2ef05dfddad13328b821427111a0ce7 Author: lluis Date: Wed Sep 4 20:25:29 2013 +0200 better parameter settings for the ERFilter sample commit 15511bff402ea9b6e9ea3f4521809b665db77920 Author: lluis Date: Wed Sep 4 20:23:37 2013 +0200 better classifiers performance by training them with a new dataset of "manually" selected regions commit f4d01175b860e41b20bed7baa339c4b5a1f99163 Author: lluis Date: Wed Sep 4 20:22:05 2013 +0200 fixed a bug in the calculation of the number of inflexion points feature commit 765921cc25bdb37a81ca86b8224532dd46fde8c5 Author: lluis Date: Wed Sep 4 20:20:25 2013 +0200 fixed a typo error in the default min_Probability param of CreateERFilterNM2 commit dba336c0e3ae47e5f6965c4bfe53526012b97d29 Author: lluis Date: Wed Sep 4 20:19:13 2013 +0200 fixed a bug in the non-max-suppression filter procedure commit 27947474ec52a0866b3425f0cc13dfeeadd515e1 Author: ilya-lavrenov Date: Fri Sep 6 13:25:56 2013 +0400 fixed data path commit 7d62fdc62c89becc229aead1dce8cafe5e153e7f Author: Roman Donchenko Date: Fri Sep 6 12:46:58 2013 +0400 GPU resize: removed a few parameter names to avoid unused parameter warnings. commit 439e90f4f4a636f6a1d3a22dd04b5926c0ea4bae Author: Roman Donchenko Date: Fri Sep 6 12:29:29 2013 +0400 retina_ocl.cpp: removed two unused arrays. commit af594c8e447d194283f70cedd2ad669093297ff2 Author: Roman Donchenko Date: Fri Sep 6 12:28:59 2013 +0400 retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning. commit bfd84dc5d576df24ba245671762f1df202c3f6a7 Merge: 0f4089f 36e0891 Author: Roman Donchenko Date: Fri Sep 6 12:20:03 2013 +0400 Merge pull request #1402 from SpecLad:ocl-samples commit 0f4089f3c37ec3b1cabc4a3ab2765baa24e5545e Merge: 70711ac be98cd2 Author: Roman Donchenko Date: Fri Sep 6 12:09:59 2013 +0400 Merge pull request #1404 from ilya-lavrenov:stdcall commit bad927325fc9b73ad449fd46f8856a2cea448390 Merge: ecc5181 86b8415 Author: Roman Donchenko Date: Fri Sep 6 11:53:33 2013 +0400 Merge pull request #1281 from SpecLad:the-smartest-pointer commit 74accbd9691367970b4a0a32678caf80d5056a58 Author: hbristow Date: Fri Sep 6 16:42:32 2013 +1000 Added to mxarray.hpp, which seems to be needed explictly by some compilers commit 172242a94e6a9ab6ee20912c3f7899e900e7664f Author: Jin Ma Date: Fri Sep 6 13:39:41 2013 +0800 Revised performance test according to the feedback of the community. commit 6964f6aacc0ffcc912ff0a52300569fc025a1de8 Author: hbristow Date: Fri Sep 6 15:26:05 2013 +1000 Removed unused Dynamic from matlab namespace - clashing with Eigen commit 5eed0d6beff098f01d90500f3d430be9c75d3195 Author: Ozan Tonkal Date: Thu Sep 5 20:54:41 2013 +0200 remove common.h include from widgets.hpp commit f99e874704100bf9279a60611ff13b962c84fff7 Author: Ozan Tonkal Date: Thu Sep 5 20:53:57 2013 +0200 tutorial: creating_widgets code commit b60894c1dd9fe0967f9bcc8481208267619189fe Author: Ozan Tonkal Date: Sun Sep 1 21:43:40 2013 +0200 launching viz tutorial commit 31501ebf4f1d11b9b4b729b24543e5d59a9559d2 Author: Ozan Tonkal Date: Sun Sep 1 20:12:31 2013 +0200 replace tabs by spaces commit a5b75769a3150d723026c40fe41e588c7f6e144c Author: Ozan Tonkal Date: Sun Sep 1 19:34:17 2013 +0200 initial documentation commit 2822845ba6ba8c3637b30e86fa345f6de5178f24 Author: Ozan Tonkal Date: Sun Sep 1 15:46:46 2013 +0200 set get RenderingProperty id comes first commit 9d4fe6984b694596003e809d84808a7c646f1d6c Author: Ozan Tonkal Date: Sun Sep 1 14:59:14 2013 +0200 remove setWindowName method to avoid complications commit 21be9796ae3a0705124c9dc4971f6351eb839fcc Author: Ozan Tonkal Date: Sun Sep 1 12:29:01 2013 +0200 comments on widgets where constructors might be confusing commit 2705113bc4c82c17c984da77e2d2921747ae3489 Author: ozantonkal Date: Sat Aug 31 12:39:41 2013 +0200 remove common.cpp, remove commented code in common.h commit ffbb5e9524816450eb429fb10ab082aa3913f0fc Author: ozantonkal Date: Sat Aug 31 12:16:47 2013 +0200 resetCamera, resetViewpoint in Viz3d commit 4aa61dee5046b185cbbe1a43093c4e4f2e0c7ddd Author: ozantonkal Date: Sat Aug 31 11:54:49 2013 +0200 minor refactoring interactor_style commit af8a918e04f58afdd28bdc4d94191533943b8653 Author: ozantonkal Date: Sat Aug 31 11:30:37 2013 +0200 fix minor bug, minor cleaning, cv_assert with messages commit 69f135ec57e02f2c6315063eede1f64a9df079cf Author: ozantonkal Date: Thu Aug 29 19:06:12 2013 +0200 fix memory leak in viz3d commit 6c0c21756280eca3181d9ef0a0b9037ad8bd9f9d Author: ozantonkal Date: Thu Aug 29 18:41:12 2013 +0200 removed reference counter in widgets, fixed memory leak commit 4b443059ec5a5cf33bd2a55be6dd3e137579d743 Author: ozantonkal Date: Wed Aug 28 21:27:30 2013 +0200 reverted widget reference count in order to avoid memory leak commit 8007e07ad2ded72132f8a15e71e28519ffd540d1 Author: ozantonkal Date: Wed Aug 28 19:13:34 2013 +0200 load mesh function is finalized: color range is always 0-255 and RGB due to vtkPLYReader limitations commit e4b13f2ef0148d1704d1af194c738701652584b5 Author: ozantonkal Date: Tue Aug 27 20:09:54 2013 +0200 update reader after setting file name commit 3da7dd9849c41ae19f4bc4b584c0dba34b40df8b Author: ozantonkal Date: Sun Aug 25 15:55:36 2013 +0200 fix yellow and magenta color bgr codes commit 9086cf5d79ceb3fa10fcc6a8ecf618a0f530b772 Author: ozantonkal Date: Sun Aug 25 15:39:39 2013 +0200 remove unused includes and libraries from linking commit 3038ffb886bc696efac112a746f29ac29b96bd1c Author: ozantonkal Date: Sun Aug 25 12:24:59 2013 +0200 setDesiredUpdateRate implementation in Viz3d commit ed0162ad0b943bf5bf14ecf7531c0a615834ca00 Author: ozantonkal Date: Sat Aug 24 15:12:16 2013 +0200 remove reference counting in widgets commit 08917908f3c0ed5300a13e115c611e3efa9dd7c7 Author: ozantonkal Date: Sat Aug 24 13:15:44 2013 +0200 remove eigen dependency commit f98614ece0de86c26ea59ee3d2a47c9c212503ec Author: ozantonkal Date: Sat Aug 24 12:52:34 2013 +0200 remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D commit f6e1a093cd401ced065f9b50b325be5d6d166319 Author: ozantonkal Date: Sat Aug 24 12:18:42 2013 +0200 implement window relevant methods in Viz3d commit 4f416352e1143f1d29d04292426f8003e67f5370 Author: ozantonkal Date: Sat Aug 24 11:58:32 2013 +0200 implemented actor representation methods in viz3d commit cf36b8f817b025ad4b9e4883e12355680ce5685e Author: ozantonkal Date: Sat Aug 24 11:49:56 2013 +0200 rendering properties in Widget and Viz3d commit b032b4dded5f62e8893737166a0a58e31b71c5c5 Author: ozantonkal Date: Thu Aug 22 19:42:19 2013 +0200 move frompolyfile to widget class as static method, remove addpolygon and its alikes commit 0bbaf5d47a104b338aa18442049d4360415b1274 Author: ozantonkal Date: Thu Aug 22 19:04:42 2013 +0200 removeAllWidgets implementation, removed other remove methods commit e106dcc606fe6b185e8799467ea0b2088be5912a Author: ozantonkal Date: Thu Aug 22 18:28:37 2013 +0200 remove include vtk headers from outside of precomp.hpp commit be98cd2f7f87d9949d2a847110c8aeb7a1e6d665 Author: Ilya Lavrenov Date: Thu Sep 5 19:25:03 2013 +0400 replaced explicit __stdcall by CV_STDCALL commit 86b841563b0582e98c10c40d3fcf3f4dc4c5d1df Author: Roman Donchenko Date: Thu Sep 5 14:53:21 2013 +0400 Added tests for Ptr. commit c7d2fdc4b2628c725cee9ead0a5080a0a729762c Author: Roman Donchenko Date: Thu Aug 15 19:54:00 2013 +0400 Fixed some dubious uses of tbb::task_scheduler_init. commit a97ffe651333778cb57cd0ca88a8d1b8c14fe697 Author: Roman Donchenko Date: Thu Aug 15 14:44:25 2013 +0400 Rewrote the documentation for Ptr to fit the new implementation. commit a50d75d3624ffb6005cf3c5dd11adf2cbaabf75a Author: Roman Donchenko Date: Wed Aug 14 12:44:58 2013 +0400 Made Filestorage able to not own its CvFileStorage instance. This allows to get rid of the last remaining Ptr::addref calls. commit 3e189a2b417bbb3f5c7a616815c65be383bad383 Author: Roman Donchenko Date: Wed Aug 14 12:44:11 2013 +0400 Replaced calls to Ptr::ptr to ::dynamicCast. commit 24dee16b12ca4fa0def502af2590cd2d35178505 Author: Roman Donchenko Date: Wed Aug 14 12:41:58 2013 +0400 Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. Also changed the static functions to inline, to stop GCC complaining about unused functions. commit dadee3752cdb221aea5c5de2bfdbf2c8b4e9b0a8 Author: Roman Donchenko Date: Wed Aug 14 12:32:41 2013 +0400 Adapt Python bindings to the new Ptr. commit 2f942efdf72591037b9f1674bb8276469e729a35 Author: Roman Donchenko Date: Tue Aug 13 19:12:25 2013 +0400 Java: removed usages of Ptr::addref(). Now the features2d class wrappers use composition instead of inheritance. commit 2a2c21bb632c4f10cd0c7ca12b575c53f33ed82d Author: Roman Donchenko Date: Tue Aug 13 18:52:06 2013 +0400 Replace an incorrect usage of Ptr with a simple vector. commit 62353b7980d438d5cfa63a0a2df75353c91ea300 Author: Roman Donchenko Date: Tue Aug 13 18:49:29 2013 +0400 Boring changes - samples. commit 34af7eeb84843c244662e0bca07be88ba566237c Author: Roman Donchenko Date: Tue Aug 13 18:33:06 2013 +0400 Boring changes - apps. commit eaa7fcc3e617c6e11090466d4ebbed0e98bd7c4a Author: Roman Donchenko Date: Tue Aug 13 18:29:36 2013 +0400 Boring changes - legacy. commit 34127ba80f4394457c5121a814a180e66d900d7d Author: Roman Donchenko Date: Tue Aug 13 18:24:30 2013 +0400 Boring changes - contrib. commit 3bca57ac25a6253554d2c3b2fff8b43ca8026c9e Author: Roman Donchenko Date: Tue Aug 13 18:18:38 2013 +0400 Boring changes - ocl. commit fc0e835762825771530b4ab90cace5c52cf7a638 Author: Roman Donchenko Date: Tue Aug 13 18:58:46 2013 +0400 Boring changes - gpuwarping. commit d33ff4bb117b7e644e60755ca5e916171545b32f Author: Roman Donchenko Date: Tue Aug 13 18:17:21 2013 +0400 Boring changes - gpustereo. commit d6146e95439bc7f33656405643dbbfba27f3bd22 Author: Roman Donchenko Date: Tue Aug 13 18:16:41 2013 +0400 Boring changes - gpulegacy. commit a007c7b980b2e4ab154d7e94d12e85eba99d90c1 Author: Roman Donchenko Date: Tue Aug 13 18:15:02 2013 +0400 Boring changes - gpuimgproc. commit b165016ba727f5d4332376fa83ff7bb35e042b64 Author: Roman Donchenko Date: Tue Aug 13 18:10:26 2013 +0400 Boring changes - gpufilters. commit a57f93ee92d45e10228daa35a5a4007a79bd469f Author: Roman Donchenko Date: Tue Aug 13 18:06:39 2013 +0400 Boring changes - gpucodec. commit 2c033251dbddf29a0e321f501922426f645662ef Author: Roman Donchenko Date: Tue Aug 13 18:05:11 2013 +0400 Boring changes - gpubgsegm. commit f8f06853974ea7a1ef54f0db26bb9ea914180f33 Author: Roman Donchenko Date: Tue Aug 13 18:03:48 2013 +0400 Boring changes - gpuarithm. commit 57595a83083dda4ad70e5e362b637f3fb12a4d2a Author: Roman Donchenko Date: Tue Aug 13 18:03:13 2013 +0400 Boring changes - gpu. commit 0dcb4f1f661ba4a38973e9781a67cd89c578706f Author: Roman Donchenko Date: Tue Aug 13 18:01:59 2013 +0400 Boring changes - videostab. commit 808e0cf10b43d566dbe38e92b16e6377cdbca460 Author: Roman Donchenko Date: Tue Aug 13 17:57:49 2013 +0400 Boring changes - video. commit 93f757f8a25ebf7be5eb177bde676b2639acec75 Author: Roman Donchenko Date: Tue Aug 13 17:57:06 2013 +0400 Boring changes - superres. commit f21851f0f468c98b6ecb1bdb5a37b7066dbc817a Author: Roman Donchenko Date: Tue Aug 13 17:54:12 2013 +0400 Boring changes - stitching. commit cce0f48d3eeabf82dc4a8ec0b997a833e2feafc7 Author: Roman Donchenko Date: Tue Aug 13 17:48:37 2013 +0400 Boring changes - softcascade. commit 32205d3c5bf23e245a34272065acd05e66c052db Author: Roman Donchenko Date: Tue Aug 13 17:46:40 2013 +0400 Boring changes - photo. commit b12894d95a409a690c156013f1d658edb57f45f9 Author: Roman Donchenko Date: Tue Aug 13 17:45:29 2013 +0400 Boring changes - objdetect. commit de6a934f669c3d5ba8d5d401b693d0fc12eee395 Author: Roman Donchenko Date: Tue Aug 13 17:36:38 2013 +0400 Boring changes - nonfree. commit 345bc633cc96e0fc650aadd27ecb77f469e9f02e Author: Roman Donchenko Date: Tue Aug 13 17:35:25 2013 +0400 Boring changes - ml. commit 1eacb485c57a6451481abaf1e0b4a12d1d818431 Author: Roman Donchenko Date: Tue Aug 13 17:30:14 2013 +0400 Boring changes - features2d. commit bd70a033fc518f37fb140ccd6e92fd85e23f6a03 Author: Roman Donchenko Date: Tue Aug 13 17:03:56 2013 +0400 Boring changes - calib3d. commit 711fb6bd92efbe80e34e5bad6aec1240e5eb1dd1 Author: Roman Donchenko Date: Tue Aug 13 16:48:54 2013 +0400 Boring changes - bioinspired. commit beeb932d22ba01e641f7eb9a6b0788cc6c7be1ff Author: Roman Donchenko Date: Tue Aug 13 16:47:18 2013 +0400 Boring changes - highgui. commit 254d4ae42960d836e34bebca99e31a5f8b45d723 Author: Roman Donchenko Date: Tue Aug 13 16:39:58 2013 +0400 Boring changes - imgproc. commit 8200a95cedfb8c5be20a1a1341dd2fb059e50216 Author: Roman Donchenko Date: Tue Aug 13 16:22:07 2013 +0400 Boring changes - core. This and several following commits contain the "boring" changes required to support the new Ptr. These are changes like: * new T -> makePtr or .reset(new T) or Ptr(new T) (depending on the situation) * p.empty() -> !p * delete_obj -> DefaultDeleter::operator() and similar changes that are numerous, but primitive. commit 1366df8250459821bf7252e4f4123e961cb3067b Author: Jin Ma Date: Thu Sep 5 19:33:27 2013 +0800 MOG&MOG2: Modified the performance test according to the feedback of the community. commit 461c98fa86156a41249ed6c77e859f8d0093abc9 Author: Roman Donchenko Date: Tue Aug 13 15:18:07 2013 +0400 Replaced Ptr with my new implementation. commit e33a4f79f8c46c817e153afab0189b41b8455be8 Merge: 85eb52b cb27740 Author: Fedor Morozov Date: Thu Sep 5 14:49:18 2013 +0400 Merge branch 'devel' of https://github.com/f-morozov/opencv into devel commit 85eb52b8af54c199d890ab075a67d8741ff4fab6 Author: Fedor Morozov Date: Thu Sep 5 14:41:35 2013 +0400 Debevec Calibrate commit cb27740de48a89befb124e805440661c82940299 Author: fm Date: Thu Sep 5 14:26:21 2013 +0400 Linux compilation commit 0f703b816220748f055eea77f4ee1386e421f345 Author: Fedor Morozov Date: Thu Sep 5 14:10:53 2013 +0400 Calibrate Debevec changes commit 70711ac6c2162b294186baf3bdcaee0f18172e87 Merge: b9ae862 0f8f489 Author: Roman Donchenko Date: Thu Sep 5 11:58:50 2013 +0400 Merge pull request #1400 from ilya-lavrenov:ocl_test_mog commit ecc51817d919755a3a0ddc4ad6fd1afab043dc2a Merge: fd3b232 e45f92a Author: Roman Donchenko Date: Thu Sep 5 11:57:44 2013 +0400 Merge pull request #1399 from pengx17:master_retina_ocl_fix commit b9ae8623b2ee8e10bfebea9777469b752b27825e Merge: 6ebfa87 722bdc5 Author: Roman Donchenko Date: Thu Sep 5 11:56:22 2013 +0400 Merge pull request #1398 from ilya-lavrenov:ocl_perf_gemm commit 25c0d5978caae3be412390796f6290709b0dff41 Author: Daniel Angelov Date: Thu Sep 5 00:02:24 2013 +0300 Update on the compare lines method. commit 722bdc52a02c1fa6ccdd90c012b1abd49f6ff30c Author: ilya-lavrenov Date: Wed Sep 4 11:55:00 2013 +0400 enabled gemm and dft erf test commit 36e0891480094889da07cfe0d4d27c2149daf43e Author: Roman Donchenko Date: Wed Sep 4 18:52:03 2013 +0400 Fixed OCL samples' install path being inconsistent with the other samples. commit 0f8f48965896d2d95f68b6a9486cb7ab8a7dad45 Author: ilya-lavrenov Date: Wed Sep 4 12:44:52 2013 +0400 changed data path and eps commit e5735282dacf31abd54f47c0133fd3e7b329dca9 Author: Roman Donchenko Date: Wed Sep 4 18:41:19 2013 +0400 Added the ability to have samples inside a module. commit 6ebfa87181af66511098c49b317493bdf854abaf Author: Roman Donchenko Date: Wed Sep 4 16:13:27 2013 +0400 Delete a bunch more trailing whitespace that slipped through the cracks. commit b5e1eb7d48f2aa4d0b2347f3d24c0ea90ac943ff Author: Daniel Angelov Date: Wed Sep 4 14:59:57 2013 +0300 Removed IOArray constness. commit 33d8d8ffd11d2f50bb065ae5efb62011e76b0395 Merge: ed7329a a9975b1 Author: Roman Donchenko Date: Wed Sep 4 15:49:14 2013 +0400 Merge pull request #1392 from SpecLad:flann-uninit commit cf275acbce344a8785ca70fc19027986a59792c1 Author: Alexander Shishkov Date: Wed Sep 4 15:14:49 2013 +0400 small changes in the tutorial commit cc15898353dc76ec81082cbac68a3c974fe8cd97 Merge: d36dbe6 fd3b232 Author: Nghia Ho Date: Wed Sep 4 20:45:10 2013 +1000 Merged with HEAD and removed C interface to rotatedRectangleIntersection commit ed7329ac5518d091590c10203707840c6236785c Merge: c42d61e f538e50 Author: Roman Donchenko Date: Wed Sep 4 14:16:37 2013 +0400 Merge pull request #1397 from ilya-lavrenov:gitignore commit a9975b144a22e76228125eb0a25f78ec13db6815 Author: Roman Donchenko Date: Wed Sep 4 14:06:34 2013 +0400 Fixed a bug in FLANN resulting in uninitialized accesses. This is fixed upstream in mariusmuja/flann@b615f26, but that fix would break binary compatibility, so I had to make a different one. Since the bug isn't quite obvious, here's an explanation. In the const version of any::cast, if policy is a small_any_policy, its get_value returns its input argument. So r becomes a pointer to obj, and the return value is a reference to a local variable, which is invalidated when the function exits. commit e45f92a9e12fbd1031280eea01ad76fcbb4612eb Author: pengxiao Date: Wed Sep 4 16:38:36 2013 +0800 Fix a bug of ocl retina on NVIDIA platform. commit f538e503853b42c43ddf5ffb59338e2c3e38c805 Author: ilya-lavrenov Date: Wed Sep 4 11:56:22 2013 +0400 updated .gitignore commit fd3b2326b41cdaa34aaee94bddea30874abfc09a Merge: 0099198 0902f18 Author: Roman Donchenko Date: Wed Sep 4 11:53:32 2013 +0400 Merge pull request #1373 from abidrahmank:pykeypoints commit f46b7fcf86cf7659b6b7ef1d07ca4bc6e262eee4 Author: Vladislav Vinogradov Date: Wed Sep 4 11:15:18 2013 +0400 fixed warnings in resize.cu commit dd73016c8ba1b70dd371c44995f51f3c206c2636 Author: Jin Ma Date: Wed Sep 4 15:00:36 2013 +0800 Removed whitespace. commit e528f39deff8f1b31ff53c9e3676e07b8227d0ed Author: Jin Ma Date: Wed Sep 4 14:37:46 2013 +0800 Added the performance test for mog and mog2. commit 1ad4592bfc5c42a03df08159e19847be83c02432 Merge: 12f50d7 0099198 Author: Vladislav Vinogradov Date: Wed Sep 4 09:58:32 2013 +0400 Merge branch 'master' into gpu-cuda-rename Conflicts: modules/cudaoptflow/perf/perf_optflow.cpp modules/cudaoptflow/src/tvl1flow.cpp samples/gpu/stereo_multi.cpp commit 009919872f6f15364e574afe032cfd702dddfcdb Merge: 79457f8 18bb951 Author: Roman Donchenko Date: Tue Sep 3 19:42:05 2013 +0400 Merge pull request #1389 from SpecLad:merge-2.4 commit 0902f183ca288c0a7750b26db2066d5710015f4f Author: Abid K Date: Tue Sep 3 21:12:03 2013 +0530 alignment of parameters as per speclad commit 79457f8f49ceb6f45533e2c52ebb80185ca3ac7f Merge: fc37df0 ff85575 Author: Roman Donchenko Date: Tue Sep 3 18:43:54 2013 +0400 Merge pull request #1224 from mbarnach:pca_io commit c42d61e4646d221c32e573c08c229a387074de0b Merge: b3e73cf 114f326 Author: Roman Donchenko Date: Tue Sep 3 18:43:02 2013 +0400 Merge pull request #1283 from melody-rain:new_mog_mog2 commit b3e73cf7d623b51bd0d836af966f1c87690011e4 Merge: e7f8361 a70bdfc Author: Roman Donchenko Date: Tue Sep 3 18:30:14 2013 +0400 Merge pull request #1388 from bitwangyaoyao:2.4_CLAHE commit 359771fdac44c9f93b054517d2d45cb730cc170b Author: Alexander Shishkov Date: Tue Sep 3 17:07:49 2013 +0400 small fixes in the tutorial commit e354fa3fd1078e3e4400df9c20c707a808bea3f4 Author: Alexander Shishkov Date: Tue Sep 3 14:24:14 2013 +0400 fixed test data in highgui test for HDR commit 924f7ce3739d2ba6f7db8428bf34331cf09ca259 Author: Alexander Shishkov Date: Tue Sep 3 14:05:14 2013 +0400 small changes for compilation commit e7f83619c51c855c55dcfe73c5e4195b03565435 Merge: 83be226 7e638cb Author: Roman Donchenko Date: Tue Sep 3 12:07:24 2013 +0400 Merge pull request #1378 from StevenPuttemans:bugfix_3115 commit 83be226048dcb75294b26e0e35748926f6b00b06 Merge: f50a829 81a6ae7 Author: Roman Donchenko Date: Tue Sep 3 12:05:32 2013 +0400 Merge pull request #1382 from nghiaho12:cascade_classifier commit f50a82994315d75158c26f50becee6a4191665cd Merge: 757e7f8 ea16539 Author: Roman Donchenko Date: Tue Sep 3 12:05:00 2013 +0400 Merge pull request #1383 from pengx17:2.4_clblas commit a70bdfc13f8279ee86be1a0281fbd9ee357245b7 Author: yao Date: Tue Sep 3 15:02:18 2013 +0800 a little fix to tests and sample commit ea165394484460f6907c32d447003baab89eaeb4 Author: pengxiao Date: Tue Sep 3 10:30:37 2013 +0800 Fix a crash of ocl program if clAmdBlas is not linked. commit 7b3e3f69fb8600a43d51a464a812f3c00d770194 Author: peng xiao Date: Tue Sep 3 09:31:13 2013 +0800 Modify according to @alalek. commit 7e5bbec895dccd89ee8c12d66f62b2b6746a1e85 Author: hbristow Date: Tue Sep 3 00:16:46 2013 +1000 Removing trailing whitespace and expanded tabs commit 35e7952909ca6a61f36109c28f651ee71a0b1bb1 Author: Anatoly Baksheev Date: Tue Sep 3 01:25:04 2013 +0400 simplify modules/viz/CMakeLists.txt commit 18bb951574543fd634a6b98936779641740e4090 Author: Roman Donchenko Date: Mon Sep 2 19:53:45 2013 +0400 Nuked the rest of the precomp.cpp files. Consider this a part of merging #1357. commit 9218f4976ce01823c4e27eca6c8e93a208d12b26 Merge: fc37df0 99043f6 Author: Roman Donchenko Date: Mon Sep 2 19:44:51 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/contrib/src/retina.cpp modules/gpu/perf/perf_video.cpp modules/gpuoptflow/src/tvl1flow.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_calib3d.cpp modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/src/precomp.hpp samples/gpu/stereo_multi.cpp commit e85e4d3ab90da55d0461c63f1502278ee34f4143 Author: Vadim Pisarevsky Date: Mon Sep 2 18:34:50 2013 +0400 fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim) commit e6ec3dd17f9fe5165de49106c935fc1117f90615 Author: kdrobnyh Date: Sun Aug 18 02:13:44 2013 +0400 Add IPP support in resize, warpAffine, warpPerspective functions commit 757e7f842b153b3f54757c60eb92415c94134851 Merge: 99043f6 c1de14c Author: Roman Donchenko Date: Mon Sep 2 17:01:38 2013 +0400 Merge pull request #1300 from kdrobnyh:FilterBilateral commit 99043f6fc203cf8c438029c04ce8677fb6c5ecdc Merge: 188d3f0 6d31021 Author: Roman Donchenko Date: Mon Sep 2 16:05:14 2013 +0400 Merge pull request #1385 from asmorkalov:winrt_glob_fix commit e15eabe3fae72643d9705b79c9eb8f8d5d3d2c7a Author: Fedor Morozov Date: Mon Sep 2 16:03:10 2013 +0400 Ghostbusters commit 6d3102141c0f585a271239a31609922901179ee4 Author: Alexander Smorkalov Date: Mon Sep 2 00:57:42 2013 -0700 Globbing accuracy test fail on Windows RT fixed. commit 188d3f02eea188c1eb20383bc1595045074f3006 Merge: ff2b123 7a7aa14 Author: Roman Donchenko Date: Mon Sep 2 15:11:19 2013 +0400 Merge pull request #1302 from kdrobnyh:compare commit f57145dc64e328f759a2fda51dc51e50a5f558a1 Author: hbristow Date: Mon Sep 2 17:44:06 2013 +1000 Fixed regular expression for finding Matlab in Windows PATH commit ff2b12334d1232984227e727f92fc39e20cbd78f Merge: bd7930a d87eb75 Author: Roman Donchenko Date: Mon Sep 2 14:10:05 2013 +0400 Merge pull request #1355 from jet47:gpu-stereo-multi-gpu-sample commit 12f50d7f6792f4e4c5629e52cc2f6050db6c49d4 Author: Vladislav Vinogradov Date: Mon Aug 26 11:34:37 2013 +0400 fixed video_writer sample commit ba4bf04c6c4072d0c6c90e2ba2f98ef87bf86bc6 Author: Vladislav Vinogradov Date: Wed Aug 21 13:07:17 2013 +0400 fixed incorrect GPUs -> CUDAs replacement commit a41006754e3a029c8bc6b48caa4774a88fdb9d6f Author: Vladislav Vinogradov Date: Tue Aug 20 17:34:32 2013 +0400 fix documentation commit 429bfad22572e7157183e761f37343471bf0898e Author: Vladislav Vinogradov Date: Tue Aug 20 17:16:01 2013 +0400 removed precomp.cpp files commit cbe437571ee45972656ae6b49f03c324d2b7f54c Author: Vladislav Vinogradov Date: Tue Aug 20 15:05:49 2013 +0400 fixed docs commit f936c1283b5bb2177def73cf8f152f725f334143 Author: Vladislav Vinogradov Date: Wed Jul 24 14:52:32 2013 +0400 fixed sanity test for cuda module commit fd88654b45e53f5dbce707ad2ede11c871c19d23 Author: Vladislav Vinogradov Date: Wed Jul 24 13:55:18 2013 +0400 replaced GPU -> CUDA commit 3c34b24f1fd943c746a52f4cbb6f16c31ed2268b Author: Vladislav Vinogradov Date: Wed Jul 24 12:01:34 2013 +0400 replaced gpu->cuda in files names commit 80b9fd87dc45c4b3ff89e8124e4fb114bf1ac70f Author: Vladislav Vinogradov Date: Wed Jul 24 11:59:41 2013 +0400 removed gpu module from OPENCV2_BASE_MODULES commit ae94256edc0e8693f94df326b87737b432fa47d0 Author: Vladislav Vinogradov Date: Wed Jul 24 11:41:44 2013 +0400 renmaed gpu module -> cuda commit 29386f1449afe3cb859e4b16def307c3c63793fe Author: Vladislav Vinogradov Date: Wed Jul 24 10:44:39 2013 +0400 renamed gpubgsegm -> cudabgsegm commit 259ceb7eaa624c5056ce419cf489c58299a8c058 Author: Vladislav Vinogradov Date: Wed Jul 24 10:27:59 2013 +0400 renamed gpufeatures2d -> cudafeatures2d commit 5660d6a6804bbfc8a6b6b8fbaecd6a6349d9fcf5 Author: Vladislav Vinogradov Date: Tue Jul 23 17:04:38 2013 +0400 renamed gpuoptflow -> cudaoptflow commit a0ae602bb776f06439bab8c243e1459685f17cce Author: Vladislav Vinogradov Date: Tue Jul 23 16:59:34 2013 +0400 renamed gpuimgproc -> cudaimgproc commit 219b6621275f5849a552292fa385fb47de4c2aa9 Author: Vladislav Vinogradov Date: Tue Jul 23 16:24:55 2013 +0400 renamed gpufilters -> cudafilters commit 71d61e07b19afae10ab2ea7cfc94b24a77df4955 Author: Vladislav Vinogradov Date: Tue Jul 23 16:18:26 2013 +0400 renamed gpustereo -> cudastereo commit d4901a99ea0e0bdba693b895a0f47191083b0c8c Author: Vladislav Vinogradov Date: Tue Jul 23 15:57:59 2013 +0400 renamed gpuwarping -> cudawarping commit dcd600cc475dc326118683733504f6b0d6290b3a Author: Vladislav Vinogradov Date: Tue Jul 23 15:24:10 2013 +0400 renamed gpuarithm -> cudaarithm commit 6d216d78d9e3458a238214355efd07e657730976 Author: Vladislav Vinogradov Date: Tue Jul 23 14:45:58 2013 +0400 renamed gpulegacy -> cudalegacy commit dbeb3e2968ef480226f6ee7209ef751d62244ad6 Author: Vladislav Vinogradov Date: Tue Jul 23 14:29:21 2013 +0400 renamed gpucodec -> cudacodec commit cfe4a71dc68f0e7df33d7178a2347b9d784aa223 Author: Vladislav Vinogradov Date: Tue Jul 23 14:12:04 2013 +0400 renamed gpu* source to cuda* in core module commit 91dd44e7fa1d3e8dfa963cfd8d380d78d9de936d Author: Vladislav Vinogradov Date: Tue Jul 23 13:19:54 2013 +0400 removed compatibility headers commit fef646d4f8be391c2980bcacbd09611d74e528cf Author: Vladislav Vinogradov Date: Tue Jul 23 13:04:49 2013 +0400 removed mark_nvidia.py script commit a6308118b4c6d6820eb9c233083f310e4d61eab3 Author: Vladislav Vinogradov Date: Tue Jul 23 13:04:35 2013 +0400 removed perf4au test commit 5a85f1b6da42bf0d601a0ba5196daf9e301acc70 Author: Vladislav Vinogradov Date: Tue Jul 23 12:33:11 2013 +0400 renamed gpucodec namespace -> cudacodec commit 8282f6ebc1aeea83b18cb21e45660bed5c81ec68 Author: Vladislav Vinogradov Date: Tue Jul 23 11:33:51 2013 +0400 renamed gpu::cudev namespace -> cuda::device cudev is used for new device layer commit e895b7455e1efea6aa1fe0c96ab19f2ff6182439 Author: Vladislav Vinogradov Date: Wed Aug 28 15:45:13 2013 +0400 renamed gpu namespace -> cuda commit e12496d1504e6d1867882c4232a871e849fa82bf Author: Vladislav Vinogradov Date: Mon Jul 22 15:31:14 2013 +0400 removed gpu name usage from ocl module commit 7e638cb0b54b4c37bcfdbcc8a8191fa5f986fbfb Author: StevenPuttemans Date: Fri Aug 30 14:21:11 2013 +0200 Bugfix 3115: Added not to documentation for python version for facerecognizer interface + white + whitespaces remove commit bd7930ada13433c48ef68fd95cfdf9d4453c8152 Merge: 7e4c0ac 040b3b8 Author: Roman Donchenko Date: Mon Sep 2 13:09:22 2013 +0400 Merge pull request #1345 from pengx17:2.4_tvl1ocl_opt commit c112c9aa00ec72f8e06e6b2d49c0155ad4d4d227 Author: hbristow Date: Mon Sep 2 16:43:58 2013 +1000 Made binding compilation less verbose commit 31c95ff7f851b87c0ba0158a546bd7c0bd30e1bb Author: hbristow Date: Mon Sep 2 14:29:46 2013 +1000 Added new OpenCV definitions to bridge commit 40227b78a577d2bfd64729dab72202975da4d96b Author: hbristow Date: Mon Sep 2 14:25:18 2013 +1000 Removed GSOC-specific proposal.pdf from root commit cf078be3d61619e83e112deadf67d4913c27d523 Merge: fc37df0 1d25e5f Author: hbristow Date: Mon Sep 2 14:23:11 2013 +1000 Merge branch 'matlab' into matlab_public Conflicts: CMakeLists.txt README.md samples/ commit 3c2a8912ee3b239ac8b22de4233de82eb7f7007f Author: peng xiao Date: Mon Sep 2 10:06:01 2013 +0800 Let clAmdBlas library initialize once during program lifetime. commit 23f5eacafd132b6669b4cb2ec13c77204778ffe0 Author: dbloisi Date: Sun Sep 1 22:38:21 2013 +0200 fixing trailing whitespaces commit 20f932bd462e42be539087d0579b1054d2fc8715 Author: dbloisi Date: Sun Sep 1 22:13:49 2013 +0200 fixing trailing whitespaces commit f0910466f924544314adba3214c35ba4e4eec27d Author: dbloisi Date: Sun Sep 1 20:59:27 2013 +0200 fixing trailing whitespaces commit a34f7b7714d88c13396891e03b27fdb289ad9335 Author: dbloisi Date: Sun Sep 1 19:05:07 2013 +0200 fixing other white spaces commit 582d5558ccfee50ad4c0506f992b610af3c0f92b Author: dbloisi Date: Sun Sep 1 15:55:06 2013 +0200 trying to solve with space errors commit 1d25e5f1ba00ae297b8af74be6a25b63117ccb9b Author: hbristow Date: Sun Sep 1 17:10:44 2013 +1000 manually added optical flow header to build commit 81a6ae791b991d387d1ad97b1b75a97bc5d94d91 Author: Nghia Ho Date: Sat Aug 31 23:35:03 2013 +1000 changed int -> size_t when accessing std::vector commit 24e916059fd45123c7e5c93dbbb6060853e0a088 Author: Daniel Angelov Date: Sat Aug 31 13:46:10 2013 +0300 Added LineSegmentDetector documentation and an output image. commit 9d78b8003ebf9877a3bf47be73d52e5c26551f9a Author: Daniel Angelov Date: Sat Aug 31 13:39:38 2013 +0300 Update on LSD no to use any Mat* (IOArrays instead). Updated to new license. commit 7e4c0ac4d6529d337df8b96cd16184a8ca74ccbf Merge: 46d74d7 b2bedef Author: Roman Donchenko Date: Fri Aug 30 17:56:06 2013 +0400 Merge pull request #1371 from HapeMask:fix-png-warnings commit 46d74d7c6bfd8ce61bceabe04a267e85206ffbaa Merge: d6e8216 f12702b Author: Roman Donchenko Date: Fri Aug 30 17:55:07 2013 +0400 Merge pull request #1360 from vpisarev:24_ipp_dft_canny_morphrect commit b2bedef26fd917da3e3a1051a03138b511b4924e Author: Gabe Schwartz Date: Thu Aug 29 14:32:50 2013 -0400 Added interlace handling to PNG decoder. libpng 1.5+ recommends a call to png_set_interlace_handling() if you use png_read_update_info and png_read_image. It will generate a warning without it. commit e2441e0034f5e36e8e8980f15cf6e391e43b720b Author: Gabe Schwartz Date: Tue Aug 27 16:28:10 2013 -0400 Removed incorrect iCCP chunks from GUI resources. Also removed malformed tEXt chunk from a logo PNG. commit af74ec60447edd134d5aa38baf43d1ce9c01ac67 Author: Alex Leontiev Date: Wed Aug 28 00:27:59 2013 +0800 Minor fixes In response to the pull request comments by Vadim Pisarevsky. In particular, the following was done: *)cv::reduce use instead of custom code for calculating per-coordinate sum *) naming style of private methods is made consisted with overall -- mixed-case style *) irrelevant create()'s were removed -- I did not know that copyTo() method itself calls create commit f2fd0ad15395fae7427723f9d8a6b663e3c8f0e7 Author: Alex Leontiev Date: Wed Aug 21 18:16:37 2013 +0800 Fixed .rst indentation This caused warnings. commit b92c88ddd1470a9f226c218a35b55ae533b5a57e Author: Alex Leontiev Date: Wed Aug 21 17:23:40 2013 +0800 Removed trailing spaces Continuation of work done in previous commit. commit b1f029ccc55adb4597751e4aeaf67122046482c3 Author: Alex Leontiev Date: Tue Aug 20 17:54:14 2013 +0800 Removed trailing spaces This caused warnings. commit 554e0027478fb7d183f1e740ccd090ce94e0c283 Author: Alex Leontiev Date: Thu Aug 1 20:42:59 2013 +0800 Prepare Downhill Simplex for pull request This is an implementation of so-called downhill simplex method (https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method) Please, let me know if you have any comments, whoever you'd be. commit d6e8216b163ea8771987f6e03b38a20123b82f07 Merge: 42b4d83 8049296 Author: Roman Donchenko Date: Fri Aug 30 17:28:51 2013 +0400 Merge pull request #1374 from zacstewart:2.4 commit 42b4d830e8f4977fb7d5e8c794ff55bb6acae558 Merge: 96a0afc f4aa7ff Author: Roman Donchenko Date: Fri Aug 30 17:26:20 2013 +0400 Merge pull request #1266 from kdrobnyh:core_stat_functions commit 96a0afce50c2b934b3cd9c6beb690014b2602164 Merge: 114bec5 5aaed77 Author: Roman Donchenko Date: Fri Aug 30 17:25:06 2013 +0400 Merge pull request #1236 from pengx17:2.4_fix_retina_color_param commit e7921c3fe765a1d230abdd6aaa291d4a0c1bac65 Author: StevenPuttemans Date: Fri Aug 30 13:16:18 2013 +0200 Added changes suggested by bug #3186 : fixing the unplugging of webcam commit 15f1a48ec407157c6d7444171dfb6bdb634ec242 Author: StevenPuttemans Date: Fri Aug 30 12:50:06 2013 +0200 Updated with comments of speclad commit 17e20b2c60ec780eb232a85819cbc446502ba946 Author: Vladislav Vinogradov Date: Fri Aug 30 14:46:47 2013 +0400 fix for bug #3219 (undefined reference in GPU samples) commit 8049296cdabab5056ada21f56e3395208de9f1d3 Author: Zac Stewart Date: Fri Aug 30 06:34:47 2013 -0400 Correct name of eye function commit f36a9f745f2edc77568eb37f71bb5cd4964b3e37 Author: Zac Stewart Date: Fri Aug 30 06:34:23 2013 -0400 Remove extraneous colon before ':basicstructures:' commit 7fd8a19fe85423d972b27643ddab8a9da8919430 Author: abidrahmank Date: Fri Aug 30 15:58:10 2013 +0530 warning corrections commit 114bec52fe9b9c31a061673ec75a37c53c622caf Merge: 72e11f9 a6084d2 Author: Roman Donchenko Date: Fri Aug 30 12:24:24 2013 +0400 Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests commit 72e11f906668ff57371bb80cae5e64c8d63e11e9 Merge: 53818f0 968c095 Author: Roman Donchenko Date: Fri Aug 30 12:21:26 2013 +0400 Merge pull request #1370 from ilya-lavrenov:ocl_decor commit a64c34c3ece8bbee95a28fd477c575a5832f5718 Author: hbristow Date: Fri Aug 30 16:48:41 2013 +1000 Updated cv help to include reference to named arguments commit d16d637eb2adeff87c03561c6caac4be7321e577 Author: hbristow Date: Fri Aug 30 16:10:32 2013 +1000 Fixed handling of optional arguments under ArgumentParser. Fixed default constructor error in MxArray commit 25ee1f9099b5220accb839dca9d734ab053c4b69 Author: hbristow Date: Fri Aug 30 15:48:20 2013 +1000 Improved error messages for incorrect arguments commit 14af3696400987a6c103dd0879037c56fc66d26e Author: abidrahmank Date: Fri Aug 30 11:11:06 2013 +0530 Python bindings for KeyPoint methods Usage: import numpy as np import cv2 img = cv2.imread('messi5.jpg',0) sift = cv2.SIFT() kp = sift.detect(img) pts = cv2.KeyPoint_convert(kp) kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2)) overlap = cv2.KeyPoint_overlap(kp[0],kp[1]) commit a780c3a7d14d17eb7b99d0e8ec261fbeb09dcec1 Author: hbristow Date: Fri Aug 30 15:06:57 2013 +1000 Swapped out function assertions in favour of ArgumentParser commit 8f62a52b9bb16f32518dea8e8f6ebf4f01c9fe81 Author: hbristow Date: Fri Aug 30 12:39:01 2013 +1000 Brought matlab module into cv namespace commit bc93edac3473d1eba6e0f8f569343ca0ba17f1dd Author: hbristow Date: Fri Aug 30 11:18:08 2013 +1000 Removed all OpenCV-specific functionality from mxarray into bridge. mxarray is now standalone commit 5f7163bff284699e90032a69c07efba79934b6e5 Merge: 281250b fc37df0 Author: zio dodo Date: Thu Aug 29 20:12:12 2013 +0200 Merge branch 'master' of https://github.com/Itseez/opencv into add_bs_tutorial Conflicts: modules/stitching/src/motion_estimators.cpp commit f4aa7ff919e6a017226d5fa1f2f4fd23599f895c Author: kdrobnyh Date: Thu Aug 29 21:05:35 2013 +0400 Add IPP support in meanStdDev, minMaxIdx, norm functions commit 281250ba0e1c9189a457cf1aeda06a4196d86dbf Author: tambo83 Date: Thu Aug 29 17:20:45 2013 +0200 added a brief description for the learning rate parameter in the apply method commit 153549c7f620522f11a9bf8a55f8b2352b215ff5 Author: hbristow Date: Fri Aug 30 01:09:29 2013 +1000 Added LICENSE and Americanizations commit 33c377b30521a94c28d55a2639f1ee3cb0339d69 Author: hbristow Date: Fri Aug 30 01:04:43 2013 +1000 complete rewrite of ArgumentParser commit 114e04ee12759b07eb8f2b20ef4c94ab97a9bc94 Author: Alexander Smorkalov Date: Thu Aug 29 19:00:13 2013 +0400 OpenCV version++. Current OpenCv version 2.4.6.2 commit dc1eb583b4caeb8fb3328d55c431a70ce9a76d3b Merge: 1a24588 53818f0 Author: kdrobnyh Date: Thu Aug 29 07:53:46 2013 -0700 Merge pull request #5 from Itseez/2.4 Some changes in OpenCV commit 09e66adadcdec001dc043c4e2b7161ff86912243 Author: Alexander Smorkalov Date: Fri Aug 23 17:37:43 2013 +0400 New Tegra detector with Android 4.3 support added. Manager version++. (cherry picked from commit aa00b5a0ab3d7289af8ab2006f8521fd3ed17e92) Conflicts: platforms/android/service/engine/jni/BinderComponent/TegraDetector.cpp commit ba26f6d48a6bdd405971dec40a60d7e70d99d330 Author: Alexander Smorkalov Date: Sun Aug 4 20:19:33 2013 +0400 Native camera libraries updated. Android 4.3 support added; ANY camera index support fixed; applyProperties now uses camera->reconnect() instead close/connect for Android 4.x. (cherry picked from commit fff91eef0bd301e791173259ccf884c23397c956) commit a6084d2970213b9d174bfcd6e1ac21b791d158f6 Author: ilya-lavrenov Date: Wed Aug 28 11:25:54 2013 +0400 enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal commit 968c09540323edc040cebf3a7759c756aeea081f Author: ilya-lavrenov Date: Thu Aug 29 15:55:53 2013 +0400 gpu -> ocl commit caaf440bd8d4344aafcda2fab0810e2090b94fca Author: StevenPuttemans Date: Thu Aug 29 16:09:48 2013 +0200 Added fix in CMakeLists.txt for contrib module. commit 53818f0f5f45f262ba89c0d4cb09d8bd0795a8e1 Merge: 78a6692 ebe7f00 Author: Roman Donchenko Date: Thu Aug 29 18:09:06 2013 +0400 Merge pull request #1361 from asmorkalov:winrt_api_container commit 78a6692e5372a52eff5a4251f7113ad429d1e261 Merge: 90cf8fb 3036ec4 Author: Roman Donchenko Date: Thu Aug 29 18:07:57 2013 +0400 Merge pull request #1359 from asmorkalov:winrt_tiff_api_fix commit 7a7aa148d487eee2238a14ef215c3c720f3ca626 Author: kdrobnyh Date: Mon Aug 19 16:41:31 2013 +0400 Add IPP support in compare function commit fc37df05ecd7f164033b6398a5749c7d7604fb7b Merge: 86f4cd2 5af2cc6 Author: Roman Donchenko Date: Thu Aug 29 16:35:38 2013 +0400 Merge pull request #1366 from asmorkalov:ocv_autobuffer_fix commit 86f4cd253a3f5f63b6e6b8ca5fcdb5f5bef29579 Merge: 11dcd4f 9f0a88c Author: Roman Donchenko Date: Thu Aug 29 16:26:55 2013 +0400 Merge pull request #1309 from pengx17:master_retina_ocl commit 5af2cc62231440a29087f2982958ea9aba6524ce Author: Alexander Smorkalov Date: Sun Aug 25 16:33:22 2013 +0400 AutoBuffer with initial zero size fixed. commit 114f3266d801a23dcdbbda70b5cbb99026ac4fd4 Author: Jin Ma Date: Thu Aug 29 17:35:47 2013 +0800 Removed performance test. commit 4f3349ffe43a8b486f6e7358350dcedc8b31ab88 Author: Jin Ma Date: Thu Aug 29 16:24:26 2013 +0800 Added perf namespace. commit 0233c4c198a359014307e7da11b66b6f5f1f14ea Author: Jin Ma Date: Thu Aug 29 15:49:02 2013 +0800 Removed whitespace. commit 14e083f1e0736ef0119a2cb3588b179c7d06a5ee Author: Jin Ma Date: Thu Aug 29 14:08:56 2013 +0800 Removed trailing whitespace commit 5728612f95bf1fa19debdd7245b6f956cc70781f Author: Jin Ma Date: Thu Aug 29 14:05:56 2013 +0800 Removed the trailing whitespace commit ab235cda74577aa93a65b0da959b4273e5498575 Author: yao Date: Thu Aug 29 11:59:19 2013 +0800 fix warnings commit 26b5eb3e3990b31be90ff3ca0afe18eaf68768da Author: yao Date: Thu Aug 29 10:48:15 2013 +0800 add adaptive bilateral filter (cpp and ocl version) commit d5abe79f745ac33b4b84320d7dfddcd1e07ce8f6 Author: hbristow Date: Thu Aug 29 10:49:15 2013 +1000 untracked io for initial pull request commit 9726346bc93705a77315ee1be371d56ca901e4dc Author: hbristow Date: Thu Aug 29 10:44:27 2013 +1000 removed unused files from repo commit 57505b9af90bc3f6014cb42d69240f447267e5b8 Author: hbristow Date: Thu Aug 29 10:20:53 2013 +1000 Added LICENSE preamble to include files commit f12702be242bc3e2628774d991fda579943070cb Author: Vadim Pisarevsky Date: Wed Aug 28 19:53:40 2013 +0400 fixed bugs in rectangular morphology case commit ebe7f00cb464a1ec2733c521fdfc08a461cd65f1 Author: Alexander Smorkalov Date: Wed Aug 28 08:36:57 2013 -0700 /apicontainer added to linker flags on WinRT to fix api test issues. commit 90cf8fbd609a975bc88b02aef575cfb5122daa84 Merge: e958767 aa00b5a Author: Roman Donchenko Date: Wed Aug 28 19:02:08 2013 +0400 Merge pull request #1338 from asmorkalov:android_tegra_detector commit e958767a8b6d17b85ae8417b353fb7013fa6abbf Merge: 2b90b20 8d4cbf4 Author: Roman Donchenko Date: Wed Aug 28 19:01:15 2013 +0400 Merge pull request #1343 from asmorkalov:android_img_manipulations_fix commit 3036ec4b89aa4fe7b71a34ad573fd5e136695dc7 Author: Alexander Smorkalov Date: Wed Aug 28 07:31:46 2013 -0700 LibTIFF Win32 API back-end disabled for Windows RT. commit 11dcd4f4f3c4d6e0c263e6034880450b700357e7 Merge: e59c74e 5e4ebf3 Author: Roman Donchenko Date: Wed Aug 28 18:05:10 2013 +0400 Merge pull request #1356 from SpecLad:homography-uninit commit 771feb61c232abcc2bff341cf82ad9e40862990f Author: Vadim Pisarevsky Date: Wed Aug 28 17:00:26 2013 +0400 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) commit aa00b5a0ab3d7289af8ab2006f8521fd3ed17e92 Author: Alexander Smorkalov Date: Fri Aug 23 17:37:43 2013 +0400 New Tegra detector with Android 4.3 support added. Manager version++. commit 8d4cbf4debfda8e45424736dd180f1a1a9192ee4 Author: Alexander Smorkalov Date: Mon Aug 26 17:35:20 2013 +0400 Bug #3238 Android sample image manipulations blinks in non-preview modes fixed. commit 2b90b20be21be362796896117c31af1c03666c36 Merge: cdf6cf2 122d0f8 Author: Roman Donchenko Date: Wed Aug 28 14:52:28 2013 +0400 Merge pull request #1357 from SpecLad:less-precomps commit e59c74e1c7672ad16056f32136a491b1e008e295 Merge: 10cb9a0 7afc267 Author: Roman Donchenko Date: Wed Aug 28 13:41:39 2013 +0400 Merge pull request #1348 from SpecLad:merge-2.4 commit cdf6cf2cd86882564ee7b46ca8894584f0ff268a Merge: 8bb9994 3c9f307 Author: Roman Donchenko Date: Wed Aug 28 13:31:08 2013 +0400 Merge pull request #1213 from kdrobnyh:color commit 122d0f868518da4450e0e5b9835081842cde24f5 Author: Roman Donchenko Date: Wed Aug 28 13:23:50 2013 +0400 Deleted the now-empty ocl perf_precomp.cpp. See pull request #1241 for why. commit 5e4ebf3403f54b307da9795820fa39cd43ff19a1 Author: Roman Donchenko Date: Wed Aug 28 13:20:14 2013 +0400 Fixed incomplete matrix initialization in HomographyRefineCallback. commit 7afc2677e67f875f44ecc8a5b6d67ba96a63232a Author: Roman Donchenko Date: Wed Aug 28 13:13:15 2013 +0400 Removed a duplicate line. commit 8bb999409423d49d34224e769d0dc1410c431a54 Merge: cd5b8af 3c86aa4 Author: Roman Donchenko Date: Wed Aug 28 12:46:01 2013 +0400 Merge pull request #1349 from ilya-lavrenov:ocl_perf_finish commit d87eb759044564f6fc9fbe28b914801c9b3f4cf3 Author: Vladislav Vinogradov Date: Wed Aug 28 12:41:41 2013 +0400 rewrite gpu stereo multi gpu sample: * use different approaches -> threads and streams * clean up code commit 9f0a88c1d69df9efb7f5ec0f2f59221b87732b8a Author: peng xiao Date: Wed Aug 28 16:23:46 2013 +0800 Remove trailing whitespace. commit 10cb9a0c4a2de93b5a67b5d46c49dd89a757a017 Merge: 1840fd5 affab4f Author: Roman Donchenko Date: Wed Aug 28 12:00:39 2013 +0400 Merge pull request #1342 from nevion:master commit 569e8006e3131889068442b6cedd284c4cc61cde Author: hbristow Date: Wed Aug 28 17:58:08 2013 +1000 updated README.md formatting commit 2a0e357cd04f1b7a3edac19a422a09f6a372a379 Author: hbristow Date: Wed Aug 28 17:56:39 2013 +1000 updated syntax highlighting commit b87197dc37db8fba1f8e77d152159351ce508b84 Author: hbristow Date: Wed Aug 28 17:53:25 2013 +1000 updated syntax highlighting commit eb83a9ed9f0863f72c5337683b4d6c9a78c57040 Author: hbristow Date: Wed Aug 28 17:49:20 2013 +1000 Enabled syntax highlighting commit 1840fd5f00d6ec634a1162cae48138aee6debb21 Merge: d32b62a 086db9d Author: Roman Donchenko Date: Wed Aug 28 11:44:40 2013 +0400 Merge pull request #1248 from vkocheganov:chi_square_alt commit 2ac31a87c9447de1aca1548e30584f3c4a7166d4 Author: hbristow Date: Wed Aug 28 17:40:20 2013 +1000 Added tutorial for writing your own mex files commit 78dc2c54232535c121921cdd2f581197c15ede15 Author: hbristow Date: Wed Aug 28 17:06:19 2013 +1000 Upadated include tree to match the rest of opencv. Added install configuration for custom mex compiler commit 52dc51a62c0b6d4a44f1e5a127e607277216b9ba Author: hbristow Date: Wed Aug 28 12:01:34 2013 +1000 Added custom OpenCV mex compiler commit 287c8a33308865d90a019a6228ebf9ad4846d8ec Author: peng xiao Date: Wed Aug 28 09:17:05 2013 +0800 Let ocl::context only be initialized once in retina_ocl test. commit 9f9873017c02b2b731aea3b33776118e8517ac13 Author: Fedor Morozov Date: Wed Aug 28 02:17:49 2013 +0400 HDR test changes commit 3c86aa4ae1a323a4cb65410abcc62a9be53fa2a7 Author: ilya-lavrenov Date: Tue Aug 27 18:46:30 2013 +0400 appended ocl::finish to test_cycle defines commit 9a560a5a8d89b92b79cea3a04028e38c079c40a9 Author: Baris Evrim Demiroz Date: Tue Aug 27 22:42:03 2013 +0300 Added a new tutorial "Using OpenCV Java with Eclipse". Removed information related to Eclipse from "Desktop Java" tutorial. commit 2d6f35d6ed4bdf136fee7628a415178f08c118fe Merge: dd25f41 525b6ec Author: Roman Donchenko Date: Tue Aug 27 19:15:47 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/gpuwarping/src/cuda/resize.cu modules/gpuwarping/src/resize.cpp modules/gpuwarping/test/test_resize.cpp modules/ocl/perf/main.cpp modules/ocl/perf/perf_calib3d.cpp modules/ocl/perf/perf_canny.cpp modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_haar.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/perf/perf_precomp.cpp modules/ocl/perf/perf_precomp.hpp commit d32b62a17791c4aa79e4c0eaa45fcda8b69ab7f5 Merge: 657699a d38fca2 Author: Roman Donchenko Date: Tue Aug 27 17:47:55 2013 +0400 Merge pull request #1341 from roynos:master commit dd25f416a6c318064ab371abbf038527ae3328f4 Author: Roman Donchenko Date: Tue Aug 27 17:13:40 2013 +0400 War on Whitespace, master edition: tabs. commit cd5b8af609dd6c367c641bc99a1e9cd7f501e126 Author: Roman Donchenko Date: Tue Aug 27 14:38:52 2013 +0400 Restored one executable bit that was lost during the war on whitespace. commit 9ed475cf520ef8e63bb599b243482a8e49fe1753 Author: Roman Donchenko Date: Tue Aug 27 14:23:26 2013 +0400 War on Whitespace, master edition: file endings. commit 9b92545ce64107a849367f4a2461a154da03aee6 Author: Roman Donchenko Date: Tue Aug 27 13:57:24 2013 +0400 War on Whitespace, master edition: trailing spaces. commit 2c4bbb313c29daf0d10c34128cd6eac1de8111de Merge: 4d06c4c 43aec5a Author: Roman Donchenko Date: Tue Aug 27 13:26:44 2013 +0400 Merge commit '43aec5ad' into merge-2.4 Conflicts: cmake/OpenCVConfig.cmake cmake/OpenCVLegacyOptions.cmake modules/contrib/src/retina.cpp modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst modules/gpu/doc/video.rst modules/gpu/src/speckle_filtering.cpp modules/python/src2/cv2.cv.hpp modules/python/test/test2.py samples/python/watershed.py commit 4d06c4c7b6a46940cfc724d59e6e78670d96d0b1 Merge: 0daac6f 9c60a2c Author: Roman Donchenko Date: Tue Aug 27 13:23:26 2013 +0400 Merge commit '43aec5ad^' into merge-2.4 Conflicts: modules/contrib/src/inputoutput.cpp modules/gpu/perf/perf_imgproc.cpp modules/gpuarithm/perf/perf_element_operations.cpp modules/gpuarithm/src/element_operations.cpp modules/ts/src/precomp.hpp commit 657699a1da8f6477272393fc8a352a7e05a2447c Merge: 45a0b39 723ba29 Author: Roman Donchenko Date: Tue Aug 27 12:43:34 2013 +0400 Merge pull request #1267 from clhsieh:gpu_example_build_failed_with_cuda5p5 commit 45a0b39a7371a44a2f862dbc1342121e0baf4f7f Merge: 0daac6f 989be02 Author: Roman Donchenko Date: Tue Aug 27 12:37:32 2013 +0400 Merge pull request #1339 from mdim:ml_cpp_wrappers_fix commit 0e32d7ccb33bae4227d32e5c8318a532e7645449 Merge: 525b6ec bff0fad Author: Roman Donchenko Date: Tue Aug 27 12:36:44 2013 +0400 Merge pull request #1346 from jet47:gpu-tvl1-optimization commit affab4f1561971ad2b9707239d5f38b6b1eb3bb2 Author: Jason Newton Date: Tue Aug 27 00:34:22 2013 -0700 correct range computations, it is difficult to do the more efficient single pass 3N/2 implementations correctly in this particular setting without costing more than they save commit bff0fad6c3ad72c83202c9501989c3951d3851b8 Author: Vladislav Vinogradov Date: Tue Aug 27 11:21:41 2013 +0400 gpu TVL1 Optical Flow optimization: do not calculate sum of error in every round of iteration; instead the error will be summed every 2nd times or more, if the previous sum of error is too far away from threshold. commit 8b20ceb024479671434be1c33040e8cf4b27d856 Merge: 52f141a d83be1d Author: Anatoly Baksheev Date: Mon Aug 26 23:46:47 2013 -0700 Merge pull request #19 from ozantonkal/acess_by_name_infrastructure Acess by name infrastructure commit 040b3b8265811f2a30c67b05fa672c647707ae4a Author: peng xiao Date: Tue Aug 27 13:02:34 2013 +0800 Remove trailing whitespace. commit c74c517ce35b34484f36f7cd3d16a2aec86b2767 Author: peng xiao Date: Tue Aug 27 11:56:11 2013 +0800 Fix build error. commit 168d1dc18ce8e1722cb7efcae0ed2912d0834ee2 Author: peng xiao Date: Tue Aug 27 11:42:54 2013 +0800 Make some tweaks to make `sum` operations less frequently commit 525b6eca2ed6e790e41d204399025e8280b8bb8e Merge: b43890a 32635a6 Author: Roman Donchenko Date: Mon Aug 26 16:59:44 2013 +0400 Merge pull request #1311 from leszekhanusz:png_palette_alpha commit b43890a7e196c05dbe004823d605bc30b1791999 Merge: d44adcd d02ccc9 Author: Roman Donchenko Date: Mon Aug 26 16:54:59 2013 +0400 Merge pull request #1326 from ilya-lavrenov:perf_ocl commit 0daac6fd9d5b62bdc7f73f675a255951b232c7d4 Merge: f44ed7f 7685b98 Author: Roman Donchenko Date: Mon Aug 26 16:44:37 2013 +0400 Merge pull request #1327 from alalek:ocl_master_tests_fix commit f44ed7f37c882ed625290355d2cdccde958fce21 Merge: 580677f 055a581 Author: Roman Donchenko Date: Mon Aug 26 16:41:13 2013 +0400 Merge pull request #1340 from SpecLad:python-updates commit d44adcd6e8aa3e8c0b6bdc67adcbb983615746d4 Merge: 7cefb6f 21c4753 Author: Roman Donchenko Date: Mon Aug 26 16:40:50 2013 +0400 Merge pull request #1336 from jet47:gpu-resize commit 833f8d16fab5e57c5e800a55fa0fb08c7a31c3b1 Author: Fedor Morozov Date: Mon Aug 26 15:23:37 2013 +0400 Robertson and tutorial commit d02ccc95908593a481c7c26ed08f2f6bf49dc11c Author: ilya-lavrenov Date: Fri Aug 23 18:38:31 2013 +0400 the code was refactored and old test system code was removed commit 4c28a6f0f651f3def96d6c10da2ebf9cd28a5068 Author: ilya-lavrenov Date: Thu Aug 22 18:03:05 2013 +0400 most of the performance tests was rewritten in google-test manner commit d38fca2c06addd643564b02b9ad0ba6253296e64 Author: Roy Reapor Date: Sun Aug 25 19:55:00 2013 -0700 Ignore Windows' Thumbs.db commit d83be1dcccf2b9eb7d8f4cb5562a70460207d0db Author: ozantonkal Date: Fri Aug 23 18:49:21 2013 +0200 fixes based on the feedback: window name prefix is automatically added when it is not there, singleton class returns reference instead of pointer, destructor is private, release function implemented commit 055a581977a0b878c8f8fe78eca699feb4ba26dd Author: Roman Donchenko Date: Fri Aug 23 18:43:06 2013 +0400 Moved Sphinx detection outside of the PYTHONINTERP_FOUND block. Who knows, maybe the user's Sphinx installation uses a Python we couldn't find. commit 67ae438daef9eb70e17f927eb915fee0cfc3291a Author: Roman Donchenko Date: Fri Aug 23 18:41:13 2013 +0400 Refactored NumPy detection. Most importantly, added support for multiple include directores, but also did some general cleanup. commit dbb684b85f511f791db6d20d0523a5321bf48079 Author: Roman Donchenko Date: Fri Aug 23 18:31:51 2013 +0400 Bumped minimal Python version to 2.6. Rationale: we already depend on it (e.g. some scripts use print_function). commit 1a81da012d3cd1235d2f40a3c787bc6e24d2626c Author: Roman Donchenko Date: Fri Aug 23 18:24:02 2013 +0400 Removed old Python detection cruft. None of this should be relevant as of CMake 2.8.7. commit 989be02562c55e38ec6679ce2cbac6b63ef2f8c8 Author: Maria Dimashova Date: Fri Aug 23 18:13:10 2013 +0400 fixed cpp wrappers of ML tree-based models commit 21c4753fedecdf674058e8d69d3184a2f8c5a021 Author: Vladislav Vinogradov Date: Fri Aug 23 13:46:29 2013 +0400 used global memory access for up-scaling commit 7cefb6f50bedcc8030dddbc21722ff7de13ccc1e Merge: 3182e68 88712d9 Author: Roman Donchenko Date: Fri Aug 23 16:54:48 2013 +0400 Merge pull request #1335 from alekcac:ios-build-fix commit 3182e68b8a22da1d97a29998beda7f6f869597dc Merge: c11502c cf34b3d Author: Roman Donchenko Date: Fri Aug 23 16:49:51 2013 +0400 Merge pull request #1334 from MarkBelmont:bugfix_1 commit 88712d97c6836b710eba3b814396ab753482943d Author: Alexander Shishkov Date: Fri Aug 23 16:09:41 2013 +0400 fix CMake changes commit c11502cf563f35b941f759d1bdb87632884e459c Merge: 9bb1a7d 030fa56 Author: Roman Donchenko Date: Fri Aug 23 15:56:10 2013 +0400 Merge pull request #1333 from kirill-kornyakov:bugfix-for-3231 commit 9bb1a7d34d48289875cbc820573a03d98f56760f Merge: cae4480 16814c7 Author: Roman Donchenko Date: Fri Aug 23 15:43:07 2013 +0400 Merge pull request #1234 from SpecLad:ios-plist commit 580677f43d05d8d7cbc3cb72f01c0def334f67a2 Merge: 365def6 50288f1 Author: Roman Donchenko Date: Fri Aug 23 15:18:05 2013 +0400 Merge pull request #1304 from berak:doc_tut_cascade commit ea544f08cc911f2f072289bedf3596c5ef9ec477 Author: zio dodo Date: Fri Aug 23 13:04:10 2013 +0200 Added a small modifications in the code formatting of background subtraction tutorial commit 365def609046fa09e341fc84240af28a82563388 Merge: 5a32f0b 880306f Author: Roman Donchenko Date: Fri Aug 23 14:48:21 2013 +0400 Merge pull request #1323 from SpecLad:find-git commit cae4480834284df6b626f90461a2b3646bc96b66 Merge: e1397f6 2519a21 Author: Roman Donchenko Date: Fri Aug 23 14:47:48 2013 +0400 Merge pull request #1332 from pengx17:2.4_fix_parallel commit d1f6a23abf25f7d75f8e297932da28bbd5ef8e37 Author: Vladislav Vinogradov Date: Thu Aug 22 12:50:30 2013 +0400 improved texture usage: * use explicit extrapolation only for sub-matrixes * use built-in interpolation for INTER_NEAREST mode commit 241cc417f9758b151bf6de87f15722cbf5f2d743 Author: Vladislav Vinogradov Date: Thu Aug 22 12:31:10 2013 +0400 added custom implementation for nearest and linear interpolation commit 3b05acf9362a4e554a8590639a1fda7a2658d4e9 Author: Vladislav Vinogradov Date: Thu Aug 22 12:03:17 2013 +0400 reorganize code for further modifiction commit 396f6bb55fd1264b939581a9540f3d2a29aaa38a Author: Alexander Shishkov Date: Fri Aug 23 13:41:19 2013 +0400 fixed problems with building iOS version commit 16814c7fb186a0788f27d77d021ab27e5e79bc7e Author: Alexander Shishkov Date: Fri Aug 23 12:51:50 2013 +0400 Update build_framework.py commit cf34b3d65b189eb68a28919e8ffbc8a3c60755a4 Author: MarkBelmont Date: Fri Aug 23 16:39:39 2013 +0800 Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span." commit 030fa5673e625bcf567dd91efb4c234a3f99a627 Author: Kirill Kornyakov Date: Fri Aug 23 12:34:35 2013 +0400 bugfix-for-3231 commit f826bd8bce08010786a1a6be66a353ba10974126 Author: Vladislav Vinogradov Date: Thu Aug 22 11:46:09 2013 +0400 removed NPP implementation commit 5a32f0b6ca03b2e596a17180910817d76f6e2b35 Merge: 66aa325 e45526b Author: Roman Donchenko Date: Fri Aug 23 12:11:41 2013 +0400 Merge pull request #1322 from SpecLad:terse commit e1397f6c1f04846ca53e9ee98976c297d25146ad Merge: ceb522a a9e9ce8 Author: Roman Donchenko Date: Fri Aug 23 12:06:56 2013 +0400 Merge pull request #1324 from SpecLad:try-compile commit 66aa3255b9039600cb506d2cba68817b3268c9d0 Merge: 893e8b4 9c01a96 Author: Roman Donchenko Date: Fri Aug 23 12:06:16 2013 +0400 Merge pull request #1328 from SpecLad:zlib-update commit 723ba29660d1013c24bb0ed5302af41d3440a48c Author: Changlin Hsieh Date: Fri Aug 23 16:05:35 2013 +0800 Update cmake files by using CUDA_CUDA_LIBRARIES commit ceb522ad2f99f27c761fe04eca83c04e2d8c1a79 Merge: 20bf1aa 1086078 Author: Roman Donchenko Date: Fri Aug 23 12:04:32 2013 +0400 Merge pull request #1329 from SpecLad:msvc-werror commit 2519a219353a78c6286d915da5a5e8b47153b90f Author: peng xiao Date: Fri Aug 23 15:35:55 2013 +0800 Fix a potential bug of ParallelLoopBodyWrapper::operator(Range) On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler). This bug is found when running OpenCV's Retina tutorial on 32bit VS2010. commit 7685b983dbb5ac56378103983f1d416a96c98ea5 Author: Alexander Alekhin Date: Thu Aug 22 23:33:11 2013 +0400 OCL: tests: repair moments implementation in master branch, enable tests commit e2e604eb18b8bbe219f9a69d4b7dcf544cdb826a Author: Fedor Morozov Date: Thu Aug 22 21:13:50 2013 +0400 HDR writing bug fix commit 50288f13144fdf09b210cb4d0bd4056b49930761 Author: berak Date: Thu Aug 22 18:16:54 2013 +0200 rebased commits commit 926d6876d31149c425103264f16a4309c2a6a83b Author: berak Date: Tue Aug 20 10:56:57 2013 +0200 using VideoCapture instead of CvCapture* in cascade tutorial corrected constants, changed objdetection.cpp as well updated objDetection2.cpp as well fixed headers in objdetection2.cpp removed useles RNG fixed buildbot warnings (wow, i like that bot!) victim of the war on whitespace fixing buildbot warnings fixing last buildbot warning, heya . trying to rebase/squash commits commit 10860783efa388c3f2573e108b9a14ad91af3af7 Author: Roman Donchenko Date: Thu Aug 22 18:25:38 2013 +0400 Added warnings-as-errors support for MSVC. commit 9c01a96b14655ae043888564cf12e6c6bc41edbd Author: Roman Donchenko Date: Thu Aug 22 18:06:07 2013 +0400 Set minimal zlib version to 1.2.3. Rationale: 1.2.3 was a security update, and we should avoid using versions with known security vulnerabilities. commit 6fed0e85c22b71e1fa070d962447d34cae5e0269 Author: Roman Donchenko Date: Thu Aug 22 18:04:50 2013 +0400 Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR. They're not listed in the documentation for the FindZLIB module, so we shouldn't use them unless necessary. commit 797beef383f9533eb49f8b345e359fb744b78c81 Author: Roman Donchenko Date: Thu Aug 22 17:59:27 2013 +0400 Updated zlib to 1.2.8. commit 6c4ad9b597e6ca656d6c832f027f650663d1ecd5 Author: Ilya Lavrenov Date: Thu Aug 22 17:38:55 2013 +0400 fixer error with incorrect condition commit ec461a2ff0a3ebd3fb3ff33f1972062d1ab5ae0b Author: Ilya Lavrenov Date: Thu Aug 22 17:37:48 2013 +0400 added a test for ocl::norm commit b7b584984ec6ce34f326ec28d8f89e310cbed3c7 Author: Alexander Alekhin Date: Wed Aug 21 17:12:55 2013 +0400 OCL: tests: repair/disable failed tests in ocl module commit a9e9ce859e6ba6964aaddd5fd735ce05cfccd41c Author: Roman Donchenko Date: Thu Aug 22 15:46:13 2013 +0400 Fix errors in usages of try_compile * There's no OPENCV_BINARY_DIR variable; * No need to append CMakeFiles/CMakeTmp, as CMake does it for you; * Output variables are unused; * Wrong usage of CMAKE_FLAGS; * Small quoting and style issues. commit 880306f6d66ea185c8f3b6bef482997911137d85 Author: Roman Donchenko Date: Thu Aug 22 13:28:17 2013 +0400 Don't search for Git ourselves - CMake can handle it now. commit 20bf1aa24495f54627720f231e8e56f1e0d72e94 Merge: fe4c7ae 8aae54b Author: Roman Donchenko Date: Thu Aug 22 12:46:00 2013 +0400 Merge pull request #1321 from asmorkalov:winrt_mode_warn_fix commit e45526b9c059b0315e86b828471b45f96e13bbb9 Author: Roman Donchenko Date: Thu Aug 22 12:41:14 2013 +0400 Dropped the CMAKE_VERBOSE option. There's no reason for it to exist, since it just duplicates the CMAKE_VERBOSE_MAKEFILE variable. commit fe4c7ae4aeaf72bb460631572d987d79fc701dc6 Merge: 43aec5a de21495 Author: Roman Donchenko Date: Thu Aug 22 11:55:24 2013 +0400 Merge pull request #1317 from jet47:gpu-tvl1-optimization commit 43aec5ad4ad4460ad588d674263920df8c1ecb2e Merge: 9c60a2c 3c137f7 Author: Roman Donchenko Date: Thu Aug 22 11:49:43 2013 +0400 Merge pull request #1318 from SpecLad:wow commit 1e8194fd3ccf37bb894f4af410f1fc62ff2c8b23 Author: Jin Ma Date: Thu Aug 22 15:42:07 2013 +0800 Optimized mog and mog2, which have much better performance. commit 8aae54b7f4a3130ec49763db072f9a76fa91fc58 Author: Alexander Smorkalov Date: Wed Aug 21 23:59:27 2013 -0700 WindowsRT mode build warning fix. commit 9c60a2c24c77101ddc775034bf1e1954be308b94 Merge: ad7073b b15adde Author: Roman Donchenko Date: Wed Aug 21 19:24:25 2013 +0400 Merge pull request #1316 from asmorkalov:winrt_c4447_fix commit 3c137f7a0429e2c946417304d8a5595228984f59 Author: Roman Donchenko Date: Wed Aug 21 18:52:15 2013 +0400 Converted tabs to spaces. commit e9a28f66ee9d999a6127bae169925a646b51bfce Author: Roman Donchenko Date: Wed Aug 21 17:26:54 2013 +0400 Normalized file endings. commit f55740da70deb81ad3c80de26fc0cbf7f94e32ee Author: Roman Donchenko Date: Wed Aug 21 16:44:09 2013 +0400 Deleted all trailing whitespace. commit 0d8cb2e3197646cd40500dfceed5bf46a8961d1d Author: Roman Donchenko Date: Tue Aug 20 19:33:23 2013 +0400 Disabled whitespace checking for 3rdparty. commit 748201c3dc117e17fd2c406f93cd659d53149d9b Author: Roman Donchenko Date: Mon Jul 22 17:14:08 2013 +0400 Added more text/binary/whitespace attributes for files we have. commit ad7073bc224a1f483523197537fdc42e9f2f4a00 Merge: ebb6c84 9667a8a Author: Roman Donchenko Date: Wed Aug 21 18:34:47 2013 +0400 Merge pull request #1305 from SpecLad:perf-precomp commit ebb6c842f99de7666129d2758688b588e2d2d8db Merge: 1a7c2ee d62c985 Author: Roman Donchenko Date: Wed Aug 21 18:28:35 2013 +0400 Merge pull request #1295 from asmorkalov:winrt_ptr_usage_fix commit b15addec7066c055849214c544f0c2f02adc7184 Author: Alexander Smorkalov Date: Wed Aug 21 03:38:20 2013 -0700 C4447 warning about main function format suppressed. commit d62c98527a8634774ae49fbe3ff8f3776d5d7cd0 Author: Alexander Smorkalov Date: Mon Aug 19 01:25:53 2013 -0700 Invalid usage of cv::Ptr for arrays fixed. commit de214950c4777ba7995ac06818cafe692ef225a4 Author: Vladislav Vinogradov Date: Wed Aug 21 18:17:45 2013 +0400 minor gpu TVL1 optical flow optimization: don't calc diff term if it is not used for epsilon criterion commit 1a7c2eefb855c1070a6ae0a9273cfa97221dd5b6 Merge: 868e355 cb2985c Author: Roman Donchenko Date: Wed Aug 21 16:18:31 2013 +0400 Merge pull request #1306 from jet47:gpu-bitwize-fix commit 893e8b437127ced822f74cb053b573e2d3553b15 Merge: a1b633e 0bc6092 Author: Roman Donchenko Date: Wed Aug 21 16:06:27 2013 +0400 Merge pull request #942 from achalddave:patch-1 commit 32635a68348c6f742706d75682cfa6e52b95edc8 Author: Hanusz Leszek Date: Wed Aug 21 12:33:51 2013 +0200 using unsigned char instead of uint8_t to compile under windows commit 449b4d8a65fe7143d13fc844732f20099ffbd9e1 Author: zio dodo Date: Wed Aug 21 12:06:48 2013 +0200 Added the tutorial on background subtraction, in the video section commit 868e355e33756ec28e0dc9d4ca90a58f033e7df0 Merge: 84a9755 ea5dd74 Author: Roman Donchenko Date: Wed Aug 21 13:32:27 2013 +0400 Merge pull request #1269 from kdrobnyh:FindIPP-cmake-script commit 84a975559761e3a3ad9764e0610fe6c77a42110f Merge: 7831a2d d13ecd0 Author: Roman Donchenko Date: Wed Aug 21 13:25:26 2013 +0400 Merge pull request #1215 from jet47:cuda-5.5-sanity commit ea5dd74af1e2924be4c7776e1e80ccf211701054 Author: kdrobnyh Date: Wed Aug 14 13:33:17 2013 +0400 Add IPP 8.0 support in FindIPP script commit 7831a2d45cbdb7343d360b32078d0c33c1da2446 Merge: adc1dd2 2899d55 Author: Roman Donchenko Date: Wed Aug 21 11:56:29 2013 +0400 Merge pull request #1314 from jet47:ts-gpu-fix commit 9b20b513896ca59dc01b7637c6e558b05e1d69e3 Author: peng xiao Date: Wed Aug 21 14:23:10 2013 +0800 Fix build error on Mac commit 2899d558acfe861569ee5cb6766f56b82667701a Author: Vladislav Vinogradov Date: Wed Aug 21 10:12:44 2013 +0400 record cuda gpu name to output report commit b7ec673001731dd07789a2fdcce8f79c9134ac56 Author: Vladislav Vinogradov Date: Wed Aug 21 10:00:40 2013 +0400 added cvconfig.h header, because ts_perf.cpp uses HAVE_CUDA macros commit cf39ba5801d420f164f94c621e20d31e7939f15e Author: Hanusz Leszek Date: Mon Aug 19 19:05:37 2013 +0200 Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel Correct reading PNG color type palette with or without alpha imread flags -1 or 1 Better not using pnginfo.h, using png_get_tRNS instead commit 3cccded86ddfa3b85ab99a8d525c27b94556f23a Author: peng xiao Date: Wed Aug 21 11:18:02 2013 +0800 Fix build error when WITH_OPENCL is disabled. commit 6bc393676df8083595a3ebb773f3cf7b3b89205d Author: ozantonkal Date: Tue Aug 20 20:22:14 2013 +0200 cv::viz::get(window_name) implementation commit c37f091cc541576a6f2426d4bcc55c91b6b9d627 Author: ozantonkal Date: Tue Aug 20 18:18:01 2013 +0200 remove redundant statement commit a1b633e28e07345f72b3e243f227139d34eaaf9f Merge: beada19 cd2b744 Author: Roman Donchenko Date: Tue Aug 20 18:04:54 2013 +0400 Merge pull request #1298 from jet47:gpu-eliminate-doubles commit cb2985c52669bc91ce278c6acd4bcf23a52f757e Author: Vladislav Vinogradov Date: Tue Aug 20 16:28:45 2013 +0400 fixed gpu bitwize operation: incorrect types for template instantiation commit 9667a8a1aef0af79c9e42a0bd312b555806d6b0c Author: Roman Donchenko Date: Tue Aug 20 12:51:33 2013 +0400 Fix the name of perf tests' precompiled header. (cherry picked from commit aa96d8d053c3d0c367da7c1c1f9c73ed376b3bfa) commit beada19ad0cdbdaf36db613a0b0e7f82b1416e78 Merge: 0b270e2 aa96d8d Author: Roman Donchenko Date: Tue Aug 20 14:10:21 2013 +0400 Merge pull request #1297 from SpecLad:merge-2.4 commit aa96d8d053c3d0c367da7c1c1f9c73ed376b3bfa Author: Roman Donchenko Date: Tue Aug 20 12:51:33 2013 +0400 Fix the name of perf tests' precompiled header. commit adc1dd27990b339bc89418d39f3a016556373455 Merge: abf372d e37f7a4 Author: Roman Donchenko Date: Tue Aug 20 12:12:22 2013 +0400 Merge pull request #1301 from asmorkalov:java_video_capture_fix commit 669abd58bceb22ddc55bd011507bfc448e0f60e6 Author: ozantonkal Date: Mon Aug 19 20:09:47 2013 +0200 initial shared pointer implementation for Viz3d, singleton VizAccessor, cv::viz::get function initial implementation commit f76dd992994bbdff68bd6841ac7b5d2a2407f756 Merge: 473ca08 bed3512 Author: Roman Donchenko Date: Mon Aug 19 14:08:34 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: cmake/OpenCVModule.cmake doc/tutorials/calib3d/camera_calibration/camera_calibration.rst doc/tutorials/features2d/feature_detection/feature_detection.rst doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst doc/tutorials/features2d/feature_homography/feature_homography.rst modules/core/include/opencv2/core/operations.hpp modules/core/src/arithm.cpp modules/gpu/perf/perf_video.cpp modules/imgproc/include/opencv2/imgproc/imgproc.hpp modules/java/generator/gen_java.py modules/java/generator/src/cpp/VideoCapture.cpp modules/nonfree/src/opencl/surf.cl modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_haar.cpp modules/ocl/perf/perf_precomp.hpp modules/ocl/src/color.cpp modules/ocl/src/filtering.cpp modules/ocl/test/test_color.cpp modules/ocl/test/test_objdetect.cpp modules/python/src2/cv2.cpp samples/gpu/CMakeLists.txt samples/gpu/super_resolution.cpp commit e37f7a4c73cde25f19c9cc636afca79c8d32c8b0 Author: Alexander Smorkalov Date: Mon Aug 19 16:27:06 2013 +0400 Typo in Java generator fixed. Typo breaks debug build for Android platform. commit cd2b7448f4d84cbe84248805c1412972b01eb7e0 Author: Vladislav Vinogradov Date: Thu May 30 13:10:11 2013 +0400 eliminate unnecessary double arithmetics in CUDA commit c1de14c27ac555fe6e60fff1f3fd307a26e79a24 Author: kdrobnyh Date: Sat Aug 17 20:31:03 2013 +0400 Fix bilateralFilter function commit abf372d75921df4036d181e087beceda95380fb5 Author: Roman Donchenko Date: Mon Aug 19 15:00:36 2013 +0400 Fixed incorrect extension on 3rdparty/libpng/opencv-libpng.patch. commit 0b270e2b089b173129144cd662aa801288535035 Merge: 3fc1885 7bda699 Author: Roman Donchenko Date: Mon Aug 19 14:26:12 2013 +0400 Merge pull request #1296 from jet47:gpu-cvtcolor-fix-master commit 3fc1885f482e675ec68ca13925be39db47335234 Merge: 473ca08 9f33de7 Author: Roman Donchenko Date: Mon Aug 19 14:21:50 2013 +0400 Merge pull request #1294 from jet47:gpu-tests-fix commit 70fffa48e54f293c7c2f85c2be0887f0d9c620a7 Merge: bed3512 cfbd791 Author: Roman Donchenko Date: Mon Aug 19 14:14:22 2013 +0400 Merge pull request #1293 from jet47:gpu-cvtcolor-fix commit 7bda6992e584c75fd1bc569cdaac931385eb76c0 Author: Vladislav Vinogradov Date: Mon Aug 19 13:17:55 2013 +0400 fixed gpu BGR <-> YUV color conversion commit 9f33de7071b83c20088c163f3cfb594a80219b04 Author: Vladislav Vinogradov Date: Mon Aug 19 12:46:57 2013 +0400 added cvconfig.hpp header file to gpu tests it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses commit bed3512dd53e714e86436f5f64d801a4fd31e8b7 Merge: 449b99a c6858c3 Author: Roman Donchenko Date: Mon Aug 19 12:04:24 2013 +0400 Merge pull request #1288 from nghiaho12:haar commit 473ca0849d377e69eb54e85b30ff9208206cc72f Merge: 2349f7e 2304a56 Author: Roman Donchenko Date: Mon Aug 19 12:00:18 2013 +0400 Merge pull request #1285 from SpecLad:enum-compare commit cfbd791465dc03f5ed07c7287d91c4cdf671d49f Author: Vladislav Vinogradov Date: Mon Aug 19 11:56:58 2013 +0400 fixed gpu cvtColor for BGR <-> YUV commit e18651059dcad5e0faf83ec923b6278a2c853704 Merge: 1a24588 449b99a Author: kdrobnyh Date: Sat Aug 17 09:24:43 2013 -0700 Merge pull request #4 from Itseez/2.4 OpenCV changes commit 3c9f307193d39c5f76e6b28c972201ae77d8502e Author: kdrobnyh Date: Tue Aug 13 14:49:32 2013 +0400 macros -> template in IPP support cvtColor commit c6858c3fb0939e088237fbe8a0adc6c5dede0f43 Author: Nghia Ho Date: Sat Aug 17 20:32:13 2013 +1000 Buffer is accessed out of bounds. commit d36dbe6ad6ffb47d95647e1b75cda3e124ac4720 Merge: d194bb6 2349f7e Author: Nghia Ho Date: Sat Aug 17 20:07:37 2013 +1000 Merge https://github.com/Itseez/opencv commit 449b99a6d7c96a2e7758c0cf85c8814040236010 Merge: 7919bce 7d768d2 Author: Roman Donchenko Date: Fri Aug 16 19:59:26 2013 +0400 Merge pull request #1286 from SpecLad:optflow-sf-init commit 7919bcef708dc8521692a5aa26b2b1d81a03734c Merge: e8f8590 230bc03 Author: Roman Donchenko Date: Fri Aug 16 19:59:12 2013 +0400 Merge pull request #1277 from NCBee:2.4 commit 230bc03d97789683c70540b647a180fad3dfe4fa Author: Bahram Dahi Date: Fri Aug 16 08:14:32 2013 -0700 Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp commit e8f85903c5e4fb46638866deb44c6be49bf30c50 Merge: 5ca1b55 ddbeac5 Author: Roman Donchenko Date: Fri Aug 16 19:03:45 2013 +0400 Merge pull request #1280 from asmorkalov:winrt_detect_fix commit 2349f7ea89f77579c22cb1e6fddecf054e5f2061 Merge: 556028e 2530b58 Author: Roman Donchenko Date: Fri Aug 16 18:42:17 2013 +0400 Merge pull request #1257 from SpecLad:merge-2.4 commit ddbeac503cc4bc8cc8a6664b65c16f5bb8be49a6 Author: Alexander Smorkalov Date: Thu Aug 15 06:01:38 2013 -0700 WindowsRT availability check reorganized. Build script updated. commit 5ca1b559a8c63671da37c2494495ea1f3f718ce5 Merge: 47b3e78 8fb6b68 Author: Roman Donchenko Date: Fri Aug 16 16:07:41 2013 +0400 Merge pull request #1284 from melody-rain:superres_example_2 commit 7d768d2159525d93eb28889154ae4124ac8369f7 Author: Roman Donchenko Date: Fri Aug 16 14:43:18 2013 +0400 In calcOpticalFlowSF, fixed several uninitialized uses of matrices. This should fix that pesky test failure that pops up from time to time. I don't actually know if the default values should be zeros, but the tests pass, so... commit 2530b580a83e72f384ea7782217305d260203fbe Merge: 339dd98 556028e Author: Roman Donchenko Date: Fri Aug 16 14:14:12 2013 +0400 Merge branch 'master' into merge-2.4 Conflicts: modules/photo/doc/inpainting.rst commit 47b3e7855f330290974a6572fcd1b1b473adecb2 Merge: a3bbb3d 9af2c16 Author: Roman Donchenko Date: Fri Aug 16 14:05:39 2013 +0400 Merge pull request #1252 from asmorkalov:winrt_api_cert_highgui_fix commit a3bbb3dd3daef3023ba53541f500eebf475c8d24 Merge: 46fb737 a3dd134 Author: Roman Donchenko Date: Fri Aug 16 13:58:13 2013 +0400 Merge pull request #1279 from asmorkalov:ocv_opt_tabs commit 2304a561ca87d0ab3e1869cdc7dd1ffed4d462e8 Author: Roman Donchenko Date: Fri Aug 16 13:53:37 2013 +0400 Fixed a -Wenum-compare warning in cudev. commit 1bcd1fd3a2db3c8741e63ff976aab17ac87b23d8 Author: Jin Ma Date: Fri Aug 16 17:39:17 2013 +0800 Used perf_precomp.hpp instead of precomp.hpp for test. commit 46fb737bdcfe29e185d24e50afb6defb0b206089 Merge: ac8506d 4dff5b7 Author: Roman Donchenko Date: Fri Aug 16 12:52:47 2013 +0400 Merge pull request #1152 from StevenPuttemans:bugfix_2795 commit 8fb6b689c69992c8b83d9bd9e4d9a976fe4a8589 Author: Jin Ma Date: Fri Aug 16 16:30:40 2013 +0800 1. Added OpenCL version of superres to the sample. 2. Modified according to the feedback of the community. commit ac8506db3240dafd1ef7c3c579b84d9411edc35f Merge: 35cb59b fd77a49 Author: Roman Donchenko Date: Fri Aug 16 12:22:18 2013 +0400 Merge pull request #1210 from pengx17:2.4_ocl_surf_intel_fix commit a3dd13450cbb038abe004c21e20e54bce4d7e604 Author: Alexander Smorkalov Date: Thu Aug 15 00:01:40 2013 -0700 All optimized function tables wrapped to getters to change its initialization time. commit a3aa7966ae60a885ec9d337e7ec38268bb673bf8 Author: Jin Ma Date: Fri Aug 16 16:07:53 2013 +0800 Resolved compiling errors under Linux. commit 35cb59bb22202970808e517a8e7f77aa1f9567b5 Merge: 95143fd 5a9bd3f Author: Roman Donchenko Date: Fri Aug 16 12:05:12 2013 +0400 Merge pull request #1258 from apavlenko:java_video_capture commit 916b92bc3b323a5e73aae18cef4a9aebfda11035 Author: Jin Ma Date: Fri Aug 16 15:33:43 2013 +0800 Resolved a compiling warning under Windows. commit 8feaadc69f5467201913d06eff678588034d9dce Author: Jin Ma Date: Fri Aug 16 15:24:55 2013 +0800 Resolved a compiling error under Linux. commit 3fb0bf6e996b5aa7c094d055578a520e7764aa6f Author: Jin Ma Date: Fri Aug 16 14:19:46 2013 +0800 Added MOG and MOG2. commit 5a9bd3f080f3050a771b237ed5235436b301cca1 Author: Andrey Pavlenko Date: Thu Aug 15 23:49:32 2013 +0400 restoring binary compatibility commit 95143fdc13406cfaa058660b8db64fbda9628407 Merge: 73c5069 ab8c0fd Author: Roman Donchenko Date: Thu Aug 15 19:12:23 2013 +0400 Merge pull request #1275 from rdm12:bug_1922 commit 9af2c1661a8cfa44b3dabfe502d01f1a93a26636 Author: Alexander Smorkalov Date: Mon Aug 12 06:30:40 2013 -0700 Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch for libpng added. commit ab8c0fde522426ed41815cf36fee8aaaa20e0b25 Author: Dmitry Retinskiy Date: Thu Aug 15 16:18:01 2013 +0400 applied comments after review commit d194bb614345967b3a1f425c63b31e2c7682923b Merge: 2c9c418 556028e Author: Nghia Ho Date: Thu Aug 15 21:51:36 2013 +1000 Merge https://github.com/Itseez/opencv commit 73c5069f54258a45826e99b9086c39eb358395f8 Merge: 7b95bb2 21641d0 Author: Roman Donchenko Date: Thu Aug 15 12:05:01 2013 +0400 Merge pull request #1276 from nghiaho12:mushroom commit 556028eff500192f2d81d11d90b394b1003ddfe4 Merge: d09c89c ed29d91 Author: Roman Donchenko Date: Thu Aug 15 11:54:54 2013 +0400 Merge pull request #1253 from kamjagin:fixingCompilationOnOSX commit 83e21568ee1740fd69838f797fd2d8472e93c5f8 Author: Bahram Dahi Date: Wed Aug 14 15:54:13 2013 -0700 Minor bug fix, missing const in method signature commit 6cf9070b9a18ba5cb5e11137f49d04e44ee3f619 Author: Bahram Dahi Date: Wed Aug 14 15:08:34 2013 -0700 Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196 commit ed29d91d42b19fb61cc4ef12e061e131f23bc5d6 Author: kamjagin Date: Wed Aug 14 11:25:49 2013 +0200 adding std to cstdint typedef of uint32_t commit b595d73d6d4246a46e9950819f1dbdc1e2ef91ce Author: Miroslav Kobetski Date: Mon Aug 12 20:08:06 2013 +0200 defined uint for non-windows platforms too. replaced isnan for cvIsNaN. commit d09c89c63ec5f7fa47c4ec513250a4105c7c8656 Merge: 8e245f8 1b93ecf Author: Roman Donchenko Date: Wed Aug 14 19:03:44 2013 +0400 Merge pull request #1265 from abidrahmank:misc_docs2 commit 7b95bb20f7060090e5da620f3a0c780dd8b10810 Merge: 902aa30 69287c9 Author: Roman Donchenko Date: Wed Aug 14 18:50:26 2013 +0400 Merge pull request #1272 from kamjagin:fixingQTKitPublic2.4 commit 902aa309f8af4fbdcc70b201aa93133736237810 Merge: 6ae9870 4eb8518 Author: Roman Donchenko Date: Wed Aug 14 18:49:38 2013 +0400 Merge pull request #1270 from rdm12:bugfix_3094 commit f013baf73955fd176b0fdca549ce1c6a2722c213 Author: Dmitry Retinskiy Date: Wed Aug 14 17:08:58 2013 +0400 bug #1922: restored most of the class definitions in basic_structures.rst commit 21641d04a73aeb612aa614611595bc0fad165fc6 Author: Nghia Ho Date: Wed Aug 14 23:36:29 2013 +1000 Fixed mismatching allocation and deallocation: el_ptr commit 6ae9870de48f58439e7bcba7b722a2dc79514791 Merge: bcba3fc 124ede6 Author: Roman Donchenko Date: Wed Aug 14 17:27:17 2013 +0400 Merge pull request #1254 from pengx17:2.4_filter2d_ commit 8e245f8a3a2da74bf235b6c715348d1c599ea7a5 Merge: 7992402 4ac2db2 Author: Roman Donchenko Date: Wed Aug 14 17:25:01 2013 +0400 Merge pull request #1186 from SpecLad:dont-export-templates commit 2c9c4188ae8f08cc1a47e6025659c357bed3c963 Merge: 79965c9 7992402 Author: Nghia Ho Date: Wed Aug 14 22:38:39 2013 +1000 Merge https://github.com/Itseez/opencv commit 69287c936bb5c3a6d62169c72e48211a49efcd9f Author: kamjagin Date: Wed Aug 14 14:25:46 2013 +0200 missed # in if defined commit c24c1a5926c139ea1b5c48fda7e9332a69e00719 Author: kamjagin Date: Wed Aug 14 13:40:50 2013 +0200 added HAVE_QTKIT to tests commit 7ff07e94a3e66dfcea6bd6e290a07a41a2712098 Author: kamjagin Date: Wed Aug 14 13:33:47 2013 +0200 Fix for bug Bug #3215. Added HAVE_QTKIT as a separate mode from HAVE_QUICKTIME commit 4eb85189e547f6175ef0f626565ebf9ad51313de Author: Dmitry Retinskiy Date: Wed Aug 14 15:30:35 2013 +0400 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty commit 4943b0a73c0bb5c2befb2839b099636c74cef522 Merge: 1a24588 bcba3fc Author: kdrobnyh Date: Wed Aug 14 02:29:15 2013 -0700 Merge pull request #3 from Itseez/2.4 OpenCV changes commit 7992402ecf450c0f07c12275b4597298156aaacb Merge: 1835852 7b87d72 Author: Roman Donchenko Date: Wed Aug 14 13:26:23 2013 +0400 Merge pull request #1149 from jet47:generalized-hough-refactoring commit c1dd38cbff27957bba22571bdd62b0ece381b37b Author: Changlin Hsieh Date: Wed Aug 14 16:16:03 2013 +0800 Fix GPU example build failed with cuda 5.5 commit bcba3fc6b82b59b79137b67d2c373253102f239b Merge: e3d5089 96c1df1 Author: Roman Donchenko Date: Wed Aug 14 12:10:21 2013 +0400 Merge pull request #1263 from abidrahmank:pyCLAHE_24 commit e3d508902ed7d6b19736acaa843f6e985976332f Merge: ceacd75 89012e8 Author: Roman Donchenko Date: Wed Aug 14 12:08:58 2013 +0400 Merge pull request #1262 from StevenPuttemans:fix_surf_tutorial commit ceacd75ab1f072b1fd7b939524d994cb761f8879 Merge: 43c7a8a 2765f3f Author: Roman Donchenko Date: Wed Aug 14 12:07:25 2013 +0400 Merge pull request #1245 from rdm12:doc_tutorial_camera_calibration commit 18358521f24c4a326f0296d3689f65c7c2bb2327 Merge: 9962462 6dfd8f1 Author: Roman Donchenko Date: Wed Aug 14 12:00:33 2013 +0400 Merge pull request #1162 from jet47:cudev-integration commit 0bc609257d1b3e47162761e3e6034cd031358e79 Author: Achal Dave Date: Fri May 31 18:34:20 2013 -0600 Comparing rejected stage index with minimum required neighbors does not make sense As described here, http://code.opencv.org/issues/3064, the test before led to a case where we compared the index of the latest stage at which a rectangle was rejected with the minimum number of neighbors required as specified in `detectMultiScale`. Please see the issue for more information. commit 124ede611b89e0b24ba7ae251cc6f6b29de94829 Author: peng xiao Date: Wed Aug 14 10:00:09 2013 +0800 Update with apavlenko's suggestions. commit 1b93ecfae810cfcac2a7969f537cebb63d5721b5 Author: abidrahmank Date: Tue Aug 13 22:07:44 2013 +0530 docs changes commit 92d04d439e54e207cfbb1e046e3ac8780f43dc66 Merge: 9d283de fa1b96b Author: abidrahmank Date: Tue Aug 13 21:58:49 2013 +0530 docs changes commit 96c1df14f4724c9710e845f83b79d6b0f43dc2d6 Author: abidrahmank Date: Tue Aug 13 19:51:32 2013 +0530 CLAHE Python bindings commit 52f141a5ba9bb0a4e7d65023020e79e9d6974618 Merge: 54774f6 b69a97b Author: Anatoly Baksheev Date: Tue Aug 13 07:01:40 2013 -0700 Merge pull request #18 from ozantonkal/implementing_camera Implementing camera commit 43c7a8ae93b72eed0677eacf157ebf9e48f5722a Merge: fae7b20 2fb2ac8 Author: Roman Donchenko Date: Tue Aug 13 16:34:18 2013 +0400 Merge pull request #1259 from pengx17:2.4_fix_cvtcolor commit fae7b2081585725752c423daf566408345715437 Merge: 4fb8105 d302222 Author: Roman Donchenko Date: Tue Aug 13 16:33:54 2013 +0400 Merge pull request #1255 from SpecLad:no-cr commit 89012e8f6bb4654e0b0fac5065be9be94132868d Author: StevenPuttemans Date: Tue Aug 13 14:12:57 2013 +0200 Missing including of nonfree module to support the use of SURF detector/descriptor. commit 99624628a952afeafab3428f9f9f2ecafb5b5c2e Merge: 9d283de 77df8e5 Author: Roman Donchenko Date: Tue Aug 13 16:00:20 2013 +0400 Merge pull request #1260 from SpecLad:no-cr-master commit f3b1933a923a615a9f7bc6a5159182ca9cce25ba Author: Andrey Pavlenko Date: Tue Aug 13 15:51:37 2013 +0400 LinkedList -> ArrayList commit 79965c9ee9eade95623a028820c7c1a899919ba2 Author: Nghia Ho Date: Tue Aug 13 21:26:21 2013 +1000 Replaced isfinite() with cvIsInf and cvIsNan commit 339dd983eeaabbe897c5622a10cb1fe2cd1f5fcf Author: Roman Donchenko Date: Tue Aug 13 14:55:27 2013 +0400 Adjusted the camera calibration sample to master API. commit 723bc3cae971a4510553a72ac0eb5878a25c9963 Merge: 95ee02b 9d283de Author: Nghia Ho Date: Tue Aug 13 19:50:43 2013 +1000 Merge https://github.com/Itseez/opencv commit 4fb81052a88372051e8193a1fa6434dccbf3480e Merge: 390b67e 93f05fe Author: Roman Donchenko Date: Tue Aug 13 13:37:09 2013 +0400 Merge pull request #1256 from kamjagin:2.4 commit 77df8e574f5e7c485efcf63c1aaf52d4bae739bb Author: Roman Donchenko Date: Tue Aug 13 13:29:09 2013 +0400 Fixed CR line endings in non_linear_svms.rst. commit 4902db1c42a5ee268e661a9049eec306bae76b93 Author: Andrey Pavlenko Date: Tue Aug 13 13:18:01 2013 +0400 also fixing JNI library name in JUnit tests commit 2fb2ac88360f6f2c0dde2ea54e32d2d643b53360 Author: peng xiao Date: Tue Aug 13 17:17:07 2013 +0800 Apply bugfix #3121 for OCL. commit 6b5ac42a9b3e59661dd40e0f535ada951188876b Merge: d8c6e89 57c1e8f Author: Roman Donchenko Date: Tue Aug 13 12:56:39 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst modules/features2d/doc/common_interfaces_of_descriptor_extractors.rst modules/features2d/doc/object_categorization.rst modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst modules/gpu/doc/image_filtering.rst modules/gpu/doc/image_processing.rst modules/gpu/doc/video.rst modules/imgproc/doc/miscellaneous_transformations.rst modules/imgproc/doc/object_detection.rst modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst modules/imgproc/src/samplers.cpp modules/ml/doc/k_nearest_neighbors.rst modules/nonfree/doc/feature_detection.rst modules/ocl/include/opencv2/ocl/ocl.hpp modules/photo/doc/inpainting.rst modules/ts/include/opencv2/ts.hpp platforms/scripts/camera_build.conf samples/android/camera-calibration/AndroidManifest.xml commit 93f05fed35b40ae3fb215beb272eb90373b9fad3 Author: Miroslav Kobetski Date: Tue Aug 13 10:34:31 2013 +0200 Fixed elif/elseif error that made highgui-windows fail on mac+cocoa. commit 29eefe52bb6b927cf6cd2983d429964a4bbef4eb Author: peng xiao Date: Tue Aug 13 16:27:12 2013 +0800 Add OpenCL accelerated implementation for Retina. commit d4e098f40179dd3ddbe134bdfffb503b0d5dddae Author: Andrey Pavlenko Date: Tue Aug 13 12:04:36 2013 +0400 enabling of VideoCapture(String) [fixing issue #3207] - enable auto-wrap of VideoCapture; - minor refactoring of generated code templates. commit 9d283dea6327d383dcab3818da2c8880db6c242a Merge: d8c6e89 f4010ce Author: Roman Donchenko Date: Tue Aug 13 11:57:22 2013 +0400 Merge pull request #1250 from denzp:opencl_detection_unix commit 7fe840307485099948a312d5fe113556fd9f76e5 Author: peng xiao Date: Tue Aug 13 13:58:55 2013 +0800 Let ocl::filter2D support kernel size >= 3. commit f4010cef29671f39457c3a3261acc47635aa9b44 Author: Denis Zaryaev Date: Mon Aug 12 18:25:01 2013 +0300 properly set OpenCL lib search path commit d302222d8266c0c2b3f5cbe97617062e19174b82 Author: Roman Donchenko Date: Mon Aug 12 19:04:18 2013 +0400 Don't put \r into OPENCV_REFMAN_TOC. There's no need, since configure_file writes its output using native line endings, anyway. commit 390b67e5a06f23d9e5affab1dff02f25a9f7e439 Merge: dc06d47 fd05623 Author: Roman Donchenko Date: Mon Aug 12 18:56:34 2013 +0400 Merge pull request #1251 from StevenPuttemans:bugfix_3209 commit dc06d47f1cf3ba0e785e938ad45c1aa886e37682 Merge: 57c1e8f 4dc6327 Author: Roman Donchenko Date: Mon Aug 12 17:19:52 2013 +0400 Merge pull request #1241 from SpecLad:redundant-precomps commit d8c6e89a54df6c0db529431b4188e6cb8ff53d7a Merge: 19d8f4f afc6f79 Author: Roman Donchenko Date: Mon Aug 12 15:50:23 2013 +0400 Merge pull request #1238 from SpecLad:cmake-min-ver commit afc6f79038522244b8b1149a2cd8e979945f1ccd Author: Roman Donchenko Date: Mon Aug 12 15:38:58 2013 +0400 Inlined the getMD5 macro, which no longer saves us anything. commit 57c1e8f3334b80c091dbdf24e89c4f29472d3301 Merge: 504ebda fff91ee Author: Roman Donchenko Date: Mon Aug 12 14:47:48 2013 +0400 Merge pull request #1242 from asmorkalov:android_native_cam commit 504ebda7c4a0e628bd99bd7c42bbed62a590b397 Merge: 98cd04c d067749 Author: Roman Donchenko Date: Mon Aug 12 14:33:29 2013 +0400 Merge pull request #1235 from WonderRico:bugfix_dshow commit 086db9d6db73956be2ee18b8a552a9179da6b6fd Author: kocheganovvm Date: Sat Aug 10 21:02:09 2013 +0400 Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison There's some disagreement about the correct formula. has its supporters, however, for texture analysis, the newly introduced formula became standard. The commit enables both uses without breaking backward compatibility. First contributor of this commit was sperrholz. commit fd056235d39655ad6100d686f7e3abe5681179ef Author: StevenPuttemans Date: Mon Aug 12 11:44:38 2013 +0200 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) commit d067749c217f3b60688fa191024231f31f8b0f42 Author: WonderRico Date: Mon Aug 12 11:19:53 2013 +0200 fix _index / index commit 19d8f4f8dd7093a80681f1b81128e989950514e5 Merge: 04c86f2 1a42dd9 Author: Roman Donchenko Date: Mon Aug 12 12:21:36 2013 +0400 Merge pull request #1247 from StevenPuttemans:bugfix_3205 commit 98cd04c1919bc7185d8bf950176862b6ac213b1d Merge: 314f3d8 7da5fa0 Author: Roman Donchenko Date: Mon Aug 12 12:06:30 2013 +0400 Merge pull request #1163 from kdrobnyh:Morphology commit 1a42dd905caca03763b3a986dfbb8900af391bb5 Author: StevenPuttemans Date: Fri Aug 9 11:54:16 2013 +0200 Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 commit 314f3d84e1119697f19a2b31ce41336ca1314b70 Merge: 8d39350 d11746e Author: Roman Donchenko Date: Mon Aug 12 11:57:39 2013 +0400 Merge pull request #1246 from StevenPuttemans:bugfix_3206 commit d11746e56d46dc3679df5871aef6c1da5f8d0f99 Author: StevenPuttemans Date: Fri Aug 9 11:46:46 2013 +0200 Added fix mentioned in bug #3206 VideoWriter memory leak solved. commit b69a97bef356ee2f0e431753a5163e7dc5ba8029 Author: ozantonkal Date: Mon Aug 12 09:07:50 2013 +0200 access focal length and principal point in camera commit ef2c1e1a243edefe687765a83b4478f550cf7abc Author: hbristow Date: Mon Aug 12 11:38:59 2013 +1000 Changed bad cast in MxArray commit 129f315f7c0b204640010b20196da2afc9cb4c87 Author: Denis Zaryaev Date: Sun Aug 11 21:05:30 2013 +0300 bugfix for OpenCL detection with Intel OpenCL SDK 1.2 on linux (Bug #3140) commit fb41d7bf4e2389959f905f252d91e877043b4f6d Author: hbristow Date: Mon Aug 12 00:52:27 2013 +1000 Commenting spree no.2 commit bfa88384c7c2586bf2035bd05399106abe40765c Author: hbristow Date: Sun Aug 11 16:12:05 2013 +1000 Updated documentation commit e63369fe64c96f70b34af22502e41343cfc27e27 Author: hbristow Date: Sun Aug 11 15:14:09 2013 +1000 Updated nest list in markdown commit 1e78a187db1fb3a36ef1fd6371aa20238282320e Author: hbristow Date: Sun Aug 11 14:49:33 2013 +1000 Updated nest list in markdown commit 7786ed7bcbeca368efa3a4335da43ff0afe3b88f Author: hbristow Date: Sun Aug 11 14:48:29 2013 +1000 Updated nest list in markdown commit a269e3216eb11f325cea774b4f316e23a868b113 Author: hbristow Date: Sun Aug 11 14:46:28 2013 +1000 Updated nest list in markdown commit 542c88c60b1bcaa15d700ae73711b7b130f10f62 Author: hbristow Date: Sun Aug 11 14:44:25 2013 +1000 Updated nest list in markdown commit 5ed9365bac89e8a26689b79450559470445f9816 Author: hbristow Date: Sun Aug 11 14:43:15 2013 +1000 Updated nest list in markdown commit 115a1471aeb1f0308d6a784fca983ec64dc379ba Author: hbristow Date: Sun Aug 11 14:42:30 2013 +1000 Updated nest list in markdown commit 6f811f5cb31a3bb6872b5572946b1da0008ff5c9 Author: hbristow Date: Sun Aug 11 14:36:50 2013 +1000 Documentation spree no.1 commit a0483873764f43de4e5a54f96870d08340307bcd Author: WonderRico Date: Fri Aug 9 16:13:40 2013 +0200 fix formating commit 8d39350b4df47fc2e0be13ac6cae8f28e39394eb Merge: 167abf0 65c5c4d Author: Roman Donchenko Date: Fri Aug 9 17:45:21 2013 +0400 Merge pull request #1239 from Daniil-Osokin:fix_build_of_camera_calibration_android_sample commit fff91eef0bd301e791173259ccf884c23397c956 Author: Alexander Smorkalov Date: Sun Aug 4 20:19:33 2013 +0400 Native camera libraries updated. Android 4.3 support added; ANY camera index support fixed; applyProperties now uses camera->reconnect() instead close/connect for Android 4.x. commit 4a1573de9b779d343cdba3668720a2470d990de9 Author: ozantonkal Date: Fri Aug 9 10:39:30 2013 +0200 principal point is always set even though the intrinsic parameters are not given (center of window), fixed computation mistakes in setWindowSize in camera class commit 167abf0dae14d0d74fccc860d922f21c389d9bdc Merge: 79b6f68 e4b201b Author: Roman Donchenko Date: Fri Aug 9 11:49:27 2013 +0400 Merge pull request #1244 from vkocheganov:bugfix_3179 commit 2765f3f7ada0ff6eff0b7b850509079df5cafeb5 Author: Dmitry Retinskiy Date: Fri Aug 9 10:32:34 2013 +0400 Minor language corrections in the tutorial document commit 7aaefd4dce62f0c2d79a2f60da796326011065fb Author: hbristow Date: Fri Aug 9 15:15:08 2013 +1000 Improved escaped character formatting in docs commit e4b201be25ff92e930b979098e94a89368677313 Author: kocheganovvm Date: Tue Aug 6 10:38:04 2013 +0400 Fix unsequenced modifications (Bug #3179). commit 4dc63273f0112d03ba6e663e6420d9e251960927 Author: Roman Donchenko Date: Thu Aug 8 18:18:54 2013 +0400 Renamed ocl tests' precomp files according to convention. Also, added the missing include guard to perf_precomp.hpp. This should fix the build. commit 6d7f29a03a77fe5ef77bd3662195418d88746959 Author: Roman Donchenko Date: Thu Aug 8 16:23:20 2013 +0400 Made it so that a dummy .cpp is actually created when compiling with VC++. commit bb057491eae3ca3b1e39b2d4892f95c0fb06b27e Author: ozantonkal Date: Thu Aug 8 12:14:27 2013 +0200 create camera from projection matrix (used for getCamera in viz) commit d9f71b762fc6bc37b35c542cdeae472e236c7f94 Author: Roman Donchenko Date: Thu Aug 8 12:41:48 2013 +0400 Deleted almost all of the precomp.cpp files. Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time. commit 7da5fa01d43bf1ab5c18ed70a84af0ce38124471 Author: kdrobnyh Date: Thu Aug 8 12:30:28 2013 +0400 Removed extra {} in erosion and dilation functions commit e57407849a94fcdde0a500feed0d5e73e9adbd3e Author: Roman Donchenko Date: Wed Aug 7 14:45:44 2013 +0400 Removed obsolete CMake workaround. commit 36874300c83b5ba06db27805bce764d15c4aaf8e Author: Roman Donchenko Date: Mon Jul 22 14:39:56 2013 +0400 Removed CMakeParseArguments.cmake, which we don't use. It's part of CMake nowadays, too. commit a23abef9bd241cc7383dce8dae8a8b592ddf137c Author: Roman Donchenko Date: Mon Jul 22 14:37:22 2013 +0400 Removed OpenCVFindPkgConfig.cmake, since it's bundled with CMake now. In fact, I don't think we actually use it... but I kept the include, just in case. commit 656416d174805c9dd33172b9060d7b4dc080aacf Author: Roman Donchenko Date: Mon Jul 22 13:58:39 2013 +0400 Dropped OpenCVConfig.cmake - we don't use it anymore. commit 168e2a4ccb1a6fdcddaa5337a415aba2f347f59b Author: Roman Donchenko Date: Mon Jul 22 13:55:49 2013 +0400 Removed CMake version checks that we don't need anymore. commit a87756e9b393ecd6d4072eddda4bb158e5494fb9 Author: Roman Donchenko Date: Mon Jul 22 13:29:07 2013 +0400 Bumped minimal CMake version to 2.8.7. commit 79b6f68f5438793bfd9458397053b87fbe915219 Merge: 1c55096 d553997 Author: Roman Donchenko Date: Thu Aug 8 12:00:52 2013 +0400 Merge pull request #1233 from vpisarev:24_ipp_78 commit 65c5c4df70d482b6a8db84d8aac7bc0d9831125f Author: Daniil Osokin Date: Thu Aug 8 09:31:25 2013 +0400 Fixed build of camera calibration android sample commit a659562c369920d856d67af1f91f84041163ea32 Author: hbristow Date: Thu Aug 8 05:26:56 2013 +1000 Changed command-line separator from module:file to module=file so that it works cross-platform commit 3bf41c28328e579a823e5c474e7bd4ffb8447678 Author: hbristow Date: Thu Aug 8 04:46:45 2013 +1000 Formatted URLs in the documentation so that they are redirected to the system browser instead of the builtin Matlab browser commit d5539975d799962a434c3240b3a752aa6e05187d Author: Vadim Pisarevsky Date: Wed Aug 7 22:34:29 2013 +0400 polished the patch commit fad7b35b9add31f453c2da657d9fe91830d5d529 Author: hbristow Date: Thu Aug 8 03:51:44 2013 +1000 Updated documentation formatting commit 1c55096c0198a3532407fb95918a3cae2a0fff8f Merge: 92c823f ed76b2f Author: Andrey Pavlenko Date: Wed Aug 7 21:05:42 2013 +0400 Merge pull request #1232 from StevenPuttemans:fix_wrong_documentation commit 059d63cceb171c0384e68300fb82f83418c9fa7f Author: hbristow Date: Thu Aug 8 02:42:17 2013 +1000 Added diagnostic/build information function commit 95ee02ba8e7d35c578fbce2d4e3d7b19d0b2eca3 Author: Nghia Ho Date: Thu Aug 8 01:33:21 2013 +1000 Added extra comment to test buildbot commit 71dc5f8291af1272349e188d8e83f96ae79560fd Author: ozantonkal Date: Wed Aug 7 16:20:23 2013 +0200 simulate real cameras by working around vtkUserTransform to set projection matrix commit 422b967e9ae802cc0b4aefcabe78a9568a71754b Author: ozantonkal Date: Wed Aug 7 15:52:24 2013 +0200 fix computeProjectionMatrix in Camera class, also check if there is principal point defined commit ed76b2f98f12b22493cf1e93ed648c42fc449444 Author: StevenPuttemans Date: Tue Aug 6 16:24:09 2013 +0200 Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong ReST directive was used. Also fixed some other ReST directives that were not correct and removed some warnings during buildbot checks. commit 92c823f82fce79049c03c567c0fc8e8610406618 Merge: 95bdd4b e23f313 Author: Roman Donchenko Date: Wed Aug 7 15:21:34 2013 +0400 Merge pull request #1237 from SpecLad:xls-separate-wh commit a495bbb967926f10411949707a9a4f3bda99da44 Author: Roman Donchenko Date: Mon Jul 22 12:59:56 2013 +0400 Added a new file for recording minimal dependency versions. commit e23f31311de27a8b14a408d3c31efef42bb74386 Author: Roman Donchenko Date: Wed Aug 7 13:43:03 2013 +0400 xls-report.py: separated image width and height for easier analysis. commit f705020348f950f4ff9387d6c452b140ee2c7ded Author: hbristow Date: Wed Aug 7 19:28:58 2013 +1000 Linked online documentation now opens a browser window to the exact function reference using div tags commit 95bdd4b6709edae6ccdb2ee4570c3e5b9fb3a474 Merge: a7da129 8b90cb3 Author: Roman Donchenko Date: Wed Aug 7 11:41:23 2013 +0400 Merge pull request #1189 from pengx17:2.4_sort_by_key commit 5335489daab048e0869ac81680941137c7d56618 Author: ozantonkal Date: Wed Aug 7 09:28:39 2013 +0200 viz getWindowSize, setWindowSize commit 19082e0504917122158af87679315f450f19ca02 Author: Fedor Morozov Date: Wed Aug 7 11:15:41 2013 +0400 Documentation update commit 5aaed77cbc98eb23e3df297fb31295a3808ceee5 Author: peng xiao Date: Wed Aug 7 14:36:24 2013 +0800 Fix a bug of retinaParameters. When colorMode is set to 0 via Retina::_init method, _retinaParameters's colorMode variable is not correctly assigned. commit 3483bf14b9012b59325537b9e1c72686c16b2a2c Author: hbristow Date: Wed Aug 7 16:34:30 2013 +1000 Added auto-generated docs to all OpenCV functions commit 18e7aa5d195b210a74628c10f10b0841471e59b2 Author: Nghia Date: Wed Aug 7 14:57:12 2013 +1000 Update intersection.cpp Added #ifdef _WIN32 for finite number testing commit 04c86f28b11932905d17313f65695469bdf761c8 Merge: ab4fe8d e9b9a6f Author: Andrey Pavlenko Date: Tue Aug 6 21:01:40 2013 +0400 Merge pull request #1228 from vkocheganov:bug_3191 commit a7da129984896c9672a012d2349e6d124b8aa611 Merge: e0659a5 6af10a2 Author: Andrey Pavlenko Date: Tue Aug 6 20:54:51 2013 +0400 Merge pull request #1187 from kdrobnyh:mean_and_sum commit ab4fe8dd2c51e4ae131f100146043ab7e6c39998 Merge: 4c03afe 48a6edb Author: Andrey Pavlenko Date: Tue Aug 6 20:54:29 2013 +0400 Merge pull request #1230 from SpecLad:merge-2.4 commit e0659a5967216a290ee9e2a1a22217e5e588bda4 Merge: 2911b12 1314588 Author: Andrey Pavlenko Date: Tue Aug 6 20:53:43 2013 +0400 Merge pull request #1231 from SpecLad:static-ts commit 7e7fb0b75dde77291cf7ccb7a061063d1c9cb495 Author: WonderRico Date: Tue Aug 6 18:35:49 2013 +0200 Bug #3201 fix commit faeb0aa92a0d582effbd6faa335b3d8661eb3084 Author: hbristow Date: Wed Aug 7 01:41:10 2013 +1000 Now using python ArgumentParser to parse command line arguments in preparation for adding doc generation commit c5ffd1fdea10b9f6bab56b4a146bc0f842344b65 Author: hbristow Date: Wed Aug 7 01:10:51 2013 +1000 Updated main Matlab help string commit 5dd598fc6d00bf66fe6151bb686515f1a866ce7d Author: Roman Donchenko Date: Tue Aug 6 18:56:36 2013 +0400 Fix building the iOS framework after I dropped the VERSION macro. This version uses CMake to generate Info.plist, which should be more reliable than the old approach. commit 10fde1ca5c855d9eec42de8546d0549592fff0e4 Author: Vadim Pisarevsky Date: Tue Aug 6 18:31:06 2013 +0400 disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) commit 7ef3be34296b453e819c71e5d070960a14d20b24 Author: hbristow Date: Wed Aug 7 00:14:13 2013 +1000 By default, all function now export at least one return value back into the Matlab workspace, even if none are requested. This is in line with Matlab's calling convention, where functions called without an lvalue or a semicolon have their first output printed to the terminal commit 3725c1fb4cc5ddaa7a80befe2ffc0f4d9acc092a Author: Fedor Morozov Date: Tue Aug 6 18:13:34 2013 +0400 Documentation updates commit 48a6edbdfe48fb5fcf0431aaa0c1dbed34d71993 Author: Roman Donchenko Date: Tue Aug 6 17:06:13 2013 +0400 Fixed compilation errors. commit 8bed7bb5f9215eca621aed05cbf1dfa48743a50f Author: Roman Donchenko Date: Tue Aug 6 15:38:19 2013 +0400 Fixed documentation errors. commit 2f780ed994b958db70d6ef46ac9dbbe2e7bf3005 Author: Roman Donchenko Date: Tue Aug 6 15:22:46 2013 +0400 Fix whitespace errors. commit 131458847bbf2fe971c6b5e40a8b59d0d48b0d0c Author: Roman Donchenko Date: Tue Aug 6 17:56:25 2013 +0400 Make ts always static. This allows us to forget about the GTEST_(CREATE|LINKED_AS)_SHARED_LIBRARY macros and to get rid of the dependency on cvconfig.h. commit e914fc247111afec7946546f8a3701f3c010cf1c Merge: 4a4c519 3c21871 Author: Fedor Morozov Date: Tue Aug 6 17:49:29 2013 +0400 Merge branch 'master' of https://github.com/f-morozov/opencv commit 4a4c5190f0a01f7433c5bfa8d59effcb0cebeed8 Author: Fedor Morozov Date: Tue Aug 6 17:49:02 2013 +0400 Documentation updates commit 3c218717a98658995ccdccdb869cc6e8bd33c4bc Merge: c4fb0e9 bef8d81 Author: Alexander Shishkov Date: Tue Aug 6 15:41:39 2013 +0400 Merge branch 'master' of https://github.com/f-morozov/opencv commit c4fb0e9dbb44d7d56ced0db495808d0cd48b90d4 Author: Alexander Shishkov Date: Tue Aug 6 15:41:32 2013 +0400 few changes for compilation commit bef8d8192ed323bd12535216f27f39d3d2feddc2 Author: Fedor Morozov Date: Tue Aug 6 15:24:01 2013 +0400 Minor fixes, new MergeDebevec commit 8f92973b8c9046f77bacbf3d7227761e51c3bc17 Author: hbristow Date: Tue Aug 6 21:16:38 2013 +1000 Started documentation skeleton commit 2911b1214595f67af84c4db256a9f1b0e192e138 Merge: b2d1d87 b84b8db Author: Roman Donchenko Date: Tue Aug 6 14:31:14 2013 +0400 Merge pull request #1216 from alekcac:sphinx commit b84b8db2774f8709f30553c2e882ce33fa2ad62f Author: Alexander Shishkov Date: Tue Aug 6 14:28:07 2013 +0400 Removed useless .* commit dcaf9235176f8e972d2b1c6c4e685d8d017a3c7b Merge: 4c03afe b2d1d87 Author: Roman Donchenko Date: Tue Aug 6 13:56:49 2013 +0400 Merge remote-tracking branch 'origin/2.4' Conflicts: 3rdparty/ffmpeg/ffmpeg_version.cmake cmake/OpenCVFindLibsGrfmt.cmake cmake/templates/cvconfig.h.cmake modules/bioinspired/doc/retina/index.rst modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst modules/calib3d/src/precomp.hpp modules/contrib/src/inputoutput.cpp modules/contrib/src/precomp.hpp modules/core/include/opencv2/core/internal.hpp modules/core/include/opencv2/core/types_c.h modules/core/src/drawing.cpp modules/core/src/precomp.hpp modules/core/src/system.cpp modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst modules/features2d/doc/common_interfaces_of_feature_detectors.rst modules/features2d/include/opencv2/features2d/features2d.hpp modules/features2d/src/precomp.hpp modules/flann/src/precomp.hpp modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst modules/gpu/doc/image_filtering.rst modules/gpu/doc/image_processing.rst modules/gpu/doc/video.rst modules/gpu/perf/perf_imgproc.cpp modules/gpu/perf4au/main.cpp modules/gpu/src/imgproc.cpp modules/gpu/src/precomp.hpp modules/gpu/test/test_imgproc.cpp modules/highgui/CMakeLists.txt modules/highgui/test/test_precomp.hpp modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst modules/imgproc/src/precomp.hpp modules/java/generator/src/cpp/Mat.cpp modules/legacy/src/precomp.hpp modules/ml/doc/k_nearest_neighbors.rst modules/ml/src/precomp.hpp modules/nonfree/doc/feature_detection.rst modules/nonfree/src/precomp.hpp modules/objdetect/include/opencv2/objdetect/objdetect.hpp modules/objdetect/src/cascadedetect.cpp modules/objdetect/src/hog.cpp modules/objdetect/src/precomp.hpp modules/objdetect/test/test_latentsvmdetector.cpp modules/ocl/src/hog.cpp modules/ocl/src/opencl/objdetect_hog.cl modules/ocl/src/precomp.hpp modules/photo/src/precomp.hpp modules/stitching/src/precomp.hpp modules/superres/perf/perf_precomp.hpp modules/superres/src/optical_flow.cpp modules/superres/src/precomp.hpp modules/superres/test/test_precomp.hpp modules/ts/include/opencv2/ts.hpp modules/video/src/precomp.hpp modules/videostab/src/precomp.hpp modules/world/src/precomp.hpp commit e9b9a6fc038fc243e2debcc1dabd0d0745ff39d6 Author: kocheganovvm Date: Tue Aug 6 08:08:13 2013 +0400 Fix unsequenced assignment (Bug #3191). commit b6544135673e119a5c81628ea6cf576306405238 Author: hbristow Date: Tue Aug 6 13:01:57 2013 +1000 Added mixed-precision check when attempting to link to an OpenCV version with different bitness. Bindings now compiling and linking on my Windows 7 VM with VS2012 and Matlab R2013a commit 731a931c0ce71a868bbe2c6ec1979cb6af12610e Author: ozantonkal Date: Mon Aug 5 19:35:20 2013 +0200 field of views are in radians commit 32985aa7248bf99c19dcae53da7057d823c6e2aa Author: ozantonkal Date: Mon Aug 5 19:22:43 2013 +0200 fix camera constructor, add tentative KinectCamera method commit 9c20e77013312ce43fb959c1054b9f27cb866d3c Author: ozantonkal Date: Mon Aug 5 18:39:36 2013 +0200 fix conversion functions to use appropriate vtk function commit 4c0f7f9e5948ad67c0d0ed3d57542d2e7a6d3ff3 Author: Fedor Morozov Date: Mon Aug 5 20:35:48 2013 +0400 Tonemapping documentation update commit cb999a231ed4aa0e35b5a815959ed0246dca9eb7 Merge: 17609b9 6df203c Author: Fedor Morozov Date: Mon Aug 5 19:31:10 2013 +0400 Mantiuk's tonemapping commit 17609b90c742b49f6e2592eeedf61eb364ed85f8 Author: Fedor Morozov Date: Mon Aug 5 19:22:42 2013 +0400 Mantiuk's tonemapping commit 48aac747cafd3aca44fc1fd4f0b6e5f072bb9879 Author: hbristow Date: Tue Aug 6 00:40:57 2013 +1000 removed pkg_resources (setuptools) dependency from jinja. Matlab module now has no python dependencies beyond the core python libs commit f8ad3c02049e9f316928c67ad7eb8556f070209c Author: ozantonkal Date: Mon Aug 5 16:06:02 2013 +0200 fix field of view computation in setWindowSize commit 119d97f1f638f6f757dd66f23ceead10888730de Author: ozantonkal Date: Mon Aug 5 15:37:08 2013 +0200 remove old camera, rename new camera commit f060eee5a5d5e190b7ee5527d8a5ab42efd5f17f Author: ozantonkal Date: Mon Aug 5 15:10:17 2013 +0200 fix window_size setter, remove camera related old methods from viz3d commit 439ba98e0a14a0f382e58720f5601854e3c1330a Author: ozantonkal Date: Mon Aug 5 13:01:21 2013 +0200 initial implementation of projection matrix, 3D to window coordinates, window coordinates to 3D ray (not yet tested) commit b2d1d87ed13e334de90b64e89d4229d6e1f8276b Merge: 4fb2e9a a068918 Author: Roman Donchenko Date: Mon Aug 5 12:58:37 2013 +0400 Merge pull request #1225 from apavlenko:fix_format_security commit 4fb2e9a85ac45cef4b6eea3da301d50dad974b92 Merge: d92b638 1d571b1 Author: Roman Donchenko Date: Mon Aug 5 12:52:15 2013 +0400 Merge pull request #1196 from rdm12:bugfix_3121_cvtcolor commit d92b638768fcbf69c1fd840057703acb64445811 Merge: 6483754 7b0734c Author: Roman Donchenko Date: Mon Aug 5 12:38:18 2013 +0400 Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly commit 7b0734caf94b0af4c56250903014ce20aa7552e0 Author: Andrey Pavlenko Date: Mon Aug 5 11:45:17 2013 +0400 fixing java test after fix in OpenCV library commit d00f4e267b6c1de56f516bfbe1186f38bdfe5395 Author: hbristow Date: Mon Aug 5 17:37:48 2013 +1000 Added Windows dll versioning and Debug library postfix checks. Dependent libraries now being found by linker :) commit a06891851d8e99d0bbf3dfef602b94b5e24b474d Author: Andrey Pavlenko Date: Mon Aug 5 11:11:54 2013 +0400 fixing compilation with `-Werror=format-security` enabled commit 4c03afe0064d6619a1aa2f89ad59412218fa352f Merge: 8a3aa1f dcb049d Author: Andrey Pavlenko Date: Mon Aug 5 10:54:43 2013 +0400 Merge pull request #1079 from AlexeySpizhevoy:master commit 64837548609899fc58bcd0d5675651b048ba05de Merge: af8a03e aada5f7 Author: Andrey Pavlenko Date: Mon Aug 5 10:26:38 2013 +0400 Merge pull request #1220 from asmorkalov:msmf_sizet_fix commit 8a3aa1f5b62bb062bd8ffdab4a26187e2889e8a8 Merge: 487ff4f ebd413c Author: Andrey Pavlenko Date: Mon Aug 5 10:26:23 2013 +0400 Merge pull request #1221 from philippefoubert:branch_cmake_cmp0004 commit af8a03e17ff2c206cd473b344dd9a45732a49177 Merge: a2ff1b0 9c04db5 Author: Andrey Pavlenko Date: Mon Aug 5 10:20:24 2013 +0400 Merge pull request #1222 from philippefoubert:branch_2.4_pvapi commit 487ff4f3aa228ff7505cbb56662c7802dc9b692b Merge: 4ed9b1c 7737375 Author: Andrey Pavlenko Date: Mon Aug 5 10:19:59 2013 +0400 Merge pull request #1151 from jet47:gpubgsegm-refactoring commit ecb506842b02d1fc492453aa363cf9b05cf8c722 Author: hbristow Date: Mon Aug 5 14:49:12 2013 +1000 Added Windows-specific configuration lookup for linker paths commit ff85575b28923f55e12aa61bc9668f84a3608682 Author: Mathieu Barnachon Date: Mon Aug 5 12:06:55 2013 +1200 Adding read/write functions to PCA class. Update PCA test. commit ebd413c69693cfdd9197a0ebf6514bd4b4fbf46f Author: Philippe FOUBERT Date: Sun Aug 4 20:52:49 2013 +0200 Solve the problem seen when using recent versions of CMake (such as 2.8.11): OpenCVConfig.cmake violates the policy CMP0004. Symptoms: CMake Error at CMakeLists.txt:10 (add_executable): Target "my_app" links to item "C:/Program Files " which has leading or trailing whitespace. This is now an error according to policy CMP0004. This problem occurs when building on Windows when we depend on libraries located (for example) in "C:\Program Files (x86)..." commit aada5f78443d1879e8ea5a0087cf3c288deecd07 Author: Alexander Smorkalov Date: Sun Aug 4 22:34:36 2013 +0400 Difference in method definition and declaration fixed (Bug #3189). commit a2ff1b07b3730874c0ad7ac4661184ecff9141e2 Merge: ee8687b 2243118 Author: Andrey Pavlenko Date: Sun Aug 4 21:59:05 2013 +0400 Merge pull request #1219 from asmorkalov:winrt_neon commit 2243118fc039288a2a4aaa6972b63c84b6b29ae1 Author: Alexander Smorkalov Date: Sun Aug 4 08:47:42 2013 -0700 NEON instruction set enabled for WIN32 on ARM by default. commit 0bb89e767a8f40f6a14683fd0288d8739a18d297 Author: ozantonkal Date: Sun Aug 4 17:01:41 2013 +0200 fix field of view formula in camera class, implement get camera commit dfda79e673aad8871e7efc8df9361f20825dbeb0 Author: hbristow Date: Mon Aug 5 00:44:38 2013 +1000 Added passthrough of CXX FLAGS to mex compiler commit f445f76213be9337077cf78bc790ba39b2c452fc Author: ozantonkal Date: Sat Aug 3 16:33:11 2013 +0200 initial setCamera implementation commit 4953786de1e1c21b43bbda79155177368bd1853d Author: ozantonkal Date: Sat Aug 3 15:42:10 2013 +0200 remove boost include (caused by Kdevelop autocomplete) commit e4e9ed876f2170409e74bd7dbca33dc3cca72413 Author: ozantonkal Date: Sat Aug 3 15:40:36 2013 +0200 spheres trajectory widget implementation commit a76cc9ef88a3876da371faa4224281ccff6cf1e9 Author: ozantonkal Date: Fri Aug 2 16:33:30 2013 +0200 initial camera implementation (camera2), fix bug (zeros method) commit 8fa6b6a6ef4ed9d49c1a3f00de7f38f724a6038e Author: ozantonkal Date: Thu Aug 1 15:22:35 2013 +0200 initial setViewerPose implementation commit 6df203c4491cca10c56550b02b8a82837cab4587 Author: Alexander Shishkov Date: Sat Aug 3 01:45:20 2013 +0400 Fixes for Linux compilation, small changes commit afd7429cbd08f7857e75ef7a141fba349076617a Author: Alexander Shishkov Date: Sat Aug 3 00:17:40 2013 +0400 Update OpenCVDetectPython.cmake On my MacOS the output of the sphinx-build binary is the following: Error: Insufficient arguments. Sphinx v1.2b1 Usage: /usr/local/bin/sphinx-build [options] sourcedir outdir [filenames...] ... I have installed sphinx, but without this change HAVE_SPHINX==0 for me, so I can't build docs. commit ee8687ba191bfe7e6f2fa65c5d7e32ed839820d4 Merge: f0d854c f28496c Author: Andrey Pavlenko Date: Fri Aug 2 17:59:05 2013 +0400 Merge pull request #1214 from StevenPuttemans:feature_3169_others commit d13ecd0d76910ce62def8fcd51ad2c29fd856820 Author: Vladislav Vinogradov Date: Fri Aug 2 17:31:34 2013 +0400 increase epsilon for GEMM & Convolve sanity tests for CUDA 5.5 commit f0d854ce396957abd3f8e3c0ac4ccf7db4cd98d8 Merge: add2ea7 63786c3 Author: Andrey Pavlenko Date: Fri Aug 2 16:27:22 2013 +0400 Merge pull request #1205 from asmorkalov:winrt_api_cert_fix commit f28496c62832eb2e73bfe45caf4fd21caedc9029 Author: StevenPuttemans Date: Fri Aug 2 14:05:08 2013 +0200 Added sample links in documentation for python2, ocl and gpu commit 63786c389fe9462141005e55ae4837ff6fed9d5c Author: Alexander Smorkalov Date: Mon Jul 29 04:38:18 2013 -0700 Warning and review notes fixes. WITH_WINRT -> ENABLE_WINRT_MODE; Some temporary char* replaced with Ptr; Build fix for regular WIN32; Windows Platform SDK and MSVC search added to cmake; Warinig fixes. commit 54774f6d3b62209da63f05f368dc0fe455b512c5 Author: Anatoly Baksheev Date: Fri Aug 2 13:45:43 2013 +0400 updated license header commit 69e66d7bb53abadf15f94cd746dfa3401ea7f271 Author: Anatoly Baksheev Date: Fri Aug 2 13:37:15 2013 +0400 fixed little bug in makeCameraPose commit add2ea75c33a0608986ac529da98cef360ff9ab4 Merge: 9b5d159 55cb265 Author: Andrey Pavlenko Date: Fri Aug 2 13:23:03 2013 +0400 Merge pull request #1212 from jet47:gpu-calc-hist commit 55cb26551fa66f5562ee1f91b8097fd74dedbf2f Author: Vladislav Vinogradov Date: Fri Aug 2 09:05:21 2013 +0400 use NPP version for Fermi commit c51b50b44cd3e5bed8cb105438531d475990d5ce Author: Fedor Morozov Date: Fri Aug 2 00:01:15 2013 +0400 Algorithm names in code commit a28cb99e885aa71503c35e2f26427832c2ead121 Author: Vladislav Vinogradov Date: Thu Aug 1 16:51:52 2013 +0400 optimized version of histEven for CV_8UC1 commit bfca1afd9e81a526fd35b40b174b22d2e040f866 Author: Vladislav Vinogradov Date: Thu Aug 1 16:25:16 2013 +0400 rewrite histEven test commit c8d1fccdac2f674016501329b8210bd2fadd9702 Author: Vladislav Vinogradov Date: Thu Aug 1 13:58:46 2013 +0400 compare cv::gpu::calcHist with cv::calcHist commit ed0828d0a81888db089a3546a941b7c52d417612 Author: Fedor Morozov Date: Thu Aug 1 15:34:03 2013 +0400 New HDR documentation commit c1ad6a9ffbf567757935eeb7bd865cf5105f199a Author: kdrobnyh Date: Thu Aug 1 15:15:36 2013 +0400 Add IPP support in cvtColor function commit fd77a49e76d667182629d42b32adcb44f8632a35 Author: peng xiao Date: Thu Aug 1 13:06:33 2013 +0800 Fix ocl compilation error when using Intel OpenCL SDK. commit 302bf23f825cb93d5081ba7dc78c0c693c778baf Author: Fedor Morozov Date: Thu Aug 1 03:24:47 2013 +0400 All hdr functions as Algorithms commit f30f3b6c878756bc62ffea1e870e301543305439 Merge: dc348ff f5816c8 Author: Anatoly Baksheev Date: Wed Jul 31 11:54:42 2013 -0700 Merge pull request #17 from ozantonkal/implementing_widgets Implementing widgets commit d01e95f4b482cced8e27f8dc4bb06c054c6e5e71 Merge: bc3dd24 c0bbdde Author: Nghia Ho Date: Thu Aug 1 00:03:39 2013 +1000 Merge branch 'master' of https://github.com/nghiaho12/opencv commit bc3dd2452f41900f03348486b83c4d917c8f3964 Author: Nghia Ho Date: Wed Jul 31 23:43:25 2013 +1000 Added test cpp commit c0bbdde8bafef5c92a3b4a53571c7f29e90eb8c5 Author: Nghia Ho Date: Wed Jul 31 23:43:25 2013 +1000 Added test cpp commit 61386e1abddfdd096b0af89319f141cd7a7f96af Merge: 00f63fa 4ed9b1c Author: Nghia Ho Date: Wed Jul 31 23:40:34 2013 +1000 Merge https://github.com/Itseez/opencv Keeping up to date commit 00f63fa8f7569fc03cc425ed838ad20f03006d2a Author: Nghia Ho Date: Wed Jul 31 23:08:02 2013 +1000 Finished test code, added image to the doc commit e03ffde346206a4b73de176a167d42015585ecd6 Author: Alexander Smorkalov Date: Thu Jul 25 07:22:14 2013 -0700 WinRT API Certification fixes for core and contrib. commit 62b85a41da3a346f887e9486639ef81bf2a89395 Author: Alexander Smorkalov Date: Tue Jul 23 06:44:57 2013 -0700 TLS calls on WinRT replaced on variables with C++11 "thread" attribute. commit 6257df1c4b5d62661312461b9cb9d72ec2fe423c Author: Alexander Smorkalov Date: Fri Jul 19 02:43:05 2013 -0700 API restricted on WinRT partially removed from core. Additional CMAKE flag WITH_WINRT added. commit 9b5d1596dcc9f02b96c0e04027b090365683049f Merge: 4c35449 e2d6a3a Author: Andrey Pavlenko Date: Wed Jul 31 16:38:14 2013 +0400 Merge pull request #891 from NCBee:2.4 commit 4d2ea847fa40bab8b3a556d1b14bc13fb71238b0 Author: Fedor Morozov Date: Wed Jul 31 16:05:31 2013 +0400 Tonemap as 3.0 algorithm commit 4ed9b1ca9af31d31785493fa8c93496574f75982 Merge: a77456e f33fe94 Author: Andrey Pavlenko Date: Wed Jul 31 15:50:12 2013 +0400 Merge pull request #1166 from StevenPuttemans:patch_2288 commit f33fe94c0dc0c2adea3e85268290df7a6febb50c Author: StevenPuttemans Date: Mon Jul 22 13:00:54 2013 +0200 Added the sample from patch #2288 : reading in sequence of images Added bugfixes - Changed CV_WINDOW_NORMAL to 1 - Changed the help function to static - Added extra help information on mask specifics commit 4c35449b7dde772c08f947f9567477c232f4e9d7 Merge: d138f77 dd0481e Author: Andrey Pavlenko Date: Wed Jul 31 15:14:03 2013 +0400 Merge pull request #1139 from StevenPuttemans:bugfix_3101 commit d138f7714348a15916341a8b0968edf8715d8451 Merge: 76a938c af2fc1a Author: Andrey Pavlenko Date: Wed Jul 31 15:10:26 2013 +0400 Merge pull request #1019 from jet47:opengl-documentation commit 76a938c7ef51a909959b88cdd11bdc56d6787060 Merge: 6a40067 eb0d26b Author: Andrey Pavlenko Date: Wed Jul 31 15:07:19 2013 +0400 Merge pull request #1197 from apavlenko:fix_unstable_perf_tests commit 6a400674248fd7535f526c5b9f5f0382f99f9e73 Merge: 46192e7 0c52441 Author: Andrey Pavlenko Date: Wed Jul 31 14:31:21 2013 +0400 Merge pull request #1206 from StevenPuttemans:feature_3169 commit a77456e8aa1130f6c5b7334638c998d9903e0d32 Merge: c4e1edb 03c4a62 Author: Andrey Pavlenko Date: Wed Jul 31 14:29:21 2013 +0400 Merge pull request #1208 from berak:Bug_3094 commit 4dff5b7c7206751368d0756bbd8c33b3e30e852d Author: StevenPuttemans Date: Thu Jul 18 16:18:06 2013 +0200 Added bugfix #2795 - changing license header - fixed bug in QtKit when changing camera resolution commit 0c5244103f0b362bf99d0b6082f51da619eb54af Author: StevenPuttemans Date: Mon Jul 29 15:51:16 2013 +0200 Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 - Used lunix style slashes - works on most systems - Removed all trailing whitespaces commit 46192e7b11ff84c568a4e02a868e0847cb222d9a Merge: 0851766 252a11c Author: Andrey Pavlenko Date: Wed Jul 31 09:23:37 2013 +0400 Merge pull request #1207 from kirill-kornyakov:fix-for-readme commit 5e50791a9d60a84578b8b38b09768f19e35c1be1 Author: hbristow Date: Wed Jul 31 12:37:05 2013 +1000 Generator and compiler now working on Windows. Moved matlab to correct VS solution folder commit 58ca8ed97f8674f26123b84cc3605dbc1a7a23c0 Author: hbristow Date: Wed Jul 31 11:24:28 2013 +1000 Improved finding Matlab on Windows machines. Needs testing on computers that have multiple version installed commit 27bcc0bf07119b9f2ad6d9075d0b2ea2bff497d0 Merge: 3fcdbbe c4e1edb Author: Nghia Ho Date: Wed Jul 31 06:10:57 2013 +1000 Merge https://github.com/Itseez/opencv Keep up to date commit 03c4a6299b8e0d86f7a28a61e1d2118277139294 Author: berak Date: Tue Jul 30 17:32:48 2013 +0200 expanded the CV_Assert in pyrdown_ to check for empty mats commit 252a11c437067c3f9852f75664b369f5af865de0 Author: Kirill Kornyakov Date: Tue Jul 30 18:51:53 2013 +0400 Updated README.md commit 11617e5d0b6f0a1495e36f7867f73e7fbd674f8f Author: Kirill Kornyakov Date: Tue Jul 30 18:48:20 2013 +0400 Updated gitignore relative to new platforms dir commit 0851766806968b933a62beb14b7894bc6171a304 Merge: 6a77bfb ff73557 Author: Andrey Pavlenko Date: Tue Jul 30 18:40:10 2013 +0400 Merge pull request #1121 from pengx17:2.4_gftt_perf_test commit 6a77bfb50308f79b87b316af9bff6c81a63fb710 Merge: 646e817 194af06 Author: Andrey Pavlenko Date: Tue Jul 30 18:39:41 2013 +0400 Merge pull request #1172 from StevenPuttemans:bugfix_3166_24 commit c4e1edbb832cc6aad5eeccc0e7b9d4b1956ee783 Merge: 9392314 60e2dbe Author: Andrey Pavlenko Date: Tue Jul 30 18:22:08 2013 +0400 Merge pull request #1195 from jet47:gpucodec-remove-ffmpeg-dep commit 627b9df85fe1cf5da12f751341c682c319e3751d Author: hbristow Date: Wed Jul 31 00:00:50 2013 +1000 removed experimental IO from build commit 6549e5e052ea703d8401b6e827b87f887bc7be02 Author: hbristow Date: Tue Jul 30 23:58:32 2013 +1000 Added flaky support for finding Matlab on Windows machines commit 3fcdbbe73441e165e1e8bbfc313df22a791ba9dd Merge: cb16f73 9392314 Author: Nghia Ho Date: Tue Jul 30 23:58:10 2013 +1000 Merge https://github.com/Itseez/opencv commit 646e817b36cc472b2d6df1ed237778ef63a4b29c Merge: 2b8d868 23c802b Author: Andrey Pavlenko Date: Tue Jul 30 17:56:01 2013 +0400 Merge pull request #1070 from Daniil-Osokin:calibrationSampleAndroid commit 2b8d868560f5ea0e2938877e2cdabc8657cb3360 Merge: f7ce70f aa2ca3a Author: Andrey Pavlenko Date: Tue Jul 30 17:50:50 2013 +0400 Merge pull request #1098 from SeninAndrew:ximea_camera_bw_fix commit 93923141d50c2881233d6a315b96ba2a92883129 Merge: b31293c 3013ad6 Author: Andrey Pavlenko Date: Tue Jul 30 17:50:29 2013 +0400 Merge pull request #1108 from nailbiter:optimLP commit b31293c984ac7c63abdd54889a858d50f287aa1b Merge: cd62f9f 31de283 Author: Andrey Pavlenko Date: Tue Jul 30 17:41:25 2013 +0400 Merge pull request #1194 from SpecLad:no-const-inputarray commit f7ce70f70aaa07e9e7317c266e7ace7ac4ab8af9 Merge: c43b896 0b4d0a8 Author: Andrey Pavlenko Date: Tue Jul 30 17:39:35 2013 +0400 Merge pull request #1110 from SpecLad:config-cleanup commit c43b8965412a4b3a10ed5db80f7719027977bce1 Merge: bc78e87 d6b86d4 Author: Andrey Pavlenko Date: Tue Jul 30 17:39:09 2013 +0400 Merge pull request #1177 from janstarzy:refactor commit bc78e87a61333250874ea6a3fd8546cb80e8e0b5 Merge: 26a3cab 270b2c7 Author: Andrey Pavlenko Date: Tue Jul 30 17:13:26 2013 +0400 Merge pull request #1123 from bitwangyaoyao:2.4_fix commit 26a3cabbf853fd68f64e99502f50bc0fdf9be68a Merge: 373dfa8 ee182eb Author: Andrey Pavlenko Date: Tue Jul 30 16:50:28 2013 +0400 Merge pull request #1193 from SpecLad:exports-for-contrarians commit eb0d26b5be59605343310bcee109d85a6d36db78 Author: Andrey Pavlenko Date: Tue Jul 30 16:42:45 2013 +0400 fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r') commit 373dfa8ccc1bff6cc371934095b3951fe59c7597 Merge: ea6002e 3ad22db Author: Andrey Pavlenko Date: Tue Jul 30 16:35:58 2013 +0400 Merge pull request #1201 from alekcac:gittip commit cd62f9f7cb8cd000f36f941d889cd95bc8e525ee Merge: c5e569d 3d3e9ab Author: Andrey Pavlenko Date: Tue Jul 30 16:14:23 2013 +0400 Merge pull request #1164 from bitwangyaoyao:master_fixHaar commit c5e569d1782c5809e9af2625787b918a117af6a3 Merge: 41d180f 1b10860 Author: Andrey Pavlenko Date: Tue Jul 30 16:13:02 2013 +0400 Merge pull request #1204 from berak:Bug_3170 commit ea6002ebc7b549f1b2e37f504761dd27da6b67f6 Merge: 301de6e 57bd485 Author: Andrey Pavlenko Date: Tue Jul 30 15:46:47 2013 +0400 Merge pull request #1185 from znah:cumpute_method_for_2_4 commit 94bc4c4429c6d0cc6d132520f2101c705047812a Author: kdrobnyh Date: Tue Jul 30 15:13:04 2013 +0400 Some changes in erosion and dilation functions commit 41d180f90a31882d195fbe39e086636d4425bd25 Merge: 9e8dd28 25b9ac1 Author: Andrey Pavlenko Date: Tue Jul 30 14:17:32 2013 +0400 Merge pull request #1198 from znah:py_flann_fix commit 8b90cb375af580d397ddd31b3bf0ac5e25c50e44 Author: peng xiao Date: Tue Jul 30 14:12:22 2013 +0800 Fix doc build error. commit 892c088e1b7b62bd261dbf1bffb16713c26a1fbf Author: peng xiao Date: Tue Jul 30 11:53:25 2013 +0800 Some modifications to sortByKey API. Add documentation. commit fa1b96bd365d89df92cfdceb049bb4accc31a412 Author: abidrahmank Date: Tue Jul 30 07:00:51 2013 +0530 imshow docs improvement bug#2490 commit 9628bb0b44d6de3391bfbbec3eead6179485e090 Author: abidrahmank Date: Tue Jul 30 06:46:59 2013 +0530 morphologyex docs bug#2169 commit 3013ad6624cdf68046e58aa7679e8cfdb7333e7b Author: Alex Leontiev Date: Tue Jul 30 04:14:36 2013 +0300 Minor fixes Request to comments on pull request for simplex method. In particular *) while(1) is replaced with for(;;) *) if(true){...} constructions in tests are replaced with #if 1 ... #endif commit 6af10a29375a0d032950ff98e17bb564b136dfb2 Author: kdrobnyh Date: Tue Jul 30 00:54:27 2013 +0400 Some changes in sum and mean functions commit 29ddbbaa86a3b04aab9ecf30390a592d447b6347 Author: abidrahmank Date: Tue Jul 30 00:27:58 2013 +0530 epilines pydocs commit 258b98d15be0724f70c35768b99ca8ce40cf9e4b Author: Fedor Morozov Date: Mon Jul 29 21:35:10 2013 +0400 Tonemap as Algorithm commit f5816c883f0e324227bf9f5c36475c3ae0cbf18f Author: ozantonkal Date: Mon Jul 29 15:10:48 2013 +0200 fix setting color of 3D objects commit b64e6ccc6cafa4074c8dd88d25920e2eda88e6de Author: ozantonkal Date: Mon Jul 29 15:06:05 2013 +0200 static function for appending clouds in cloud collection widget commit 9e8dd28b0e023c123adc6ebb4eb48771487a8b33 Merge: 8afb7a4 7dc147c Author: Andrey Pavlenko Date: Mon Jul 29 15:31:36 2013 +0400 Merge pull request #1200 from shervinemami:patch-1 commit 301de6e038cdfb182ad9141d4e300d8632b62ca5 Merge: e213af6 cdc2ee9 Author: Andrey Pavlenko Date: Mon Jul 29 15:29:22 2013 +0400 Merge pull request #1202 from hansmi:docfix3149 commit e213af6c0dccd5d7d6caf1462ff96d1937de4ebe Merge: d945b20 027b802 Author: Andrey Pavlenko Date: Mon Jul 29 15:25:55 2013 +0400 Merge pull request #1190 from melody-rain:2.4_add_farneback_to_superres commit 42266b04a5109df879701772a81b68db9a2bba96 Author: ozantonkal Date: Mon Jul 29 12:25:46 2013 +0200 makeCameraPose implementation commit 1b10860f36378ff24568f11f242acabbcefefefe Author: berak Date: Mon Jul 29 12:16:37 2013 +0200 added add_definitions(-DCVAPI_EXPORTS) to cmakelists.txt commit 250dac5b71d82eb94d141bd85652b6ec31f6ce16 Author: ozantonkal Date: Mon Jul 29 11:01:59 2013 +0200 fix: trajectory path is now relative to the global frame commit cdc2ee9789d269141378f1a8a698d3debcf49257 Author: Michael Hanselmann Date: Sun Jul 28 16:18:12 2013 +0200 Documentation fix for cv::compare (issue 3149) Since commit d8417af0860 (July 2011) cv::compare produces an array with the same size and type as the input arrays. Signed-off-by: Michael Hanselmann commit cb16f733b9a8ce7ccc7da479abe71a17db2e6fbf Author: Nghia Ho Date: Sun Jul 28 15:31:58 2013 +1000 Added C interface commit 3ad22dbc4106bc5694bcf98dbba73e44c2cf539c Author: Alexander Shishkov Date: Sun Jul 28 01:01:46 2013 +0400 Update README.md commit 4a36dfd123b38ad09d7e8331ce63d4a7849ca5de Author: Alexander Shishkov Date: Sun Jul 28 00:37:38 2013 +0400 Update README.md commit 64f4957d328e3eee55530f1a18686100561af693 Author: Alexander Shishkov Date: Sun Jul 28 00:25:07 2013 +0400 Rename README to README.md commit 435d26391a434415dc329bf8adc900590f22db3a Author: Alexander Shishkov Date: Sun Jul 28 00:23:52 2013 +0400 Added gittip button commit a40f217a38f19caa35d0c708727e74df39eaf661 Author: Nghia Ho Date: Sun Jul 28 01:06:55 2013 +1000 changed from isnormal to isfinite, the prev ignored zero commit a0576d7b2a6eac0fcc760ab7806ec30ae3bedb6e Author: Nghia Ho Date: Sun Jul 28 00:46:44 2013 +1000 Fixed ret commit e2f00ce84660e282038530090eb0f9b9f655ac75 Author: Nghia Ho Date: Sun Jul 28 00:12:24 2013 +1000 New intersection function for rotated rectangles commit 7dc147c1f2faa7f3dbe7f373bbd6d46d40b820e9 Author: Shervin Emami Date: Fri Jul 26 19:13:25 2013 -0700 Changed cornerHarris description to say it finds corners, not edges commit 6be8757e8b93ca7593de76f66d2479737eb69c1a Author: Frédéric Devernay Date: Fri Jul 26 21:32:35 2013 +0200 fix signedness error OpenCV's automatic builds don't care if you store an unsigned int into an int, but they don't want you to compare signed with unsigned. Does that make sense? commit 4ad12a680c03deb0c4d9ff6065831dad036de312 Author: Frédéric Devernay Date: Fri Jul 26 18:39:03 2013 +0200 fix cap_qtkit.mm for multithreaded applications cap_qtkit does not work when the capture is run outside of the main thread. If the capture is launched in a separate thread, then [NSRunLoop currentRunLoop] is not the same as in the main thread, and has no timer. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" Using usleep() (which I previously proposed, and was reverted) is not a good alternative, because it may block the GUI. Here is the new proposed solution: - create a dummy timer so that runUntilDate does not exit immediately - simplify the loop by using runUntilDate instead of runMode:beforeDate - fix potential memory leaks (pointed out by Xcode's static analysis) - fix init to follow Objective-C guidelines - fax warnings about conversions from size_t to int commit 3fe5984e4694fd4f161de7a227e1f7d00d904843 Author: ozantonkal Date: Fri Jul 26 16:55:03 2013 +0200 cloud collection widget implementation commit 25b9ac18e61628b784cfb0851771654ef56f0f4b Author: Alexander Mordvintsev Date: Fri Jul 26 17:58:39 2013 +0400 fixed Bug #3143 - flann 'not implemented' error commit 3a0e26b89d391ef9c6a4c8b3c13fae7370ca0a56 Author: Andrey Pavlenko Date: Fri Jul 26 17:27:31 2013 +0400 adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so) commit edfad34d390803338cd2e54dde2b19015a7e4755 Author: ozantonkal Date: Fri Jul 26 14:50:11 2013 +0200 trajectory with spheres and lines (based on the code snippet in gdocs) commit 1d571b1eaa2492cc06849a0d009609583ffbf0e1 Author: Dmitry Retinskiy Date: Fri Jul 26 16:13:07 2013 +0400 bugfix #3121: corrected calculation of blue channel index commit 60e2dbe810b7ec1ac83782577b5097c84950dd4d Author: Vladislav Vinogradov Date: Fri Jul 26 16:13:37 2013 +0400 removed ffmpeg dependency from gpucodec module: used implementation from highgui module commit 31de2833b49fe578ed703ceea24d4c0fba79dfd3 Author: Roman Donchenko Date: Fri Jul 26 14:52:56 2013 +0400 Replace "const InputArray" with "InputArray". InputArray is a reference, and references are always constant anyway. Making it const even causes a GCC warning. commit ee182eb086242326877d2e431404383b1a638397 Author: Roman Donchenko Date: Fri Jul 26 14:35:40 2013 +0400 Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared. Also, removed needless check of BUILD_SHARED_LIBS in core; in that case, only the current module's library type matters. commit d945b20db96e31c02e8c9ef2b7af528318bf12c9 Merge: be8b368 dfd2957 Author: Roman Donchenko Date: Fri Jul 26 13:01:41 2013 +0400 Merge pull request #1191 from jet47:gpu-perf4au-fix commit dfd29578415ff9928ec43bc36aae054e37d33006 Author: Vladislav Vinogradov Date: Fri Jul 26 11:13:39 2013 +0400 fixed gpu_perf4au perf test (added cuda impl) commit a6d558042c05d107571cd6528493a2c638017d2f Author: peng xiao Date: Fri Jul 26 14:32:37 2013 +0800 Fix build errors commit 027b8021b1a44c8bac9acd08cc0d30abbdac10a1 Author: Jin Ma Date: Fri Jul 26 14:14:26 2013 +0800 Added farneback to superres module. commit 270b2c7918466a9470748cf5002507ca723298fc Author: yao Date: Fri Jul 26 11:17:27 2013 +0800 generating the lut table instead of hard coding one commit 23c802b4cdde447f68afdef428443e81f0fa0b2f Author: Daniil Osokin Date: Tue Jul 2 00:53:18 2013 +0400 Added camera calibration sample for android commit 4dfd40bec04e783e4d2420945636ca3265d5530d Author: kdrobnyh Date: Thu Jul 25 21:27:35 2013 +0400 Add IPP mean and sum functions commit 4ac2db271d66bab4065e645c19fa2d229b5a2722 Author: Roman Donchenko Date: Thu Jul 25 19:40:08 2013 +0400 Removed CV_EXPORTS from all template classes (that I could find). It doesn't make sense to export template classes, since there's no way the user can learn that it can import them. In fact, it is somewhat deleterious, because every module will export every instantiation that it uses, but doesn't inline. commit b661d72252a4907dd99773b0f53af0335139c38f Author: ozantonkal Date: Thu Jul 25 16:47:30 2013 +0200 CameraPositionWidget: a workaround for setting frustum color in the presence of an image commit ec756afe87f791c82f499978f290659edc1f9dd3 Author: ozantonkal Date: Thu Jul 25 16:08:23 2013 +0200 trajectorywidget display modes are combined with & instead of | commit 64cdd821466b6440b6c93b0093c321b82b3b3a70 Author: ozantonkal Date: Thu Jul 25 15:08:45 2013 +0200 trajectory widget constructor with field of view commit d6b86d43c9373a626a87a24c6e104a985b2014d8 Author: Jan Starzynski Date: Thu Jul 25 14:53:22 2013 +0200 removed declaration of throwJavaException commit 57bd4851191c3dd30bf17bf4c340bafd28222092 Author: Alexander Mordvintsev Date: Thu Jul 25 16:22:31 2013 +0400 compute method for Feature2D commit 70930a30a1e5d1d0f0745155c0198531c6c5e011 Author: Jan Starzynski Date: Thu Jul 25 13:36:27 2013 +0200 refactored throwJavaException() and removed useless returns commit 52b250f4665160022b80eff604a4b2f20bdbebe3 Author: Alex Leontiev Date: Thu Jul 25 14:30:20 2013 +0300 Minor fixes Fixing failed build. commit 7d458e852e73b3fe00f61efc4076c7351f4872d6 Author: ozantonkal Date: Thu Jul 25 10:56:54 2013 +0200 trajectory widget display options: display path, display frames, display both commit aa2594c06c3183131afa6e7cba30ae08b893292d Author: ozantonkal Date: Thu Jul 25 10:23:24 2013 +0200 fix aspect_ratio computation from fovs, add casting for camerapositionwidget, trajectorywidget commit 8afb7a40c6af19c4ba5b4501904cca42632ecee1 Merge: 98d36a4 c4f88b0 Author: Roman Donchenko Date: Thu Jul 25 12:13:47 2013 +0400 Merge pull request #1159 from lluisgomez:scene_text_detection_NM commit 98d36a40376a5d3b82d33e7c069d5d33c069e9c0 Merge: 4e1e0c9 abe4219 Author: Roman Donchenko Date: Thu Jul 25 12:05:36 2013 +0400 Merge pull request #1171 from SpecLad:drop-legacy-options commit 4e1e0c9ee3490970a492c0e75f1ef1dcd51f856b Merge: 45f7c83 eb2720a Author: Roman Donchenko Date: Thu Jul 25 12:04:09 2013 +0400 Merge pull request #1180 from nghiaho12:master commit be8b3687f4b2934f9ff2867996dc738a92f9f207 Merge: 0e4882a 0b15cfd Author: Roman Donchenko Date: Thu Jul 25 12:00:55 2013 +0400 Merge pull request #1184 from apacha:Descriptor_Docu_FREAK_added_2 commit 0b15cfd48c382c840b1fee55b1655cb22a252498 Author: Alexander Pacha Date: Thu Jul 25 16:40:09 2013 +1200 Added FREAK-descriptor extractor to documentation. Previously it was missing. Ordered all descriptors by year of first publication. commit 925e4eec983684e56124131accab30233777c8db Author: Jan Starzynski Date: Wed Jul 24 17:27:03 2013 +0200 removed multiplied code for exception handling commit eb2720a90805537ec078295a3aa11c9366a6b67b Author: Nghia Ho Date: Wed Jul 24 23:53:18 2013 +1000 missing fclose when returning early commit 0e4882aa16d9e777c5865a3eb2909935faf4be22 Merge: 48e31fd 908039c Author: Roman Donchenko Date: Wed Jul 24 16:08:17 2013 +0400 Merge pull request #1169 from asmorkalov:winrt_tbb_dbg_wrn_fix commit 45f7c83da419b696e2d7a8ebd522b9cc5c38ce9e Merge: b2d359b ae93a3e Author: Roman Donchenko Date: Wed Jul 24 13:50:10 2013 +0400 Merge pull request #1119 from 23pointsNorth:lsd commit b2d359b6ac0784dcae62bb7b516be90bde0683ad Merge: ef91d7e 3939d78 Author: Roman Donchenko Date: Wed Jul 24 13:45:32 2013 +0400 Merge pull request #1170 from SpecLad:merge-2.4 commit 769512db2da8b8647fc0df1b10c78438a138fd79 Author: ozantonkal Date: Wed Jul 24 10:32:21 2013 +0200 move image copying structure to viz3d_impl: ConvertToVtkImage commit 952029a47bff8731ae549f3fa040034b5f0fd868 Author: ozantonkal Date: Wed Jul 24 10:13:01 2013 +0200 GridImpl structure to shorten grid widget implementation commit 6e5a712f6e7b008667ade289aa177973e367d59b Author: ozantonkal Date: Wed Jul 24 10:02:33 2013 +0200 Gridwidget with plane coefficients commit 908039c658f1001d3edac369bc9c0195ee645945 Author: Alexander Smorkalov Date: Mon Jul 22 07:02:04 2013 -0700 Warning suppresion for TBB on WinRT added. commit 40b50755d3c09da760f5662397a51534edb0ae06 Author: ozantonkal Date: Tue Jul 23 15:46:14 2013 +0200 add const keywords to gridwidget constructor commit 4d70671231d8a366794be5406fe8c67a978c26dc Author: ozantonkal Date: Tue Jul 23 15:43:23 2013 +0200 intial implementation of frustum + image (the color of the frustum is currently dependent on the first pixel of the image) commit c4f88b068794a8fe908180669a274cff41b642e7 Author: lluis Date: Tue Jul 23 15:04:01 2013 +0200 removed some unnecessary ERStat members as they are easily computable from others commit 43e7e6e4753608ca7986ec8d16a1a0f5e913dc63 Author: lluis Date: Tue Jul 23 14:37:45 2013 +0200 removed extra cv:: scope qualifiers for better readability commit 2087d4602b7f2ee5ca215d6e5c510d6dfac6df64 Author: lluis Date: Tue Jul 23 13:58:52 2013 +0200 using Rect for storing the bounding box instead of an integer array commit 48e31fd202689db80d0963eee672af4eaa143186 Merge: 38a0b47 7968789 Author: Roman Donchenko Date: Tue Jul 23 11:54:39 2013 +0400 Merge pull request #1168 from StevenPuttemans:feature_2753 commit 194af062ff7c2195534db2ec66a34a974402a131 Author: StevenPuttemans Date: Tue Jul 23 09:49:09 2013 +0200 Adapted the reference underscore to link properly commit a92feafc49e9d1db6929dd9e33fd15f12cf90267 Author: StevenPuttemans Date: Tue Jul 23 08:49:25 2013 +0200 Fixed bug 3166 - added paper reference to stardetector code commit ca6b30a5683aa9102e0fda2fbe7aff132244887f Author: lluis Date: Tue Jul 23 00:24:17 2013 +0200 using explicit keyword in the ERStat constructor for safe contruction commit f9938da67dba5836f09525573943c690360d1a46 Author: ozantonkal Date: Mon Jul 22 17:18:19 2013 +0200 image 3d widget with position, normal, up_vector commit abe421925698858a32266fa558432058ff113652 Author: Roman Donchenko Date: Mon Jul 22 18:49:38 2013 +0400 Drop the legacy CMake options. 3.0 seems like an appropriate time to do that. commit d0bd344a42e90f07856b22aa2626dd5b827fc71c Author: ozantonkal Date: Mon Jul 22 16:48:17 2013 +0200 image 3d widget use texture instead of imageactor for more flexibility (such as resizing) commit 3939d783362a252e4e43e81db9c1dfb3e8c78217 Merge: ef91d7e 38a0b47 Author: Roman Donchenko Date: Mon Jul 22 18:38:57 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/core/include/opencv2/core/types_c.h modules/gpu/src/cuda/imgproc.cu modules/gpu/src/cuda/safe_call.hpp modules/gpu/src/error.cpp modules/gpu/src/imgproc.cpp modules/imgproc/src/distransform.cpp modules/imgproc/src/shapedescr.cpp modules/python/src2/cv2.cpp modules/python/src2/cv2.cv.hpp commit 27f5cd2afdb5f54c609a039c1dea9ce3b9582e99 Author: ozantonkal Date: Mon Jul 22 16:12:22 2013 +0200 overlay image widget constructor with Rect commit 7968789544f5c23fc6ed42ff24025dac6c4785b7 Author: StevenPuttemans Date: Mon Jul 22 15:16:22 2013 +0200 Made change to install in windows guide, showing only difference between VS2010 and VS2012 commit 540f9a67f3d7ae9d28d16eaed031509662620a30 Author: ozantonkal Date: Mon Jul 22 15:14:33 2013 +0200 remove unnecessary declaration commit c0f44ca42117881df9c3d0213b5fb6586f5be5ac Author: ozantonkal Date: Mon Jul 22 15:03:28 2013 +0200 shorten Trajectory widget implementation commit 5af739dfc1f598dd8547e8eb000c64e1363601bc Author: ozantonkal Date: Mon Jul 22 14:34:44 2013 +0200 plane widget size fix commit 16c8c98895d3a29ba1b20904c40ed4363972568b Author: ozantonkal Date: Mon Jul 22 14:11:06 2013 +0200 trajectory widget with frustums commit ae93a3e68176e69c07a7ccdf4afeb321fb92b3e1 Author: Daniel Angelov Date: Mon Jul 22 15:08:23 2013 +0300 The accurate LineSegmentDetector object. commit 26847f92b3d454ecd469598da150c70815422271 Author: Daniel Angelov Date: Mon Jul 22 14:46:34 2013 +0300 Fixed the sample. commit 38a0b47b2fe250d858537e73a850ea27a44a4a66 Merge: bb15e73 8b6afd6 Author: Roman Donchenko Date: Mon Jul 22 15:34:13 2013 +0400 Merge pull request #1165 from vpisarev:24_ipp commit f3b228c91f95b3231254738df7d2e76003fbcc9a Author: ozantonkal Date: Mon Jul 22 12:53:19 2013 +0200 initial implementation of trajectory widget commit ef91d7e8830c36785f0b6fdbf2045da48413dd76 Merge: aaf4757 84179b8 Author: Roman Donchenko Date: Mon Jul 22 14:52:35 2013 +0400 Merge pull request #1153 from abidrahmank:bgdGMG_docs commit 982ccd784e1d19195190126d8bad7b3d7a1fc3b6 Author: Daniel Angelov Date: Mon Jul 22 13:49:33 2013 +0300 Added the update on the sample. commit 8b6afd697dd6f7f0b9b02a2998146cf2373542e8 Author: Vadim Pisarevsky Date: Mon Jul 22 14:20:13 2013 +0400 added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin) commit 3d3e9ab6357de2293c064aaa95b9b39785719086 Author: yao Date: Mon Jul 22 17:53:56 2013 +0800 Fix the problem of haar caused by merge commit bb15e735b83c92afc8556c822cdf1eeea76f4d02 Merge: f01cd3d 1432f3a Author: Roman Donchenko Date: Mon Jul 22 13:28:28 2013 +0400 Merge pull request #1161 from SpecLad:xls-comp-bug commit 6dfd8f184c14f6f286a11bcfe9bc9a98c554e6e2 Author: Vladislav Vinogradov Date: Mon Jul 22 13:07:07 2013 +0400 rewrote matrix operations with cudev module commit 1432f3a82c657040a0e5155455907b30e5e58983 Author: Roman Donchenko Date: Mon Jul 22 12:48:43 2013 +0400 Fix xls-report.py not working with more than one comparison. commit 13a2516a6a3709caca2a95b3d9f6879ca5d3896b Author: ozantonkal Date: Mon Jul 22 09:11:16 2013 +0200 avoid memory leak in mesh widget commit 2311b0b43b5b0b25e5f0d4e2cb448c4b43ad9e72 Author: Vladislav Vinogradov Date: Fri Jul 19 16:37:10 2013 +0400 added cudev::GpuMat_ support to Input/Output arrays commit 1c0d2b37a72d051bdd5a926bd2325428b24847a1 Author: Vladislav Vinogradov Date: Fri Jul 19 15:30:51 2013 +0400 added globPtr for GpuMat commit c23eb179979938966b8d8eda20cf25639897c177 Author: Vladislav Vinogradov Date: Fri Jul 19 15:30:29 2013 +0400 added gridTransform/gridCopy overloads for GlobPtrSz commit 6fa4834f31e53878a0d70fa4df0b3dd84f05c945 Author: Daniel Angelov Date: Mon Jul 22 00:55:29 2013 +0300 Update on the class. Edited tests and samples. commit aaf47578e8e5b41c7ed71fc09308525dda787ab3 Merge: bd4d24f 18f71fd Author: Andrey Pavlenko Date: Sun Jul 21 18:50:38 2013 +0400 Merge pull request #1155 from bitwangyaoyao:master_fix commit f01cd3d99edba923b1626e8ae0da24b3cee24cf1 Merge: cdcb5ed 27ed32f Author: Andrey Pavlenko Date: Sun Jul 21 18:47:16 2013 +0400 Merge pull request #1158 from StevenPuttemans:bugfix_3165 commit cdcb5ed134032ed82ec47371d333e7b445100602 Merge: 1c35f12 52bfa7b Author: Andrey Pavlenko Date: Sun Jul 21 18:46:58 2013 +0400 Merge pull request #1156 from StevenPuttemans:bugfix_1873_new commit bd4d24f0fa79c2d57bfcc50e7f2e845b5d2e8e27 Merge: cd103e4 feaa12a Author: Andrey Pavlenko Date: Sun Jul 21 18:46:26 2013 +0400 Merge pull request #1122 from SpecLad:merge-2.4 commit cd103e442fdb25e80263a593acd068847c73f285 Merge: 73b10bc afb08b3 Author: Andrey Pavlenko Date: Sun Jul 21 18:45:46 2013 +0400 Merge pull request #1032 from jet47:gpuarithm-remove-obsolete-api commit af2c9077f78cb8ad2181cc19628db381b8165963 Merge: 703cf8c b87d2e9 Author: Fedor Morozov Date: Sun Jul 21 13:56:20 2013 +0400 Calibration, various changes commit 703cf8cef74273bd4e3b491e25005eb0e314a642 Author: Fedor Morozov Date: Sun Jul 21 13:48:57 2013 +0400 Calibration, various changes commit 297b67d2b11bcdb639fc35760c410777f31d4f6a Author: abidrahmank Date: Sun Jul 21 13:40:11 2013 +0530 pydocs for cv2.findTransformECC commit 6f3d6ded47293844c408b5aa91955472e2ed1c22 Author: Daniel Angelov Date: Sun Jul 21 10:39:24 2013 +0300 Test case to strict, as overlapping lines (based on random places) may occur. commit 68e348f9608e13954ad7031711d1de298d322544 Author: Daniel Angelov Date: Sun Jul 21 10:08:11 2013 +0300 Added private operator=. commit cedd7683979f724f9adaf4ae96ea5efe56145b3f Author: Daniel Angelov Date: Sun Jul 21 01:54:27 2013 +0300 Fixed the M_PI to CV_PI commit 965b3759b11956ca29e2246efe85ee20dfcbcc30 Author: Daniel Angelov Date: Sun Jul 21 01:31:51 2013 +0300 Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups. commit 9c04db554f753b7648f0a2a8e19eb9e93e085c0c Author: Philippe FOUBERT Date: Sat Jul 20 15:03:30 2013 +0200 Rename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS commit c123974f420cebc3c39f103988d594df67903093 Author: Alex Leontiev Date: Sat Jul 20 15:14:02 2013 +0300 Eliminated all the calls to std::find() This is done by keeping indexToRow vector, that keeps the information, opposite to those kept by N and B. That is, while N and B help to determine which variable corresponds to given column in column-vector c or row in matrix b, indexToRow helps to determine the corresponding row/column for a given variable. At this point, I'm waiting for comments from pull request reviewer and not working on any upgrades. Comments are appreciated, as usual. commit 9fbff009e9938529760dccd6eda67038e2b48cbe Author: lluis Date: Sat Jul 20 11:35:56 2013 +0200 fixed compilation errors and warnings on builds 3298 and 4384 commit 6adba094638e1b548f32a5b8cc90c3c1f7e0114a Author: lluis Date: Sat Jul 20 11:13:38 2013 +0200 fixed some warnings on build 4285 commit f36b9940e84772a54055c9611c510a0d62f250cb Author: abidrahmank Date: Sat Jul 20 14:07:19 2013 +0530 ref in inpainting docs commit 1d8e80aa3b34f29e3777aac99ab4007cabcb5314 Author: lluis Date: Sat Jul 20 10:33:42 2013 +0200 add opencv_ml headers to precomp commit 5abe3b59f5308a84dc3bd2c8b543b3972871278f Author: lluis Date: Sat Jul 20 01:10:05 2013 +0200 Class-specific Extremal Region Filter algorithm as proposed in : Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012. High-level C++ interface and implementation of algorithm is in the objdetect module. C++ example, a test image, and the default classifiers in xml files. commit 692d807fa09e5e2794810aaa3a4fd299da51993a Author: abidrahmank Date: Sat Jul 20 00:15:28 2013 +0530 gabor filter docs Bug#1894 commit 84179b8a4e5b5420ee475434e8144e3b6aba3b35 Author: abidrahmank Date: Fri Jul 19 23:11:30 2013 +0530 bgdsubtractorGMG docs commit 0a3691d6acb76c8a557237bc964aa97ada6400a9 Author: ozantonkal Date: Fri Jul 19 18:30:12 2013 +0200 CameraPositionWidget: constructor with Vec2f fov (tentative) commit 27ed32f8336a65f12ed2e327aa926e2214ef8bf6 Author: StevenPuttemans Date: Fri Jul 19 14:11:04 2013 +0200 Applied bugfix #3165 : Changed min_eps value commit 33e7640fb07bedc47ececf580a21cfb8495ac087 Author: Alex Leontiev Date: Fri Jul 19 12:34:33 2013 +0300 Simplify printing procedures Use opencv's print() procedure in place of my own procedures to output matrices and std::vectors. Interestingly enough, operator<< does not work for matrices, when called from my .cpp files in src/ subfolder of the optim module, although it works when called from tests and stand-alone programs, compiled with opencv. I think, this requires investigation and, maybe, bug report. commit 1c35f121bb047d541c6bc6e26b9e1b55658ec90b Merge: 7e15f2a f9b594b Author: Roman Donchenko Date: Fri Jul 19 12:48:49 2013 +0400 Merge pull request #1148 from StevenPuttemans:patch_3125 commit 7e15f2ac733f21c4ba584b192f52f606980b81b5 Merge: 1b38d1e 6b047ca Author: Roman Donchenko Date: Fri Jul 19 12:22:58 2013 +0400 Merge pull request #1141 from apavlenko:fix_warning_unreach_code commit 73b10bc8ca63c1aaa4ac5a7b231da415dea1c327 Merge: 0386488 61e50e2 Author: Roman Donchenko Date: Fri Jul 19 12:20:56 2013 +0400 Merge pull request #1133 from abidrahmank:denoising_pydocs commit 1b38d1e6b7080107d0f1ad2256e8a7597ed62eb6 Merge: 28f2755 9bf2167 Author: Roman Donchenko Date: Fri Jul 19 12:15:30 2013 +0400 Merge pull request #1150 from janstarzy:spelling commit 52bfa7b850a0119eeb5e5bd7b8bb9a9025560223 Author: StevenPuttemans Date: Fri Jul 19 09:29:48 2013 +0200 Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration commit 18f71fd410b674f5e0ccaa53fb1901e4817bd2ef Author: yao Date: Fri Jul 19 14:36:41 2013 +0800 Warning fixes commit 459c16ca9976bec5368da29feb3c01a899847e08 Author: Alex Leontiev Date: Fri Jul 19 03:09:39 2013 +0300 Minor fixes In request to the comments for the pull request. commit b87d2e9ec290cd679e1d548beecfba564c029325 Author: Alexander Shishkov Date: Fri Jul 19 03:10:38 2013 +0400 cosmetic change commit 919f35644e48b33228166cd4969b24a45807eed6 Merge: 35a39c1 ec668ce Author: Alexander Shishkov Date: Fri Jul 19 01:08:49 2013 +0400 Merge branch 'master' of https://github.com/f-morozov/opencv commit 35a39c19a3456c35d4e69041c4486c11bbc0c987 Author: Alexander Shishkov Date: Fri Jul 19 01:08:42 2013 +0400 minor changes commit ec668ce3a7a80dac91e420e94f05b65e2b86373f Author: Fedor Morozov Date: Fri Jul 19 00:23:49 2013 +0400 Documentation commit 6b047ca0ebfec53028df72255c0bcedfcaece7d6 Author: Andrey Pavlenko Date: Thu Jul 18 19:50:51 2013 +0400 minor improvement (consistency, readability) commit 2294eb82c9d63f2eaae01a1d9d2998afd9fe388e Author: ozantonkal Date: Thu Jul 18 17:46:08 2013 +0200 fix aspect_ratio in camera position widget, add scale parameter (tentative implementation of scale) commit 0386488629b2328527acb82fb7874e315954a221 Merge: 77f2d94 4716f63 Author: Andrey Pavlenko Date: Thu Jul 18 19:32:37 2013 +0400 Merge pull request #1095 from jet47:gpu-perf-tests commit 74c72a1d7a7c398dceeae7cf45a187046ffb1da8 Author: Andrey Pavlenko Date: Thu Jul 18 19:15:49 2013 +0400 removing unreachible code commit 9d3f3c66da9f78437ace62958d3e84a20b447628 Author: ozantonkal Date: Thu Jul 18 17:08:58 2013 +0200 camera position widget: constructor with no parameter, constructor with intrinsic matrix for visualizing frustum commit dd0481ef2df420bc8d3393ee6a57d07b46a3d691 Author: StevenPuttemans Date: Thu Jul 18 15:34:38 2013 +0200 Added brackets around line 888-892 for correct code! commit 9bf216742fbce9db529cb20262fab0c92f99d03e Author: Jan Starzynski Date: Thu Jul 18 15:33:25 2013 +0200 fixed cpackage -> package commit f9b594bf0899a78065393eebac162c4e17e40438 Author: StevenPuttemans Date: Thu Jul 18 14:24:19 2013 +0200 Changed first approach to a more general MS-specific approach. Suggested by @SpecLad commit 77f2d945f0e81984b90f034efc64c4a7f7ea12e8 Merge: 4b234fa 27a0ed0 Author: Roman Donchenko Date: Thu Jul 18 16:05:39 2013 +0400 Merge pull request #1144 from prclibo:master commit 28f27554132ffaf8c9a91f7389bfcf95c37bc30f Merge: 7eddf88 5caa808 Author: Roman Donchenko Date: Thu Jul 18 16:02:46 2013 +0400 Merge pull request #1137 from StevenPuttemans:bugfix_3131_24 commit 7737375106f8c45d0510469b8b9969073b49f068 Author: Vladislav Vinogradov Date: Tue May 7 12:42:34 2013 +0400 updated documentation commit af2a700671797050b8a3c9a7bd171d2ac3c08710 Author: Vladislav Vinogradov Date: Tue May 7 12:26:27 2013 +0400 made module dependency optional commit 62edeeed16ee6b40eeaf4b0b76f310634015464f Author: Vladislav Vinogradov Date: Tue May 7 12:04:21 2013 +0400 refactored FGD algorithm commit 697793090d2359b56074df17fdf4645043eba30a Author: Vladislav Vinogradov Date: Tue May 7 11:02:59 2013 +0400 refactored GMG algorithm commit b8f0d1a0e48ecd0604c755e7331615957c1c8ac6 Author: Vladislav Vinogradov Date: Mon May 6 17:41:13 2013 +0400 refactored MOG2 algorithm commit a2adab72839931c94c5d27db178bc5e557ec249d Author: Vladislav Vinogradov Date: Mon May 6 16:52:06 2013 +0400 refactored MOG algorithm converted it to abstract interface commit 88e67545ef6b0ce81ae796b23e88d9acfc794df8 Author: Vladislav Vinogradov Date: Mon May 6 16:05:09 2013 +0400 split mog sources commit ee42b650634c6fddca54b1e2c95f44d5c3db1460 Author: Jan Starzynski Date: Thu Jul 18 13:24:55 2013 +0200 corrected some spelling errors commit 7b87d72d80f03181e5de68def3d7f54c27d9e6ca Author: Vladislav Vinogradov Date: Tue Jun 25 17:39:05 2013 +0400 refactored generalized hough (both CPU and GPU): removed set/get methods from Algorithm (implement owns) removed GHT_* enumeration commit 7eddf887d528829fb0cbf2d757434426c50b7187 Merge: 6fbda0d f87ef77 Author: Roman Donchenko Date: Thu Jul 18 14:29:47 2013 +0400 Merge pull request #1147 from jet47:gpu-sanity-test-name commit 6fbda0dfc1dae960e42ee89228fdcb495e9715b2 Merge: 12f304e 12c42ac Author: Andrey Pavlenko Date: Thu Jul 18 14:23:12 2013 +0400 Merge pull request #1138 from janstarzy:mat-dist commit 4b234fa0a5fc2a81899537acdd8f9c19932dd057 Merge: 73b5cc3 39a2511 Author: Andrey Pavlenko Date: Thu Jul 18 14:22:44 2013 +0400 Merge pull request #1042 from jet47:gpuimgproc-refactoring commit f87ef77269eb9ecb80491ada2276bafca4007ee0 Author: Vladislav Vinogradov Date: Thu Jul 18 13:41:27 2013 +0400 removed GPU_/CPU_ prefix from gpu's sanity test commit 5caa808879d3b0630d1512de02f5101b4926e9a5 Author: StevenPuttemans Date: Wed Jul 17 14:52:42 2013 +0200 Fixing bug #3131 adding breakpoints to featuretracker.cpp commit e1f43e3b0362320790b85c856cd86c5de511067d Author: peng xiao Date: Thu Jul 18 17:25:00 2013 +0800 Add sort_by_key for oclMat. Most codes are ported from AMD's Bolt library. Four methods are implemented: SORT_BITONIC, // only support power-of-2 buffer size SORT_SELECTION, // cannot sort duplicate keys SORT_MERGE, SORT_RADIX // only support signed int/float keys commit 12f304ec54094cb8929ab114dba467951fddc77e Merge: c48d3ad ebe7ff9 Author: Roman Donchenko Date: Thu Jul 18 12:54:09 2013 +0400 Merge pull request #1146 from jet47:fix-gpu-without-cufft-cublas commit 3260404fdf939d9b41d76a5ae427b5f37b9ab8ba Author: ozantonkal Date: Thu Jul 18 10:39:34 2013 +0200 initial CameraPositionWidget implementation using eye, look_at, up_vector commit c48d3ad71e34e81542405bb97c5ac7a679afcb2b Merge: ee13ee3 4b0f6e2 Author: Roman Donchenko Date: Thu Jul 18 12:25:20 2013 +0400 Merge pull request #1145 from jet47:cuda-default-cc commit ebe7ff991f971131d7483858e96dcd8cff4e62b5 Author: Vladislav Vinogradov Date: Thu Jul 18 11:24:34 2013 +0400 fixed compilation without CUBLAS and CUFFT commit 4b0f6e2d4390f36f1ac49d6ef722812197df20fd Author: Vladislav Vinogradov Date: Thu Jul 18 09:44:00 2013 +0400 updated default parameters for CUDA CC in CMake: * removed 2.0 PTX from default parameters since it has become obsolete * added 3.5 BIN to prevent JIT compilation for super-Kepler commit 27a0ed0018fd50ffad68f57f31fdea31a565cdbc Author: Bo Li Date: Thu Jul 18 10:09:50 2013 +0800 removed tab in five-point.cpp commit 9b5eca975bcebb26284cde2a48da96dbc623c5a2 Author: Bo Li Date: Thu Jul 18 09:55:39 2013 +0800 fixed a bug for the mask of recoverPose function commit a29ce401d5ec6f1630e3032a252e4ad213ce01f9 Author: Alexander Shishkov Date: Thu Jul 18 01:32:06 2013 +0400 minore changes in test on HDR fromat commit 245dc9924813b1a5b4619cfdd9824fd6a0503ce9 Author: Alexander Shishkov Date: Thu Jul 18 01:13:35 2013 +0400 added include precomp commit 707048f6e19396afe6b3981914b9fc8555333f8e Author: Alexander Shishkov Date: Thu Jul 18 00:55:39 2013 +0400 removed tonemap_algorithms due to wrapping problems commit 8ccca90dca48d10f43dc18ff07dfaaca3190da94 Author: Alexander Shishkov Date: Thu Jul 18 00:28:40 2013 +0400 small changes added including for precomp commit 12c42ac14558d05556c2168b1f640600de3ad424 Author: Jan Starzynski Date: Wed Jul 17 18:41:54 2013 +0200 fixed strings in n1_dims(): n1_dcols() -> n1_dims() commit ee13ee3c6da2d7bc04effa552b3ba9f3d29cb1ad Merge: 8b29a6e a64eccd Author: Roman Donchenko Date: Wed Jul 17 18:48:20 2013 +0400 Merge pull request #1131 from asmorkalov:winrt_tbb_dbg_fix commit 8b29a6e44a2ea06ee472d7286c7b16ba7e5a9975 Merge: f625be0 28a5c12 Author: Roman Donchenko Date: Wed Jul 17 18:48:07 2013 +0400 Merge pull request #1127 from SpecLad:np-1.7 commit 73b5cc358e600dd487988e32f8ccc42e337c54cc Merge: 4f68212 e04517a Author: Roman Donchenko Date: Wed Jul 17 17:51:55 2013 +0400 Merge pull request #1132 from apavlenko:master_ver_290 commit f625be02642c12e09671fce929d0b08290107149 Merge: 5d8af49 a58860d Author: Roman Donchenko Date: Wed Jul 17 17:51:27 2013 +0400 Merge pull request #1136 from StevenPuttemans:bugfix_3157 commit c3dee2839466a1b9f9b1b514ddb9ecd27db3fd6a Author: StevenPuttemans Date: Wed Jul 17 15:21:23 2013 +0200 Fixed bug #3101, problem on ellipse2poly function commit 1ccfa62f4fa8c7cb33ec4e487200f2369cd5a291 Author: Jan Starzynski Date: Wed Jul 17 15:04:34 2013 +0200 adding method dims() to core.Mat commit a58860d35a3b54b2625d809a8f2e8b515d3e619e Author: StevenPuttemans Date: Wed Jul 17 15:02:55 2013 +0200 Removed Note, added other fix (libs to lib) commit a64eccd2cdcd9e30c4eb260c7f4991e238d534bb Author: Alexander Smorkalov Date: Tue Jul 16 07:37:09 2013 -0700 Debug build for WindowsRT with TBB fixed. Debug library name prefix changed no "_debug" to fit pragmas in TBB headers. commit d42b283abffea07f712c7ede066d7811a6d5269c Author: StevenPuttemans Date: Wed Jul 17 13:38:45 2013 +0200 Changed tutorial for installing openCV under VS2010 like bug 3157 suggested commit 1fc89bb2e02b7f3c92dbdba56dce20ca84594a52 Author: StevenPuttemans Date: Wed Jul 17 13:20:25 2013 +0200 Added the solution mentioned in patch #3125 commit 5d8af49016b48dde291a6baabb51fe919e3817a0 Merge: b45d61d 523048f Author: Roman Donchenko Date: Wed Jul 17 15:08:38 2013 +0400 Merge pull request #1128 from SpecLad:ocl-tr1 commit e04517af36cf8ee7ee291657949b86596f4799fa Author: Andrey Pavlenko Date: Wed Jul 17 15:03:11 2013 +0400 moving version to 2.9.0, also adding NVidia copyright commit 40e47e6f3f2f272fd8eda12ce4cabf1644c64f39 Author: ozantonkal Date: Wed Jul 17 11:35:14 2013 +0200 Image widgets implementation, GridWidget: vtkExtractEdges instead of Wireframe commit 4f68212e64e2f9fe79a796edca27a69e6fe22deb Merge: 8f2047a 924fc07 Author: Roman Donchenko Date: Wed Jul 17 13:32:26 2013 +0400 Merge pull request #1124 from SpecLad:matx-div commit 8f2047ada48e05371315cdcc2e4b9575bfe25d4e Merge: 6d1ec45 5e39344 Author: Roman Donchenko Date: Wed Jul 17 13:18:25 2013 +0400 Merge pull request #1093 from jet47:fix-gpu-stream-test commit b45d61d2ad6083edc0d1d1b9e9dbb97f9428730d Merge: 2cd1c49 df4b67a Author: Roman Donchenko Date: Wed Jul 17 13:10:24 2013 +0400 Merge pull request #1105 from kdrobnyh:Integral-Image-IPP commit 2cd1c496238336a2d4334cc5b35a7abb4c075416 Merge: 77fe7f4 16cfc7a Author: Roman Donchenko Date: Wed Jul 17 13:08:29 2013 +0400 Merge pull request #1126 from asmorkalov:winrt commit 77fe7f479c7ebbcc47418d7847241698cbb8242c Merge: 886c009 be040ff Author: Roman Donchenko Date: Wed Jul 17 12:16:59 2013 +0400 Merge pull request #1129 from vpisarev:revert_bad_qtkit_patch commit 39a25115e006c3143877b5661b7c379f77a0d1e0 Author: Vladislav Vinogradov Date: Mon Jun 24 16:19:37 2013 +0400 fixed compilation commit 59edad5a003c43634a6daf6215d591d2da8fa0a7 Author: Vladislav Vinogradov Date: Mon Jun 24 14:32:45 2013 +0400 removed obsolete API commit 5da724001f1d9aeb4e4bc26a08dc85926b6bbffc Author: Vladislav Vinogradov Date: Mon May 6 15:33:32 2013 +0400 made dependecy from gpufilters optional commit f614e354439ffd797f0f20995348ee98efcaf7a6 Author: Vladislav Vinogradov Date: Mon May 6 15:21:31 2013 +0400 split hough sources commit 1d79e1313318f6c5acf013ea9373a7e1330b64a4 Author: Vladislav Vinogradov Date: Mon May 6 15:21:11 2013 +0400 removed dependecy from gpuarithm commit 9498f8208515789cc37db7cb5684cd2dfce88c93 Author: Vladislav Vinogradov Date: Mon May 6 13:36:52 2013 +0400 updated documentation commit 62a5a70cd09a905d44409613126bd70ba6233875 Author: Vladislav Vinogradov Date: Mon May 6 10:58:09 2013 +0400 switched to Input/Output Array in bilateralFilter & blendLinear commit de56163f9734b35550dafe6c0366635b49e277b8 Author: Vladislav Vinogradov Date: Tue Apr 30 17:27:06 2013 +0400 refactored gpu::matchTemplate (converted it into Algorithm) commit 1fcc8074bd88ca706ea0e8891afa84186b6b375b Author: Vladislav Vinogradov Date: Tue Apr 30 16:29:23 2013 +0400 switched to Input/Output Array in Mean Shift commit 70e6dc615afb79843c19020bc599452d3a0bd5a5 Author: Vladislav Vinogradov Date: Tue Apr 30 16:07:56 2013 +0400 refactored GoodFeaturesToTrackDetector commit d7ff3ad0cf067f9485488a2b7cda15c0b1078625 Author: Vladislav Vinogradov Date: Tue Apr 30 15:00:25 2013 +0400 refactored cornerHarris and cornerMinEigenVal * converted it into Algorithm commit ad4d6bed9dccdb6fecc5daff0463efe26343c5e9 Author: Vladislav Vinogradov Date: Tue Apr 30 13:59:10 2013 +0400 refactored gpu::GeneralizedHough commit 4087a45e7325f77655357afef232996309abd0b6 Author: Vladislav Vinogradov Date: Tue Apr 30 13:33:44 2013 +0400 refactored HoughCircles (converted it into Algorithm) commit 1652540a1fe74f120eae506737fd35bd5bd786a3 Author: Vladislav Vinogradov Date: Tue Apr 30 12:51:33 2013 +0400 refactored HoughLines (converted it into Algorithm) commit 48fb8c4f8a767d50cec47d2fb380b737e97c2bce Author: Vladislav Vinogradov Date: Tue Apr 30 11:47:33 2013 +0400 refactored gpu::Canny (converted it into Algorithm) commit fc8476544c7404bbc9fea06df6252e4ccf8d0366 Author: Vladislav Vinogradov Date: Tue Apr 30 10:59:13 2013 +0400 switched to Input/Output Array in Histogram Processing commit 9eea9835ab2802ae2b531c1098a44e3127f27190 Author: Vladislav Vinogradov Date: Mon Apr 29 18:01:57 2013 +0400 switched to Input/Output Array in Color Processing commit 16cfc7a531ec9e6ed4017a3624b7ea4b26f48677 Author: Alexander Smorkalov Date: Tue Jul 16 02:03:50 2013 -0700 WindowsRT build warning fixes. commit f1060ac5147b550cef256a1ef533390949f31379 Author: yao Date: Wed Jul 17 14:35:44 2013 +0800 a little simplify to pyrlk kernel commit 487ded8b27d6cf2f9e59d08580846aed2ea5d87c Author: kdrobnyh Date: Tue Jul 16 22:35:16 2013 +0400 Add IPP erosion and dilation commit 4716f63444e95a96148687242edb7e01c75df805 Author: Vladislav Vinogradov Date: Tue Jul 16 15:43:04 2013 +0400 fixed gpu performance tests: used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism commit 6d1ec452fc4de502154be8dd0e1be89742e4aea0 Merge: 3443fd8 1160b04 Author: Roman Donchenko Date: Tue Jul 16 15:12:25 2013 +0400 Merge pull request #1125 from SpecLad:softcascade-nowarn commit be040ff513f2fea4cf05b9cd847dcf6342cb5833 Author: Vadim Pisarevsky Date: Tue Jul 16 15:02:33 2013 +0400 revert patch from PR 1074, since it break capturing on MacOSX commit 28a5c127ea24784a737369e389d4317a00d68667 Author: Roman Donchenko Date: Tue Jul 16 14:33:15 2013 +0400 Made the Python bindings not use deprecated NumPy 1.7 API. commit 523048f99fcd25397cf7df4b9a64a81a0205fa77 Author: Roman Donchenko Date: Tue Jul 16 14:23:05 2013 +0400 Fixed a compilation error (get not found). commit 1160b04fb447cd2fe22f2af007b0c1ab85eaaf37 Author: Roman Donchenko Date: Tue Jul 16 12:43:49 2013 +0400 Fixed a build warning in softcascade. commit 924fc070f025d80bf8d0bc1d4317e97e8181f674 Author: Roman Donchenko Date: Tue Jul 16 12:25:26 2013 +0400 Changed / for Matx to Matx::div, for symmetry with Matx::mul. commit 3443fd85cd02d65fedcef5b29325e4f7545d5664 Merge: 52a9378 12f65c6 Author: Roman Donchenko Date: Tue Jul 16 11:57:51 2013 +0400 Merge pull request #984 from albenoit:master commit feaa12a27497ae46701358ff09d18bb8e39a041a Merge: 52a9378 886c009 Author: Roman Donchenko Date: Mon Jul 15 18:40:54 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/core/include/opencv2/core/version.hpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/initialization.cpp modules/ocl/test/main.cpp modules/superres/CMakeLists.txt modules/superres/src/input_array_utility.cpp modules/superres/src/input_array_utility.hpp modules/superres/src/optical_flow.cpp commit 769eba7535d35b384ba5f45fbb006894a3036895 Author: ozantonkal Date: Mon Jul 15 16:47:19 2013 +0200 cube wire_frame fix using vtkOutlineSource commit 4b85c849cabf7edeef69590e840b8f987786cb2a Author: ozantonkal Date: Mon Jul 15 16:13:33 2013 +0200 fix rgb and bgr incompatibility commit 1bfd7ad17efcefb2141660417c448582d7a062a5 Author: ozantonkal Date: Mon Jul 15 15:14:13 2013 +0200 arrow widget thickness parameter commit ff735573045226bc9c24717428339df9d14d9861 Author: peng xiao Date: Tue Jul 16 08:48:09 2013 +0800 Fix compilation error on Mac commit 694d9ff2eb20124e0c2e923ef04a1ec988d88f8d Author: Daniel Angelov Date: Mon Jul 15 23:28:19 2013 +0300 LSD enum now anonymous. commit dc348ff93db223c5124ac1a1c2e4ba3a5cb1f9b7 Author: Anatoly Baksheev Date: Mon Jul 15 19:18:37 2013 +0400 removed Mesh::Ptr since mesh itself consists of shared points (cv::Mat) commit 0e20473c97f66f611ce329da98635e7d39ab9e84 Author: Anatoly Baksheev Date: Mon Jul 15 16:46:39 2013 +0400 minor mesh load fixes commit 4c228c07f1be74e8833504f4a480699c784221aa Author: Anatoly Baksheev Date: Mon Jul 15 16:30:04 2013 +0400 fixed copilation commit 2d36a8f7da95c3c117d83d436b3d422ddc752143 Merge: 757e61d efbebe6 Author: Anatoly Baksheev Date: Mon Jul 15 04:13:47 2013 -0700 Merge pull request #16 from ozantonkal/implementing_widgets Implementing widgets commit efbebe623699bec0a6a624ccb763819457cfb372 Merge: 25f98bc acd63c1 Author: ozantonkal Date: Mon Jul 15 12:04:24 2013 +0200 Merge branch 'implementing_widgets' of https://github.com/ozantonkal/opencv into implementing_widgets commit 25f98bc0222cc327594cfdf0a6affce97bf310b6 Author: ozantonkal Date: Mon Jul 15 12:02:53 2013 +0200 mesh widget casting commit b066d1982f1668fcb62d381c52c1a5815c5c17ce Author: ozantonkal Date: Mon Jul 15 12:02:20 2013 +0200 mesh widget implementation commit 757e61d94cec4f8c3535786759c64ffb03dd9079 Author: Anatoly Baksheev Date: Mon Jul 15 13:11:34 2013 +0400 restored OpenCVModule.cmake commit e5c396bb24be0a0bb5c5f96de0f9bf3f3685489b Author: peng xiao Date: Mon Jul 15 16:27:27 2013 +0800 Add ocl::gftt performance test. commit 12f65c61a8d7341c3151d8c0bf7c5970e19b2cf1 Author: alexandre benoit Date: Mon Jul 15 09:58:16 2013 +0200 updated doc wrt new bioinspired namespace convention commit 52a9378257f5c059f122c6b5c12f91a918c8a1d8 Merge: 1590a1a 0d9e3cf Author: Roman Donchenko Date: Mon Jul 15 11:47:02 2013 +0400 Merge pull request #979 from jet47:gpuwarping-refactoring commit 1590a1a538fb028f24038ab1ef311f52befc7350 Merge: 616dbd5 7d5185e Author: Roman Donchenko Date: Mon Jul 15 11:45:28 2013 +0400 Merge pull request #1068 from AoD314:webp2 commit 886c009da6564296dd58a31919c2e676225705df Merge: 09ec483 30239ad Author: Roman Donchenko Date: Mon Jul 15 11:43:08 2013 +0400 Merge pull request #1049 from pengx17:2.4_superres_ocl commit cdd9234fae9c55b3754dc7425b82cf0ff5fb7c25 Author: yao Date: Mon Jul 15 15:13:09 2013 +0800 fix hog mismatch on cpu ocl commit 7fe78efda341319cca7204383e43999f57b30a60 Author: alexandre benoit Date: Sun Jul 14 19:28:37 2013 +0200 retina included in namespace bioinspired + followed suggestions made by Vadim commit d35601209ee7731b6c69603c5f98a8f761d20517 Author: Daniel Angelov Date: Sun Jul 14 14:29:56 2013 +0300 Added define guard for ln10. Fixed some warnings. commit 22c8010b2d4c230e47bf73f4e35a52de221f72c2 Author: Daniel Angelov Date: Sun Jul 14 12:56:22 2013 +0300 Added needed header, changed macro name. commit 6ca1822f36910e95b184ff94b32af581b7bf812b Author: Anatoly Baksheev Date: Sat Jul 13 20:02:31 2013 +0400 added comments with future work for VizImpl added authors to license header commit d6e2b657f92a207dbf4809f9c24d12eb34cc0dbc Author: Anatoly Baksheev Date: Sat Jul 13 19:08:25 2013 +0400 more refactoring commit 512afe2a90607e90976adc143504bb3003d9002e Author: Anatoly Baksheev Date: Sat Jul 13 18:23:46 2013 +0400 beatification of test_viz commit 83cb28f1690d53facb1d069a9dbf3ad45600b1c7 Author: Anatoly Baksheev Date: Sat Jul 13 18:01:56 2013 +0400 temp_viz removed commit 3e41f0647e2a8ab0d077906132efd0d4cbf306ab Author: Anatoly Baksheev Date: Sat Jul 13 17:45:46 2013 +0400 removed q subfolder commit 61e50e2fdab710a53fdb56b8d5fc46647bd0a773 Author: abidrahmank Date: Sat Jul 13 16:00:15 2013 +0530 python docs for non-local means denoising commit 7d5185e8f1ee092a2dfc27c89d39bb1c43036679 Author: andrey.morozov Date: Sat Jun 29 22:01:02 2013 +0400 updated webp to version 0.3.1 commit e4e0862c2ebe205f8c50897f15bfe256089d6ac9 Author: andrey.morozov Date: Sat Jun 29 22:00:26 2013 +0400 added support image with alpha channel commit 3350533f4862a95602069341f68df18a1ea8d0b1 Author: Daniel Angelov Date: Sat Jul 13 04:50:03 2013 +0300 Fixed ambiguouty error, signess compare. commit 6bd5e12be3be2141b7c5b5b5cd75f6c00d9eaddb Author: Daniel Angelov Date: Sat Jul 13 04:09:14 2013 +0300 Added a sample to show usage of the class. commit e51e00ac5fd32625cf73c55af0f360da8aaee7bd Author: Daniel Angelov Date: Sat Jul 13 00:25:33 2013 +0300 Added LSD accuracy tests. commit f480eca6685b8ef1cf1cd8772a55397b58a2c60a Author: Anatoly Baksheev Date: Sat Jul 13 01:49:59 2013 +0400 removed Affine3f from coordinate frame constructor commit 5350a2f1d97f2f36abcf3828cf25989fd60a40e8 Author: Daniel Angelov Date: Sat Jul 13 00:21:02 2013 +0300 Added Line Segmen Detector. commit 328f0e32d8002d9942948f52855d9543caeae165 Author: Anatoly Baksheev Date: Sat Jul 13 00:00:57 2013 +0400 added makeTransformToGlobal() function commit 6045ae856b19fbd71583278cc33370875a274b96 Author: Anatoly Baksheev Date: Fri Jul 12 23:59:19 2013 +0400 reshape continuous clouds for better performance. commit ae2e3a1a93dd1c62df388df798e961f3be134dd0 Author: Anatoly Baksheev Date: Fri Jul 12 16:53:25 2013 +0400 viz license header template commit 091b48de6029b1f652e4e1aa0b29c0ca31954a02 Author: Fedor Morozov Date: Fri Jul 12 16:08:06 2013 +0400 MTB alignment. Missing main file. commit 35133df0de6a1fa57fb4a7022dffb80d81b23e93 Author: Fedor Morozov Date: Fri Jul 12 16:03:53 2013 +0400 MTB alignment. Code, tests, application commit 616dbd53f02069834d224a518459ebb5efb1425c Merge: 3b8a13a 1923d87 Author: Roman Donchenko Date: Fri Jul 12 11:40:33 2013 +0400 Merge pull request #1107 from abidrahmank:master commit 3b8a13a1ed7a52a219277668ec31d731ef85ed66 Merge: 75b86c9 d52ef2f Author: Roman Donchenko Date: Fri Jul 12 11:39:24 2013 +0400 Merge pull request #1101 from jet47:cudev-stub-lib commit 09ec483d02812f228ef313d29b66ed64260a1656 Merge: 18f1964 05aeb70 Author: Roman Donchenko Date: Fri Jul 12 11:38:59 2013 +0400 Merge pull request #1109 from nikman-ru:cap_reuse_24x commit 18f1964f8a5089c52686d20d13d033f294390635 Merge: d1fe1a6 c55dc3e Author: Roman Donchenko Date: Fri Jul 12 11:38:14 2013 +0400 Merge pull request #1111 from nikman-ru:fix_yamldoc commit 9cc949e34196573ae16aa6010a48e1d333f0b9ae Author: hbristow Date: Fri Jul 12 17:31:25 2013 +1000 Added more test cases commit 5a34b00737abc5a48a0b9c5c57d23a3e68024031 Author: hbristow Date: Fri Jul 12 16:57:05 2013 +1000 Added more test cases commit 603d94935463bf630b11d5729e8bf0521bdc95c8 Author: hbristow Date: Fri Jul 12 15:48:03 2013 +1000 Improved string handling. Swapped transpose interface for slow but correct implementation. Will come back to optimized implementation later. imshow now works correctly commit d52ef2f758dfbb4df3898575b6626b2d897bc16f Author: Vladislav Vinogradov Date: Thu Jul 11 11:50:02 2013 +0400 added stub library for cudev module in order to make CMake scripts work properly commit 5e3934446dfaa8636901e38e040be6c1d1bbd8c3 Author: Vladislav Vinogradov Date: Fri Jul 5 13:18:55 2013 +0400 fixed test compilation for gpu::Stream commit afb08b33c7f27e2cc419049aaba8cd5f999677f1 Author: Vladislav Vinogradov Date: Thu Jun 20 11:28:09 2013 +0400 removed obsolete API from gpuarithm module commit 0d9e3cfa37974ae0050cb3510aab76256889097b Author: Vladislav Vinogradov Date: Fri Apr 26 17:23:49 2013 +0400 updated documentation commit 6d6ff268872bc3e650af6e264a66fcce5fbc62cd Author: Vladislav Vinogradov Date: Fri Apr 26 17:18:56 2013 +0400 refactored gpu::ImagePyramid (converted it to abstract interface) commit 2932beddcf5f30da75af4ee461cdc6665ab24eab Author: Vladislav Vinogradov Date: Fri Apr 26 17:05:59 2013 +0400 switched to Input/Output Array in gpuwarping functions commit 346f7d0f3e2e6f38a890bc2bcf46d13e06375370 Author: hbristow Date: Fri Jul 12 10:38:48 2013 +1000 Fast deep-copy-transpose implemented which attempts to not thrash the cache. Good first step for now, but no transpose at all would be preferrable. Started I/O. commit 6db2596ca921de0e39faa2c1b535a0faf6dd710b Author: Alex Leontiev Date: Thu Jul 11 22:05:14 2013 +0300 Convenience fixes Attempting to fix issues pointed out by Vadim Pisarevsky during the pull request review. In particular, the following things are done: *) The mechanism of debug info printing is changed and made more procedure-style than the previous macro-style *) z in solveLP() is now returned as a column-vector *) Func parameter of solveLP() is now allowed to be column-vector, in which case it is understood to be the transpose of what we need *) Func and Constr now can contain floats, not only doubles (in the former case the conversion is done via convertTo()) *)different constructor to allocate space for z in solveLP() is used, making the size of z more explicit (this is just a notation change, not functional, both constructors are achieving the same goal) *) (big) mat.hpp and iostream headers are moved to precomp-headers from optim.hpp commit c55dc3e8ab493f4c98a339389f3e8640455042c6 Author: Nikita Manovich Date: Thu Jul 11 16:06:25 2013 +0400 Fixed "FileStorage (minor) error in doc (Feature #3151)" It was just a typo in the documentation. commit 0b4d0a817142a3e85b3c8e6cd83717afa0535398 Author: Roman Donchenko Date: Thu Jul 11 16:01:46 2013 +0400 Sorted cvconfig.h.cmake in alphabetical order. commit e9b432b1d9515e0f136d590920188555cea94c39 Author: Alex Leontiev Date: Thu Jul 11 14:43:48 2013 +0300 Fixing the warnings Fixed all of the warnings. commit 05aeb7083114f5cb72cefc433a987ecfc19d6cad Author: Nikita Manovich Date: Wed Jul 10 17:43:47 2013 +0400 Fixed VideoCapture::open() does not release previous capture sources (Bug #3150). VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera. commit c6a8bd65a8cd22db4907f57fad5ec65c1c9a9405 Author: Anatoly Baksheev Date: Thu Jul 11 13:54:36 2013 +0400 fixed some warnings for windows minor buitification commit 78cb920bc8f2fa8f823a7899e46f89eefd14d01b Author: Roman Donchenko Date: Thu Jul 11 14:28:41 2013 +0400 Removed useless VERSION macro (and CMake variable) commit 06742247be51fbe8cf600b683b92cd52dbaca511 Author: Roman Donchenko Date: Thu Jul 11 14:26:47 2013 +0400 Removed unused PACKAGE_* macros. commit 6f326220d3cf06e57cc9138f86a54f33514f6ce5 Author: Roman Donchenko Date: Thu Jul 11 13:22:47 2013 +0400 Removed the HAVE_LRINT macro, which is never set. commit acd63c1497b151e29f9f1d86b2e67c2479c1bbbb Author: ozantonkal Date: Thu Jul 11 11:52:59 2013 +0200 fix grid widget unused color commit 6c9ae1100bedc9aa67f06c05b47ebab0d9abbdba Author: Alex Leontiev Date: Thu Jul 11 12:29:55 2013 +0300 Fixed the warnings Fixed the code so to eliminate warnings related to shadowing and unused parameters. In some settings, these warnings may be treated as an errors and lead to failed build. Suggested by Nikita Manovich. commit ea8d485d768ace5fb90674d29c63b12b03cd82cd Merge: 061c28c eef8195 Author: Anatoly Baksheev Date: Thu Jul 11 02:28:55 2013 -0700 Merge pull request #15 from ozantonkal/implementing_widgets Implementing widgets commit eb8d9730cbd77fea6d91877a942e3c573cf7b5fa Author: Roman Donchenko Date: Thu Jul 11 12:55:34 2013 +0400 Removed unused NEW_FFMPEG macro. commit e2ef2a578178b804129d598948f7aa29ea9ef2e7 Author: Roman Donchenko Date: Thu Jul 11 12:40:16 2013 +0400 Refactored image format library finding logic. Now the HAVE_* macros are set in cvconfig.h. Most of them already were there, but were nonfunctional. commit 75b86c970696864428d233f86602b130cb535664 Merge: decd0c7 2121130 Author: Andrey Pavlenko Date: Thu Jul 11 11:52:22 2013 +0400 Merge pull request #1104 from nikman-ru:cap_reuse commit d1fe1a62c32f5b9bfc9d434a50e7ca5432b4d667 Merge: 07c2ae5 5032240 Author: Andrey Pavlenko Date: Thu Jul 11 11:41:37 2013 +0400 Merge pull request #1106 from pengx17:2.4_gftt_rename commit 07c2ae508e5559405c635595bbacd9d45461a328 Merge: 241e2d2 ea3239a Author: Andrey Pavlenko Date: Thu Jul 11 11:36:47 2013 +0400 Merge pull request #1102 from SpecLad:xls-updates commit eef8195569869189ed8abd991f81b503145a1381 Author: ozantonkal Date: Thu Jul 11 09:30:52 2013 +0200 clean unnecessary methods, make text3d face camera commit fe6a7e935db6c2f1cf669d0a0e5c0e73a4a1d8ab Author: Alex Leontiev Date: Thu Jul 11 09:52:13 2013 +0300 Fix qualifiers on aux functions for solveLP() Change qualifiers on auxiliary functions (for solveLP() procedure) from const (that does not have much sense) to static (that makes them invisible for outside world and hopefully exacerbates optimization). commit ba537a95db8ca3e4de94f1091f2cf06203168b8f Author: Alex Leontiev Date: Thu Jul 11 09:31:10 2013 +0300 Preparation for pull request Additional cleaning for simplex method, removing the parts that are currently unused. Removing developer's notes. Trying to reach production level. commit decd0c753a91447ce83c65a25cce952b5fa7e914 Merge: 68a992b b4d95b1 Author: Andrey Pavlenko Date: Thu Jul 11 09:41:45 2013 +0400 Merge pull request #1082 from jet47:gpu-warnings-fix commit 1923d87f61c7677aa2492f3cf0ae7fab729c8a46 Author: abidrahmank Date: Thu Jul 11 09:33:32 2013 +0530 PyDocs for common interface of feature2d commit f91f369788d061963a77bc0acc17177795def3dc Author: abidrahmank Date: Thu Jul 11 09:32:49 2013 +0530 PyDocs for FAST, ORB etc commit 204783810636e72502d51f3dca40d997465297c7 Author: abidrahmank Date: Thu Jul 11 09:31:25 2013 +0530 feature2d drawing functions PyDocs commit 031c77f4eb87ba7ee7ec16415dcabf8d69c4cbc6 Author: abidrahmank Date: Thu Jul 11 09:30:21 2013 +0530 SIFT+SURF PyDocs commit 5d863f75160c345c1dbc15d00a88762f68c8b60f Author: abidrahmank Date: Thu Jul 11 09:28:37 2013 +0530 drawMatches python bindings commit df4b67a74967c3df995ad368783e1894d29d671f Merge: f8eb806 241e2d2 Author: kdrobnyh Date: Wed Jul 10 10:45:24 2013 -0700 Merge pull request #1 from Itseez/2.4 Add calculating integral image using IPP commit a95650111f813d99f82f672b3caaee7f9fa3df04 Author: Alex Leontiev Date: Wed Jul 10 20:11:52 2013 +0300 Cleaning the code of simplex method In particular, the following things are done: *) Consistent tabulation of 4 spaces is ensured *) New function dprintf() is introduced, so now printing of the debug information can be turned on/off via the ALEX_DEBUG macro *) Removed solveLP_aux namespace *) All auxiliary functions are declared as static *) The return codes of solveLP() are encapsulated in enum. commit ca8b621b4fec65c768b58c6581f61d65cd40cc30 Author: Roman Donchenko Date: Wed Jul 10 18:20:34 2013 +0400 Refactored detecting several Apple-related technologies. Now the HAVE_* macros are set using cvconfig.h. Previously most of them already were there, but were always undefined. One, HAVE_COCOA, I had to add. This also makes the CMake code more consistent; now, WITH_* variables are always checked in cmake/*, while HAVE_* variables are checked in modules/highgui/CMakeLists.txt. commit 5813a3a99d7da8cbc060d8ac60486da91c0af2cd Author: ozantonkal Date: Wed Jul 10 16:34:47 2013 +0200 text3D widget implementation commit 241e2d2360367b18332dac9464cdf8d9d80c13f6 Merge: 894b30b 88ed74a Author: Roman Donchenko Date: Wed Jul 10 18:32:13 2013 +0400 Merge pull request #1077 from bitwangyaoyao:2.4_kmeans commit 4f9554eead4aab86ac189348d4194129a773e5ca Author: Roman Donchenko Date: Wed Jul 10 17:43:46 2013 +0400 Removed a few more unused configuration macros. I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all. commit 2d9b3a83344ece1e467e3c06580de6d9629be7b1 Author: Roman Donchenko Date: Wed Jul 10 17:20:48 2013 +0400 Deleted a bunch of unused configuration macros. commit 894b30b34d8839eccd06adbf0b3831f2ca1dc882 Merge: f0c7cce eaa2911 Author: Roman Donchenko Date: Wed Jul 10 18:18:31 2013 +0400 Merge pull request #1088 from apacha:brisk_noDescriptors_fix commit f0c7cce87a018d74985725fbc8343c0b5bb77282 Merge: a0f6e1b a26c4fa Author: Roman Donchenko Date: Wed Jul 10 18:17:06 2013 +0400 Merge pull request #1080 from hhofbaue:matchTemplate_bugfix commit 21211308d0afec717f987b7d08bfa8fa391514a4 Author: Nikita Manovich Date: Wed Jul 10 17:43:47 2013 +0400 Fixed VideoCapture::open() does not release previous capture sources (Bug #3150). VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera. commit e185900270be277c96d2a530344b4ade39d7b5e9 Author: ozantonkal Date: Wed Jul 10 15:34:19 2013 +0200 grid widget implementation commit ac39bfb4ccf6966275631b8bb5694ac84e32408e Author: Roman Donchenko Date: Wed Jul 10 16:02:07 2013 +0400 Remove HAVE_CVCONFIG_H - it's always defined. commit a0f6e1ba1da521474bdefab1823fd2f64aa633b5 Merge: 2dedfd9 2b2e021 Author: Roman Donchenko Date: Wed Jul 10 15:48:59 2013 +0400 Merge pull request #1103 from apavlenko:ver_2.4.6.1 commit 2b2e02166ef81973e040ff36e9812d8e83599380 Author: Andrey Pavlenko Date: Wed Jul 10 15:12:39 2013 +0400 setting version to 2.4.6.1 (hot-fix release for Linux camera support) commit ea3239a00efa23e2017c936d0219cfa2708ff616 Author: Roman Donchenko Date: Wed Jul 10 14:50:51 2013 +0400 xls-report.py: Added an option to show per-pixel times commit 5b2dc26f2ce9be1227910cfa45292fbfead73ab8 Author: Roman Donchenko Date: Tue Jul 9 18:57:22 2013 +0400 Made the crude ability less crude. commit 215b3e749fe35577bfd5789fcb1977e681cde8a4 Author: Roman Donchenko Date: Fri Jul 5 19:05:42 2013 +0400 Added to the test log parser a crude ability to detect non-implemented tests. commit 1080c4295ae74dfcd3a05f82e8a64104e4f9d80d Author: Roman Donchenko Date: Fri Jul 5 18:41:03 2013 +0400 xls-report.py: removed image size and type from the list of other parameters. Also, shrunk the corresponding column and the test name column. commit 63d151a29c08d3fa0027224b197a2ec53edb4137 Author: Roman Donchenko Date: Fri Jul 5 16:10:28 2013 +0400 xls-report.py: add ability to specify arbitrary sheet properties commit 71c76aecc9bffefce9660008a9ac7d2e50bb7b79 Author: ozantonkal Date: Wed Jul 10 12:51:17 2013 +0200 PolyLine widget implementation commit d3dee3a2fe541bd0424f08cd2aa62e454ef82333 Author: ozantonkal Date: Wed Jul 10 09:55:42 2013 +0200 explicit casting among widgets, removed implicit casting commit f8eb806565630c247827fa2ad2e344999574bcd1 Author: kdrobnyh Date: Wed Jul 10 11:25:36 2013 +0400 Add IPP support to integral function commit 5032240c9d2aa9edbbec6978add572213e26af2f Author: peng xiao Date: Wed Jul 10 14:51:40 2013 +0800 Fix ocl gftt file name typo. commit e4c3416f5885d44ae69e2e022279ffbc96c636ae Author: Anatoly Baksheev Date: Tue Jul 9 20:02:43 2013 +0400 experimental widget casting functionality commit 509a93c7ce73cb9697b7c19d9aca6ee02e210ea8 Author: Anatoly Baksheev Date: Tue Jul 9 19:35:26 2013 +0400 minor naming commit 200b254badd774337d969264f16616759e9f30eb Author: ozantonkal Date: Tue Jul 9 15:18:44 2013 +0200 rearrange widget constructors commit 2dedfd9762c800c1c24aa4fe67d708cf20ea7394 Merge: b1f04c5 f77d1f5 Author: Roman Donchenko Date: Tue Jul 9 17:13:05 2013 +0400 Merge pull request #1099 from asmorkalov:linux_vcap_fix commit 10d955f18b7c6af94f9556aa8bb292dd6bd3dff3 Author: ozantonkal Date: Tue Jul 9 14:28:55 2013 +0200 widget2d setcolor implementation commit 318b1c00a9fd07c049907dc4b59d8c0979eb3067 Author: ozantonkal Date: Tue Jul 9 14:12:49 2013 +0200 implement assignment operator and copy constructor for all widgets existing commit f77d1f57eee1a8b9160b5bd2e312736bd6294b9e Author: Alexander Smorkalov Date: Tue Jul 9 16:07:55 2013 +0400 V4L and V4L2 based Video capture bug fix (Bugfix #3144). commit b1f04c53885357fdedc4b0127e5cffb0fc0f3392 Merge: 1a24588 fcb4c0e Author: Roman Donchenko Date: Tue Jul 9 14:00:38 2013 +0400 Merge pull request #1097 from apavlenko:ocl_tests_fixes commit fcb4c0e51c282bee7c0a1319d7ccb2008a5b2c93 Author: Andrey Pavlenko Date: Mon Jul 8 21:12:21 2013 +0400 fixing working with test data and a small fix for init code - set init value for `numsdev` to prevent use of uninitialized value - stop use of 'workdir' and files from samples - forcing use of 'opencv_extra' instead Note: set OPENCV_TEST_DATA_PATH to full path to 'opencv_extra/testdata' (gitolite@code.opencv.org:opencv_extra.git) before running the test! commit 195d60f4f886df758bcd608401d346d0a107af00 Author: ozantonkal Date: Tue Jul 9 11:07:21 2013 +0200 fix widget delete bug commit d324c03b6ac419730b30dead788420ffbc095ade Author: ozantonkal Date: Tue Jul 9 10:21:57 2013 +0200 initial redesigning widgets commit 68a992b075276972b69bf6a78017cecd7085d8d3 Merge: de58039 c05bfe9 Author: Roman Donchenko Date: Tue Jul 9 11:50:19 2013 +0400 Merge pull request #1096 from SpecLad:merge-2.4 commit aa2ca3aa8f1b5636d01ca2c252a0623d13103a6a Author: Andrew Senin Date: Tue Jul 9 00:33:39 2013 +0400 Improve FPS on black and white Ximea cameras commit 061c28cde0a94356e6b3552dfe15ed849d4cc596 Merge: 653eda4 b50d777 Author: Anatoly Baksheev Date: Mon Jul 8 12:52:18 2013 -0700 Merge pull request #14 from ozantonkal/implementing_widgets Implementing widgets commit b50d777985ac682dc1f31db27450d56b09cd0071 Author: ozantonkal Date: Mon Jul 8 21:48:19 2013 +0200 cloudwidget private implementation for duplicate code, add cv_assert(exists), fix bug point_step bug in CloudNormalsWidget commit cc08149d7cf3079fa62b88dede882cf6fb2e97ac Author: ozantonkal Date: Mon Jul 8 19:05:35 2013 +0200 remove redundant statements commit 658e4c5e971d78af560361d6094128e1e7ff02e9 Author: ozantonkal Date: Mon Jul 8 18:56:13 2013 +0200 set/get/updateWidgetPose implemented, cloudNormals with color commit e76023be965b6f5a970b779cbaf1092a6a8a943f Author: ozantonkal Date: Mon Jul 8 18:22:51 2013 +0200 cloud normals widget implementation commit c05bfe9d6d73fae5181218b881d64b5c2f268785 Merge: de58039 1a24588 Author: Roman Donchenko Date: Mon Jul 8 18:47:38 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/features2d/include/opencv2/features2d/features2d.hpp modules/ocl/src/opencl/stereobp.cl modules/ocl/src/stereobp.cpp commit 6e5ae98582e9aedf1cc1ba3e7f89ccee0d57e21b Author: ozantonkal Date: Mon Jul 8 15:12:50 2013 +0200 initial cloud widget implementation, fix safedowncasts commit d394e233bb181fd0bbf6bce603fb1cc9cd7ce92a Author: ozantonkal Date: Mon Jul 8 11:34:11 2013 +0200 cube widget wireframe commit 653eda45f8b8cafe6fbc53e68748f9ba96a77e2f Author: ozantonkal Date: Mon Jul 8 10:41:42 2013 +0200 text widget implementation commit c4f4727ee5f52f3542d2db4627fce7f0d9669926 Author: ozantonkal Date: Mon Jul 8 10:53:00 2013 +0300 showWidget takes Affine3f as argument commit 1a2458885ba5e1f08e08caf9d9fc8ce77bd11bb4 Merge: f508910 69b308a Author: Andrey Pavlenko Date: Mon Jul 8 11:25:40 2013 +0400 Merge pull request #1094 from asmorkalov:android_na_fix commit eafcdc004db0cbc550f1277a76ee3f825cca9444 Author: ozantonkal Date: Sun Jul 7 21:19:21 2013 +0300 plane widget size commit 030400d50f42816452952cfffe7a2805545d7ed1 Author: ozantonkal Date: Sun Jul 7 16:21:47 2013 +0300 circle widget thickness property commit 8d0452ed5996a4b88046974ccabddca6e50d87df Author: andrey.morozov Date: Sat Jun 29 21:59:25 2013 +0400 added test to save image with webp with alpha channel commit 0aee5b61e33bbc4e5814569a9ff41ada0ea481bf Author: Fedor Morozov Date: Fri Jul 5 16:14:08 2013 +0400 Exposure fusion. Code, tests. commit 9d684a39da07b34fc70d498d53a0648a0d8c79dd Author: Anatoly Baksheev Date: Fri Jul 5 14:13:23 2013 +0400 Fixed ref counting bug, minor formatting commit 45cdc4176343065b33f4bc04eea6c2e5a50eb610 Merge: e0b7e63 7e2643a Author: Anatoly Baksheev Date: Fri Jul 5 03:10:53 2013 -0700 Merge pull request #13 from ozantonkal/implementing_widgets Implementing widgets commit 69b308a36881c6a46e25b1825cd466ad9540e4da Author: Alexander Smorkalov Date: Fri Jul 5 14:08:37 2013 +0400 Various fixes in android sample NativeActivity. commit f5089100b9b150b087dd4a5d8407aa8ba2b00a40 Merge: c4e5986 91b713b Author: Roman Donchenko Date: Fri Jul 5 13:41:51 2013 +0400 Merge pull request #1073 from asmorkalov:android_cvjavaframe commit de58039b46abd08ed15fdc1445d34b311f10a966 Merge: 2f8be2a 4cf9990 Author: Roman Donchenko Date: Fri Jul 5 13:34:58 2013 +0400 Merge pull request #1081 from SpecLad:merge-2.4 commit 2f8be2a4b17bd056da0fc5cf951c69d1981b67be Merge: 4d45b3e 31d55af Author: Roman Donchenko Date: Fri Jul 5 13:30:11 2013 +0400 Merge pull request #1083 from jet47:cuda-device-layer commit c4e59866a2ba8d3f36743365aa53d6233d5059da Merge: b6b1d5e b524e27 Author: Roman Donchenko Date: Fri Jul 5 13:28:38 2013 +0400 Merge pull request #1074 from devernay:2.4-cap_qt-multithread commit b6b1d5e75d9e8f8bda8ade4c17be6d8cd2e34d1b Merge: 36a4d24 e905c81 Author: Andrey Pavlenko Date: Fri Jul 5 13:02:09 2013 +0400 Merge pull request #1092 from asmorkalov:manager_version_inc commit 36a4d246f4b5eade558b62972a8ffda78691b8f9 Merge: dbf02c7 3677a66 Author: Roman Donchenko Date: Fri Jul 5 12:07:44 2013 +0400 Merge pull request #1087 from znah:2.4 commit e905c81cccd996ac195ba45491fa833aca8bd7f2 Author: Alexander Smorkalov Date: Fri Jul 5 12:07:04 2013 +0400 OpenCV Manager version++. commit dbf02c71b6519d3187d2e2658e04e4c61668465c Merge: ec1df9f 2b44172 Author: Roman Donchenko Date: Fri Jul 5 12:00:52 2013 +0400 Merge pull request #1091 from SpecLad:xls-updates commit dcb049df6adbafe1a3184e37e205994e994f189a Author: Alexey Spizhevoy Date: Fri Jul 5 10:16:22 2013 +0400 fixed docs commit 2a48f7c0350bfb2a3d2d05a1b45200d4f870c863 Author: Alexey Spizhevoy Date: Fri Jul 5 09:44:32 2013 +0400 fixed include for Windows commit 88ed74a7ecbfc88b1f394e6cc8b4a20aef5a1f2b Author: yao Date: Fri Jul 5 08:59:21 2013 +0800 fix the function name commit 7e2643abff7e91b48faba57ce19ddba909bf80d3 Author: ozantonkal Date: Thu Jul 4 19:05:56 2013 +0300 removed shape files commit 2b441720265f2e1f530394ac072169a7960cd96b Author: Roman Donchenko Date: Thu Jul 4 19:59:26 2013 +0400 xls-report.py: make behaviour more intelligent in case of repeated results commit 0732905cff6ebad5afb86303355221b8817ec182 Author: Roman Donchenko Date: Thu Jul 4 18:52:10 2013 +0400 xls-report.py: write tests in sorted order commit ea054e28885e1190fb81df3fa791a54142553172 Author: Roman Donchenko Date: Thu Jul 4 18:44:56 2013 +0400 xls-report.py: made most columns a little wider commit 4e939e2fce267caa944663d2578a93b807123a0f Author: Roman Donchenko Date: Thu Jul 4 18:19:33 2013 +0400 xls-report.py: added an option to include data from unrecognized XMLs commit 4c3d1d583a3d09194db28e76bb76c55b95de7d00 Author: ozantonkal Date: Thu Jul 4 18:47:52 2013 +0300 remove ModelCoefficients, remove showShape methods from viz3d commit ec1df9f54d33624725f903ea328806ed222ea9a4 Merge: a2d576c c2e6668 Author: Roman Donchenko Date: Thu Jul 4 19:46:53 2013 +0400 Merge pull request #1090 from asmorkalov:android_tbb_downgrade commit 5bb95c4110e67e42c6118be9101c10151e8330be Author: ozantonkal Date: Thu Jul 4 18:36:26 2013 +0300 remove widget implementation commit ecdd8513fd937162ef932ecd26de57c1268dbccd Author: ozantonkal Date: Thu Jul 4 18:19:06 2013 +0300 coordinate system widget implementation, update pose fix commit 03cc439b08b78075c77c6738c3aa0f25c629b787 Author: ozantonkal Date: Thu Jul 4 17:59:11 2013 +0300 cube widget implementation commit c2e6668414852e1c5d75321f0bdd2dff16b1c456 Author: Alexander Smorkalov Date: Thu Jul 4 18:51:17 2013 +0400 Bug #3124 libopencv_java.so v 2.4.6 hangs on some Android 4.0.3 devices fixed. Downgrade TBB to 4.1u2 for all platforms, except WinRT. commit f07486b563d92bf1864992eec5342bad4cd77de3 Author: ozantonkal Date: Thu Jul 4 17:44:41 2013 +0300 cylinder widget implementation commit 4d45b3e7f9a07d4d564920958e15201041f70a09 Merge: 70deda3 0daf4b8 Author: Roman Donchenko Date: Thu Jul 4 18:25:39 2013 +0400 Merge pull request #1089 from SpecLad:contract-violations commit 188f8899498b8963affc086cabba8ac70282d190 Merge: c391590 70deda3 Author: alexandre benoit Date: Thu Jul 4 16:19:24 2013 +0200 Merge branch 'master' of code.opencv.org:opencv commit 83fd385bbdc581d6aac631005fe2a5c652cff7b3 Author: Roman Donchenko Date: Thu Jul 4 18:03:03 2013 +0400 xls-report.py: don't eat all errors when reading sheet.conf commit f97c3c8b06278e61767accf3d135f071936147db Author: ozantonkal Date: Thu Jul 4 16:54:46 2013 +0300 circle widget and arrow widget implementation commit 3677a66403af5ca468320399dd5606effd9fde05 Author: Alexander Mordvintsev Date: Thu Jul 4 17:43:38 2013 +0400 line realign commit 406f342dc339a8c44ad0de628ca5035994497eaa Author: Alexey Spizhevoy Date: Thu Jul 4 17:41:39 2013 +0400 updated docs commit d80a965f97460a035a60c88fe2db0f6be5b363be Author: ozantonkal Date: Thu Jul 4 16:32:06 2013 +0300 sphere widget implementation commit 027065a5a131e7d41aa15e860997c32c46bee64f Author: Alexey Spizhevoy Date: Thu Jul 4 17:31:12 2013 +0400 removed trailing whitespaces causing warnings commit a2d576c1bb96094c45fa5643ad86d23ed1957145 Merge: 4d56973 f2333e9 Author: Roman Donchenko Date: Thu Jul 4 17:24:19 2013 +0400 Merge pull request #1085 from bitwangyaoyao:2.4_optBP commit 4d569732b9d89ebc533e4eda70750fc7ae4a4bf8 Merge: 6bf8f47 97e620b Author: Roman Donchenko Date: Thu Jul 4 17:23:53 2013 +0400 Merge pull request #1086 from melody-rain:2.4_fix_oclMat_constructor commit cc85e86ee7a65ed26ed49a1998130b6da829dd24 Author: Alexey Spizhevoy Date: Thu Jul 4 17:22:36 2013 +0400 fixed Windows build commit 3d3e3fd4702661fdae9c7cb995ea953333ecb71a Author: ozantonkal Date: Thu Jul 4 16:15:20 2013 +0300 plane widget implementation commit 0daf4b800a5420ca701ba71554b98a96036be5f1 Author: Roman Donchenko Date: Thu Jul 4 17:09:29 2013 +0400 Fix bug: CommandLineParserParams's comparator would fail with equal arguments. commit 4692d4b36e5aed35a8d52f4ffc66b06c2a456e6d Author: Roman Donchenko Date: Thu Jul 4 17:06:00 2013 +0400 Fix bug: cv::String would break if assigned to itself. commit ba89a6a34a66f69dcb95653251dbf2e965b46c18 Author: ozantonkal Date: Thu Jul 4 16:05:05 2013 +0300 line widget set/get line width commit 158ed299c1c8d7182fa733f53ad7b07deb3a27e6 Author: ozantonkal Date: Thu Jul 4 15:57:49 2013 +0300 reference counting in widget commit 438a599288e003b516b9d41838b3d280a1dc6b6e Author: Alexey Spizhevoy Date: Thu Jul 4 16:57:20 2013 +0400 added 'cmath' include commit a5e11079d743bf6bc4a31b1bd829e95cfa853bd2 Author: Fedor Morozov Date: Thu Jul 4 16:51:39 2013 +0400 Fixes, missing files, tests commit 141cfd562c6fb9f09c3cb9d40d0baa8fb464a7a1 Author: Anatoly Baksheev Date: Thu Jul 4 15:11:04 2013 +0400 widget_accessor.hpp - minimize dependencies commit efa7f09048d581f90c01aa65ce2d1203cd2174f5 Author: Anatoly Baksheev Date: Thu Jul 4 13:54:00 2013 +0400 slight refactoring of widget system code commit 97e620b8f3ead7e2843fbd3b8f6d7b9c34bad1cd Author: Jin Ma Date: Thu Jul 4 16:14:55 2013 +0800 Fix oclMat constructor when roi is provided. commit f2333e90f63f80d833aa4a50254c645da25c4e4b Author: yao Date: Thu Jul 4 14:46:38 2013 +0800 optimize stereoBP kernel commit d12626398351749e268139be21f6afc37bc12ba4 Author: hbristow Date: Wed Jul 3 23:34:02 2013 -0700 implemented faster transpose with SEE auto vectorization commit eaa29110e1620aea589b7953e9d29d66a902a2ea Author: Alexander Pacha Date: Thu Jul 4 16:36:29 2013 +1200 Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors. Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors. commit c23510785bd61bf4ab287e40d2caca060aa94724 Author: yao Date: Thu Jul 4 08:59:42 2013 +0800 remove the redundant function commit daa2a205a41fa44c4d8895d9e3f77c02d7aa9f14 Author: ozantonkal Date: Wed Jul 3 22:27:09 2013 +0300 remove redundant methods, implement assignment operator for widget commit 8045093cfb4f95f2ceed974fb7d9c0cd5a9c4269 Author: Alexander Mordvintsev Date: Wed Jul 3 22:26:18 2013 +0400 GFTT wrapped to python commit b4d95b1406577da1ba42909bfa7d26e6b2a711dd Author: Vladislav Vinogradov Date: Wed Jul 3 22:21:10 2013 +0400 fixed warnings in gpu modules from VS 2012 commit c8d2b5ff446e080eeb21fa26214f9ba9f5cdd1ac Author: ozantonkal Date: Wed Jul 3 20:53:03 2013 +0300 fix vtkActor to vtkLODActor, initial implementation LineWidget, showWidget commit 31d55af9c1d6cc54fc2bf683a2636dc211f1af2a Author: Vladislav Vinogradov Date: Wed Jul 3 17:31:41 2013 +0400 CUDA Device Layer: header only library for CUDA programming commit 4cf9990d4efc080dc898e1ecaa8861eb85c574fe Merge: 70deda3 6bf8f47 Author: Roman Donchenko Date: Wed Jul 3 19:53:21 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: doc/tutorials/definitions/noContent.rst doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst modules/core/include/opencv2/core/core.hpp modules/core/include/opencv2/core/internal.hpp modules/core/include/opencv2/core/version.hpp modules/gpu/CMakeLists.txt modules/highgui/perf/perf_output.cpp modules/highgui/test/test_video_io.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/main.cpp modules/ocl/src/hog.cpp modules/ocl/src/initialization.cpp modules/ocl/src/moments.cpp modules/ocl/src/opencl/moments.cl modules/ocl/test/main.cpp modules/ocl/test/test_moments.cpp modules/python/test/test.py modules/ts/include/opencv2/ts/ts_perf.hpp modules/ts/src/precomp.hpp modules/ts/src/ts_perf.cpp commit 54c7dfab83f9c47662fc20657aedf989d17cb5bc Author: ozantonkal Date: Wed Jul 3 18:48:11 2013 +0300 initial base widget implementation commit a26c4fa2a2bc974f8f8bdd902dce56fc8d0944aa Author: Heinz Hofbauer Date: Wed Jul 3 14:58:40 2013 +0200 Bugfix for an overlapping size of image and template for matchTemplate. Example: img of size 10x10 and templ of size 11x9. In subsequent code this will results in either width or height of corrSize to be zero (0). Line 261 will call crossCorr which will then have a zero size of either blocksize.width or blocksize.height resulting in a division by zero crach in lines 137 or 138. commit 37ea8722048187ea409541e8f2c9517b52fb1321 Author: Alexey Spizhevoy Date: Wed Jul 3 15:20:14 2013 +0400 added handling of camera parameters estimation errors (#3122) commit a4a5e98cc06a9217d0ac6950ab0f11d465d04f2a Author: Alex Leontiev Date: Wed Jul 3 13:54:23 2013 +0300 Non-optimized simplex algorithm. This version is supposed to work on all problems (please, let me know if this is not so), but is not optimized yet in terms of numerical stability and performance. Bland's rule is implemented as well, so algorithm is supposed to allow no cycling. Additional check for multiple solutions is added (in case of multiple solutions algorithm returns an appropriate return code of 1 and returns arbitrary optimal solution). Finally, now we have 5 tests. Before Thursday we have 4 directions that can be tackled in parallel: *) Prepare the pull request! *) Make the code more clear and readable (refactoring) *) Wrap the core solveLP() procedure in OOP-style interface *) Test solveLP on non-trivial tests (possibly test against http://www.coin-or.org/Clp/) commit 8d8dc29ced791a2a2de1fe2aada4adfacddbc15e Author: yao Date: Wed Jul 3 13:13:04 2013 +0800 add kmeans commit baa946c3906caef8c963c48d166e99ef37106118 Author: hbristow Date: Tue Jul 2 16:42:37 2013 -0700 Split MxArray out of bridge into standalone file. Does not depend on bridge. Working to make it API complete with respect to mxArray, but with better calling syntax commit 639450efdc0e5e3028dcedb3cebdc38b205a6c14 Author: Philippe FOUBERT Date: Wed Jul 3 00:19:22 2013 +0200 PvAPI support on Windows with MinGW (PR #1038 applied to the branch 2.4) commit b524e275c1db2f09f2a3a5f6ccc7ad6fc5d4bc2a Author: Frédéric Devernay Date: Tue Jul 2 18:08:12 2013 +0200 allow QtKit capture in secondary threads [NSRunLoop currentRunLoop] is not the same as in the main thread. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" The old code caused grabFrame() to return immediately if the capture was not done in the main thread. This code works correctly, even in secondary threads, provided that all capture functions are called in the *same* thread commit 70deda354a3cd7b73b2278185e26e417dfffbc10 Merge: 89086bd 3c32fc1 Author: Andrey Pavlenko Date: Tue Jul 2 18:39:12 2013 +0400 Merge pull request #1047 from jet47:gpustream-remove-obsolete commit 89086bdb8dd3eb370ed6b1649a4716f35243a208 Merge: 4f19216 f36f806 Author: Andrey Pavlenko Date: Tue Jul 2 15:39:06 2013 +0400 Merge pull request #1046 from SpecLad:merge-2.4 commit 91b713b8c90f2ce9902a4b78021d43a7ed0d4bb4 Author: Alexander Smorkalov Date: Tue Jul 2 12:58:59 2013 +0400 JavaCameraView delivers same frame twice (Bug #3123) fixed. commit 504558c0be9811ac3fa20783c61ea1eaab38a51e Author: hbristow Date: Mon Jul 1 16:33:55 2013 -0700 Better C++11 and C++98 support/interop. Started writing map interface. Some core functions actually run commit e0b7e63787fee2ff915f62957eefa98bce01297e Author: Anatoly Baksheev Date: Mon Jul 1 23:29:33 2013 +0400 getShapePose/setShapePose simplification little code beautification, formatting commit 2229d91c50147df849465a0900da471281d91bfc Merge: 909f905 1830059 Author: Anatoly Baksheev Date: Mon Jul 1 21:39:04 2013 +0400 Merge remote-tracking branch 'remotes/ozan/refactoring_shapeMethods' into viz Conflicts: modules/viz/test/test_viz3d.cpp commit 6bf8f474fa6cb543876c2e1784badd4a98bb39b5 Merge: c8cd2cf a5383b8 Author: Roman Donchenko Date: Mon Jul 1 13:45:42 2013 +0400 Merge pull request #1051 from pengx17:2.4_fback_ocl commit c8cd2cf6011f7a97a20462f80686f1685c5b5b13 Merge: 087bab6 c66e27d Author: Roman Donchenko Date: Mon Jul 1 13:21:12 2013 +0400 Merge pull request #1061 from bitwangyaoyao:2.4_fix2 commit 087bab6cebb7ba71f5327e0fc7b10d7164e504aa Merge: 38cf0a6 e858a6c Author: Roman Donchenko Date: Mon Jul 1 13:20:51 2013 +0400 Merge pull request #1060 from pengx17:2.4_setbinary_fix commit 38cf0a692e68bc9141a17a23edda1b6e3761b907 Merge: a4c3819 b2da1cd Author: Roman Donchenko Date: Mon Jul 1 13:20:04 2013 +0400 Merge pull request #1055 from pengx17:2.4_ocl_hang_workaround commit a4c38196bc1a75ec96bed7c6cac7c8d47e9bd5b4 Merge: eedc032 97b9391 Author: Andrey Pavlenko Date: Mon Jul 1 12:10:57 2013 +0400 Merge pull request #1069 from apavlenko:fix_bin_compat_checker commit 97b939195fd9923fd89877ccef653b108582f1c9 Author: Andrey Pavlenko Date: Mon Jul 1 10:03:08 2013 +0400 adding 'ios.h' to ignore list should work on non-Mac) commit 6fd296c0b09959223eb72904561e755d1fd2dfc1 Author: hbristow Date: Sat Jun 29 16:30:17 2013 -0700 More aggressive build warnings. The cmake configuration is quite fragile. Pay particular attention to quotes around variables commit 538dbfe585938916aef3194fd69c345332aa3ce0 Author: hbristow Date: Sat Jun 29 14:24:53 2013 -0700 Now compiling under much more strigent warnings, with Clang and optional C++11 support commit 53a7fbf74bb0d68c6b14da518aa9084ec205476d Author: hbristow Date: Sat Jun 29 00:19:08 2013 -0700 Improved bridge. Fixed I/O problem in function template commit 53c9c40ebab8b52dcd6e96eb0b50c1d6b0eb71e2 Author: hbristow Date: Fri Jun 28 19:48:42 2013 -0700 started MxArray wrapper around mxArray class commit eedc032b98a2735bbd2611e65a7e35086ada12f6 Merge: 43632bf 8b6f1d9 Author: Roman Donchenko Date: Fri Jun 28 19:47:30 2013 +0400 Merge pull request #1067 from asmorkalov:android_service_readme commit 43632bf973e29391eec88171278bb02f14478e90 Merge: d60cb1d 6069967 Author: Roman Donchenko Date: Fri Jun 28 19:32:44 2013 +0400 Merge pull request #1065 from apavlenko:fix_eclipse_warning commit d60cb1d00a1c81792331547c8e954a4e6c5bea4c Merge: 4b51b1e 67d4d9e Author: Roman Donchenko Date: Fri Jun 28 19:08:12 2013 +0400 Merge pull request #1064 from asmorkalov:winrt_sample_fix commit 8b6f1d9bd9a0a5e033220efd07332bfbf35a7a3c Author: Alexander Smorkalov Date: Fri Jun 28 18:25:53 2013 +0400 OpenCV Version++; Manager Version++ commit 6069967109ee10afd0b262e47ac961c674c9659e Author: Andrey Pavlenko Date: Fri Jun 28 17:28:57 2013 +0400 removing unused import commit 67d4d9e9f4e296dbce1a1546afa88db79bb297cb Author: Alexander Smorkalov Date: Fri Jun 28 16:48:27 2013 +0400 Path to OpenCV dll libs fixes. commit ddc0010e7da6daa4d8b6a543e853ef0b0ff4ff33 Author: Alex Leontiev Date: Fri Jun 28 15:28:57 2013 +0300 The first draft of simplex algorithm, simple tests. What we have now corresponds to "formal simplex algorithm", described in Cormen's "Intro to Algorithms". It will work *only* if the initial problem has (0,0,0,...,0) as feasible solution (consequently, it will work unpredictably if problem was unfeasible or did not have zero-vector as feasible solution). Moreover, it might cycle. TODO (first priority) 1. Implement initialize_simplex() procedure, that shall check for feasibility and generate initial feasible solution. (in particular, code should pass all 4 tests implemented at the moment) 2. Implement Bland's rule to avoid cycling. 3. Make the code more clear. 4. Implement several non-trivial tests (??) and check algorithm against them. Debug if necessary. TODO (second priority) 1. Concentrate on stability and speed (make difficult tests) commit 122f85f3528cf10bb8187841e5178c419fb373d8 Author: Fedor Morozov Date: Fri Jun 28 16:25:12 2013 +0400 Tonemapping code commit 4b51b1e3a8c71d1d0877396e2920f5a3d6495ee9 Merge: 1707b17 d39aeec Author: Roman Donchenko Date: Fri Jun 28 14:47:45 2013 +0400 Merge pull request #1059 from dominikrose:dc1394_2-1394b commit 1707b1769f38d9f4041d858c537bf4f85f4e273b Merge: a96466a 7b06592 Author: Roman Donchenko Date: Fri Jun 28 14:41:35 2013 +0400 Merge pull request #1063 from alekcac:conversion commit a96466a73a1546d34d913de86e06e006a5c2c9ba Merge: 156155a aef347e Author: Roman Donchenko Date: Fri Jun 28 14:35:51 2013 +0400 Merge pull request #1062 from kirill-kornyakov:fixes-for-documentation commit 156155addb9f650b5083681b41d276382d7dd425 Merge: 3b78fe2 371a9cd Author: Roman Donchenko Date: Fri Jun 28 14:26:45 2013 +0400 Merge pull request #1018 from jet47:cuda-5.5-arm commit c66e27d49e8c40a98149e6c3a53075a18dfa6878 Author: yao Date: Fri Jun 28 17:45:39 2013 +0800 stereoBM fix an error on Linux when running full performance test commit 7b06592dea217a792148d4ba0fd0b70230143554 Author: Alexander Shishkov Date: Fri Jun 28 13:26:54 2013 +0400 added conversions between UIImage and cv::Mat commit aef347e7b3dad14c67d9365faf043e4718057863 Author: Kirill Kornyakov Date: Fri Jun 28 12:48:12 2013 +0400 Removed references to opencv.itseez.com commit 0339dd51f1a1ff3bf6738c1c4d050636397cc3b4 Author: Kirill Kornyakov Date: Fri Jun 28 12:38:44 2013 +0400 Removed all references to trunk commit c73a10cb4d34dced5f7d54e0a0e5cb78ee24aa96 Author: yao Date: Fri Jun 28 16:23:01 2013 +0800 warnings fix commit cbed07bc1864d89797442e2f616b461cd42cf2d3 Author: Kirill Kornyakov Date: Fri Jun 28 12:21:52 2013 +0400 Removed references to YG from samples commit f065c46fbe53f34861b719e057429e272ee30690 Author: Kirill Kornyakov Date: Fri Jun 28 12:15:14 2013 +0400 Completely get rid of opencv_group commit a78ebc11755a60864aaf9b7fa1b61531d420eafd Author: Kirill Kornyakov Date: Fri Jun 28 12:12:53 2013 +0400 Updated a couple of more links commit 2cacad9470c26a356baa621fab69c655504cc663 Author: Kirill Kornyakov Date: Fri Jun 28 11:53:39 2013 +0400 updated email address commit 2980a885701b582029f7ff922973775b79ddc924 Author: Kirill Kornyakov Date: Fri Jun 28 11:51:40 2013 +0400 Mentioned 2.4 and master branches commit e447d87496522cf64543828c3bc768973ff6962e Author: Kirill Kornyakov Date: Thu Jun 13 16:48:17 2013 +0400 Added link to contribution process, updated formatting commit a8db327574ede94dff6d978f16cc097907dbb442 Author: Alexander Shishkov Date: Fri Apr 5 01:31:30 2013 +0400 changed contacts in tutorual commit 3b78fe268479ab83268ed340433c170d28e1ed77 Merge: d76468c e241c14 Author: Roman Donchenko Date: Fri Jun 28 11:29:54 2013 +0400 Merge pull request #1054 from asmorkalov:opencv_version commit 6982ea5a669de8e412ce407adceca5efb16c5906 Author: yao Date: Fri Jun 28 15:08:39 2013 +0800 some tweaks to samples commit c1a59b8d8066e475e2e9f9da03f29e5e45d9096c Author: yao Date: Fri Jun 28 13:38:58 2013 +0800 more fix to HOG commit f1d9680ba8fbd16d2b7c2ee21bf826bad73ac22b Author: yao Date: Fri Jun 28 11:44:43 2013 +0800 format the ocl's samples name commit 587fb4940dbf9ae1c2e6e8aaac06f9d26b5bcdbd Author: yao Date: Fri Jun 28 11:43:43 2013 +0800 some accuracy fix of HOG commit fc519aa3b3617038bd8fc64fa3aef62d72590fdf Author: hbristow Date: Thu Jun 27 20:03:38 2013 -0700 Matlab constants now being parsed correctly. Over 700 constants correctly formatted :) commit a5383b8627e1c52bfc114283b0ddf7b990adb439 Author: peng xiao Date: Fri Jun 28 10:52:39 2013 +0800 Move function definition from header to cpp. commit e858a6c347cdf6e4c4122a8717b72137591e5d79 Author: peng xiao Date: Fri Jun 28 10:39:09 2013 +0800 Renew function logic. commit 14dd345cdf5f8197f7080a857c69363537b3f39b Author: peng xiao Date: Fri Jun 28 10:12:18 2013 +0800 Fix ocl::setBinaryDiskCache Previously the function requires Info::Impl implicitly. A call will create new Context this function which is not intended. The properties are now moved to global scope to fix this issue. commit ef6327bb8955b3c75fd7778d80216f231b5af0a0 Author: hbristow Date: Thu Jun 27 18:13:04 2013 -0700 Now building all OpenCV functions commit d6453cf051c169be18ed4e4a6121317cc1e68698 Author: hbristow Date: Thu Jun 27 16:25:18 2013 -0700 Now builds all functions except those dependent on Features2d. Improved build detection if cmake is rerun commit 245bc5dcc0be2e64ccf3d1c75232e0273692564b Author: hbristow Date: Thu Jun 27 13:58:40 2013 -0700 maintenant compiling video et photo aussi commit 5bc55a042eaa566e6c5377fdbb1113e0e73f0b26 Author: hbristow Date: Thu Jun 27 11:45:19 2013 -0700 Now building all functions (not classes) in core, imgproc, ml and highgui commit d39aeeca0f26f7250393c7b025885e1dc408fe7f Merge: e32700c d76468c Author: Dominik Rose Date: Thu Jun 27 19:43:05 2013 +0200 Merge remote-tracking branch 'remotes/upstream/2.4' into dc1394_2-1394b commit e32700cf8f92b04fa2b0112281c1f369428b6584 Author: Dominik Rose Date: Thu Jun 27 15:05:32 2013 +0200 dc1394-2: support for operation mode 1394b added commit d76468c22394728da9c2b9f586db8a777388292d Merge: 5d7419e 7c5bd78 Author: Roman Donchenko Date: Thu Jun 27 16:59:25 2013 +0400 Merge pull request #1040 from asmorkalov:winrt commit 5d7419e658c467105560a28aece8ecad6f5190d6 Merge: 5100832 5de7627 Author: Roman Donchenko Date: Thu Jun 27 16:29:56 2013 +0400 Merge pull request #1056 from asmorkalov:android_old_remove commit 51008322c57b01e0085df9af3380a420a0b2842f Merge: f477696 664b720 Author: Roman Donchenko Date: Thu Jun 27 15:50:31 2013 +0400 Merge pull request #1057 from SpecLad:gtest-param-filter commit 7c5bd7880474cb9712c79328a30c198511f070f4 Author: Alexander Smorkalov Date: Wed Jun 26 23:56:50 2013 -0700 Test fixes Calib3d badarg tests fixed. Default exception handling enabled; Highgui Video I/O tests fixed on ARM; Code cleanup. commit 070a77ae0def65a92d596d0deefb0c2526753c06 Author: Alexander Smorkalov Date: Wed Jun 26 02:31:47 2013 -0700 TBB updated to version 4.1 update 4. commit 4f19216e45a7e04204faa71e1c8536110e336251 Merge: c1f8d9e 98bd401 Author: Roman Donchenko Date: Thu Jun 27 15:37:42 2013 +0400 Merge pull request #1036 from jet47:fix-gpu-deviceinfo commit 1830059969d6aa20b51d668c2e77b1971b504116 Author: ozantonkal Date: Thu Jun 27 13:05:52 2013 +0300 removed redundant addShape methods commit 4a19ff3a7c1a65d99fa974800d2b2011f31b5975 Author: ozantonkal Date: Thu Jun 27 12:33:19 2013 +0300 createArrow and showArrow implementation without label commit 664b720e4dc2dc91701b52bc7b97c1974cb07fcc Author: Roman Donchenko Date: Wed Jun 26 18:34:36 2013 +0400 Extended Google Test to allow filtering by parameter value. commit c4a07b7531c06a64a58e93be97b41bd20d902a91 Author: ozantonkal Date: Thu Jun 27 11:51:36 2013 +0300 createSphere and showSphere implementations commit f477696cc5b4e0635528a4804fb6e79555a96d2a Merge: 76efc98 fc64faa Author: Roman Donchenko Date: Thu Jun 27 12:22:00 2013 +0400 Merge pull request #1050 from pengx17:2.4_clach_mod commit e241c14b9409b1c5ada11fe50f0d96058446ff1c Author: Alexander Smorkalov Date: Wed Jun 26 17:12:51 2013 +0400 OpenCV Library and Manager version incremented. OpenCV Version 2.4.6; OpenCV Manager Version 2.8; Doc fixes. commit c1f8d9e3d25672375febecaa78558f7ff450ad92 Merge: 53afdb4 f15dc72 Author: Roman Donchenko Date: Thu Jun 27 12:03:07 2013 +0400 Merge pull request #1011 from wecacuee:master commit 5de7627806dbd44f8f7ac9cc4c323f56cf193395 Author: Alexander Smorkalov Date: Thu Jun 27 11:26:51 2013 +0400 Old android folder removed. The changes must be applied after buildbot update only! commit bb56ac4ae645de36efcd04d42672566556584317 Author: hbristow Date: Thu Jun 27 00:25:48 2013 -0700 Added delta builds of Matlab executables. Imgproc module now compiling commit b2da1cdcc2e9b7fd95b3cda7ff8caa9f51c68085 Author: peng xiao Date: Thu Jun 27 10:20:21 2013 +0800 Temporarily disable command queue release as it causes program hang at exit commit fc64faa22e3411f0fd32b5112154f999dbec7dbb Author: peng xiao Date: Thu Jun 27 10:06:37 2013 +0800 Remove empty cv::ocl::CLAHE class. commit dcc4766129947853344a3cbb4819d2adcbb62b20 Author: peng xiao Date: Thu Jun 27 09:57:42 2013 +0800 Fix white-spacing commit 136f205fb3329fb976c029d7f1aecd7d37f47fe8 Author: hbristow Date: Wed Jun 26 17:41:35 2013 -0700 added handling of constants equaling constants for C++ map commit 6b88a21be84af100d6e4aa06e899d3c9149d12e6 Author: hbristow Date: Wed Jun 26 17:39:08 2013 -0700 added handling of constants equaling constants. e.g. FMT_DEFAULT = FMT_MATLAB commit c5720213e482d81feb11592d1850e6570dcb7e93 Author: hbristow Date: Wed Jun 26 16:13:50 2013 -0700 Commented enum maps commit e51bdbeb2d9f0c5bd3b79613ff95bf8c903a5df8 Author: hbristow Date: Wed Jun 26 15:45:05 2013 -0700 All OpenCV constants being exported into matlab class and C++ map templates commit f15dc72b894adef83ada865a8338d4a61ed7ba97 Author: Vikas Dhiman Date: Wed Jun 26 12:16:25 2013 -0400 Removed misleading comment and added the divisibility test to ::run function. commit 76efc9853a526ea2d327d7ec806a045fa2be6b82 Merge: bf6b119 2995562 Author: Roman Donchenko Date: Wed Jun 26 17:00:14 2013 +0400 Merge pull request #1053 from snosov1:unreliable-results-fix commit bf6b119a3fc6ec1e67fc7e8219bebb405f1be3be Merge: 1cfe5aa 2ec1140 Author: Roman Donchenko Date: Wed Jun 26 16:55:06 2013 +0400 Merge pull request #1045 from bitwangyaoyao:2.4_fix commit 1cfe5aa41e9787679f8a59df47e169ff0bbe3269 Merge: a335fc5 d4a8b87 Author: Roman Donchenko Date: Wed Jun 26 16:53:50 2013 +0400 Merge pull request #1048 from SpecLad:xls-conf commit 347c86d9b58d8c2e45ddce82acc4c54a5efb2e70 Author: Alexander Smorkalov Date: Mon Jun 24 01:10:18 2013 -0700 Windows RT related code cleanup. Windows RT sample cleanup. Video I/O code cleanup. commit 53afdb4b3029e035130e7466ab0ccbe38f0d74a9 Merge: 1dccf57 a1ea1a7 Author: Roman Donchenko Date: Wed Jun 26 16:38:54 2013 +0400 Merge pull request #1041 from abidrahmank:master commit a335fc591fc6355fd7802b651b3b6bfeddb59b76 Merge: 381057e 5b2b767 Author: Roman Donchenko Date: Wed Jun 26 16:13:47 2013 +0400 Merge pull request #1052 from SpecLad:ocl-mingw-warnings commit 29955620e013e524d45a44835bcaa0a2ef62543c Author: Sergei Nosov Date: Wed Jun 26 15:07:39 2013 +0400 multiruns added to avoid the 'unreliable results' error commit 5b2b76763e7e8cb9af972ef3b0075fd6b44e6d27 Author: Roman Donchenko Date: Wed Jun 26 14:59:00 2013 +0400 Fix miscellaneous warnings from compiling with MinGW. Note that MinGW defines NOMINMAX by default. commit 17bdc29d5b3271056c9b4f85fff1a35e1bb920cf Author: ozantonkal Date: Wed Jun 26 12:52:43 2013 +0200 setShapePose and getShapePose implementations commit fd6eeac6aa692a9c1a2e3e38f7a8080b87039afe Author: ozantonkal Date: Wed Jun 26 11:32:12 2013 +0200 showCylinder and showCircle implementations commit 9270205947fffb5e01d1c157863071b3e7ecd2c4 Author: peng xiao Date: Wed Jun 26 17:24:09 2013 +0800 Fix build errors commit 98edabd42cee3b0d336a4edf0ffb86c8e930174a Author: ozantonkal Date: Wed Jun 26 11:13:34 2013 +0200 showCylinder implementation commit 2ec1140b25098421915bc7781e2498c4858810c6 Author: yao Date: Wed Jun 26 16:58:20 2013 +0800 fix pyrlk commit 55683e7b3b9e84e40f03fc25ef86e7e1f04477c6 Author: ozantonkal Date: Wed Jun 26 10:46:26 2013 +0200 showCube implementation commit 132b885b2481e824629339cd9aac41b2a01aa754 Author: peng xiao Date: Wed Jun 26 16:35:19 2013 +0800 Add opencl implementation of Farnback optical flow. commit 30239ad58e0d9312685c347ccd2fc241ed701ca0 Author: peng xiao Date: Wed Jun 26 16:06:05 2013 +0800 Fix build error. commit cc3fb3d18253776ebcba1797d36b62e494f2f249 Author: peng xiao Date: Wed Jun 26 10:50:51 2013 +0800 Let CLAHE_OCL reuse cv::CLAHE abstract class. commit 9b3c318e8536ce58d3007d0b298c338b56aecc56 Author: peng xiao Date: Wed Jun 26 08:43:23 2013 +0800 Add super resolution's OpenCL implementation. Accuracy and performance tests are also provided. commit 3c32fc13292a32719a429741b71bd82ce78154f1 Author: Vladislav Vinogradov Date: Tue Jun 25 17:45:23 2013 +0400 removed obsolete methods from gpu::Stream commit f36f8067bcaa91384dcc6048a1617410b83c22b0 Merge: eff6dcc 3bab739 Author: Roman Donchenko Date: Tue Jun 25 14:08:23 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Conflicts: modules/calib3d/include/opencv2/calib3d/calib3d.hpp modules/core/include/opencv2/core/core.hpp modules/core/include/opencv2/core/cuda/limits.hpp modules/core/include/opencv2/core/internal.hpp modules/core/src/matrix.cpp modules/nonfree/test/test_features2d.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/hog.cpp modules/ocl/test/test_haar.cpp modules/ocl/test/test_objdetect.cpp modules/ocl/test/test_pyrup.cpp modules/ts/src/precomp.hpp samples/ocl/facedetect.cpp samples/ocl/hog.cpp samples/ocl/pyrlk_optical_flow.cpp samples/ocl/surf_matcher.cpp commit 1dccf5743e5aa6a637f50e0d9cd660bc4b119d2c Merge: eff6dcc 4b98367 Author: Roman Donchenko Date: Tue Jun 25 14:38:17 2013 +0400 Merge pull request #1024 from jet47:fix-gpuarithm-compilation commit 91c519467decaf9bcd99d88c7889d9e85bb29a3d Author: Alexander Smorkalov Date: Thu Jun 20 00:46:56 2013 -0700 WinRT build fix for samples and static libs. commit b0854c605adec7c227a90c776418e8ef32412609 Author: Alexander Smorkalov Date: Wed Jun 19 03:57:26 2013 -0700 Windows RT sample improved. Corrent histogram output on YUV image implemented; Some code refactoring done. commit bf22567c09ce2eba16cc5ac179a44b9822ef4283 Author: Alexander Smorkalov Date: Fri Jun 14 15:01:09 2013 -0700 Transform selection implemented in sample GUI. Gistogram output does not work propertly due color conversion problems. commit de9f659f1e37d798ff22c8b9a1c3a13f68bdde12 Author: Alexander Smorkalov Date: Mon Jun 10 11:48:53 2013 -0700 Several transforms added to sample IMFTransform. commit 9e06287121155f1312cc64a23a5e56bf08ffcfad Author: Alexander Smorkalov Date: Mon Jun 24 02:32:57 2013 -0700 Windows RT sample updated. Unused scenarious removed. Grey scale convertion replaced with cv::Canny call. commit 49903367608af0a89adb5ff83f61e2d7b9b7c514 Author: Alexander Smorkalov Date: Thu Jun 6 01:34:57 2013 -0700 Base camera access sample for Windows RT added. Microsoft Media Foundation Camera Sample for Windows RT added. commit ee591efb9fbd6b1bc274fd56a39cca734900e7cb Author: Alexander Smorkalov Date: Wed May 29 01:14:01 2013 -0700 Build fix for Windows RT. commit 34c659875293058f3db7c082d6c2917dc8ea190e Author: Alexander Smorkalov Date: Fri May 24 06:34:42 2013 -0700 Perf test failure fixes for Media Foundation. commit 2bc1d3709c40dfa326b1f2b6a0725c1ffa42f506 Author: Alexander Smorkalov Date: Wed May 22 09:50:54 2013 -0700 GetProperty method for MSMF VideoCapture implemented. commit 08a0e1c91b121cea67d08000c5339a6d7960e43d Author: Alexander Smorkalov Date: Wed May 22 07:26:43 2013 -0700 TBB support for WinRT fixed. Development release of TBB with WinRT support added; TBB.dll is placed in bin folder now. commit 43122939cbe17e534442bd9ba9bb299e752a13a5 Author: Alexander Smorkalov Date: Wed May 22 04:21:23 2013 -0700 Media foundation video i/o fixes. Bug in Video for Windows capture init fixed; Media Foundation based capture finalization fixed; Highgui tests for video i/o updated. commit 1227e00f3d03daed6a96ff52c32e3051b5114782 Author: yao Date: Tue Jun 25 16:26:33 2013 +0800 fix moments commit 381057eaadea9f69d2a22e4548c29a09517450ab Merge: f8e187e 8f7ba03 Author: Roman Donchenko Date: Tue Jun 25 11:41:59 2013 +0400 Merge pull request #1002 from asmorkalov:doc_warning_fix commit f8e187e1e1cc0456aed574dd82d86705359250bd Merge: e6784ca c16316c Author: Roman Donchenko Date: Tue Jun 25 11:33:16 2013 +0400 Merge pull request #1035 from SpecLad:cv-concurrency commit e6784ca8a0b056baf23e9e3497598617fa48e2fe Merge: c244f00 bb9a0b7 Author: Roman Donchenko Date: Tue Jun 25 11:32:51 2013 +0400 Merge pull request #1021 from alekcac:platforms commit dbdeff2069ee4cbaadd7f20f8f13024ac8e77179 Author: yao Date: Tue Jun 25 14:12:02 2013 +0800 fix stereobm crash on some cpu ocl commit 6db776f957253d1e484bba8b05afd5a9a8f415a1 Author: yao Date: Tue Jun 25 14:11:28 2013 +0800 add "-c" for cpu ocl mode in perf tests commit 0b9ff11537eb1e9cbca1155154a7a4e8d0336812 Author: hbristow Date: Mon Jun 24 13:11:29 2013 -0700 Fixed bug where expected number of input variables was incorrect if any of the inputs were also outputs commit da639198116520f45f2d4ab57f1ec076714d3462 Author: hbristow Date: Mon Jun 24 12:42:28 2013 -0700 Improved error handling on entry to mex files commit b216c0940cdaac548395bcd401098b146e8d2dd3 Author: Alex Leontiev Date: Mon Jun 24 20:27:11 2013 +0300 Created skeleton for simplex method. Added LPSolver class together with two nested classes: LPFunction and LPConstraints. These represent function to be maximized and constraints imposed respectively. They are implementations of interfaces Function and Constraints respectively (latter ones are nested classes of Solver interface, which is generic interface for all optimization algorithms to be implemented within this project). The next step is to implement the simplex algorithm! First, we shall implement it for the case of constraints of the form Ax<=b and x>=0. Then, we shall extend the sets of problems that can be handled by the conversion to the one we've handled already. Finally, we shale concentrate on numerical stability and efficiency. commit c244f000abce07ad4908a0ccb676678cdd19e16a Merge: 961251f 3ea4836 Author: Roman Donchenko Date: Mon Jun 24 18:28:13 2013 +0400 Merge pull request #1030 from SpecLad:ts-impl-variants commit 961251f0ca1b173b94d6bb72b798a69ab2916fa7 Merge: 3bab739 37d19b9 Author: Roman Donchenko Date: Mon Jun 24 17:03:50 2013 +0400 Merge pull request #1029 from SpecLad:have-qt-config commit bb9a0b725341d939ba08808e495b836d3ba41834 Author: Alexander Shishkov Date: Mon Jun 24 14:52:17 2013 +0400 Update Info.plist.in commit a1ea1a7ec5b013c3730400d80b609453065c9191 Author: abidrahmank Date: Mon Jun 24 16:17:23 2013 +0530 boxpoints documentation commit bcf9117957a6c8e79e37761aa4734533db1e18fb Author: abidrahmank Date: Mon Jun 24 15:53:45 2013 +0530 Added missing python functions in highgui documentation setMouseCallback createTrackbar commit 996f02a531318f5aa3004d876fb1b3f2af429e3b Author: Alexander Smorkalov Date: Sat May 18 13:04:31 2013 -0700 Multiple Media Foundation video i/o fixes. Video i/o tests enabled for media foundation; Negative stride support added to VideoCapture; Error handling improved, dead lock in case of playback error fixed; Some code refacotring done. commit 0c9d776083db4579404e5f1b5cb9b1bee7582881 Author: Alexander Smorkalov Date: Wed May 15 06:09:03 2013 -0700 Media Foundation-based code refactoring. I* + SafeRelease -> ComPtr. commit e94cc0b5ee4f1d4d4207ef73aeb65a59b41a0424 Author: Alexander Smorkalov Date: Wed May 15 05:12:25 2013 -0700 Media Foundation camera capture fixed. Camera-based VideoCapture updated to fit changes in ImageGrabber from prev commit commit 9fb762ccecbfc5768e44db7753047dde8f2b8383 Author: Alexander Smorkalov Date: Tue May 14 05:17:34 2013 -0700 VideoCapture for video files implemented. Set and Get methods are not implemented; Camera based video capture is broken due to modifications. commit 22b0cfbaa215878809d4685d5bf14dce75ee401f Author: Alexander Smorkalov Date: Mon May 6 07:17:53 2013 -0700 Media Foundation-based VideoWriter improvements. FourCC parameter handlig added; Smart pointers instead SafeRelease call; Windows RT support (vertical mirroring). commit ccb8292e8ec245944d71fe38c32a70ecb0428feb Author: Alexander Smorkalov Date: Mon May 6 03:36:51 2013 -0700 Media Foundation-based VideoWriter added commit 033e3092a3297d8cb3e49eeff825cb706dd01f95 Author: Alexander Smorkalov Date: Tue Apr 16 06:25:10 2013 -0700 Media Foundation based VideoCapture improved Code formating fixed; GrabFrame method implemented correclty. commit e3577c2f586aaa83c858139d67c1317259416454 Author: Alexander Smorkalov Date: Mon Apr 8 18:13:49 2013 -0700 Build with dev release of TBB enabled. commit 3bab7391d073f029d9f57507f739ef602ecf55db Merge: 171a56f 1ed5fb9 Author: Roman Donchenko Date: Mon Jun 24 13:18:27 2013 +0400 Merge pull request #1028 from SpecLad:ocl-clahe-dtor commit c16316c4b49fe73b768210d43db46405f177e9fe Author: Roman Donchenko Date: Fri Jun 21 12:43:16 2013 +0400 Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function. That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we don't ship. commit 171a56fe82b80e1154ad4301d221c1125b452372 Merge: 7cb047e 290c8db Author: Roman Donchenko Date: Mon Jun 24 12:27:25 2013 +0400 Merge pull request #1034 from pengx17:2.4_oclmat_inoutarray commit 7cb047e2d9688d937bbdafaa36367e8c7a8ed055 Merge: 4ed3d33 c1f4fe1 Author: Roman Donchenko Date: Mon Jun 24 12:25:48 2013 +0400 Merge pull request #1031 from pengx17:2.4_fix_converTo commit 4ed3d33dd7210fbaaba82998c43cd61899d641b9 Merge: b0421ca 6326739 Author: Roman Donchenko Date: Mon Jun 24 12:11:04 2013 +0400 Merge pull request #1025 from bitwangyaoyao:2.4_tests commit b0421cafab852ec63bb18db651f782e595fdf702 Merge: 5fa2007 26c2461 Author: Roman Donchenko Date: Mon Jun 24 12:08:59 2013 +0400 Merge pull request #1022 from bitwangyaoyao:2.4_hog commit 37f4e400e4a8a855a742af5b263e61cb9254182e Author: abidrahmank Date: Mon Jun 24 12:13:59 2013 +0530 Added cv2.boxPoints() functionality to Python bindings (Feature #2023) http://www.code.opencv.org/issues/2023 eg: In [3]: box = ((10,10),(5,5),0) In [4]: cv2.boxPoints(box) Out[4]: array([[ 7.5, 12.5], [ 7.5, 7.5], [ 12.5, 7.5], [ 12.5, 12.5]], dtype=float32) commit 98bd401534885f36000262671a7d07e274129ea3 Author: Vladislav Vinogradov Date: Fri Jun 21 13:53:56 2013 +0400 fix gpu::DeviceInfo compilation under linux glibc defines major and minor macros which conflict with gpu::DeviceInfo methods with the same name commit 9b32c6e6535b2c2870e07079c33c5ada0e6c4f84 Author: hbristow Date: Sun Jun 23 22:44:12 2013 -0700 Updated README commit 8cd48cf35a42782882a890a3dfc040377ce8f35c Author: hbristow Date: Sun Jun 23 20:48:40 2013 -0700 Added README and proposal. Staging for first public commit commit 84ea0c9a97bcc9c5ef52e62488c3cfbfc9c0e0fd Author: Fedor Morozov Date: Mon Jun 24 05:54:58 2013 +0400 Tests and rgbe fix commit c8fdb2c1e0b73f041118bfca9a07f444d0f1726f Author: hbristow Date: Sun Jun 23 13:54:54 2013 -0700 Changed build locations so that the matlab module can be used in-place, without having to install commit b0285d92b4f81cbe1aceafbfa663a2fe2fe55d82 Author: hbristow Date: Sun Jun 23 13:34:01 2013 -0700 Improved file installation commit 3b77fa5e8cabc3cfa21393f44dee198c69094404 Author: hbristow Date: Sun Jun 23 09:44:26 2013 -0700 Improved dependency checking commit 96dfbf5d248dcf9a12ab48e144b9295ae8868912 Author: Fedor Morozov Date: Sun Jun 23 14:25:51 2013 +0400 HDR formats support and HDR making. Code only. commit 7469c935f3ec8e9fe4f56b7eed07b284b7b7b5df Author: Fedor Morozov Date: Sun Jun 23 14:19:09 2013 +0400 HDR formats support and HDR making. Code only. commit 24d5adfd54c9bf2683876455c5a1e2df579d8f6a Author: hbristow Date: Sat Jun 22 23:52:05 2013 -0700 Added commenting to modules/matlab/CMakeLists.txt commit 755ce9d654483c21547e8bf38a817aa4929d9c71 Author: hbristow Date: Sat Jun 22 23:26:27 2013 -0700 Matlab bindings now only building once rather than every call to make, via the use of some proxies. Matlab build currently only happens in one thread, so it can be pretty slow commit 3b4814a52e2bda3b5fd6489ac5f6a5bfd6dc5936 Author: hbristow Date: Sat Jun 22 12:38:40 2013 -0700 Started writing the Bridge interface. Mex wrappers now starting to compile for core commit 0263727b530b51f81121022aab160b010f152bc5 Author: hbristow Date: Fri Jun 21 23:39:28 2013 -0700 Function templates now include the full skeleton, from input to output. Class templates need work commit f45bc3565282341a73048f7a880049fa72e86a96 Author: hbristow Date: Fri Jun 21 22:55:48 2013 -0700 input/output assignment in templates is working for non-trivial cases. Updated parse_tree to handle '/IO' and '/S' modifiers commit 1a15ed3279a7c3ab46e2da44209d0ab090e9c8c4 Author: hbristow Date: Fri Jun 21 17:33:24 2013 -0700 Started handling trivial case of return references. Removed most modules from build tree while testing (cmake/OpenCVModule) commit 5fa200763f1adec94babfd0cb34728e4deaa6c90 Merge: e3ae36d d58421c Author: Roman Donchenko Date: Fri Jun 21 18:00:59 2013 +0400 Merge pull request #1026 from SpecLad:ts-version-prop commit eff6dccb3b0e1d47e80fedcb1a4e44c613e41334 Merge: b20c9ad 4e29f0e Author: Roman Donchenko Date: Fri Jun 21 17:38:36 2013 +0400 Merge pull request #1014 from jet47:gpustereo-refactoring commit b20c9ad2d116be01e27a6d8f67332234474dc905 Merge: 84639e4 13cd0a0 Author: Roman Donchenko Date: Fri Jun 21 17:38:04 2013 +0400 Merge pull request #1015 from SpecLad:merge-2.4 commit e3ae36dcb3c1d523802f8642e5c3984db43637c4 Merge: e600beb 57317c3 Author: Roman Donchenko Date: Fri Jun 21 17:13:32 2013 +0400 Merge pull request #1033 from SpecLad:xls++ commit d4a8b87645f6df2ee5a61c8b0c52a4248d2c600a Author: Roman Donchenko Date: Fri Jun 21 16:45:17 2013 +0400 Wrote relevant docs. commit 93fe2f6e4d20b38d5e0a43c38adced41912bbc24 Author: ozantonkal Date: Fri Jun 21 14:09:12 2013 +0200 showPlane with color commit f94c2414e65914c406683ad68e0f9ed4abf896c1 Author: ozantonkal Date: Fri Jun 21 14:00:22 2013 +0200 showPlane implementation commit 26a68232078eee2a66c265561f4d9c3f211ce43e Author: ozantonkal Date: Fri Jun 21 12:48:27 2013 +0200 showLine implementation commit 84639e444b6a47e1b41fb8ddec0cdcc6159729d2 Merge: 1332388 f08d75a Author: Roman Donchenko Date: Fri Jun 21 14:44:00 2013 +0400 Merge pull request #1010 from jet47:gpufilters-refactoring commit 0e3a9eaf980b484a9d5f56c0f38c92164e9c5910 Author: Roman Donchenko Date: Fri Jun 21 13:43:16 2013 +0400 Made Collector render property sets as dicts instead of tuples of pairs. commit 290c8db0a85ff6e4a9d84243624852a21190598f Author: peng xiao Date: Fri Jun 21 14:51:23 2013 +0800 Revise naming for getOclMat function. commit 6326739b443c0e87a251446893ee18225eeaf428 Author: yao Date: Fri Jun 21 14:50:08 2013 +0800 a bug fix in stereo_match sample commit e12963826337daa5ff67198e25b17f0dfdbf2edf Author: peng xiao Date: Fri Jun 21 14:05:29 2013 +0800 Add a workaround to interpolate between oclMat and Input/OutputArray. commit 2688e22cb595c6b652538c36dacf2bb35cc58ac3 Author: Roman Donchenko Date: Thu Jun 20 19:34:32 2013 +0400 Made xls-report.py use global properties in XML files. Now it can determine, without looking at the file name, both the module name and the configuration name (the latter with a little help from the configuration file). commit 57317c3196fb9d5fbe9e00b16453dea7d534ac11 Author: Roman Donchenko Date: Thu Jun 20 19:39:02 2013 +0400 Use log formatting as intended. commit af2fc1a22aacf2bbd7e38806a307ba22123720cb Author: Vladislav Vinogradov Date: Thu Jun 20 16:11:04 2013 +0400 added documentation for OpenGL interoperability commit f41b8b90ffc507a4eba418d1d2790e4bf0962cf6 Author: Alex Leontiev Date: Thu Jun 20 14:54:09 2013 +0300 Blank module and first draft of solver API. At this point we have a skeleton of a new module (optim) which can barely compile properly (unlike previous commit). Besides, there is a first draft of solver and lpsolver (linear optimization solver) in this commit. commit 3ea4836a0a7e20455e6199d5bd32f0a462d286c6 Author: Roman Donchenko Date: Thu Jun 20 15:16:22 2013 +0400 Changed the impls argument to be an array name. Turns out, you can't use preprocessor directives inside macro arguments. Who'd have thought? commit 3e2c4563134e2b88408ad7b1a280a312eb46d4a4 Author: Roman Donchenko Date: Thu Jun 20 14:27:51 2013 +0400 A few minor improvements to the XLS report generator. * In comparison column headers, switched the order of labels, so that it's "to" vs "from". * When a test was present, but not run successfully, put its status in the corresponding cell instead of coloring it gray. commit 13323882d48c7c3340d329005759298075a934db Merge: 84262ac 50166d2 Author: Roman Donchenko Date: Thu Jun 20 14:11:51 2013 +0400 Merge pull request #1027 from jet47:fix-cuda-4.2-build commit e600beb48464383a4f6a77b0bade17bad7c01aae Merge: 1d9660c 1492b20 Author: Roman Donchenko Date: Thu Jun 20 12:13:14 2013 +0400 Merge pull request #1017 from jet47:fix-gpu-warnings commit f08d75a84bcb8c96af4d540af03b15c59c8f4b50 Author: Vladislav Vinogradov Date: Thu Jun 20 11:24:29 2013 +0400 removed obsolete API commit c1f4fe1637aa1279d7eef7ef95f26ea92c9de967 Author: peng xiao Date: Thu Jun 20 11:26:22 2013 +0800 Fix a bug of convertTo. The bug was found that all 3-channel oclMat's were converted to 4-channel oclMat's after using convertTo function. commit 51a672ec40d7637888fa6aae07247e4e737c64ce Author: Roman Donchenko Date: Wed Jun 19 19:16:18 2013 +0400 Disabled the cuda variant when CUDA is not available. commit 7a104d2793ed0fde70b2ce3185823912d2455075 Author: Roman Donchenko Date: Wed Jun 19 18:47:15 2013 +0400 Added an option to print available implementation variants. commit b581f27249250fa7454be0e56e1dfe0bbf264ab6 Author: Roman Donchenko Date: Tue Jun 18 18:40:55 2013 +0400 Made perf tests record module name, selected implementation and number of threads. commit 936236e4b1b190d7bc33a33df982fac8ab6cfc76 Author: Roman Donchenko Date: Tue Jun 11 16:06:51 2013 +0400 Extended the CPU/GPU selection mechanism in performance tests. Now it allows choosing between arbitrary implementation variants. commit 37d19b9c46ebfc4be922237b11913cf838959b49 Author: Roman Donchenko Date: Wed Jun 19 17:44:12 2013 +0400 Pass the HAVE_QT* flags through the config header, like all others. I don't know why it didn't work for the original author, but it definitely works now. commit 1d9660c6d205c85ad1c3973888dbbb21b3533a2c Merge: 1aa7b15 7d0f6b4 Author: Roman Donchenko Date: Wed Jun 19 17:01:57 2013 +0400 Merge pull request #954 from LeszekSwirski:24_fix-qtwindow commit 1ed5fb937d34348becbf9fa3c837d1bdfe9c6f95 Author: Roman Donchenko Date: Wed Jun 19 15:39:11 2013 +0400 Give cv::ocl::CLAHE a virtual destructor, for the usual reasons. commit 50166d2734663d305a3931ee95c880edfb073606 Author: Vladislav Vinogradov Date: Wed Jun 19 15:29:20 2013 +0400 fixed compilation with CUDA 4.2 commit 13cd0a0502b88559b4a67d88768261cd21f18286 Merge: 71db862 843094a Author: Roman Donchenko Date: Mon Jun 17 16:57:31 2013 +0400 Merge remote-tracking branch 'origin/2.4' Original pull requests: #996 from jet47:gpu-nvcuvid-libraries #995 from jet47:fix-bug-2985 #999 from snosov1:unreliable-results-fix #1005 from alekcac:doc_fix #1004 from jet47:fix-bug-3068 #987 from jet47:bug-3085-fix #969 from pengx17:2.4_binary_cache #929 from dominikrose:mingw-libdc1394-2-windows #1000 from ivan-korolev:fix_sift_bug_2892 #1001 from ivan-korolev:fix_stitching_bug_2405 #998 from asmorkalov:android_cmake_mips_fix #993 from ivan-korolev:fix_videostab_bug_3023 #988 from snosov1:3071-fix #986 from pengx17:2.4_initiated_context #982 from pengx17:2.4_fix_two_bugs #981 from SeninAndrew:ximea_camera_support_fix #991 from asmorkalov:android_javadoc_fix #972 from jet47:mog2-params-bug-2168 #980 from SpecLad:include-config #973 from pengx17:2.4_oclclahe #903 from aks2:2.4 #968 from asmorkalov:android_na_cproj_fix #971 from SpecLad:matchers-ctor #970 from asmorkalov:dshow_valid_check_fix #965 from apavlenko:fix_java_empty_mats Conflicts: cmake/OpenCVModule.cmake modules/core/src/matmul.cpp modules/gpu/CMakeLists.txt modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_imgproc.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/initialization.cpp modules/stitching/src/matchers.cpp modules/video/src/video_init.cpp modules/videostab/src/global_motion.cpp commit d58421c08eb578fe449e6b90cbeb7731fdb1a44b Author: Roman Donchenko Date: Wed Jun 19 14:45:03 2013 +0400 Make version-related test properties more useful. Namely, normalize their names to a common convention and remove useless text from their values. commit 1aa7b1596b62210ae7df3dc4fc9efb9d3aaa6bfe Merge: fa15830 9ecbce0 Author: Roman Donchenko Date: Wed Jun 19 14:43:28 2013 +0400 Merge pull request #1023 from pengx17:2.4_fix_amd_path commit f1c549fabf2d916df306a889137de49f3ef338d5 Author: yao Date: Wed Jun 19 16:36:23 2013 +0800 revise ocl samples, add tvl1 sample commit 84262acbf05d832ea96f485ef33fc6b9f2d2eeb2 Merge: 71db862 01e9733 Author: Roman Donchenko Date: Wed Jun 19 12:25:23 2013 +0400 Merge pull request #1012 from apavlenko:fix_3077 commit fa158304fe2a34eb0712a3a269acd13393581ce0 Merge: dd23a3c 584f074 Author: Roman Donchenko Date: Wed Jun 19 12:24:34 2013 +0400 Merge pull request #1016 from SpecLad:xls-report commit dd23a3c2279d9e732676d7ed560f344ccf03b482 Merge: 25613fb 4af7d65 Author: Roman Donchenko Date: Wed Jun 19 12:24:05 2013 +0400 Merge pull request #1020 from SpecLad:tests-record-more commit d9cea3b8b0d2d5a3df5e0c5e0a634b51a84278e5 Author: hbristow Date: Wed Jun 19 17:37:41 2013 +1000 Compiling matlab from sources now appears as a single target commit 0c726a3fbe1920d40df1446ac66353655d99225c Author: hbristow Date: Wed Jun 19 16:37:57 2013 +1000 Improved exception handling and unit tests commit 4b983679a56212aa20b886fed8c73de701904c6e Author: Vladislav Vinogradov Date: Wed Jun 19 10:09:19 2013 +0400 fix gpuarithm module compilation (Bug #3103) commit bbece095fb9ef64dc8e4ff2ecb23c8fe09d96c44 Author: hbristow Date: Wed Jun 19 15:04:52 2013 +1000 Starting writing Matlab testing framework commit 2c198f6cd6802ebfc8d7216f2b06b7c7fb42f6b9 Author: yao Date: Wed Jun 19 13:03:35 2013 +0800 revise accuracy and perf tests commit 31415e344f4e69bcbde04368896ea745cca8f5a6 Author: hbristow Date: Wed Jun 19 13:59:22 2013 +1000 Matlab binding generation now at build time commit 9ecbce0111324f62221df647d549f441fdb91738 Author: peng xiao Date: Wed Jun 19 11:31:42 2013 +0800 Fix cmake path finding for amd libs. There is no WIN64 defined in the environment. commit 26c246140a31556fd116bb53044575a0f9b02b84 Author: yao Date: Wed Jun 19 11:20:45 2013 +0800 optimize hog commit 884f36ba65629d4affc05b6322ca9c938a49ad24 Author: hbristow Date: Wed Jun 19 11:54:14 2013 +1000 Improved configure time tests. Added OpenCV specific exception handling commit 68741bf8a010913991fc43252c052d2519bdf301 Author: Alexander Shishkov Date: Wed Jun 19 00:20:21 2013 +0400 moved iOS part to platforms folder commit 25613fbfd7ad6fa72b20a9aad47426819b9afb3a Merge: 748210e fee8121 Author: Roman Donchenko Date: Tue Jun 18 18:32:03 2013 +0400 Merge pull request #1008 from ivan-korolev:fix_sift_bug_2892 commit 4af7d65224f23739176c49341d8bcf795a8ab5ea Author: Roman Donchenko Date: Tue Jun 18 18:08:38 2013 +0400 Made tests record information about CPU features and Tegra optimization status. commit 24d84a45b19dd3d2016bacf943a3811c67e804d4 Author: Roman Donchenko Date: Mon Jun 17 21:06:15 2013 +0400 Made tests record in the XML output which parallel framework was used. commit 371a9cd8338e15f89b1c0ab6e46fe34fe377a553 Author: Vladislav Vinogradov Date: Tue Jun 18 17:46:57 2013 +0400 fixed build with CUDA 5.5 on arm platforms commit 1492b204727066daae2967f1bb2831acde42eb92 Author: Vladislav Vinogradov Date: Tue Jun 18 13:17:33 2013 +0400 fix gpu warnings with signed/unsigned char commit 4d135ac4d881cc558e71a88099ef06fe25590f67 Author: hbristow Date: Tue Jun 18 23:13:03 2013 +1000 Improved exception handling in function template commit 804d0924c90f179643a0bbbd312f4e08b77f443e Author: hbristow Date: Tue Jun 18 23:00:48 2013 +1000 cmake now attempts to generate and compile a simple mex file at configure time and reports the working status of the generator and compiler, rather than just naively saying Matlab exists commit 8f7ba03ed29284d86c68831996ec826692ba7bd6 Author: Alexander Smorkalov Date: Fri Jun 14 11:53:54 2013 +0400 Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205) commit 748210e11b2b7d5d3607008a706c379189c20d57 Merge: 5b39c02 16c4aad Author: Roman Donchenko Date: Tue Jun 18 16:46:03 2013 +0400 Merge pull request #994 from asmorkalov:android_java_wrappers commit 16c4aad36de4e42624e70baf677dc67d0c17fefa Author: Alexander Smorkalov Date: Thu Jun 13 15:38:21 2013 +0400 Java/Python bindings for computeCorrespondEpilines added. Simle Java test for computeCorrespondEpilines added. commit 5b39c02c392e8c96112e325c72c74c8cee7474a4 Merge: 843094a 24fd2cc Author: Roman Donchenko Date: Tue Jun 18 15:54:01 2013 +0400 Merge pull request #1007 from alekcac:i_camera commit 584f0745d0f917c993629c6e77bf898c6d243bf0 Author: Roman Donchenko Date: Tue Jun 18 12:30:05 2013 +0400 Made xls-report.py ignore tests that were not successful. commit 0f1156bbb61efa0ec7d7b48e8a0cd02ec72378ba Author: Roman Donchenko Date: Tue Jun 18 13:36:20 2013 +0400 Made the order of tests in XLS reports deterministic. commit 4d7b1b5eded9cfbb456b0238a2f55c6f6ae491ee Author: Roman Donchenko Date: Mon Jun 17 21:06:02 2013 +0400 In the XLS report, enabled word wrapping for header cells. Otherwise, Excel ignores line breaks in them. commit 6ff207b53a6379933018c88167ee11b5b1a62e2d Author: Roman Donchenko Date: Fri Jun 14 14:53:02 2013 +0400 Added a new and improved version of the XLS report generator. commit f003e29dc0e10fa7d28dd5c717fbec134b2bf67e Author: Roman Donchenko Date: Thu Jun 13 12:22:12 2013 +0400 Updated testlog_parser.py to the latest version from the private repo. commit fc16cfcf41190cabb6da66a368792e50bfd0c8c3 Author: hbristow Date: Tue Jun 18 17:29:04 2013 +1000 Improved template formatting commit 304fd03e64138bc63034606ffe6617b74b679b8e Author: hbristow Date: Tue Jun 18 17:27:09 2013 +1000 Updated jinja version commit 4e29f0ee6d9c57ea22068b8bc0c99c2414816b50 Author: Vladislav Vinogradov Date: Wed May 8 17:07:29 2013 +0400 updated documentation commit 24fd2cc326db17a511eda02670dd64209b7b689a Author: Alexander Shishkov Date: Tue Jun 18 07:02:09 2013 +0400 updated licenses commit 5db08961cec08f309c3165fa086a0eb8e8e5d6ee Author: Alexander Shishkov Date: Tue Jun 18 06:59:52 2013 +0400 fixed Kirill's comments commit f2afe64521223e601ec26a89434a993d27a158ac Author: Alex Leontiev Date: Mon Jun 17 18:16:30 2013 +0300 Starting implement simplex algorithm. commit b387581d4f89bf96906c9c95b18022da2268618d Author: ozantonkal Date: Mon Jun 17 16:32:52 2013 +0200 initial refactoring commit 2059972bf747c4267ba3462f7ad6179b69689bf5 Author: hbristow Date: Mon Jun 17 16:40:10 2013 +1000 Preparing to rebase commit 28c90609c9bbd42c922ec9382b27d140580f8b8f Author: hbristow Date: Sun May 5 21:06:50 2013 +1000 Stripped more unnecessary files out of jinja. Now down to 21 files at 352KB. Stripped files are in jinja-unused for the moment commit 30aa710022f1e0edbcdd48174b0e0ce20b2425ef Author: Hilton Bristow Date: Mon Mar 18 14:48:52 2013 +1000 Removed some debug statements commit eda32520e2d21a0f8ddd70c2b6b5198aaf197ce5 Author: Hilton Bristow Date: Mon Mar 18 14:48:10 2013 +1000 Improved tempalte formatting commit 66c40bee6f6672b0c8fdce531a95d9eb273f9e74 Author: Hilton Bristow Date: Mon Mar 18 12:37:42 2013 +1000 Template population now functional commit 827b4f93e46f39e15979daa73748da4bfbabcdf0 Author: Hilton Bristow Date: Mon Mar 18 11:47:48 2013 +1000 Stripped down jinja, added cmake support commit 09e294711d79be00f902034beaddea30c3170909 Author: Hilton Bristow Date: Mon Mar 18 10:35:43 2013 +1000 Added class templates commit c29a98ef8405368b86086dd41da0aa273abfbc36 Author: Hilton Bristow Date: Fri Mar 15 00:02:51 2013 +1000 Added README commit 8e9cdf8ca3cc2a6291eea3fe2114f8c11a811615 Author: Hilton Bristow Date: Thu Mar 14 17:31:39 2013 +1000 Updated print formatting commit 808f9dbc936327ef036e502dc9abf8e3b3fa1cd4 Author: Hilton Bristow Date: Thu Mar 14 17:26:18 2013 +1000 Improved parse tree, now building within main opencv build system commit 5d1944bace3f73f3ad5647b667a181fc5a715220 Author: Hilton Bristow Date: Wed Mar 13 21:52:13 2013 +1000 Added jinja framework for templates and base templates for functions and docs commit ac748747d4e99ae5046e15d2bf4903b8a4aeb139 Author: Hilton Bristow Date: Tue Mar 12 15:28:43 2013 +1000 FindMatlab.cmake in cmake find_package format commit de93408dec95726052bce62af100022b49cd803c Author: Hilton Bristow Date: Tue Mar 12 14:34:23 2013 +1000 Better conformity to find_package requirements commit 60d7acb4fc8d09e8996c0a675d4f6dfae3bf0a10 Author: Hilton Bristow Date: Tue Mar 12 12:26:49 2013 +1000 Added Windows functionality to FindMatlab. Untested commit e8e537a1c7a2eccdf2f78f4311f8b3fa37732ed4 Author: Hilton Bristow Date: Mon Mar 11 10:19:17 2013 +1000 Added matlab generator stub commit ded45b4d1a1f864e43e52848b4c1d850d7926da8 Author: Hilton Bristow Date: Mon Mar 11 02:17:05 2013 +1000 Added basic ability to find Matlab installations. Added test cpp file under modules/matlab/test to test mex compiler within cmake commit 2e382c67ec008338604cfcceac351cf981679150 Author: Hilton Bristow Date: Fri Mar 8 16:41:32 2013 +1000 Added Matlab to the main build commit 411604fa90a008481f29f03aff08096082436df9 Author: Hilton Bristow Date: Fri Mar 8 12:43:23 2013 +1000 Initial matlab commit commit 24108f81106d4fcbef0a18384d3c8cc5325898a8 Author: Vladislav Vinogradov Date: Mon Jun 17 09:53:39 2013 +0400 updated documentation commit 01e97331552fa2c41124eb08fd7c9bee4c0c7e22 Author: Andrey Pavlenko Date: Fri Jun 14 20:25:23 2013 +0400 fix for #3077 removing "-fvisibility=hidden" gcc option due to lack of `__attribute__ ((visibility("default")))` in jni_md.h/JNIEXPORT commit dbc9b4db0cdf28509e2ae60cf95763c525fba098 Author: Vikas Dhiman Date: Fri Jun 14 11:38:29 2013 -0400 support elementwise division for Matx with "/" operator. commit a380c473b9feb6ab093aa33b0461f1d913757a57 Author: Vladislav Vinogradov Date: Wed May 8 16:51:43 2013 +0400 switched to Input/Output Array in reprojectImageTo3D & drawColorDisp commit 3a02e599e02bc11d0c8af9f4d86fa7e0a9c7dc28 Author: Vladislav Vinogradov Date: Wed May 8 16:48:10 2013 +0400 refactored DisparityBilateralFilter commit be9bb8f18b781ef84bf69b9462642b86ab067ff0 Author: Vladislav Vinogradov Date: Wed May 8 16:25:03 2013 +0400 refactored StereoConstantSpaceBP commit d0e89337da2e7fe01dbaa249ad262b36c1463f45 Author: Vladislav Vinogradov Date: Wed May 8 15:40:38 2013 +0400 refactored StereoBeliefPropagation commit dd6d58f8739a5a1a87517584a01e6cbee12ffb9e Author: Vladislav Vinogradov Date: Wed May 8 14:27:56 2013 +0400 refactored StereoBM commit 4317cd1ffa4295b49759070c6089d58e1f099e05 Author: Vladislav Vinogradov Date: Mon Apr 29 17:09:17 2013 +0400 refactored 1D Sum Filters commit 4bb297afc2ff5c1555c5f1f3dd1a0f760823a446 Author: Vladislav Vinogradov Date: Mon Apr 29 16:28:15 2013 +0400 refactored Image Rank Filters commit 5720eaf35472b6b40985792c7a9c338b74ed1652 Author: Vladislav Vinogradov Date: Mon Apr 29 16:03:16 2013 +0400 refactored Morphology Filters commit 12ae11e2ff56ac9be36708b356601f1f62aba829 Author: Vladislav Vinogradov Date: Mon Apr 29 14:47:42 2013 +0400 refactored Separable Linear Filters commit ee7eb1b807d1201bdd5472171c0fd4e74a99b185 Author: Vladislav Vinogradov Date: Mon Apr 29 12:02:59 2013 +0400 refactored Laplacian filter commit 1eedc6c42aaf7b5ac5cd5edca1b0a0367c7eb3f6 Author: Vladislav Vinogradov Date: Mon Apr 29 11:51:47 2013 +0400 refactored Linear Filter commit fcfcd4cbced5e188ffd01758150e07b2210b25ab Author: Vladislav Vinogradov Date: Mon Apr 29 11:46:49 2013 +0400 refactored box filter commit fee81210405ce01bccc810be59c957b8f9d227dc Author: Ivan Korolev Date: Fri Jun 14 17:03:15 2013 +0400 Added regression tests for SURF/SIFT (related to #2892) commit 71db862dc25e956e20623b714e25dfd56d130c18 Merge: 2fc49ac 7621170 Author: Roman Donchenko Date: Fri Jun 14 16:24:23 2013 +0400 Merge pull request #977 from jet47:gpucodec-refactoring commit 2fc49ac56438684abb06c92511b6f520bc51cd1a Merge: 4bc4f4a a334100 Author: Roman Donchenko Date: Fri Jun 14 16:24:03 2013 +0400 Merge pull request #978 from jet47:gpuarithm-refactoring commit 843094a07ff0e19370502b70316d64b38023a5d6 Merge: 7308a4a 0367a7f Author: Roman Donchenko Date: Fri Jun 14 16:23:01 2013 +0400 Merge pull request #996 from jet47:gpu-nvcuvid-libraries commit 7308a4a845503b1bd5bc987df05dec94706de58d Merge: 918f375 0551375 Author: Roman Donchenko Date: Fri Jun 14 16:22:47 2013 +0400 Merge pull request #995 from jet47:fix-bug-2985 commit 918f37542b2492b4e9313fa86dbef37687394309 Merge: 9cbeea0 c90abb6 Author: Roman Donchenko Date: Fri Jun 14 16:19:50 2013 +0400 Merge pull request #999 from snosov1:unreliable-results-fix commit 9cbeea03fafc78bfd9257d247c0fd468c0642958 Merge: c4974a2 9320092 Author: Roman Donchenko Date: Fri Jun 14 15:53:35 2013 +0400 Merge pull request #1005 from alekcac:doc_fix commit c4974a25114e48d6bf5717d67a03c02c4191e83e Merge: fbc6814 a4750f4 Author: Roman Donchenko Date: Fri Jun 14 15:52:56 2013 +0400 Merge pull request #1004 from jet47:fix-bug-3068 commit 4bc4f4aa1ff4e3bd1fe0a116bd25ae231965c755 Merge: d998e38 30f7f97 Author: Roman Donchenko Date: Fri Jun 14 15:51:03 2013 +0400 Merge pull request #1003 from vhdirk:gstreamerfixes commit fbc68140231021279ef644562e48c69d65d1b02f Merge: 47ea061 e433145 Author: Roman Donchenko Date: Fri Jun 14 15:49:33 2013 +0400 Merge pull request #987 from jet47:bug-3085-fix commit d998e38a122e79bd6aca8e673f7d2adf6c683bd4 Merge: 130794d bb20919 Author: Roman Donchenko Date: Fri Jun 14 15:48:37 2013 +0400 Merge pull request #983 from HapeMask:python3-compatibility commit 47ea0614dc2a66679f754fcc3a8270dea960c009 Merge: 0124902 e6b18fc Author: Roman Donchenko Date: Fri Jun 14 15:47:23 2013 +0400 Merge pull request #969 from pengx17:2.4_binary_cache commit 0124902f42828841b19b2a802b2f220eda3920d3 Merge: 308c7f5 66c9029 Author: Roman Donchenko Date: Fri Jun 14 15:46:23 2013 +0400 Merge pull request #929 from dominikrose:mingw-libdc1394-2-windows commit 0cee15eb7f8e10361e008b0428f70e9a781a75d6 Author: Alexander Shishkov Date: Fri Jun 14 15:10:25 2013 +0400 Updated iOS camera. Added rotation flag. Added functions to lock/unlock focus, white balance and exposure. commit 909f905b57b5d87aa6cd2e79ee37189bf8ebc2b3 Author: Anatoly Baksheev Date: Fri Jun 14 14:22:03 2013 +0400 --amend commit c65d88887503539e296c98ae5f87280d2f3533e3 Author: Anatoly Baksheev Date: Fri Jun 14 14:19:45 2013 +0400 little refactoring commit 308c7f5f6e266fc377cf57064a680c75dca93ba4 Merge: aea96e9 fc82150 Author: Roman Donchenko Date: Fri Jun 14 13:50:01 2013 +0400 Merge pull request #1000 from ivan-korolev:fix_sift_bug_2892 commit aea96e98bbbf4f2c40e5fb71c49bfb4982a3a894 Merge: b84296c 58fa401 Author: Roman Donchenko Date: Fri Jun 14 13:47:32 2013 +0400 Merge pull request #1001 from ivan-korolev:fix_stitching_bug_2405 commit 93200922fd75921ee74fbc8a176d3d9a3fdd0bd8 Author: Alexander Shishkov Date: Fri Jun 14 13:12:35 2013 +0400 Fix bug with indices commit a4750f49c62f6b3f97715f1b430ac97b7d88b3a7 Author: Vladislav Vinogradov Date: Fri Jun 14 12:53:44 2013 +0400 fix for bug #3068 (PCA::computeVar for double input): The matrix g can have CV_32F or CV_64F type, but g.at uses only float template. This fix adds specialization for double type. commit e6b18fc492e9115043b375c8b005687b24b84746 Author: peng xiao Date: Fri Jun 14 16:37:00 2013 +0800 Fix a bug caused by NDEBUG macro; it is now removed. Revise some descriptions of the enums. commit 130794d41c67604dd8794d19c4041b8056421922 Merge: 83fa4d3 37b67fa Author: Roman Donchenko Date: Fri Jun 14 11:48:05 2013 +0400 Merge pull request #990 from asmorkalov:pthread_build_fix commit 83fa4d38a434c4e8a2f1540727799ef10efc78a1 Merge: 6faf00b 7d70399 Author: Roman Donchenko Date: Fri Jun 14 11:23:59 2013 +0400 Merge pull request #976 from PeterMinin:num_detections commit 58fa401b4d0cefe763e4b307802f34c96a942a44 Author: Ivan Korolev Date: Fri Jun 14 10:43:20 2013 +0400 Fixed a bug #2405 commit b84296c02ecdacf312822f3fea35be316648ada1 Merge: 8fa1e75 80f6ede Author: Andrey Pavlenko Date: Fri Jun 14 10:17:23 2013 +0400 Merge pull request #998 from asmorkalov:android_cmake_mips_fix commit fc82150edc219dabf680561f26ae5c2bb8d3c040 Author: Ivan Korolev Date: Fri Jun 14 08:21:42 2013 +0400 Fixed a bug #2892 commit 7d70399d7210da8afe7b3f62930c55a68721c746 Author: Peter Minin Date: Fri Jun 14 04:25:17 2013 +0400 Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods commit bb209193c98744e90148be6e9a006a46090d6de2 Author: Gabe Schwartz Date: Mon Jun 10 17:29:36 2013 -0400 Updated usage of METH_X definitions for python 3. Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS. commit bce1b352e7df82644f8232465e126f74d1792f07 Author: Gabe Schwartz Date: Wed Jun 12 16:04:34 2013 -0400 Updated cmake files to use print(). In these cases, just using print() is enough to ensure py2/3 compatibility. commit fb9781b97bb913c46b2036540072f6b38efdfd37 Author: Gabe Schwartz Date: Wed Jun 12 16:03:34 2013 -0400 Updated cv2.cpp to support Python 3 API. Added a header with defines to enable the module to compile with either python 2 or 3 without changes. commit 931ebab822da3b7924921d5210b28cb0d9486bde Author: Gabe Schwartz Date: Wed Jun 12 16:02:30 2013 -0400 Updated generator and parser to support Python 3. commit c90abb6a037eb838099322721860ef5c732ca5a2 Author: Sergei Nosov Date: Thu Jun 13 21:14:42 2013 +0400 add multiruns to fix "unreliable results" error commit 8fa1e756e231b23f98c98c83ff19fb9e186d7bec Merge: 533d4fe de4c3f0 Author: Roman Donchenko Date: Thu Jun 13 16:57:12 2013 +0400 Merge pull request #993 from ivan-korolev:fix_videostab_bug_3023 commit 533d4fe051f2132b37d80d0123bde14d0b2e1c9f Merge: b725cbf 982ef83 Author: Roman Donchenko Date: Thu Jun 13 16:56:40 2013 +0400 Merge pull request #988 from snosov1:3071-fix commit b725cbf73fa0a5252ebc0703a9d03a753b30394c Merge: 5bb6d36 5fd724b Author: Roman Donchenko Date: Thu Jun 13 16:55:55 2013 +0400 Merge pull request #986 from pengx17:2.4_initiated_context commit 5bb6d36684f8c94c666cd541534560763d65b452 Merge: 462047d d9ab22e Author: Roman Donchenko Date: Thu Jun 13 16:55:12 2013 +0400 Merge pull request #982 from pengx17:2.4_fix_two_bugs commit 462047d1e4696e28729cbcb8df3798745c36ce39 Merge: 7aac543 8eb6dec Author: Roman Donchenko Date: Thu Jun 13 16:54:45 2013 +0400 Merge pull request #981 from SeninAndrew:ximea_camera_support_fix commit 80f6ede2336d1e1b18718e360169b3c2813e557a Author: Alexander Smorkalov Date: Thu Jun 13 16:51:45 2013 +0400 Fix build problems on MIPS and Linaro NDK. Merged android.toolchain.cmake from project https://github.com/taka-no-me/android-cmake commit: fd1f7055f8b7338644d58d9a2015a784dfa3a5ca commit 0367a7f992bc111ae93060da39dd769b5cdc71c6 Author: Vladislav Vinogradov Date: Thu Jun 13 16:46:34 2013 +0400 link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled commit 7aac543570a5d1cab25ce6e133331ca1a95d5d9a Merge: 98f6a4a 83e9b0a Author: Roman Donchenko Date: Thu Jun 13 16:30:14 2013 +0400 Merge pull request #991 from asmorkalov:android_javadoc_fix commit 055137582c40a9756f35185d31368b92cb27143d Author: Vladislav Vinogradov Date: Thu Jun 13 16:13:46 2013 +0400 fix for bug #2985: OPENCLAMDBLAS and OPENCLAMDFFT never detected under linux. lib64/import and lib32/import is the path on Windows but not Linux. for CLAMDBLAS library we should use CLAMDBLAS_PATH (not CLAMDFFT_PATH) commit 37b67fa50d83cbc17b85936e02dabee5b87654b7 Author: Alexander Smorkalov Date: Thu Jun 13 12:19:25 2013 +0400 Fix compiler error due to missing pthread header (Issue #2953) commit de4c3f01788dbe72bd5a51714d85bfc753b700a5 Author: Ivan Korolev Date: Thu Jun 13 13:41:43 2013 +0400 Fixed a bug related to video stabilization crashes with a blank video (Bug #3023) commit 30f7f9717f1f0a8c11ba88d4f04b0c7cf26bba70 Author: Dirk Van Haerenborgh Date: Thu Jun 13 11:16:33 2013 +0200 allow for arbitraty number of sources and sinks commit 83e9b0a87a41e8f70de0810e5ce769ebb2ebd9c5 Author: Alexander Smorkalov Date: Thu Jun 13 12:40:14 2013 +0400 Javadoc waring fix. commit 6faf00b8e52a45434158927afa23b35c80b6a5f4 Merge: 1acbc7b 4d510be Author: Roman Donchenko Date: Thu Jun 13 12:01:56 2013 +0400 Merge pull request #696 from znah:detect_method commit 982ef83f807c7c2e4285f3d24894d2e251a66fa2 Author: Sergei Nosov Date: Thu Jun 13 11:51:45 2013 +0400 Fixes bug #3071. If we have perfect matches (min_dist == 0.0), then strict comparison fails. Making it non-strict results in treating perfect matches as good. commit e433145b7e15f7ff8056d109fe17de3bf423e916 Author: Vladislav Vinogradov Date: Thu Jun 13 10:22:56 2013 +0400 fix for Bug #3085: weights array is only allocated for (l_count+1) elements, but then weights[l_count+1] element is accessed. commit c39159069e5b151d597dd0d8298b0f81c6a47c69 Author: alexandre benoit Date: Thu Jun 13 07:36:37 2013 +0200 last warnings solved commit 2c1fb5fd711f6223d46c8559f01c7af500f56619 Author: alexandre benoit Date: Thu Jun 13 06:55:35 2013 +0200 minor correction after buildbot warnings commit 5fd724b54a1143bed2d3aa0ff8f5a1ec0bc61e30 Author: peng xiao Date: Thu Jun 13 10:46:12 2013 +0800 Add a function to query if global OpenCL context is initialized. commit 7bff79bbeb91b391ffa09c8c262eeda4a7d310e1 Author: alexandre benoit Date: Wed Jun 12 22:43:36 2013 +0200 updated demos and tutorial regarding the Retina class transfer to bioinspired module. commit cdbbe0dfbe75defbf911d50760519ca47e5fe6cf Author: alexandre benoit Date: Wed Jun 12 22:40:43 2013 +0200 1. created module bioinspired. 2.transfered Retina module into the new module bioinspired. 3. added a fast tone mapping method to Retina interface and wrapped existing reinafilter dedicated method commit 7cfa3cbd8ab8cd41e10a8a0d8d63a14e09655668 Merge: 1b51ee3 f91b1a1 Author: Anatoly Baksheev Date: Wed Jun 12 13:23:08 2013 -0700 Merge pull request #9 from ozantonkal/implementing_addPointCloud Implementing add point cloud commit f91b1a1771980b629210f84c3735dca8658d8383 Author: ozantonkal Date: Wed Jun 12 17:38:39 2013 +0200 showPointCloud with single color without duplicating color commit 6d66d11046bb526d508e9543ecc37cfee91f4435 Author: Dirk Van Haerenborgh Date: Wed Jun 12 16:58:16 2013 +0200 gstreamer: cleaning up resources commit 0e90c0fff26e7b5afc58c56549bf5fb1a36bfcde Author: ozantonkal Date: Wed Jun 12 10:56:46 2013 +0200 updated test for single color commit 46cf22cdfff9d0f067a14a35558493b29e8124b6 Author: ozantonkal Date: Wed Jun 12 10:55:07 2013 +0200 showPointCloud with single color commit 01086323b068a399e39e09a0ed5df5bab94b6bd7 Author: ozantonkal Date: Wed Jun 12 09:29:04 2013 +0200 mistype fix commit d9ab22e4ed63ca53634c74d7c022d60106879f23 Author: Peng Xiao Date: Wed Jun 12 13:55:20 2013 +0800 Fix two bugs related to opencl context. 1. As getDevice will implicitly call setDevice, in getContext we should not need to call it again. 2. Fix an incorrect type casting. commit 1b51ee385bff79bba6943cdbec6bd35704cbe6c9 Author: Anatoly Baksheev Date: Tue Jun 11 21:30:19 2013 +0400 refactored showPointCloud to for shorter code. Implemented NanFilter::copy() function commit 8eb6decb251f74f1a68f982b2057c599fc5545c0 Author: Andrew Senin Date: Tue Jun 11 21:17:31 2013 +0400 Fixed Ximea cameras support commit 1ae5918fa88684f1a7ffb479b4bee613d65be7d5 Author: Anatoly Baksheev Date: Tue Jun 11 18:38:20 2013 +0400 refactoring of copy_non_nans commit 98f6a4a615e3542d7b2f757c089036ebc3ff3eed Merge: a4ecd32 99a5b34 Author: Roman Donchenko Date: Tue Jun 11 18:21:52 2013 +0400 Merge pull request #972 from jet47:mog2-params-bug-2168 commit a4ecd32176f827f45baac991be47df131c5bafd0 Merge: 572cfc9 33d1f67 Author: Roman Donchenko Date: Tue Jun 11 18:18:14 2013 +0400 Merge pull request #980 from SpecLad:include-config commit 572cfc99a8650c21cd5a83cc37bc60c008f857fc Merge: 3af21ca 1d8cd3a Author: Roman Donchenko Date: Tue Jun 11 18:17:56 2013 +0400 Merge pull request #973 from pengx17:2.4_oclclahe commit 1acbc7b7bd33dbc474c17c7ba4c5fd2c82031ec4 Merge: 7a07f1a 765a2c6 Author: Roman Donchenko Date: Tue Jun 11 18:17:07 2013 +0400 Merge pull request #966 from berak:master commit a3341006ee096df6d59b2734c3b8a1ca8df9cff8 Author: Vladislav Vinogradov Date: Tue Jun 11 15:45:04 2013 +0400 updated documentation commit 8461cb3f4bbe4ce82d072bf1bcfef0feb4bb86dd Author: Vladislav Vinogradov Date: Fri Apr 26 12:40:03 2013 +0400 refactored gpu::convolve function: * converted it to Algorithm * old API still can be used for source compatibility (marked as deprecated) commit 26a4be89b12c47f4c1845ad6e9a414f41c516a02 Author: Vladislav Vinogradov Date: Fri Apr 26 11:33:46 2013 +0400 switched to Input/Output Array in Fourier operations commit 948661d7222a692f9ff488018a254cfdd030ba2b Author: Vladislav Vinogradov Date: Fri Apr 26 12:22:56 2013 +0400 switched to Input/Output Array in gpu::gemm commit 8fcef225fb89ec8047b72f068fc51065d7eb308a Author: Vladislav Vinogradov Date: Fri Apr 26 14:40:44 2013 +0400 switched to Input/Output Array in reductions operations commit c52d56964c0799f8da0ac04cf6a03bda0f194832 Author: Vladislav Vinogradov Date: Thu Apr 25 16:56:19 2013 +0400 switched to Input/Output Array in gpu::copyMakeBorder commit 539f367d0b682d69967dec674d74dfbe362dcebf Author: Vladislav Vinogradov Date: Fri Apr 26 12:39:02 2013 +0400 refactored gpu::LUT function: * converted it to Algorithm, because implementation uses inner buffers and requires preprocessing step * new implementation splits preprocessing and transform, what is more effecient * old API still can be used for source compatibility (marked as deprecated) commit 0c50d0821fb88c95ff035c1b757df1451bbd68ad Author: Vladislav Vinogradov Date: Thu Apr 25 16:09:51 2013 +0400 switched to Input/Output Array in transpose/flip operations commit 3d8ca010b78fa7dbcdc5647ddeeb2cbc27a60ce4 Author: Vladislav Vinogradov Date: Thu Apr 25 16:02:41 2013 +0400 switched to Input/Output Array in split/merge operations commit 58c4d0eaeb3c41f420bbb4f43258e99676f3947d Author: Vladislav Vinogradov Date: Thu Apr 25 15:46:45 2013 +0400 switched to Input/Output Array in cart<->polar operations commit 0a83817acec8a31dab148a68f669c3fcc9477ac4 Author: Vladislav Vinogradov Date: Thu Apr 25 15:33:19 2013 +0400 switched to Input/Output Array in gpu::threshold commit 44ec450b5370f55c2a19199dbdf2c86919a21127 Author: Vladislav Vinogradov Date: Thu Apr 25 15:28:29 2013 +0400 switched to Input/Output Array in gpu::addWeighted commit ec70282bf75341db1d60c9f4a19328d716709044 Author: Vladislav Vinogradov Date: Thu Apr 25 15:23:44 2013 +0400 switched to Input/Output Array in min/max operations commit f2aa6ebe158ed59407e166586cec239286abe881 Author: Vladislav Vinogradov Date: Thu Apr 25 15:10:13 2013 +0400 switched to Input/Output Array in shift operations commit d81f54db0b5d2268047bc26945bb53a45b2c1646 Author: Vladislav Vinogradov Date: Thu Apr 25 15:02:22 2013 +0400 switched to Input/Output Array in bitwise logical operations commit 04a1a6dd8f1576605c3557d4eeeb935b8d1b0fbd Author: Vladislav Vinogradov Date: Thu Apr 25 14:20:57 2013 +0400 switched to Input/Output Array in gpu::compare commit b866890b2768d1a9f56a7218d45b08bdebe70370 Author: Vladislav Vinogradov Date: Thu Apr 25 13:49:45 2013 +0400 switched to Input/Output Array in abs, sqr, sqrt, exp, log, pow commit 5ec8c51b981b10bce64a70d859f25510aec82e41 Author: Vladislav Vinogradov Date: Thu Apr 25 13:37:44 2013 +0400 switched to Input/Output Array in gpu::absdiff commit 3ee12cbeb4ff8622af41983eff140534564a6d1c Author: Vladislav Vinogradov Date: Fri Apr 26 14:39:58 2013 +0400 switched to Input/Output Array in gpu::divide commit 4595e3aa3ee3c2d331e5a86e880c360e3a0f4605 Author: Vladislav Vinogradov Date: Thu Apr 25 12:55:38 2013 +0400 switched to Input/Output Array in gpu::multiply commit ffa25be3d254778067abf0ea485964504b98f7d9 Author: Vladislav Vinogradov Date: Thu Apr 25 12:21:26 2013 +0400 added arithm_op function to reduce code duplication commit 5330faf5a0aefd2a135485f476926bce40c86737 Author: Vladislav Vinogradov Date: Thu Apr 25 12:08:36 2013 +0400 switched to Input/Output Array in gpu::subtract commit 4ebbf69134c1707b918e5e28bed6474f10c9ac26 Author: Vladislav Vinogradov Date: Thu Apr 25 12:07:57 2013 +0400 switched to Input/Output Array in gpu::add commit 76211709a3ee38a7212340fb17b8d12ffbaef506 Author: Vladislav Vinogradov Date: Tue Jun 11 13:05:02 2013 +0400 refactored VideoReader (convert it to abstract interface) also refactored VideoSource interface (made it simplier, now it has only 2 abstract methods) commit e9a74c17f84084446784a2077c6d129b7ca82399 Author: Vladislav Vinogradov Date: Mon Apr 22 14:04:27 2013 +0400 refactored VideoWriter class (convert it to abstract interface) commit 3af21cad4c74a14224a061ad4b0eb4aefa4e4fb9 Merge: a75fbb0 445860d Author: Roman Donchenko Date: Tue Jun 11 17:35:38 2013 +0400 Merge pull request #903 from aks2:2.4 commit 7a07f1a9e7e0c29f570c8b5e0f333088680d764c Merge: 7c4e371 7542d66 Author: Roman Donchenko Date: Tue Jun 11 17:30:16 2013 +0400 Merge pull request #899 from LeszekSwirski:fix-drawingdoc commit 7c4e3715b324e0b018059ca78e7544077e9213ac Merge: 81c6b46 3bfc697 Author: Roman Donchenko Date: Tue Jun 11 17:28:26 2013 +0400 Merge pull request #975 from SpecLad:merge-2.4 commit c8398c9fdc6641516d8e195e1ede2efd8a138b3c Author: Peng Xiao Date: Tue Jun 11 20:32:55 2013 +0800 Use anonymous enumerations instead of constants commit da32ca4948e8301df43d5c883ac53bd76d49e97d Merge: c622ebf abdc022 Author: Anatoly Baksheev Date: Tue Jun 11 03:37:56 2013 -0700 Merge pull request #6 from ozantonkal/implementing_addPointCloud Implementing add point cloud commit abdc022b20ea2aabfcdc06e2d8c4808cd4cd83ee Author: ozantonkal Date: Tue Jun 11 10:48:48 2013 +0200 implemented copy_non_nans, isnan commit c4fe98977a5b17eed6cbde7c28439cab11c3a8f1 Author: ozantonkal Date: Mon Jun 10 12:02:18 2013 +0200 implementation of * operator for Affine3f and point3d, initial implementation of isNaN commit 81c6b46fc6bc7854c185800e6e52a3367fb66128 Merge: e16af9b 4f0d72b Author: Roman Donchenko Date: Tue Jun 11 12:05:56 2013 +0400 Merge pull request #974 from jet47:gpu-core-refactoring commit a75fbb00315b50f4f5fa7dcc98fec2f646a4de42 Merge: d583a79 a39a9f6 Author: Roman Donchenko Date: Tue Jun 11 11:59:31 2013 +0400 Merge pull request #968 from asmorkalov:android_na_cproj_fix commit 3bfc69740ba8645ec7385883afe37cbf2cbcf414 Merge: 173442b 4cf7a96 Author: Roman Donchenko Date: Mon Jun 10 18:18:01 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Merged pull requests: #890 from caorong:patch-1 #893 from jet47:gpu-arm-fixes #933 from pengx17:2.4_macfix_cont #935 from pengx17:2.4_filter2d_fix #936 from bitwangyaoyao:2.4_perf #937 from bitwangyaoyao:2.4_fixPyrLK #938 from pengx17:2.4_surf_sample #939 from pengx17:2.4_getDevice #940 from SpecLad:autolock #941 from apavlenko:signed_char #946 from bitwangyaoyao:2.4_samples2 #947 from jet47:fix-gpu-arm-build #948 from jet47:cuda-5.5-support #952 from SpecLad:jepg #953 from jet47:fix-bug-3069 #955 from SpecLad:symlink #957 from pengx17:2.4_fix_corner_detector #959 from SpecLad:qt4-build #960 from SpecLad:extra-modules Conflicts: modules/core/include/opencv2/core/core.hpp modules/gpu/CMakeLists.txt modules/gpu/include/opencv2/gpu/device/vec_math.hpp modules/gpu/perf/perf_video.cpp modules/gpuimgproc/src/cuda/hough.cu modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/pyrlk.cpp samples/gpu/driver_api_multi.cpp samples/gpu/driver_api_stereo_multi.cpp samples/ocl/surf_matcher.cpp commit 4f0d72bf43f842eb19ba60a92c06aa787db675ca Author: Vladislav Vinogradov Date: Mon Jun 10 17:47:55 2013 +0400 added missing header commit d583a79869a780521b18459c5bdf4ec29732805d Author: Roman Donchenko Date: Mon Jun 10 17:06:34 2013 +0400 Revert "Add a variant of detectMultiScale with an argument 'weights'" It was merged by mistake. This reverts commit ab6be9b7b7691967e42297aa6d3a67fb07597fd8. commit 564fd21e875ab875b0c32db21961e01c4299316b Author: Vladislav Vinogradov Date: Mon Jun 10 15:52:01 2013 +0400 fixed documentation build commit e16af9bdc968f808e0d7811d81f285d20b5b9ca8 Merge: 1fe7ad8 438649f Author: Roman Donchenko Date: Mon Jun 10 15:51:29 2013 +0400 Merge pull request #958 from apavlenko:fix_java_mixchannels commit 1fe7ad850b061c1336aad3145b3721eb42c68c63 Merge: 173442b e7995b4 Author: Vadim Pisarevsky Date: Mon Jun 10 15:25:07 2013 +0400 Merge pull request #856 from ericgreveson:master commit 52e99744317ea59729a41fee534ac510b5324d3c Merge: 1b689a7 ab6be9b Author: Vadim Pisarevsky Date: Mon Jun 10 15:22:46 2013 +0400 Merge pull request #961 from PeterMinin:detected_objects_weight commit 1b689a743175751134af7f4f84c3d13049a1f58e Merge: 55e83b8 41482fe Author: Roman Donchenko Date: Mon Jun 10 15:06:31 2013 +0400 Merge pull request #971 from SpecLad:matchers-ctor commit 55e83b8d180a941170ae246619965831dee16c0f Merge: 3016986 956d802 Author: Roman Donchenko Date: Mon Jun 10 15:06:14 2013 +0400 Merge pull request #970 from asmorkalov:dshow_valid_check_fix commit 956d8027efeccce0b3e595f556e3eae0bb867fd8 Author: Alexander Smorkalov Date: Mon Jun 10 13:29:45 2013 -0700 Bug #3044 cap_dshow.cpp forgotten validity check fixed. commit 30169868334120a56b528f9eb668a68b0bb3b514 Merge: 4cf7a96 264d26e Author: Roman Donchenko Date: Mon Jun 10 15:03:31 2013 +0400 Merge pull request #965 from apavlenko:fix_java_empty_mats commit 1d8cd3a717160f2097bcb7765097ed6196b3b535 Author: Peng Xiao Date: Mon Jun 10 18:37:48 2013 +0800 Add ocl CLACH implementation. Test cases (accuracy and performance) are provided. commit 438649ffeed22ff00b3e31fc15280ea7e0bbfea5 Author: Andrey Pavlenko Date: Mon Jun 10 14:37:01 2013 +0400 fixing Java wrapper for mixChannels 'dst' should be treated as an input arg (epilog not needed) commit c622ebf8908855f35e10fdb0717483748d800e38 Author: Anatoly Baksheev Date: Mon Jun 10 14:11:34 2013 +0400 implemented wasStopped flag commit 99a5b3417aabfb52d1c75e4999e2e0ada5983a50 Author: Vladislav Vinogradov Date: Mon Jun 10 13:41:46 2013 +0400 added missing BackgroundSubtractorMOG2 parameters commit 41482fe56ca1eb98461bbd202c869faf4442c19c Author: Roman Donchenko Date: Mon Jun 10 13:30:23 2013 +0400 Erase MatchPairsBody's copy constructor. It's the same as the implicitly defined one, and it causes a -Wextra warning (not initializing the base class in a copy constructor). commit 0f5da429c5d128711607dc633d5101b2d2cdded5 Author: Anatoly Baksheev Date: Mon Jun 10 12:42:11 2013 +0400 misprint commit 439c3574edf6e314599872cff4a2a01f0db18f5c Author: Vladislav Vinogradov Date: Thu May 30 11:11:40 2013 +0400 renamed gpu_private.hpp to private.gpu.hpp commit 04894893225c90de38269ad8fc607a126c427370 Author: Vladislav Vinogradov Date: Thu May 30 13:11:32 2013 +0400 used cudaMalloc for 1-row or 1-column matrix instead of cudaMallocPitch commit 1db4afac6aa52be3e158a5fdc03572ee0d51baf1 Author: Vladislav Vinogradov Date: Fri Apr 26 10:53:15 2013 +0400 made createContinuous & ensureSizeIsEnough generic (OutputArray support) commit f17b836d246c0754149d2e9b55ffca655738db11 Author: Vladislav Vinogradov Date: Tue Apr 23 17:11:45 2013 +0400 added Event class (wrapper for cudaEvent) commit 2dab93c2e8189f6b9274810fa593f682dfde5b87 Author: Vladislav Vinogradov Date: Tue Apr 16 17:44:19 2013 +0400 refactored gpu info structures (TargetArchs and DeviceInfo) now DeviceInfo provides full information about device (from cudaDeviceProp) commit 76f4b02b060928baf093f93d6fe7d3623b9009f6 Author: Vladislav Vinogradov Date: Tue Apr 16 17:43:49 2013 +0400 refactored gpu::Stream (minor fixes) commit a52af84dcf7f294ffe6605afdf15f90bf2f7968a Author: Vladislav Vinogradov Date: Tue Apr 16 14:39:42 2013 +0400 refactored CudaMem (now alloc type assign only in constructor) commit cc34a8ac3c291f107bc226a09aebe86969aaf085 Author: Vladislav Vinogradov Date: Tue Apr 16 13:17:51 2013 +0400 new implementation for GpuMat::setTo (without constant memory) commit 69be49bac1c2f19adee806cf39e802df436ecaad Author: Vladislav Vinogradov Date: Tue Apr 16 13:03:34 2013 +0400 refactored GpuMat: * switch to InputArray/OutputArray * add Stream support commit db1178b5df663ba0dec759d400c71859d5ba0ecd Author: Vladislav Vinogradov Date: Tue Apr 16 11:12:55 2013 +0400 moved GpuMat implementation to separate file commit 2153a14872f21e6361bd300de7b1d154f52e9a1c Author: Vladislav Vinogradov Date: Mon Apr 15 17:47:13 2013 +0400 moved inline implementation to separate file commit 6994a02c152f4989c07b7204a02e29d1d4a5a000 Author: Vladislav Vinogradov Date: Mon Apr 15 14:17:18 2013 +0400 added Stream support to ogl::Buffer commit 649737b6a879979522cca53a429a2bf53e0213c1 Author: Vladislav Vinogradov Date: Mon Apr 15 13:27:12 2013 +0400 removed obsolete DevMem2D class commit 4c9773d55f7b5baac56030c3df9ab22630a8d1b8 Author: Vladislav Vinogradov Date: Thu May 30 11:23:18 2013 +0400 renamed gpu headers (made it more consistent) commit 6c253a41c275110dcadf844021a6c73e42d0401a Author: Vladislav Vinogradov Date: Fri Apr 26 10:49:51 2013 +0400 added CudaMem support to Input/Output arrays commit 2fae1d95074ac1b00a0309e61b6b60db424646e5 Author: Vladislav Vinogradov Date: Mon Apr 15 11:29:21 2013 +0400 removed ogl::Texture2D support from InputArray commit e77abeef16a4214e3240dc5fb91cd2b0459b7a10 Author: Peng Xiao Date: Mon Jun 10 16:38:22 2013 +0800 Add a new global function to control ocl binary storage Previously the feature is controlled by setBinpath implicitly. We add the function to cope with setBinpath and setBinpath is only useful when setBinaryDiskCache is set. Refer to the header to see more info. commit 909c45f1b9138c522aa50a10c3aafdf33001836d Author: Anatoly Baksheev Date: Mon Jun 10 12:32:03 2013 +0400 little refactoring commit 173442bb2ecd527f1884d96d7327bff293f0c65a Merge: c929547 4559d46 Author: Roman Donchenko Date: Mon Jun 10 12:05:52 2013 +0400 Merge pull request #964 from jet47:cuda-5.5-support commit 01e99db6754a19fe84e6f5a3d1c1769c9023a8b6 Merge: 59acccf aecff52 Author: Anatoly Baksheev Date: Mon Jun 10 00:36:49 2013 -0700 Merge pull request #5 from ozantonkal/implementing_addPointCloud Implementing add point cloud commit a39a9f677f39e5301a533d39ebf7c9569b1d9126 Author: Alexander Smorkalov Date: Mon Jun 10 11:06:28 2013 +0400 NativeActivity sample build with Eclipse CDT fixed. commit 264d26e6718ed55df0f3f187908e3a28481bbe2b Author: Andrey Pavlenko Date: Sat Jun 8 12:41:57 2013 +0400 fixing empty Mat case commit 765a2c60456450d6130432e0a9bf4af57b98dbec Author: berak Date: Fri Jun 7 18:29:00 2013 +0200 Moments.nu** fields initialized in completeMomentState( Moments* moments ) commit 610e29fa3179fc4a23e9e7428cedb0c300d0e7dc Author: berak Date: Fri Jun 7 18:13:15 2013 +0200 restored utility.hpp commit 50e27ffc3727808a59c7121a01139ce67e8e4ddc Author: berak Date: Fri Jun 7 17:22:42 2013 +0200 added initialization of Moments.nu** params in completeMomentState( Moments* moments ) commit 33d1f675015b22b7f4a938a934c0448b21c731ee Author: Roman Donchenko Date: Fri Jun 7 19:07:00 2013 +0400 Include the OpenCV config headers into every module. This has no bearing on compilation, but it makes them show up in IDEs. commit aecff5237b62f04036acc1652b3ea0eecba5a689 Author: ozantonkal Date: Fri Jun 7 16:07:23 2013 +0200 CV_64FC3 support commit 4559d4619095e7c145e51ddaf8500b04d5a0c35a Author: Vladislav Vinogradov Date: Tue Jun 4 15:01:06 2013 +0400 fixed BroxOpticalFlow sanity test (increase epsilon value) commit 4d9a1cf14be7a12a3155caaabaae44b08e1c2c98 Author: Vladislav Vinogradov Date: Tue Jun 4 14:59:47 2013 +0400 fixed BoxFilter sanity test (different rounding results) commit 302250f241170a2f726a202d4e6db8ea7ee034cd Author: Vladislav Vinogradov Date: Tue Jun 4 13:58:45 2013 +0400 fixed BroxOpticalFlow regression test the output of BroxOpticalFlow differs a bit in CUDA 5.5 commit 14e4b3adde9638c8c289c08a8592641f5aba2986 Author: Vladislav Vinogradov Date: Fri Jun 7 14:56:37 2013 +0400 rewrite core/cuda/vec_math.hpp file old version isn't compiled with CUDA 5.5 new version doesn't depend on functional.hpp commit 869a35faef02e7d17d2e3110e3c0b2d58fa06343 Author: Vladislav Vinogradov Date: Fri Jun 7 14:46:42 2013 +0400 fixed constructors for functional objects (added __host__ modifier) commit bf7c1c6c25790b07ece8e1b23996b99add1eee98 Author: Vladislav Vinogradov Date: Fri Jun 7 14:38:27 2013 +0400 fixed NPP error constants usage commit c92954716472c53596337af7299874099e529039 Merge: a5ffa1d 9488ed4 Author: Roman Donchenko Date: Fri Jun 7 14:33:33 2013 +0400 Merge pull request #900 from jet47:restore-gpu-modules commit e58b0b3507601f9c0de7dbf1cab5c4b88d5d84d8 Author: ozantonkal Date: Fri Jun 7 12:14:40 2013 +0200 removed cv keywords and redundant lines from showPointCloud commit 59acccfa6a4505f3bc934166ced8a5b4e98f9768 Merge: ace0933 d11d07a Author: Anatoly Baksheev Date: Fri Jun 7 02:50:42 2013 -0700 Merge pull request #4 from ozantonkal/implementing_addPointCloud showPointCloud initial implementation together with test commit 4cf7a963a0cf5a8a06152f460d485ac48c4f82ce Merge: 51f81ee f049aa7 Author: Vadim Pisarevsky Date: Fri Jun 7 13:44:28 2013 +0400 Merge pull request #946 from bitwangyaoyao:2.4_samples2 commit 51f81eec36659c91f213b2406a5cdd44e7126a34 Merge: 68e4256 429f84e Author: Vadim Pisarevsky Date: Fri Jun 7 13:44:10 2013 +0400 Merge pull request #957 from pengx17:2.4_fix_corner_detector commit a5ffa1da343419e319c078e524597ea43caf7079 Merge: 10340fe 9284c07 Author: Vadim Pisarevsky Date: Fri Jun 7 13:43:50 2013 +0400 Merge pull request #963 from bitwangyaoyao:master_oclMat commit 9488ed46ee12353444356ae82a89293f936cdbd0 Author: Vladislav Vinogradov Date: Fri Jun 7 13:34:33 2013 +0400 fixed compiler warning removed -fvisibility-inlines-hidden compiler option for CUDA sources commit d11d07aaf58aa0e80dc62546b067854aff2b905f Author: ozantonkal Date: Fri Jun 7 11:18:26 2013 +0200 showPointCloud initial implementation together with test commit 3eeaa9189c3fc771f098ff162f673c506db2bbe7 Author: Vladislav Vinogradov Date: Tue Jun 4 13:32:35 2013 +0400 Revert "Revert "Merge pull request #836 from jet47:gpu-modules"" commit 10340fe2347fecc65d37d70310badfbd16ed2a35 Merge: aa7f70c bae8566 Author: Roman Donchenko Date: Fri Jun 7 12:45:02 2013 +0400 Merge pull request #949 from SpecLad:merge-2.4 commit 9284c07a8492808be8aad41435526cc3f72f15f8 Author: yao Date: Fri Jun 7 15:31:12 2013 +0800 remove commented lines commit 68e4256fd2f19de26d5b51e31e31db8afa593563 Merge: 9b46c6f a954d36 Author: Roman Donchenko Date: Fri Jun 7 11:29:40 2013 +0400 Merge pull request #960 from SpecLad:extra-modules commit aa7f70c31e5897a7df5294dec4225899bd2e1fd9 Merge: 0a42a3e c2d3ce9 Author: Roman Donchenko Date: Fri Jun 7 11:28:10 2013 +0400 Merge pull request #951 from apavlenko:fix_java_test_randshuffle commit 9b46c6fb8a151a711b68797d2da4b2f793c18967 Merge: e53b7d0 8714cba Author: Roman Donchenko Date: Fri Jun 7 11:27:45 2013 +0400 Merge pull request #959 from SpecLad:qt4-build commit 960a0eacf3a22390c6819f6db6b370afea0cb56c Author: yao Date: Fri Jun 7 15:27:44 2013 +0800 merge openCLMallocPitch and openCLMallocPitchEx into one interface commit ab6be9b7b7691967e42297aa6d3a67fb07597fd8 Author: Peter Minin Date: Thu Jun 6 19:00:55 2013 +0400 Add a variant of detectMultiScale with an argument 'weights' that receives the number of neighbors joined into each detected object commit e53b7d040cd9c537d2483e678cd390bd60af09c9 Merge: 7f9675b 985bfea Author: Roman Donchenko Date: Thu Jun 6 17:58:14 2013 +0400 Merge pull request #955 from SpecLad:symlink commit 7d0f6b4d68b37234acdb0a399e2e95b9a7d39143 Author: Leszek Swirski Date: Tue May 21 17:54:58 2013 +0100 Fix image saving from QT toolbar commit 9a1cc06ebe8039ee5be508f4bade8e038c1a31e8 Author: Leszek Swirski Date: Tue May 21 17:53:36 2013 +0100 Fix pixel value rendering for non-fixed-size QT windows commit 8714cbac91e6e8f90395d9af3fd57f3c6b35235b Author: Roman Donchenko Date: Thu Jun 6 14:09:33 2013 +0400 Fix a missing header path when building with Qt 4. Also, removing explicit include path configuration, since QT_USE_FILE takes care of that. commit 0a42a3eb0662b58e4598c29ee4d721d5596f5d82 Merge: a760684 41fc418 Author: Roman Donchenko Date: Thu Jun 6 12:09:41 2013 +0400 Merge pull request #956 from IanVS:COLOR_CODE commit 429f84e59e45a66f56540e67f5ab3a9c8dc34249 Author: peng xiao Date: Thu Jun 6 11:44:35 2013 +0800 Fix a bug of cornerHarris and cornerMinEigenVal. The bug is a buffer overrun when border type is reflect101. It is found that gfft crashed with input of size 100x100 on Intel CPU. commit 41fc41829c574e905328e4ae862fbe53d2b41f3e Author: IanVS Date: Wed Jun 5 21:55:56 2013 -0400 Updated documentation to new "COLOR_" format for color conversion enums. commit a954d3630f8a567317a105300c8ccd735f2550a4 Author: Roman Donchenko Date: Wed Jun 5 18:09:47 2013 +0400 Add support for adding custom OpenCV modules. commit 7f9675bcc01a90a8de5accc43e8eb0b0ca8df756 Merge: 7a80b9a 31a5f7e Author: Roman Donchenko Date: Wed Jun 5 17:56:35 2013 +0400 Merge pull request #953 from jet47:fix-bug-3069 commit 7a80b9adaf1c1dcf9ca56c5584e59b43e3dd634d Merge: 087db29 93a44d4 Author: Roman Donchenko Date: Wed Jun 5 17:50:11 2013 +0400 Merge pull request #952 from SpecLad:jepg commit 985bfea556ff0511eb16d99ef83a6ef78c80e38d Author: Roman Donchenko Date: Wed Jun 5 15:54:27 2013 +0400 Don't resolve symlinks when looking for modules. We don't really need it, it makes the code longer, and it can lead to inconsistent paths when OpenCV is itself inside a symlink. commit 087db2949afde673ba735042a9ea56b58ea3c33e Merge: 127a152 89f3c40 Author: Roman Donchenko Date: Wed Jun 5 17:04:21 2013 +0400 Merge pull request #948 from jet47:cuda-5.5-support commit 127a152f7619763aa64c19dcefd37baf33b26b82 Merge: 27bff3c a2adafd Author: Roman Donchenko Date: Wed Jun 5 16:00:25 2013 +0400 Merge pull request #890 from caorong:patch-1 commit a2adafd5089065d44f82933c45cc4e7591141ed9 Author: caorong Date: Thu May 16 11:26:37 2013 +0800 fix a bug(DetectorType never change) changed line281 -> line220 Presentation: because line 220 give the globle var mDetectorType,and in line 230 it will be compared with mDeteorType !!! it will never be unequal ~ fix: change mDetectorType(previous globle var) to a new local val tmpDetectorType commit bae85660daf55f29c20ffbe644305e8027634ae7 Merge: d81d3fc 75cf5cc Author: Roman Donchenko Date: Tue Jun 4 18:31:51 2013 +0400 Merge remote-tracking branch 'origin/2.4' Pull requests: #943 from jet47:cuda-5.5-support #944 from jet47:cmake-2.8.11-cuda-fix #912 from SpecLad:contributing #934 from SpecLad:parallel-for #931 from jet47:gpu-test-fixes #932 from bitwangyaoyao:2.4_fixBFM #918 from bitwangyaoyao:2.4_samples #924 from pengx17:2.4_arithm_fix #925 from pengx17:2.4_canny_tmp_fix #927 from bitwangyaoyao:2.4_perf #930 from pengx17:2.4_haar_ext #928 from apavlenko:bugfix_3027 #920 from asmorkalov:android_move #910 from pengx17:2.4_oclgfft #913 from janm399:2.4 #916 from bitwangyaoyao:2.4_fixPyrLK #919 from abidrahmank:2.4 #923 from pengx17:2.4_macfix Conflicts: modules/calib3d/src/stereobm.cpp modules/features2d/src/detectors.cpp modules/gpu/src/error.cpp modules/gpu/src/precomp.hpp modules/imgproc/src/distransform.cpp modules/imgproc/src/morph.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_imgproc.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/perf/precomp.cpp modules/ocl/perf/precomp.hpp modules/ocl/src/arithm.cpp modules/ocl/src/canny.cpp modules/ocl/src/filtering.cpp modules/ocl/src/haar.cpp modules/ocl/src/hog.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/opencl/haarobjectdetect.cl modules/ocl/src/pyrlk.cpp modules/video/src/bgfg_gaussmix2.cpp modules/video/src/lkpyramid.cpp platforms/linux/scripts/cmake_arm_gnueabi_hardfp.sh platforms/linux/scripts/cmake_arm_gnueabi_softfp.sh platforms/scripts/ABI_compat_generator.py samples/ocl/facedetect.cpp commit 31a5f7ef3c2187b82a91290a430651adcc0b19d1 Author: Vladislav Vinogradov Date: Wed Jun 5 14:08:55 2013 +0400 fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale) commit 93a44d423618c7c6c04135dd99b47209cc88ead6 Author: Roman Donchenko Date: Wed Jun 5 13:51:11 2013 +0400 Fix typo in .gitattributes. commit a7606846746596cc631cccd38c22448b8eaca993 Merge: 6e11904 c7873dd Author: Roman Donchenko Date: Wed Jun 5 13:32:33 2013 +0400 Merge pull request #950 from apavlenko:fix_java_mat_dump commit c2d3ce9ce5c886453501717b023d5db096ce2ba5 Author: Andrey Pavlenko Date: Wed Jun 5 12:41:09 2013 +0400 fix failing test small matrix becomes the same after shuffling commit 27bff3c1751fabb28b3231059f37d5ba7f99e928 Merge: 99340b5 3aea7e8 Author: Roman Donchenko Date: Wed Jun 5 11:50:11 2013 +0400 Merge pull request #947 from jet47:fix-gpu-arm-build commit c7873dd03d45dee87fbab9d044233e5ab3fe9341 Author: Andrey Pavlenko Date: Wed Jun 5 11:46:06 2013 +0400 fixing broken Mat::dump() in Java commit 99340b56139e03c84a77048a5d202c420cf26f0d Merge: 5b5815d 081c47e Author: Roman Donchenko Date: Wed Jun 5 11:27:08 2013 +0400 Merge pull request #941 from apavlenko:signed_char commit 5b5815d8cfea416a318a23735954ab10c0c5ca3e Merge: f527b6a ff28bf8 Author: Roman Donchenko Date: Tue Jun 4 17:52:30 2013 +0400 Merge pull request #893 from jet47:gpu-arm-fixes commit f527b6a93f3deefec8718baded7df0e7e232071b Merge: 119b7a2 8a4090f Author: Roman Donchenko Date: Tue Jun 4 17:50:31 2013 +0400 Merge pull request #940 from SpecLad:autolock commit 89f3c40d791a6dd1951fd23ba7c1d9a8df8f1454 Author: Vladislav Vinogradov Date: Tue Jun 4 15:01:06 2013 +0400 fixed BroxOpticalFlow sanity test (increase epsilon value) + interpolateFrames and createOpticalFlowNeedleMap commit 4a770535c475be597f7487833927f0d5ab084988 Author: Vladislav Vinogradov Date: Tue Jun 4 14:59:47 2013 +0400 fixed BoxFilter sanity test (different rounding results) commit 516e5b2563100329882948f68aceb15b5fe8fe60 Author: Vladislav Vinogradov Date: Tue Jun 4 13:58:45 2013 +0400 fixed BroxOpticalFlow regression test the output of BroxOpticalFlow differs a bit in CUDA 5.5 commit 918381875adb0b4cb4fd9a5d061b47ba99b3db7e Author: Vladislav Vinogradov Date: Tue Jun 4 13:57:35 2013 +0400 rewrite gpu/device/vec_math.hpp file old version isn't compiled with CUDA 5.5 new version doesn't depend on functional.hpp commit 119b7a298def5889c7294bf5627dd1463f909972 Merge: 2d88f20 fdc133d Author: Vadim Pisarevsky Date: Tue Jun 4 13:34:53 2013 +0400 Merge pull request #933 from pengx17:2.4_macfix_cont commit 2d88f20c1e91c9bb4c1594d2a2a685d38bd618cb Merge: 0cb1644 a7a94de Author: Vadim Pisarevsky Date: Tue Jun 4 13:34:39 2013 +0400 Merge pull request #935 from pengx17:2.4_filter2d_fix commit 0cb1644825ed0e762d5a7cb088c5d6d6398036f4 Merge: e0c2daa dc937c1 Author: Vadim Pisarevsky Date: Tue Jun 4 13:34:25 2013 +0400 Merge pull request #936 from bitwangyaoyao:2.4_perf commit e0c2daadbf6064c77a2caaa8a0ea36e807a2e401 Merge: 267eb99 15a213d Author: Vadim Pisarevsky Date: Tue Jun 4 13:34:09 2013 +0400 Merge pull request #937 from bitwangyaoyao:2.4_fixPyrLK commit 267eb99a7d968c1e86172825925fe55fdac3717e Merge: 37953b7 cdb16f1 Author: Vadim Pisarevsky Date: Tue Jun 4 13:33:48 2013 +0400 Merge pull request #938 from pengx17:2.4_surf_sample commit 37953b7cf0f8f448b9e9a6fccc2570e1413052e3 Merge: 75cf5cc 97b86aa Author: Vadim Pisarevsky Date: Tue Jun 4 13:33:21 2013 +0400 Merge pull request #939 from pengx17:2.4_getDevice commit 6e119049ce3228ca82acb7f4aaa2f4bceeddcbdf Merge: d81d3fc a9c9210 Author: Vadim Pisarevsky Date: Tue Jun 4 13:32:34 2013 +0400 Merge pull request #945 from malcolmreynolds:master commit 3aea7e8f8dc4cf572d919d81b14d1f69c9bd2f0d Author: Vladislav Vinogradov Date: Tue Jun 4 12:51:36 2013 +0400 fixed gpu module build on arm platform links with CUDA driver library only if we use video encoding/decoding commit f049aa7674f3f3ef985f14e65de3debfeb163b3a Author: yao Date: Tue Jun 4 15:59:21 2013 +0800 use GoodFeaturesToTrackDetector_OCL commit a7a94de74ae46f99b8ab7606dab1faef93c6e7fa Author: peng xiao Date: Tue Jun 4 15:55:33 2013 +0800 Fix a bug of gfft. When user provided corners buffer is big enough to be copied to from tmpCorners_, we allow the buffer to be reused other than allocate a new cl_mem object. commit dc937c10f994029c7c83b2f2ffa8106ca1354257 Author: yao Date: Tue Jun 4 11:31:54 2013 +0800 change a test image of pyrlk commit a9c9210bf9c222570fec4a549cad45f5ebc485f2 Author: Malcolm Reynolds Date: Mon Jun 3 18:07:05 2013 +0200 update safe_call.hpp to fix OpenCL import on case sensitive mac FS On a Mac with a case sensitive filesystem does not exist but does. I presume (!), but have no way to test, that on a Mac with case insensitive FS this change will make no difference. commit 229ff632b600c32689b98a4285edb35f5b9ca04d Author: Malcolm Reynolds Date: Mon Jun 3 18:06:25 2013 +0200 update util.hpp to fix OpenCL import on case sensitive mac FS On a Mac with a case sensitive filesystem does not exist but does. I presume (!), but have no way to test, that on a Mac with case insensitive FS this change will make no difference. commit 75cf5cc4ee0fee4554ccf28a1f0eb2a3c61f1d83 Merge: 5237647 bcf8bdb Author: Roman Donchenko Date: Mon Jun 3 16:08:23 2013 +0400 Merge pull request #943 from jet47:cuda-5.5-support commit 5237647f754ad19f0cec23e63406821739ac746f Merge: e9c298b 013581f Author: Roman Donchenko Date: Mon Jun 3 16:08:06 2013 +0400 Merge pull request #944 from jet47:cmake-2.8.11-cuda-fix commit bcf8bdb40156ccd4fa77201ae5d7e5ad127c8b67 Author: Vladislav Vinogradov Date: Mon Jun 3 14:41:23 2013 +0400 fixed constructors for functional objects (added __host__ modifier) commit ff28bf831f156eceba443479fc08aafbe32b1ee6 Author: Vladislav Vinogradov Date: Mon Jun 3 14:01:04 2013 +0400 disabled samples with driver api commit 58e472754a424297883ac6a9f3e9306525ebcb00 Author: Vladislav Vinogradov Date: Mon Jun 3 13:36:02 2013 +0400 fixed norm diff function (it uses pre-allocated buffer now) commit 0521e8908c2dd72cba2e8adcbe287b55ee37c387 Author: Vladislav Vinogradov Date: Mon Jun 3 13:34:41 2013 +0400 fixed NPP error constants usage commit 09a7e86a39d926eaffe60d660148d089d66e5f95 Author: Vladislav Vinogradov Date: Mon Jun 3 13:33:53 2013 +0400 fixed NPP library search (it was splitted) commit 013581f3717da193342a9c31c3f62b493907d036 Author: Vladislav Vinogradov Date: Mon Jun 3 13:24:57 2013 +0400 fixed GPU module compialtion with CMake 2.8.11 CMake 2.8.11 removed linkage with CUDA driver library, but it's used by gpu video encoding/decoding commit e9c298b78498a15a6ea00455649d51e90fa12981 Merge: 34c5f47 7561b1c Author: Roman Donchenko Date: Mon Jun 3 12:13:44 2013 +0400 Merge pull request #912 from SpecLad:contributing commit 34c5f47f6094c8dd20763e3e70ce7e17bb1fd101 Merge: 8536057 f90fd5b Author: Roman Donchenko Date: Mon Jun 3 12:13:15 2013 +0400 Merge pull request #934 from SpecLad:parallel-for commit 081c47e3df9819e025520ea7b77cc627cd4ccdbe Author: Andrey Pavlenko Date: Fri May 31 19:55:51 2013 +0400 making the comment less ambigous commit 6f006e50dc2cff6ba8b316640d769db1ac08e2ca Author: Andrey Pavlenko Date: Fri May 31 18:58:30 2013 +0400 setting 'char' to be signed by default since some tests fail when it's wrong (e.g. native compilation on ARM Linux) commit 8a4090fe3f6daa00f5421e2b9fefd2f14790c126 Author: Roman Donchenko Date: Fri May 31 17:27:42 2013 +0400 Make AutoLock noncopyable (it would break on copying, anyway). commit 85360572b03d3c760e69a76bc27831c822761480 Merge: 37091b0 6b1c28c Author: Roman Donchenko Date: Fri May 31 16:46:30 2013 +0400 Merge pull request #931 from jet47:gpu-test-fixes commit ace0933bedc56fd05c762a29abbc3fb039791c46 Author: Anatoly Baksheev Date: Fri May 31 13:40:23 2013 +0400 fixed compilation (included ctime in precomp.hpp) commit cdb16f112074697445cc3c960142bc05dbfa916b Author: peng xiao Date: Fri May 31 17:29:55 2013 +0800 Fix build error commit 58025c572c69cb241d4f02f2cba1ce99816930f6 Merge: ddcfab3 6603cc4 Author: Anatoly Baksheev Date: Fri May 31 02:04:41 2013 -0700 Merge pull request #3 from ozantonkal/removing_boost_dependency Removing boost dependency commit 97b86aa259ec1b33d1c5b28bd04d6247e7671a93 Author: peng xiao Date: Fri May 31 16:48:40 2013 +0800 Initialize OpenCL context at the end of getDevice call. Added for better compatibility with the current samples/test cases. User now will be able to initialize OpenCL context explicitly with ocl::getDevice api. This may be obsoleted in future releases. commit f90fd5b0da289759a29e3129242a20c67922443f Author: Roman Donchenko Date: Thu May 30 19:05:59 2013 +0400 Split CLAHE into its own file, because it's faster that way. Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely, the previous commit makes CLAHE run about 10% slower on Android, even though it doesn't even touch any CLAHE code. Splitting it off fixes that, although the reason it does is a mystery for the ages. It's cleaner when it's in its own file, anyway. ;=] commit 29b13ec1def5e0a643aee73a5d13ebdfb9c07d30 Author: Roman Donchenko Date: Thu May 30 18:44:33 2013 +0400 Replaced most of the usages of parallel_for with that of parallel_for_. This should allow many algorithms to take advantage of more parallelization technologies. commit d85f27b53791c144c70a7746ab3002d8d281e30e Author: peng xiao Date: Fri May 31 16:06:56 2013 +0800 Update ocl::surf_matcher sample. The new sample adjust some parameters thus it should always be able to calculate valid homography matrix when input is box.png and box_in_scene.png. Pure cpp surf and bfmatcher implementation is also added to show the user its accuracy and performance. commit 15a213d3fca17d785441044d7126300d4f4ed4ef Author: yao Date: Fri May 31 15:35:54 2013 +0800 fix a crash on Linux commit abefcc60612617cdc48b278e347bdf0df4b0139b Author: yao Date: Fri May 31 15:16:03 2013 +0800 Adjust perf_filters, as this function only supports 3x3 kernel commit 47ce461d97640c553cc752b527c146691ecb6054 Author: Alex Leontiev Date: Fri May 31 07:39:15 2013 +0300 The initial commit for generic optimization Generic optimization package for openCV project, will be developed between the June and September of 2013. This work is funded by Google Summer of Code 2013 project. This project is about implementing several algorithms, that will find global maxima/minima of a given function on a given domain subject to a given constraints. All comments/suggestions are warmly appreciated and to be sent to alozz1991@gmail.com (please, mention the word "openCV" in topic of message, for I'm using the spam-filters) commit b1c248fcc9eaa24baabf55fde7fcff096d62dcb2 Author: peng xiao Date: Fri May 31 10:53:52 2013 +0800 Fix ocl::filter2D. In current implementation, this function only works when anchor point is in the kernel center and kernel size supported is either 3x3 or 5x5. commit 6603cc4405977ed9458fc4310774f003d06e985d Author: ozantonkal Date: Thu May 30 20:01:33 2013 +0200 boost dependency has been removed commit fdc133d8c9e112d4a20ffc9f2efdfbb7754f048b Author: peng xiao Date: Thu May 30 09:37:05 2013 +0800 Fix ocl::pyrup kernel build on Mac. commit 37091b086c870f1270650d5ffa9d7140f321ba95 Merge: 6bb9342 7ed9c0e Author: Vadim Pisarevsky Date: Thu May 30 12:21:26 2013 +0400 Merge pull request #932 from bitwangyaoyao:2.4_fixBFM commit 5b598f8a0e9048dd800d479e8abd979e012effdd Author: yao Date: Thu May 30 16:20:31 2013 +0800 a few fixes of ocl::perf test cases commit 6bb9342a5f81a8c2dfd61b4eb79a16a0d0ba892f Merge: 5a4efe8 fad96b9 Author: Vadim Pisarevsky Date: Thu May 30 12:01:40 2013 +0400 Merge pull request #918 from bitwangyaoyao:2.4_samples commit 5a4efe8bcf01de1a717b7ed476b32b68c97e9a90 Merge: 678371b 1d0c283 Author: Vadim Pisarevsky Date: Thu May 30 12:01:25 2013 +0400 Merge pull request #924 from pengx17:2.4_arithm_fix commit 678371be39d93aec07d675856cfd4b0a8488827c Merge: c176131 d015fa7 Author: Vadim Pisarevsky Date: Thu May 30 12:01:08 2013 +0400 Merge pull request #925 from pengx17:2.4_canny_tmp_fix commit c176131a67c73917111a21c4533f1c0acf9c9d43 Merge: c3f5e73 a9b7ff4 Author: Vadim Pisarevsky Date: Thu May 30 12:00:46 2013 +0400 Merge pull request #927 from bitwangyaoyao:2.4_perf commit c3f5e73769ce600d3a66b34acbf691cb2afe57a2 Merge: 0ae4050 fd7ba35 Author: Roman Donchenko Date: Thu May 30 11:57:24 2013 +0400 Merge pull request #930 from pengx17:2.4_haar_ext commit 7ed9c0e87a99eb32a1830ffb8b2a78028b72643e Author: yao Date: Thu May 30 14:57:15 2013 +0800 Fix brute_force_matcher's hung on some Intel CPU OCL commit fd7ba355ee99b923f975f33d9fa431f2c50c5b04 Author: peng xiao Date: Thu May 30 14:01:19 2013 +0800 Add non-stump based ocl Haar cascade classifier support. For example, haarcascade_frontalface_alt2.xml is now supported. Note that classifier's pattern of a cascade file must be consistent, i.e., all trees must either have two nodes or one node, otherwise unexpected results will occur. Other fixes: Test cases are updated. Some unused codes are removed. Fix some problems of haar when using OclCascadeClassifierBuf. commit e10582ce4f51a80b592d4e40ae44ec120ed9291c Author: ozantonkal Date: Wed May 29 20:58:57 2013 +0200 Initial implementation of keyboard callback registration mechanism without boost commit ddcfab318234f51a686eddde3333f71a0d8606cf Merge: 0e7d4a5 e750579 Author: Anatoly Baksheev Date: Wed May 29 11:05:46 2013 -0700 Merge pull request #1 from ozantonkal/viz fix linux compilation errors commit e75057956a69798cfda568d1f497237a1397c371 Author: ozantonkal Date: Wed May 29 18:37:53 2013 +0200 fix linux compilation errors commit 6b1c28ce6d0d4c6be25cbc29b64b999d1b9314fc Author: Vladislav Vinogradov Date: Wed May 29 17:38:32 2013 +0400 fixed some gpu tests (different rounding results due to float arithmetics) commit 0ae40507e5dc07e5feec93b3c135550761a30d48 Merge: fbb2578 e28f6fa Author: Roman Donchenko Date: Wed May 29 17:10:48 2013 +0400 Merge pull request #928 from apavlenko:bugfix_3027 commit fbb25787cd5a4ee0079280f3021224bd868158bf Merge: b890274 f85cf5b Author: Roman Donchenko Date: Wed May 29 16:53:02 2013 +0400 Merge pull request #920 from asmorkalov:android_move commit d81d3fc83028fe5340002770f025e4406de6933b Merge: 56121d0 5ac3b8d Author: Roman Donchenko Date: Wed May 29 16:24:49 2013 +0400 Merge pull request #921 from SpecLad:merge-2.4 commit b890274738cc7768971eefb063bbabe66582a90d Merge: 2ccdf56 006e424 Author: Roman Donchenko Date: Wed May 29 15:27:18 2013 +0400 Merge pull request #910 from pengx17:2.4_oclgfft commit 006e4242b2f95ca8d124a32e07c16c4e51827728 Merge: b4a4a05 2ccdf56 Author: peng xiao Date: Wed May 29 17:57:14 2013 +0800 Merge branch '2.4' of https://github.com/Itseez/opencv into 2.4_oclgfft commit e28f6fae4956fea876c31fef558995a63cb06689 Author: Andrey Pavlenko Date: Wed May 29 12:51:26 2013 +0400 fixing #3027 (searching JNI even if no ant), fixing java tests status message (ON/OFF) commit a9b7ff41bd1e17977d75324783d6b61090cfa712 Author: yao Date: Wed May 29 15:48:56 2013 +0800 adjust test cases commit d015fa76fab95483ec7cdf0b44796c4caf70c31c Author: peng xiao Date: Wed May 29 14:15:26 2013 +0800 Fix 2.4 ocl Canny. This fix is a workaround for current 2.4 branch without introducing an additional oclMat buffer into CannyBuf object. Test case is cleaned up. Volatile keywords in kernels are removed for performance concern. commit 2ccdf561197b74fd3855d875adb0751334a22b92 Merge: 24ca620 46b770f Author: Vadim Pisarevsky Date: Tue May 28 22:05:14 2013 +0400 Merge pull request #913 from janm399:2.4 commit 24ca620c32670200ab9f263a5a41776905b3f734 Merge: d3c7ae6 d81c145 Author: Vadim Pisarevsky Date: Tue May 28 22:04:37 2013 +0400 Merge pull request #916 from bitwangyaoyao:2.4_fixPyrLK commit d3c7ae6adf720e4efd2ee3dd8c3fd2210d9f3542 Merge: ecb1f3c 2dd3bf1 Author: Vadim Pisarevsky Date: Tue May 28 21:54:51 2013 +0400 Merge pull request #919 from abidrahmank:2.4 commit ecb1f3c4d2b885f0fb5cd577c49c792e35ba645a Merge: 324cafd 6fae02c Author: Vadim Pisarevsky Date: Tue May 28 21:54:24 2013 +0400 Merge pull request #923 from pengx17:2.4_macfix commit d81c145fa966c4973810a4e21a207adfa3cf1b24 Author: yao Date: Tue May 28 18:07:41 2013 +0800 fix memory leak commit 14bd6402bebddfbea74bacdf5ac61f027abcbef3 Author: yao Date: Tue May 28 17:53:06 2013 +0800 revise perf commit 1d0c283508df92939709eaa6f99f626f3bfefa4a Author: peng xiao Date: Tue May 28 17:27:55 2013 +0800 Fix a bug when pushing pointers of arguments into std::vector. When argument pointers pushed into an vector and the pointers point to address on stack, we need to make sure they are valid until kernels are successfully flushed onto the queue. commit f85cf5bdd91cbf78a4afb0bc8947ac45922693e6 Author: Alexander Smorkalov Date: Wed May 22 18:09:24 2013 +0400 Build fixes. Build scrips reorganized. commit 6fae02c05dc1dbeb3b799f51ab19a72a7ef5c37a Author: peng xiao Date: Tue May 28 11:12:05 2013 +0800 Fix some OpenCL kernel file build errors on Mac. commit 7561b1c6e5d28d2d6c152bccc9413eed3e90f159 Author: Roman Donchenko Date: Wed May 22 15:14:38 2013 +0400 Replace the pull request guidelines with a link to the wiki. I've moved the contents of CONTRIBUTING.md to the wiki (and slightly expanded it), so the former is no longer required. I've put a link to the wiki page and a summary in the README. commit 5ac3b8d5d82fbeebd76cdd75433fabc9f56eff5b Merge: 56121d0 324cafd Author: Roman Donchenko Date: Mon May 27 16:58:04 2013 +0400 Merge remote-tracking branch 'origin/2.4' into merge-2.4 Pull requests: #904 from ograycode:2.4 #905 from bitwangyaoyao:2.4_TVL1 #902 from apavlenko:fix_run_py #882 from pengx17:2.4_rewrite_query_info Conflicts: modules/nonfree/src/surf.ocl.cpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/src/hog.cpp modules/ocl/src/pyrlk.cpp modules/ocl/src/tvl1flow.cpp commit 20fef00a778e17aa5fdaf8ff71645db6df429ea4 Author: Alexander Smorkalov Date: Fri May 17 17:15:20 2013 +0400 android -> plarforms/android commit 2dd3bf116e7b5441d6ae5c7d9e79af2fe5babf07 Author: abidrahmank Date: Mon May 27 10:30:30 2013 +0530 ANDed waitkey result with 0xFF for x64 systems commit e2d6a3abe599f3fc24756e984cd75fbdf7e0d82b Author: Bahram Dahi Date: Fri May 24 18:44:03 2013 -0400 Added spacing in a nested template argument list. commit dcad6ce65afa7eab3242fcfe1607998c6ed56772 Author: Bahram Dahi Date: Fri May 24 18:25:23 2013 -0400 Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping commit ca09ba685239c3f48e14b66897ac4e3cd4b950ab Author: abidrahmank Date: Sat May 25 01:50:41 2013 +0530 Bug #2960 : docs about CV_BGR2GRAY commit 98960bf201f6ec51f28dfda067d670bb9f85c31b Author: abidrahmank Date: Sat May 25 00:55:31 2013 +0530 A new python sample on grabcut commit 0e7d4a5703f21f5db02a2299499d16a6b9bf6d4c Author: Anatoly Baksheev Date: Mon Mar 18 19:52:46 2013 +0400 First version of 'viz' module commit fad96b95adafc7139c0e279992e9367293e1b330 Author: yao Date: Fri May 24 15:52:33 2013 +0800 add results verification to facedetect and hog samples commit c58e0d5d7331aaf4da4efe4b92e378de0596f6dc Author: yao Date: Fri May 24 13:46:21 2013 +0800 fix hog commit 56121d01ea759f9f4dd89ed4a8f42d8816b04300 Merge: cfa985d ee29b04 Author: Roman Donchenko Date: Thu May 23 15:17:55 2013 +0400 Merge pull request #911 from jrdi:patch-1 commit cfa985db43d06305fea43e2812ee49d001efe814 Merge: 4da0cdb dad58d8 Author: Roman Donchenko Date: Thu May 23 15:15:00 2013 +0400 Merge pull request #917 from SpecLad:cuda-4-build commit 036b0579f130ac60ea8537df491ba3a258528af5 Author: yao Date: Thu May 23 18:12:09 2013 +0800 remove the images in ocl sample folder commit 33a3a192078ef27fe0eb2a045fcc5dfc612419af Author: yao Date: Thu May 23 18:10:38 2013 +0800 add two samples commit dad58d8940d50ceca9239659b0047b7a83d5cd53 Author: Roman Donchenko Date: Thu May 23 14:00:13 2013 +0400 Fix a build error which manifests when building with CUDA < 5. commit d45f9ef866d165220c7e2498f390ee3fa5f2115e Author: yao Date: Thu May 23 17:58:50 2013 +0800 fix Linux build errors commit 4da0cdb9591f131bb786ecf2a393d510eff8ba9c Merge: 61567ad 5e0e1fa Author: Roman Donchenko Date: Thu May 23 13:54:57 2013 +0400 Merge pull request #914 from SpecLad:master commit a223b5624f1e535fbcf9754c7a4e2ad8ce4f1432 Author: yao Date: Thu May 23 10:55:08 2013 +0800 fix pyrLK's mismatch on Intel GPUs commit 324cafdda68bdc5cee73c673a904a1f681801572 Merge: 519ee72 97e9368 Author: Roman Donchenko Date: Wed May 22 18:46:39 2013 +0400 Merge pull request #904 from ograycode:2.4 commit 5e0e1fac877d04c3a63dd7c4ada470c86e61a52b Merge: 61567ad b51a1a7 Author: Roman Donchenko Date: Wed May 22 17:21:19 2013 +0400 Merge commit 'b51a1a7d' (PR #895 from 2.4) Conflicts: modules/ocl/CMakeLists.txt modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/perf/precomp.cpp modules/ocl/perf/precomp.hpp commit 46b770f2559df847eea375dd584b2cd14b11e58d Author: Jan Machacek Date: Wed May 22 13:22:16 2013 +0100 Fixed include name in OpenCL on OS X commit ee29b0454c1a4b0583403ab1c541ddac089d65ed Author: Jordi Villar Date: Wed May 22 13:57:43 2013 +0300 fix parenthesis commit 61567adc5dc7b0101112e5b57b6e8feaeb525d50 Merge: 7efb249 caa9ac4 Author: Andrey Pavlenko Date: Wed May 22 13:54:20 2013 +0400 Merge pull request #797 from vhdirk:installheaders commit 7efb24917f55b57b264b5ff6622c67701631ae52 Merge: b5c0136 0e8c2b0 Author: Roman Donchenko Date: Wed May 22 12:57:04 2013 +0400 Merge pull request #887 from LeszekSwirski:fix-glinkedptrmutex commit 519ee72f6fc6c825f0db67b692e3124ce257e0f6 Merge: d4255b7 d8b192c Author: Roman Donchenko Date: Wed May 22 12:08:16 2013 +0400 Merge pull request #905 from bitwangyaoyao:2.4_TVL1 commit b5c013682b82a70c74dbaa33912f1f9aa771fd1f Merge: 416eaf2 029fce1 Author: Roman Donchenko Date: Wed May 22 12:03:27 2013 +0400 Merge pull request #907 from SpecLad:master commit b4a4a05bdc7bcf220b132b5ab5fc9fb47b4e11ec Author: peng xiao Date: Wed May 22 13:46:42 2013 +0800 Add ocl's good features to track implementation. Additional notes with this commit: 1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get the interim dx and dy output of Sobel operator; 2. Add minMax_buf to allow user to reuse buffers in minMax; 3. Fix an error when either min or max pointer fed into minMax is NULL; 4. Corner sorter temporarily uses C++ STL's quick sort. A parallel selection sort in OpneCL is contained in the implementation but disabled due to poor performance at the moment. 5. Accuracy test for ocl gfft. commit 029fce10c91986a36b71d5b40b2cfe824203d469 Merge: 416eaf2 389be67 Author: Roman Donchenko Date: Tue May 21 14:35:24 2013 +0400 Merge remote-tracking branch 'origin/2.4' Conflicts: 3rdparty/libjasper/CMakeLists.txt cmake/OpenCVDetectOpenCL.cmake modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst modules/imgproc/src/floodfill.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/arithm.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/initialization.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/mcwutil.cpp modules/ocl/src/opencl/arithm_bitwise_and_mask.cl modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_or.cl modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_xor.cl modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl modules/ocl/src/stereobm.cpp modules/ocl/test/precomp.hpp modules/python/src2/api modules/ts/src/ts_func.cpp samples/gpu/bgfg_segm.cpp commit d4255b7f7531649c54fdcac5cdef5665a07e8aa2 Merge: cbbc82a 4af104a Author: Andrey Pavlenko Date: Tue May 21 14:07:31 2013 +0400 Merge pull request #902 from apavlenko:fix_run_py commit 8c25f9f28ac3295fea151f7025611479e6b3a67a Author: Bahram Dahi Date: Mon May 20 13:20:57 2013 -0400 [3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs commit 445860d61902c5fa563beaf1eda25731fbecfadb Author: alex77git Date: Mon May 20 13:19:36 2013 +0200 (typo) commit c8abaea368fbfb5a2437ed899f8088fb798f6ba6 Author: alex77git Date: Mon May 20 12:06:25 2013 +0200 (tab to space) 2x commit cbbc82a789e528e70e6244d28f02950edfe2b2ec Merge: b51a1a7 ac21cab Author: Vadim Pisarevsky Date: Mon May 20 14:01:03 2013 +0400 Merge pull request #882 from pengx17:2.4_rewrite_query_info commit b51a1a7d15d7220644cabf5913368c21b5e62f71 Merge: 389be67 04399a2 Author: Vadim Pisarevsky Date: Mon May 20 14:00:46 2013 +0400 Merge pull request #895 from bitwangyaoyao:2.4_perf commit 7542d66dbd507695218818e793a9f9894fb72ef8 Author: Leszek Swirski Date: Fri May 17 16:17:36 2013 +0100 Fix drawing documentation referring to C API macros commit 389be67605e258933f50fb37e7761de615a42ba9 Merge: aee6a61 ef5578a Author: Roman Donchenko Date: Mon May 20 12:11:47 2013 +0400 Merge pull request #853 from icylord:2.4 commit d8b192c84d0b832174ece168356863674471ffb7 Author: yao Date: Mon May 20 14:46:17 2013 +0800 Fix the mismatch on NV GPUs commit 97e9368e758e6ce75a61a2e47572a15524f1a812 Author: ograycode Date: Sun May 19 22:04:56 2013 -0400 Simple set of the camera index to allow the user to change it after the object has been initialized. commit bc59428b3a363967d9097d1559a9a7601fd5a179 Author: alex77git Date: Mon May 20 02:28:40 2013 +0200 Bug #2966, insert CV_Assert(size.width>0 && size.height>0); in imshow() commit 6e7b1ef252bfede93e2805922f3d5d215645affc Author: alex77git Date: Mon May 20 02:26:58 2013 +0200 Bug #2967, void DescriptorMatcher::radiusMatch() // description unclear, only file: common_interfaces_of_descriptor_matchers.rst commit 44a2b109b77a71a5461d11e8fa430e371b5b7f34 Author: alex77git Date: Mon May 20 02:24:09 2013 +0200 Bug #2967, basic_structures.rst, fix 2 typos commit 4af104aaae596158a4464276aad96a033412166e Author: Andrey Pavlenko Date: Sun May 19 14:57:21 2013 +0400 'aapt' tool moved in SDK r22, adding support to run.py commit e7995b4d5d8f0497b1afb2dd8d302d3eb9885d55 Author: ericgreveson Date: Sat May 18 23:31:22 2013 +0200 Take account of multi-channel matrices when comparing histograms Ensure that all channels are considered when comparing multi-channel histograms commit aee6a617a6447ab2dda4b34870f01df3379aea1f Merge: 528db00 4162ebf Author: Vadim Pisarevsky Date: Sun May 19 00:23:23 2013 +0400 Merge pull request #897 from bitwangyaoyao:2.4_TVL1 commit 416eaf2ae1d2dbb123a119c658d080a6460589c1 Merge: 54afb85 49a4f27 Author: Vadim Pisarevsky Date: Fri May 17 14:44:49 2013 +0400 Merge pull request #896 from jet47:removed-vibe-master commit 04399a27d01ba9bcaab7cdc740e891a3c28ce578 Author: yao Date: Fri May 17 15:44:22 2013 +0800 fix a warning commit 4162ebfad344891d809056026313462712a5f400 Author: yao Date: Fri May 17 15:34:22 2013 +0800 add OpticalFlowDual_TVL1_OCL function commit 49a4f27d421c1456771583c085e6431beff31465 Author: Vladislav Vinogradov Date: Thu May 16 13:47:24 2013 +0400 removed VIBE implementation commit 03c55db4fb1e58abfbc381f5f193d6153e33a275 Author: yao Date: Fri May 17 13:19:09 2013 +0800 fix the waring in gemm test commit 5f20fce6fddf46d5f1665632015c444aebc7c570 Author: yao Date: Fri May 17 13:18:46 2013 +0800 add accuracy tests while running perf commit 528db00095b09d348647412656f41d80b98b7a56 Merge: 7d90414 ec52096 Author: Andrey Pavlenko Date: Thu May 16 18:44:06 2013 +0400 Merge pull request #892 from jet47:removed-vibe commit ec52096e30860d59717f81816fafe0c9e4c6fdc0 Author: Vladislav Vinogradov Date: Thu May 16 13:47:24 2013 +0400 removed VIBE implementation commit 0e8c2b0395850277dd7fc381e4bb8ef3dbce375d Author: Leszek Swirski Date: Wed May 15 14:42:28 2013 +0100 Fix visibility of g_linked_ptr_mutex on Windows Reverts some changes in b8ed00bd642971877e1dfda6e0815d7211a7ace2 commit 7d9041460a6dc3b064f96748454987fe4672f316 Merge: 4d866ea d053f21 Author: Vadim Pisarevsky Date: Wed May 15 14:21:49 2013 +0400 Merge pull request #885 from pengx17:2.4_bfmatcher_ocl commit 4d866ea32e19993c6fb2343363d440cd82ce91d6 Merge: 2a646f7 1ecc765 Author: Vadim Pisarevsky Date: Wed May 15 14:18:53 2013 +0400 Merge pull request #884 from pengx17:2.4_pyrup_fix commit 66c9029fd5937e368e31ea1e2cbcafdb525f94da Author: Dominik Rose Date: Wed May 15 12:15:16 2013 +0200 libdc1394 - removed validation for msvc compiler in CMakeLists.txt commit d053f2165d12e6044b51a713c0b586a5cf2d6f27 Author: peng xiao Date: Wed May 15 10:47:17 2013 +0800 Add BFMatcher_OCL class alias for BruteForceMatcher_OCL. This adds a similar interface with pure-cpp and gpu versions. commit 3f93c3cc4e7d106fb5386695173f34578191745b Author: peng xiao Date: Wed May 15 10:43:47 2013 +0800 Clean up spaces in ocl.hpp commit 1ecc76590351d8751f844ed7cc5b6158b7bb2553 Merge: df3997b 2a646f7 Author: peng xiao Date: Wed May 15 08:55:43 2013 +0800 Merge branch '2.4' of https://github.com/Itseez/opencv into 2.4_pyrup_fix commit df3997b108600d95835944c26cb98e7bbdcdbf18 Author: peng xiao Date: Wed May 15 08:51:21 2013 +0800 Fix ocl::pyrUp Use predefined OpenCL function to convert integers to floating points. This is more accurate than before as it enables: 1. saturate cast 2. customized rounding commit 1a34c7fab3fdb7af8cecb1960acac43f2995efd2 Merge: 76d1fa0 d9c9fb0 Author: Dominik Rose Date: Tue May 14 16:49:08 2013 +0200 Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows commit 76d1fa0ef62b42bf6b9c331ef44f759e3d7a6f5f Merge: 23eb41d d0788be Author: Dominik Rose Date: Tue May 14 16:34:02 2013 +0200 Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows commit d9c9fb079be25b2acd068a253c83496fac0eeb41 Merge: 23eb41d d0788be Author: Dominik Rose Date: Tue May 14 16:34:02 2013 +0200 Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows commit 23eb41d1be2731495085209df6ade0a8d63b805b Merge: 86ec9b7 9247ad6 Author: Dominik Rose Date: Tue May 14 16:31:01 2013 +0200 Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows commit d0788be129d75e59f72ceef61035c963eb0e3187 Merge: 86ec9b7 9247ad6 Author: Dominik Rose Date: Tue May 14 16:31:01 2013 +0200 Merge branch 'mingw-libdc1394-2-windows' of https://github.com/dominikrose/opencv into mingw-libdc1394-2-windows commit 86ec9b79fd4c69c66fcd9ea9c600c7b60824b135 Author: Dominik Rose Date: Tue May 14 16:20:01 2013 +0200 libd1394 2.x support for mingw on windows added commit 9247ad634f70bb9bc3ba6d0bda9c66356d1a833a Author: Dominik Rose Date: Tue May 14 16:20:01 2013 +0200 libd1394 2.x support for mingw on windows added commit 2a646f7626f732e6cf5368cbaae4f109487b81c5 Merge: 25e6902 d13d5c0 Author: Vadim Pisarevsky Date: Tue May 14 16:00:28 2013 +0400 Merge pull request #862 from piponazo:v4lFPS commit 25e6902a43098602b0ea82a7ce1252cd5104ec77 Merge: bd1d7cd dec6a3b Author: Vadim Pisarevsky Date: Tue May 14 15:56:55 2013 +0400 Merge pull request #818 from bitwangyaoyao:2.4_optBlur commit 54afb85d0c02f1822c58ed56b8619f24ea566c98 Merge: 14c50d2 69c626e Author: Vadim Pisarevsky Date: Tue May 14 15:56:34 2013 +0400 Merge pull request #823 from pickle27:starter_image_sequence commit bd1d7cd208e1dca7e572aee13b23f68c35b9ae17 Merge: 87765c0 9cfa24e Author: Vadim Pisarevsky Date: Tue May 14 15:56:06 2013 +0400 Merge pull request #839 from pengx17:2.4_ocl_csbp commit 87765c0f16cb2b179f39ce1216f7b9cd33b7f649 Merge: 87fcd23 1d1d28b Author: Vadim Pisarevsky Date: Tue May 14 15:55:38 2013 +0400 Merge pull request #883 from bitwangyaoyao:2.4_fixMoments commit 1d1d28baf2b14e5697a61ba92e8e46e80cdedc17 Author: yao Date: Tue May 14 18:02:53 2013 +0800 fix black screen when input Mat is large commit ac21cabda263776e2645796796afbd0ea84dc2e1 Author: peng xiao Date: Tue May 14 17:50:38 2013 +0800 Copy ocl::queryDeviceInfo interface from master to 2.4. Affected functions surf.ocl, pyrlk.ocl and hog.ocl are updated with the change. commit 87fcd2342fef4988490e4dcbb56efb83ce420a69 Merge: 35d8fa4 60059a7 Author: Andrey Pavlenko Date: Tue May 14 11:57:24 2013 +0400 Merge pull request #878 from apavlenko:better_glue_search commit 35d8fa444bea394adc1c4fa0dfe86e641727356e Merge: d79c05f cfaae59 Author: Vadim Pisarevsky Date: Mon May 13 23:38:26 2013 +0400 Merge pull request #849 from dominikrose:dom_2.4 commit d79c05fec92343a64c4c3882a44d8030ac713fba Merge: 6eb5a95 e14acab Author: Vadim Pisarevsky Date: Mon May 13 23:12:25 2013 +0400 Merge pull request #872 from pengx17:2.4_create2dimage_fix commit 6eb5a95a5957bb228ef8bf134167b2e459ad5e0a Merge: fd83f2f e23884a Author: Vadim Pisarevsky Date: Mon May 13 23:04:11 2013 +0400 Merge pull request #871 from bitwangyaoyao:2.4_acry commit 14c50d2fcea3b1f79cc65b030e8e0795275409fe Merge: 6e44e0a e5ea018 Author: Vadim Pisarevsky Date: Mon May 13 23:03:24 2013 +0400 Merge pull request #874 from pengx17:master_queryDeviceInfo_rewrite commit fd83f2f5ca1c70f48ce2f8d6c051d54637e28a7a Merge: c549ec8 f788d01 Author: Vadim Pisarevsky Date: Mon May 13 22:36:09 2013 +0400 Merge pull request #819 from bitwangyaoyao:2.4_haarBuf commit c549ec8371d5463e4f5f7c488f64c7ee6cb80f5d Merge: d94ecf4 2dc8642 Author: Vadim Pisarevsky Date: Mon May 13 22:18:53 2013 +0400 Merge pull request #850 from SpecLad:convhull-orientation commit 6e44e0a476b654d33c81b2a9a752e1b354e50a8b Merge: 8855662 b8ed00b Author: Vadim Pisarevsky Date: Mon May 13 22:08:44 2013 +0400 Merge pull request #881 from apavlenko:hidden_visibility commit 885566295a9ec1623f28f71eb2a67c9c41c49e46 Merge: 8130d92 caf449a Author: Andrey Pavlenko Date: Mon May 13 21:22:27 2013 +0400 Merge pull request #840 from pablospe:master commit d94ecf40e6b2a58c440827bbb9fabe997d8d0a10 Merge: 0fec2eb f856f78 Author: Andrey Pavlenko Date: Mon May 13 21:18:47 2013 +0400 Merge pull request #880 from apavlenko:qt-5.0 commit 0fec2eb6e5431394622553ee0c05418b3612c5c2 Merge: e4d4b07 2665c39 Author: Andrey Pavlenko Date: Mon May 13 21:17:04 2013 +0400 Merge pull request #879 from apavlenko:gcc-4.8 commit e4d4b07f00bba5e840060cfa9588c13ac3be73b9 Merge: 9cce8ca 81779d8 Author: Vadim Pisarevsky Date: Mon May 13 21:06:54 2013 +0400 Merge pull request #873 from prclibo:2.4 commit b8ed00bd642971877e1dfda6e0815d7211a7ace2 Author: Andrey Kamaev Date: Thu Apr 18 10:30:15 2013 +0400 Compile OpenCV with GCC visibility set to hidden commit f856f78ac078e5c4ba67d5856281f3d60b8a4779 Author: Andrey Kamaev Date: Wed Apr 17 22:02:01 2013 +0400 Update CMake scripts to recognize Qt 5.0 commit 2665c39a0de7f3b8a69a3ef2b560ba467427cca6 Author: Andrey Kamaev Date: Wed Apr 17 22:01:03 2013 +0400 Fix build warnings from gcc 4.8 commit 60059a7aa0a5f7ab1ce33715e1f05af75c685aef Author: Andrey Kamaev Date: Wed Apr 17 16:55:05 2013 +0400 Improve handling of native_app_glue dependency in Android samples commit e23884a238efae54505c918ec97978ef3e5daff8 Author: yao Date: Mon May 13 15:04:23 2013 +0800 fix the warnings in fft tests commit 9cce8ca4b67506fae17b9e1c2be011a901f3639d Merge: 1348e7c 69e6d00 Author: Vadim Pisarevsky Date: Sun May 12 22:16:03 2013 +0400 Merge pull request #864 from pengx17:2.4_stereobm commit 1348e7cd4d69f01600713c3f46b0f9913a4bed52 Merge: 2aa5f1b d5881bc Author: Vadim Pisarevsky Date: Sun May 12 22:15:47 2013 +0400 Merge pull request #877 from apavlenko:version_info_in_test_log commit d5881bc00a08d6208cde03366bf6289371595f76 Author: Andrey Pavlenko Date: Sun May 12 18:36:55 2013 +0400 adding version info to test log commit 8130d9260249395fefc1c10a73435d7525f1ee71 Merge: 103ee12 28427ce Author: Vadim Pisarevsky Date: Sun May 12 13:00:23 2013 +0400 Merge pull request #841 from Pastafarianist:patch-1 commit 103ee12f002f57c36119f9390b4906eed2647cfb Merge: 4b49b84 ca42a50 Author: Vadim Pisarevsky Date: Sun May 12 12:54:44 2013 +0400 Merge pull request #845 from githubuser0xFFFF:master commit 4b49b849765fefc2c4ee9cf866fc694130df4f42 Merge: f1e8f69 861de8a Author: Vadim Pisarevsky Date: Sun May 12 12:54:24 2013 +0400 Merge pull request #848 from pengx17:master_ocl_platform_name commit f1e8f69d2c3db610883bd412ce712fb7c7d07ee6 Merge: 7f083a0 a5acc9e Author: Vadim Pisarevsky Date: Sun May 12 12:53:14 2013 +0400 Merge pull request #861 from albenoit:master commit 7f083a049d367e221135ed6ce958d30e047bd695 Merge: 6e24fc3 d2116f3 Author: Vadim Pisarevsky Date: Sun May 12 12:52:45 2013 +0400 Merge pull request #867 from Pastafarianist:patch-2 commit ada8f92cc7dc5c6461af01aa5fb6e40445f5f572 Author: yao Date: Thu May 9 17:57:13 2013 +0800 fix warnings, unify test names commit e5ea0181855c05f3aa7f82274fe9b24fccb9e771 Author: peng xiao Date: Thu May 9 17:19:51 2013 +0800 Let surf.ocl use the new queryDeviceInfo interface. commit bfa0f02303457acb69269ed11079b1225809564d Author: peng xiao Date: Thu May 9 17:15:26 2013 +0800 Rewrite queryDeviceInfo interface. Previously the function may cause some unsafe issue. It is fixed now by introducing a template parameter. commit 81779d82875a229a75f3a2c9f161f5a8f21c0596 Author: Bo Li Date: Thu May 9 15:20:00 2013 +0800 fixed pca bug for fixed mean input commit e14acabb3d14ce42a7c562ee39a28dc0667de5ce Author: peng xiao Date: Thu May 9 14:00:36 2013 +0800 Fix ocl moudle build with latest Intel OpenCL SDK. We found that cl.h file provided in latest Intel SDK muted deprecated interfaces. commit 69e6d0016e5f98f43445b647605943cf020543d5 Author: peng xiao Date: Wed May 8 17:29:24 2013 +0800 Optimize stereobm a bit. Speedup about 30% on 6730M GPU. commit 861de8a6e901f52465be3ae0e66f504c5fe537b1 Author: peng xiao Date: Wed May 8 17:19:34 2013 +0800 CL_PLATFORM_VENDOR should be CL_PLATFORM_NAME. commit b6313951dce1900b201b1fac6919d668f5b06d91 Author: yao Date: Wed May 8 17:07:44 2013 +0800 use clean EXPECT_MAT_NEAR (no string output) commit 35c6860f061fe8fae1597978499fac31c26d4a71 Author: yao Date: Wed May 8 16:08:33 2013 +0800 further simplify the logics in filter tests commit 1a53e2cfb20cde771f29d8e6a9c66656be014146 Author: yao Date: Wed May 8 15:27:35 2013 +0800 remove interpolation.hpp commit 3928c1ee26deb3a51a1479225f04f4bdc7f5374d Author: yao Date: Wed May 8 15:21:53 2013 +0800 add copyrights commit e4d3378230686510663528827400969e8a6ebe0c Author: yao Date: Wed May 8 15:12:12 2013 +0800 simplify logics in filter tests, remove redundant code in arithm tests commit 2aa5f1bfd1dd2276c44df3002b868a586556fb67 Merge: 741fb9b dc6a144 Author: Andrey Pavlenko Date: Tue May 7 17:00:29 2013 +0400 Merge pull request #866 from MadEgg:RetrieveFrame_index_argument commit 741fb9b7d1950d8bb6b3a1b4a2a990cb99b1bdf5 Merge: 2faa2ad d34e7ec Author: Vadim Pisarevsky Date: Tue May 7 16:39:49 2013 +0400 Merge pull request #865 from pengx17:2.4_ocl_ver commit 6e24fc37dbfc96308d4bc719be547d10cc79c4ca Merge: 416fb50 36745a8 Author: Vadim Pisarevsky Date: Tue May 7 16:32:58 2013 +0400 Merge pull request #869 from bpmckinnon:master commit 2faa2adae22b93fcb835cf886c8b2eb8909b0ce5 Merge: 48a8aef 7dda8e2 Author: Andrey Pavlenko Date: Tue May 7 15:15:16 2013 +0400 Merge pull request #846 from smart-mobile-software:tuto_crash commit 7dda8e2cb85f273c3f19e187f3dcd222314b5722 Author: poiuytrez Date: Tue May 7 11:45:18 2013 +0200 Link to bug tracker replaced by bug description commit 52dbbae82c0269dc9db805b4f4939cde72391d9b Author: yao Date: Tue May 7 16:14:50 2013 +0800 some cleanup, remove some commented codes commit 36745a80c3ac2e652feb4f428d9cd64079606518 Author: Brian McKinnon Date: Mon May 6 22:45:11 2013 -0400 Added #include to files that were missing it. commit d34e7eca605cb495feb4a5448fccf4ca5779f089 Author: peng xiao Date: Mon May 6 17:16:45 2013 +0800 Suppress warning when compiling deprecated OpenCL function on GNU compilers. commit d2116f38fea20b522be446eb37f355f14f896bac Author: Pastafarianist Date: Sun May 5 16:17:41 2013 +0400 Fixed typo commit dc6a14439628c5391e55f15899c6e1d95c35af42 Author: Egbert van der Wal Date: Sat May 4 17:17:12 2013 +0200 add (optional) index argument to RetrieveFrame method commit a5acc9ee1f0a9fe9d946be91d0f67db05c0911e4 Author: alexandre benoit Date: Fri May 3 11:45:13 2013 +0200 nicer interface with the use of InputArray and OutptArray instated of (const Mat&) commit ed2199a4970f643702d0e01eca27069d8bdd4fb5 Author: peng xiao Date: Fri May 3 09:54:11 2013 +0800 Fix build commit 1eca49f40b213d03751cb1667887261e4c8c4d5a Author: peng xiao Date: Fri May 3 09:45:56 2013 +0800 ocl: Enable backward binary portability for setTo function. commit 168c0b038549153d45f67d46faf22bf637f745fb Author: peng xiao Date: Thu May 2 16:14:28 2013 +0800 Optimize ocl::stereobm. 1. Use macro defines for some parameters(radius). 2. Reduce local memory usage. 3. Fix accuracy problem on Intel GPU. commit 355bc691fcc0b20ebdc8b74e7cfec283bd9b3980 Author: peng xiao Date: Thu May 2 14:44:59 2013 +0800 Add OpenCL version 1.2 query into ocl::Context::supportsFeature(). Add backwards portability for OpenCL 1.1 when OpenCV executables are compiled with OpenCL 1.2 profile support. commit b58d9f1c2a8b9ba42d21a11871723e7a31310d85 Author: alexandre benoit Date: Wed May 1 19:35:32 2013 +0200 enhancing documentation commit bef6de902551d8203a0fa9aab5773aa5f8c78c1c Author: poiuytrez Date: Wed May 1 16:58:15 2013 +0200 Fix tuto3 picture taken crash on all devices A modification of the JavaCameraView is needed to avoid a crash when the app is exited. It is a good practice to remove the callback after the stopPreview method. commit f5d2d7b29bcf635abf62489881c65d9caeedf599 Author: alexandre benoit Date: Wed May 1 13:58:53 2013 +0200 enhancing documentation commit cf6e833169fb53f957ddd8354fb9248915565dd5 Author: alexandre benoit Date: Wed May 1 11:47:26 2013 +0200 trying to solve valarray pointer access problem, enhancing documentation commit d13d5c0c1238eb5394d740b308e483dbb3d1c321 Author: Luis Díaz Más Date: Wed May 1 01:07:03 2013 +0200 Added setting feature of FPS in cap_libv4l commit 9adde75be340cd59f620325bcf81dc4ca32bb1b5 Author: alexandre benoit Date: Tue Apr 30 20:26:00 2013 +0200 updated doc+minor typo/buildbot reports correction commit 9c26387ce05278a7422c1e7be4ce27e146b38dc7 Author: alexandre benoit Date: Tue Apr 30 17:32:47 2013 +0200 updated sources to correct buildbot warnings commit 25b482f1c9cc538d331c6b1b23d4d742e54d7558 Author: alexandre benoit Date: Tue Apr 30 16:52:47 2013 +0200 updated/corrected documentation commit 48a8aefd6b110c81174cce65330eb2929b1acc4f Merge: f21e99d 456c56f Author: Andrey Pavlenko Date: Tue Apr 30 17:36:39 2013 +0400 Merge pull request #854 from asmorkalov:android_null_invalid_cam commit a659e287fb643350b31e4dc4f9a1be884f595743 Author: alexandre benoit Date: Tue Apr 30 14:52:14 2013 +0200 minor error correction commit 80e65e08b558736d7ffb17dc57a5faab65e30445 Author: alexandre benoit Date: Tue Apr 30 14:40:03 2013 +0200 updated doc and interface code to solve compile warnings and errors commit b70b5a30118966508958fd20df69c447601d3938 Author: alexandre benoit Date: Tue Apr 30 13:13:50 2013 +0200 corrections required for portability. To be validated by buildbot commit f21e99de0fb4a78c2a179f29c2d5281dcb6c15f9 Merge: 5ce4e3c 108bb81 Author: Andrey Pavlenko Date: Tue Apr 30 11:25:30 2013 +0400 Merge pull request #858 from apavlenko:fix_ocl_build_on_bb commit 108bb811c560afc4b40f749a643d4e59671371d5 Author: Andrey Pavlenko Date: Mon Apr 29 23:10:03 2013 +0400 fixing precommit build on ubuntu-64 (now it takes OCL headers from non-default OCL SDK, but libs from default one) commit 1976b3d9b6509aba31575472e279e9bc857f33b2 Author: alexandre benoit Date: Mon Apr 29 20:08:13 2013 +0200 updated doc commit 19794e6857f3409d2d0288f8d46aeaa6aef4abbc Author: ericgreveson Date: Mon Apr 29 19:52:41 2013 +0200 Fix for spurious assert in cv::compareHist When comparing histograms that look like multi-channel images (e.g a 3D histogram, of 4x4x4 bins, might appear as a CV_32FC4 matrix), cv::compareHist would complain because it was expecting the matrix type() == CV_32F. Now we test matrix depth() == CV_32F instead. commit 72742f53162cd6aa485f5de43123aed84dc1c702 Merge: 9549949 416fb50 Author: alexandre benoit Date: Mon Apr 29 19:06:35 2013 +0200 resolved conflicts, updated retina class interface and optimized a heavy retinacolor process commit 95499492285f9e41a3e951af3526168b8c60b861 Author: alexandre benoit Date: Mon Apr 29 15:12:44 2013 +0200 minor chnges for conflict removal commit 456c56fe907626fe8552d0b46d0c4721e2d723a8 Author: Alexander Smorkalov Date: Sat Apr 13 19:15:45 2013 +0400 NullPointerException in case of error on opening native camera fixed. commit 5ce4e3c2654a84842b0bd5f0f31dd63a153438fa Merge: 6d89e1f 8606ee4 Author: Andrey Pavlenko Date: Mon Apr 29 10:00:07 2013 +0400 Merge pull request #800 from asmorkalov:android_cam_idx_semantic commit 6d89e1f4128f0421a82025b527a2575f1eca05f7 Merge: 2068c45 8c40f0c Author: Andrey Pavlenko Date: Mon Apr 29 09:59:18 2013 +0400 Merge pull request #827 from apavlenko:fix_android_tutorial1 commit ef5578a7ce7e2b9a578dc17a02b36cbcac0756b2 Author: ShengyinWu Date: Mon Apr 29 12:16:42 2013 +0800 Fixs: After scaling back to original image, some detected ROI will outside the original image ROI commit 16dea7b90de16edeb2dd7b7a815c460541e51b39 Author: alexandre benoit Date: Sat Apr 27 23:18:47 2013 +0200 updated comments and new retina interface use commit 9e1ce1ed52d5a91537b56f25ea408e4a68f7f122 Merge: a4bc167 ea1a644 Author: albenoit Date: Sat Apr 27 13:47:30 2013 -0700 Merge pull request #2 from albenoit/retina_devel Retina devel commit ea1a64477f852285c15e29bdd1e8f536f7e3f737 Author: alexandre benoit Date: Sat Apr 27 22:39:28 2013 +0200 updated tutorial with new retina interface use commit 2068c4582caab65c5b4b0ba397c2d95872a3a111 Merge: 4f26f0c b386ea7 Author: Vadim Pisarevsky Date: Sun Apr 28 00:37:39 2013 +0400 Merge pull request #844 from bitwangyaoyao:2.4_integral commit 4f26f0c2e246ad6a9af28fe92cc7419c99056a02 Merge: a9a2695 3282aaa Author: Vadim Pisarevsky Date: Sun Apr 28 00:32:25 2013 +0400 Merge pull request #843 from pengx17:2.4_stereobp_fix commit a4bc167ed4d1b89dbe55fea3362844bd82f6c54a Merge: d9ffe5e 7370469 Author: albenoit Date: Sat Apr 27 12:51:20 2013 -0700 Merge pull request #1 from albenoit/retina_devel_newinterface Retina devel newinterface commit 737046916cab5105f9f8bc8fb12857ceb5802a09 Author: alexandre benoit Date: Sat Apr 27 21:30:35 2013 +0200 activated parallelized gradient computation commit 3b15eefcadc831904a9706fa2a0f5c8d59e13754 Author: alexandre benoit Date: Sat Apr 27 21:22:57 2013 +0200 forgot method name update commit b62d101115c507ef0241929871c84549c79bf615 Author: alexandre benoit Date: Sat Apr 27 21:13:45 2013 +0200 updated retina interface for cleaner use, following OpenCV standards commit 2dc8642508b939d046a3988885fc846ddc1ee52c Author: Roman Donchenko Date: Fri Apr 26 14:22:55 2013 +0400 Changed convexHull's documentation to essentially invert the meaning of ``clockwise``. The orientation of convexHull's result is currently the opposite of what the documentation would suggest: >>> import cv2, numpy as np >>> points = np.array([[0,0],[0,1],[1,0]], dtype=np.int32) >>> cv2.convexHull(points, clockwise=False) array([[[1, 0]], [[0, 1]], [[0, 0]]], dtype=int32) >>> cv2.convexHull(points, clockwise=True) array([[[0, 0]], [[0, 1]], [[1, 0]]], dtype=int32) Changing the function itself is probably not a good idea at this point, so this fixes the documentation by flipping the coordinate system. I also removed the mention of the origin, since it's irrelevant for this function. commit cfaae5917bc16303e4451d54ce56d1931a5d462e Author: Dominik Rose Date: Fri Apr 26 11:34:35 2013 +0200 Calib3d documentation: - fixed reference to Slabaugh commit bb4b4105125acb1aa8cc823375656b40e6de93e4 Author: peng xiao Date: Thu Apr 25 15:00:50 2013 +0800 Add ocl::PlatformName to ocl::Info. commit 60bf01878199264cfd4a67e68cfa6f1e44e47586 Author: poiuytrez Date: Wed Apr 24 12:38:15 2013 +0200 Fix android tutorial 3 second picture taken bug commit 8606ee4beb8cff02a07d505ceb2ed30b5f7b606c Author: Alexander Smorkalov Date: Thu Apr 11 14:34:20 2013 +0400 Front/Back camera semantic support added to Android VideoCapture back-end. commit f788d010f789801e855951b3801e03b80d490b3b Author: yao Date: Wed Apr 24 14:12:41 2013 +0800 fix a crash on CPU OCL for some specified image sizes commit ca42a50de67af26d64980942ede5b85c4706a41f Author: Uwe Kindler Date: Wed Apr 24 07:33:22 2013 +0200 Changed visibility of the virtual functions in OnePassStabilizer and TwoPassStabilizer that are derived from StabilizerBase from private to protected to enable stabilizer implementations that are derived from OnePassStabilizer and TwoPassStabilier to properly overwrite these functions commit 9cfa24e515d16225100462e0ab29b08214454022 Author: peng xiao Date: Tue Apr 23 17:35:40 2013 +0800 Fix thread sync for csbp. commit b386ea72aa2540b94aab9d46acbdcb5c7a1162c8 Author: yao Date: Tue Apr 23 17:23:05 2013 +0800 use float when sum overflow commit 3282aaa1f5ba544c26611e20d31058fa2491ce96 Author: peng xiao Date: Tue Apr 23 15:34:40 2013 +0800 Fix a bug found on Intel OpenCL SDK. commit 69c626e720e278ceb2a3a38f46da409757cef4ba Author: Kevin Hughes Date: Mon Apr 22 22:28:35 2013 -0400 starter_video.cpp hid local functions commit 3441b2df657ae3af99895410bacbe90bc19fde58 Author: Kevin Hughes Date: Mon Apr 22 16:35:23 2013 -0400 starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error commit 28427ce2e8b71d844708ffa64195443c3f11f067 Author: Pastafarianist Date: Sun Apr 21 23:04:54 2013 +0400 Fixed typo commit c701d5428118e1ee112a9de2dd60cf10120285b5 Author: Peng Xiao Date: Sun Apr 21 11:19:37 2013 +0800 Fix build errors commit caf449a9910193296a6fecdb81b1b88c1be72148 Author: Pablo Speciale Date: Sat Apr 20 15:55:48 2013 -0700 The deletion of "cv.py" file (Commit b2ba8b9) breaks "make install" commit 7b08d5ec69c281fff3fb6f77dce314efeb4539bf Author: Peng Xiao Date: Sat Apr 20 00:34:37 2013 +0800 Add OpenCL stereo CSBP implementation commit 416fb50594003dba822a59fbc77b2d5b4e99f1a5 Author: Andrey Kamaev Date: Thu Apr 18 15:03:50 2013 +0400 Revert "Merge pull request #836 from jet47:gpu-modules" This reverts commit fba72cb60d27905cce9f1390250adf13d5355c03, reversing changes made to 02131ffb620f349617a65da334591eca5d3cb23b. commit fba72cb60d27905cce9f1390250adf13d5355c03 Merge: 02131ff 564f609 Author: Andrey Pavlenko Date: Thu Apr 18 14:51:23 2013 +0400 Merge pull request #836 from jet47:gpu-modules commit 564f60988529595d18673f9d1271d5bf295a5a39 Author: Vladislav Vinogradov Date: Thu Apr 18 12:08:51 2013 +0400 fixed samples compilation commit 787e56ab5c478fa3289f89f7d086137451b55cb1 Author: Vladislav Vinogradov Date: Sat Apr 13 20:49:52 2013 +0400 disabled gpucodec module on MacOS commit 3be997cfa96b666182af55e9cb934d0576fd6dd3 Author: Vladislav Vinogradov Date: Thu Apr 18 11:30:54 2013 +0400 gpulegacy module fixes commit 6d735c11c651a71f39e8390c62691d2983aa6252 Author: Vladislav Vinogradov Date: Thu Apr 18 10:27:56 2013 +0400 removed const qualifier (it produces warnings) commit 0ce10532b3b98377a42d111884b0d8c238b67424 Author: Vladislav Vinogradov Date: Fri Apr 12 17:17:25 2013 +0400 softcascade module fixes commit 5ee9d3111df8a873970e9742a2243e24be3bf342 Author: Vladislav Vinogradov Date: Fri Apr 12 12:36:50 2013 +0400 fixed gpu tutorial commit 13d087e62d1953134cc0bc6326fb1017dcf8ee52 Author: Vladislav Vinogradov Date: Thu Apr 18 11:30:27 2013 +0400 videostab module fixes commit fdeec6896c4084f72ead53fe600eb34512cc7a0e Author: Vladislav Vinogradov Date: Thu Apr 18 13:28:30 2013 +0400 stitching module fixes commit 033dd77504198dfe79bd999085cc135b0a88d489 Author: Vladislav Vinogradov Date: Thu Apr 18 10:11:14 2013 +0400 superres module fixes commit f375c86dfbf3b82fad0d040fa1842db56d954670 Author: Vladislav Vinogradov Date: Thu Apr 18 10:33:42 2013 +0400 photo module fixes commit 12f16b7a262862d56115ff38ca85bd438499f523 Author: Vladislav Vinogradov Date: Thu Apr 18 10:10:55 2013 +0400 nonfree module fixes commit 5d7bbdc837be87671b19540a4320000aa40af355 Author: Vladislav Vinogradov Date: Thu Apr 18 12:36:07 2013 +0400 gpu module fixes commit 3156e803beeff1eb73ce2ed24b09a7f4d6317801 Author: Vladislav Vinogradov Date: Thu Apr 18 10:36:52 2013 +0400 gpuoptflow module fixes commit f531dd839c456c7ad5c7e345c20a539f40b7253f Author: Vladislav Vinogradov Date: Thu Apr 18 10:46:51 2013 +0400 gpubgsegm module fixes commit c0b3424a23eb41b25c19b87997734315944fe0d5 Author: Vladislav Vinogradov Date: Thu Apr 18 10:46:28 2013 +0400 gpuimgproc module fixes commit b4f3d0872578f17e877994a56e357f3c00413a72 Author: Vladislav Vinogradov Date: Thu Apr 18 10:46:09 2013 +0400 gpuarithm module fixes commit 43d5e2d8b4ea4ff9bf0c83f874a2ac8a79f6ff5e Author: Vladislav Vinogradov Date: Thu Apr 11 14:53:35 2013 +0400 removed gpu BORDER_* constants commit d5ee931287762abaf74d1d153a87fce5d9ab7271 Author: Vladislav Vinogradov Date: Wed Apr 17 18:22:29 2013 +0400 fixed compilation issues commit ac0f506d0e313a3aeaada67656eb195a0da3fb69 Author: Vladislav Vinogradov Date: Wed Apr 17 18:35:09 2013 +0400 split gpuvideo onto gpuoptflow and gpubgsegm commit eda124ec32436505c72721c136681d069e7d8764 Author: Vladislav Vinogradov Date: Thu Apr 11 12:51:00 2013 +0400 removed gpuobjdetect module commit 28b1caa73055f075ebfed6f1adf2b6d1d7e2d50a Author: Vladislav Vinogradov Date: Thu Apr 18 10:30:04 2013 +0400 gpustereo module for stereo correspondence commit cad9518928f673ffaf5adb4e7cd1067be96c485d Author: Vladislav Vinogradov Date: Wed Apr 17 18:16:34 2013 +0400 moved image labeling to gpu module commit e72ba73e708537686218bfdd35a1214a0ccdd9b4 Author: Vladislav Vinogradov Date: Wed Apr 17 18:20:18 2013 +0400 moved gpu nlm to photo module commit fc3730fcc217070fc96cb0857e78fe1c6d8a100c Author: Vladislav Vinogradov Date: Thu Apr 18 10:45:48 2013 +0400 gpuwarping module for image warping commit 71eeaa72765a7147a8ac11bb21c5015148da2930 Author: Vladislav Vinogradov Date: Wed Apr 17 18:05:06 2013 +0400 gpuarithm module fixes commit 508fb6aa5b15aef698c1fe37d655a1f11ecf17fd Author: Vladislav Vinogradov Date: Thu Apr 18 10:14:43 2013 +0400 renamed gpunvidia -> gpulegacy commit 7e91e1871ddba11357c2c3f690e75c8a91de7f40 Author: Vladislav Vinogradov Date: Wed Apr 17 17:54:39 2013 +0400 simplify CMakeLists.txt for gpu module commit 77aafc2984af7ed2e2ccc5968548dffe5a1740d7 Author: Vladislav Vinogradov Date: Wed Apr 17 17:54:21 2013 +0400 removed unused includes commit 623c7da74708d85ee7f2f08d8171d093fa63a98b Author: Vladislav Vinogradov Date: Wed Apr 17 17:53:50 2013 +0400 removed obsolete source files from gpu module commit a981dc93d0b317d4f4e3987a0b39810a6f61abb5 Author: Vladislav Vinogradov Date: Wed Apr 17 17:53:03 2013 +0400 removed obsolete headers from gpu module commit 96ac27e68c48d8e3ba5eafb0b361583e35a6399e Author: Vladislav Vinogradov Date: Wed Apr 17 17:52:32 2013 +0400 removed nv_perf_test (it is a duplicate for perf4au) commit a6648b537285c529292a6411e7e9b76219400492 Author: Vladislav Vinogradov Date: Wed Apr 10 13:17:15 2013 +0400 gpuobjdetect module for object detection commit b08b9ab83b4b05e937a5e464b01f6ace057de8dc Author: Vladislav Vinogradov Date: Wed Apr 17 17:51:19 2013 +0400 gpucalib3d module for camera calibration and stereo correspondence commit fc1fa285565dc393c867096a32d8296ea3d80f3c Author: Vladislav Vinogradov Date: Wed Apr 10 10:59:25 2013 +0400 gpuvideo module for video processing commit 7544ddbfefe8ca2b8650ab1198d5da611482cd02 Author: Vladislav Vinogradov Date: Thu Apr 18 10:26:16 2013 +0400 gpufeatures2d module 2d for feature detection and matching commit e41aea0acf0d6d40b03a2f38499f135504101752 Author: Vladislav Vinogradov Date: Wed Apr 17 18:14:35 2013 +0400 gpuimgproc module for image processing commit d569e72ad43ecd31c855f0c0d04b75ebed2ff84f Author: Vladislav Vinogradov Date: Tue Apr 9 15:49:56 2013 +0400 moved mulSpectrums, dft and convolve to gpuarithm commit c56bdbc1c5768dfb76eccb531268b20f5ebe262f Author: Vladislav Vinogradov Date: Tue Apr 9 14:18:18 2013 +0400 moved integral to gpuarithm module commit 10ac854358c5a1418959e19f901e5993a73c49f5 Author: Vladislav Vinogradov Date: Tue Apr 9 13:53:22 2013 +0400 moved copyMakeBorder to gpuarithm module commit d08ebfe4d315fb0446ebe15aba920c54c5197315 Author: Vladislav Vinogradov Date: Tue Apr 9 13:34:54 2013 +0400 moved rectStdDev to gpuarithm commit ca474de6396f9890fea2c15654cd885de9e935e4 Author: Vladislav Vinogradov Date: Tue Apr 9 12:50:22 2013 +0400 made objdetect dependecy for gpunvidia optional commit e65471497387186a36185a4b4aba15af73dbc892 Author: Vladislav Vinogradov Date: Tue Apr 9 12:38:43 2013 +0400 replaced NCV_EXPORTS with CV_EXPORTS commit ed006a0612d1740d4543c3dab18cfb1248065841 Author: Vladislav Vinogradov Date: Tue Apr 9 12:31:46 2013 +0400 added private header to gpunvidia module commit c2402053b949f1f5a1957c13363bf996d6c5ccd6 Author: Vladislav Vinogradov Date: Tue Apr 9 12:10:56 2013 +0400 removed columnSum function (it is a duplicate for reduce) commit 229ca0914a914a98a657ab29daae76e9caa91222 Author: Vladislav Vinogradov Date: Mon Apr 8 18:51:06 2013 +0400 gpunvidia module for NCV & NPP API commit bc0e563092afd062dee9d33c53a5045fcafff260 Author: Vladislav Vinogradov Date: Mon Apr 8 15:11:48 2013 +0400 CV_GPU_TEST_MAIN macros commit 84de6ce0363b6e894428272d2099ae16b5c42337 Author: Vladislav Vinogradov Date: Thu Apr 18 10:26:59 2013 +0400 gpufilters module for image filtering commit 31c8b527c618112aa132f2200e388bb1b8115883 Author: Vladislav Vinogradov Date: Wed Apr 17 17:39:17 2013 +0400 gpuarithm module for arithmetics operations on matrices commit 1b00a3ed54f1ce2000418229357e04ddebaaadcd Author: Vladislav Vinogradov Date: Thu Apr 18 10:35:54 2013 +0400 gpucodec module for video decoding/encoding commit 02131ffb620f349617a65da334591eca5d3cb23b Merge: ea280b2 5ef3ef9 Author: Andrey Kamaev Date: Wed Apr 17 22:30:39 2013 +0400 Merge pull request #828 from tim36272:patch-1 commit 47c84335f0fce5afee7aceae7c26a3cbb7561d61 Author: Kevin Hughes Date: Wed Apr 17 13:22:37 2013 -0400 removed starter_image_sequence.cpp commit eedb6fa3c48b8844ec773a28e803c90c78a8344c Author: Kevin Hughes Date: Wed Apr 17 13:20:32 2013 -0400 removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface commit ea280b2c0ef5a685bd53f594bc21b637f47cb6d6 Merge: 8fdab9f 54e7c76 Author: Andrey Kamaev Date: Wed Apr 17 16:50:46 2013 +0400 Merge pull request #831 from jet47:fix-build commit a9a269505cd2abdc10a0daf8a55fe2ae3fa909fc Merge: 28aefc4 bd6f80f Author: Andrey Kamaev Date: Wed Apr 17 15:45:53 2013 +0400 Merge pull request #829 from SpecLad:sphinx-ver-1 commit 28aefc4f5a8f3eabbc0f83bbbaa7c88f3e04e9d6 Merge: f6848b6 06a4bad Author: Andrey Kamaev Date: Wed Apr 17 15:45:37 2013 +0400 Merge pull request #817 from pengx17:2.4_ocl_bitwise_cleanup commit 54e7c76d99c45d423407318aec17035ec9543257 Author: Vladislav Vinogradov Date: Wed Apr 17 15:24:53 2013 +0400 fixed compilation errors commit bd6f80faf3a1288d0d34a98c43a42c959783e341 Author: Roman Donchenko Date: Wed Apr 17 12:21:17 2013 +0400 Redo the Sphinx check to do the same thing on all platforms. This also fixes the bug where the Sphinx version gets detected as "Sphinx vX.Y.Z" instead of "X.Y.Z" on Unix-like systems. commit 8fdab9f631381ad45986c43f48bdb6f533dba541 Merge: 974f1f4 f6848b6 Author: Andrey Kamaev Date: Wed Apr 17 12:07:17 2013 +0400 Merge branch '2.4' commit 5ef3ef9c4a825c60706ce54dac6c75470052a3bf Author: tim36272 Date: Wed Apr 17 00:34:20 2013 -0700 Clarified floodfill documentation Clarified what value floodfill sets pixels in the mask to when FOODFILL_MASK_ONLY is set. commit f6848b66d693e28dd55fa4de1e534a31d8b44b77 Merge: bf551df 0f7d710 Author: Andrey Kamaev Date: Wed Apr 17 11:09:49 2013 +0400 Merge pull request #826 from pengx17:2.4_canny_clampfix commit bf551df4cf1a561a0f93da3715181fe46fde6734 Merge: 5eff4f8 6f63a5d Author: Andrey Kamaev Date: Wed Apr 17 11:09:36 2013 +0400 Merge pull request #825 from pengx17:2.4_query_cpu_wavesize commit 974f1f48957d996d6ab6dc9988c78aa4152e4940 Merge: 4223a59 8f32902 Author: Andrey Kamaev Date: Wed Apr 17 11:09:16 2013 +0400 Merge pull request #824 from taka-no-me:reduce_c_api_deps commit 5eff4f8340b358af19bf27ca6d56fcbc55a0d543 Merge: c02095a 96b008c Author: Andrey Kamaev Date: Wed Apr 17 11:08:58 2013 +0400 Merge pull request #822 from taka-no-me:better_cv_enum commit 8c40f0ccf2c79a7b547b51e1c481a617c3c649b5 Author: Andrey Pavlenko Date: Tue Apr 16 15:30:43 2013 +0400 fixing build and lint warnings commit 8f32902ce67eecc2bc3510c95512643ee8ab3d7d Author: Andrey Kamaev Date: Mon Apr 15 15:27:09 2013 +0400 Minimize usages of legacy C API inside the library commit 0f7d7100e59796802dfd90cc884810cc3d8a3147 Author: peng xiao Date: Tue Apr 16 15:49:15 2013 +0800 Add clamping for y dimension. commit 6f63a5d8d570ed7a0279fd652d48361124ab006d Author: peng xiao Date: Tue Apr 16 14:41:30 2013 +0800 Let wave_size=1 on CPU. commit c02095ae1c7b30c4b990f25bdc41df6844f37f35 Merge: 2ae3ab1 ecf28cc Author: Andrey Kamaev Date: Tue Apr 16 10:16:14 2013 +0400 Merge pull request #821 from taka-no-me:contributing commit 4223a59497ae369142af48a1e53e4c3720bfc47b Merge: f7641be 298ccf6 Author: Andrey Kamaev Date: Tue Apr 16 10:15:50 2013 +0400 Merge pull request #809 from taka-no-me:drop_python1 commit b141762070ab6e0a8d75ecd5d6e1d809beff2fd2 Author: Kevin Hughes Date: Mon Apr 15 13:21:20 2013 -0400 added an example of using cv::VideoCapture to read image sequences like 000.pmg, 001.png ... 100.png etc. commit 96b008cd292a1969be7e7e661492661f3cadcfe0 Author: Andrey Kamaev Date: Mon Apr 15 19:39:49 2013 +0400 Eliminate the need of ::testsing::ValuesIn() for CV_ENUM Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted inside CV_ENUM and CV_FLAGS commit ecf28cc21e2802f6db82af150d34d1f504988554 Author: Andrey Kamaev Date: Mon Apr 15 16:57:58 2013 +0400 Add contributing page for Github commit 69a0b5dde596840f8face6a4623a9fcffacf5fda Author: yao Date: Mon Apr 15 17:24:30 2013 +0800 Add OclCascadeClassifierBuf interface commit dec6a3b080374004d9b748998c583b48abf5ab50 Author: yao Date: Mon Apr 15 16:46:25 2013 +0800 make boxfilter kernel compile on Mac GPU OCL commit 2ae3ab11e3944ab15986f4d30c9bb91ec5ebc907 Merge: 0df6dc1 802d004 Author: Andrey Kamaev Date: Mon Apr 15 12:13:16 2013 +0400 Merge pull request #814 from taka-no-me:gtest_r652 commit f7641be43429a1bf1d644b240345c53eab19f690 Merge: 6168bf0 40d0e0e Author: Andrey Kamaev Date: Mon Apr 15 12:12:46 2013 +0400 Merge pull request #812 from bitwangyaoyao:master_uhp commit 0df6dc16a50c4686eb0c107e8b9ccb60a719fedd Merge: abe2ea5 6dd6013 Author: Andrey Kamaev Date: Mon Apr 15 12:12:17 2013 +0400 Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype commit 06a4bad809ab072d143639d4dff667d439120634 Author: peng xiao Date: Mon Apr 15 10:36:03 2013 +0800 Merge ocl and/or/xor operators into one kernel each. commit 802d004bbbc0b4e32f2307c90c09ebf3717efd41 Author: Andrey Kamaev Date: Sat Apr 13 16:53:59 2013 +0400 Fix build issues commit 6168bf006296048d9fe099d716ddcda4f3fdb32d Merge: a54a307 2f781a5 Author: Andrey Kamaev Date: Sat Apr 13 16:34:07 2013 +0400 Merge pull request #813 from bitwangyaoyao:master_fix commit a54a307386f0d23d409ce3812a8f780e40524e6e Merge: 3b36433 3336192 Author: Andrey Kamaev Date: Sat Apr 13 16:33:53 2013 +0400 Merge pull request #810 from pengx17:master_fix_ocl_tmflag commit 9deea80b83dc283fe72015279236e96eac111ae5 Author: Andrey Kamaev Date: Sat Apr 13 16:29:05 2013 +0400 Update gtest to upstream r652 It is already marked as a gtest 1.7.0 commit 2f781a53a9271a5e2d3354bde5ac5147d00e5f88 Author: yao Date: Sat Apr 13 15:57:12 2013 +0800 Fix arithm's substract mismatch caused by incomplete merge commit 40d0e0eda0ddb04099c58127c9d12ace78da8f6e Author: yao Date: Sat Apr 13 14:58:49 2013 +0800 use host data when DEVICE_MEM_UHP is set (the risk of vary align size is owned by users) commit 6dd601354658fa51f08775d1fe0bbd636708efeb Author: Peng Xiao Date: Sat Apr 13 14:34:30 2013 +0800 Use a faster way to count 1's (used by Hamming) commit f2dc445412824e08b33bca68b2b5672cdfee408e Merge: 6b6b1c9 d9de840 Author: Peng Xiao Date: Sat Apr 13 14:09:21 2013 +0800 Merge branch '2.4_ocl_bfmatcher_newtype' of https://github.com/pengx17/opencv into 2.4_ocl_bfmatcher_newtype commit 6b6b1c9cbfd6924d4997b987569bfbdcb6c011c9 Author: Peng Xiao Date: Sat Apr 13 14:08:58 2013 +0800 Allow more query/train types for ocl::bfmatcher commit d9de84091c411bf27ded3b9c9d31054e191fa330 Author: Peng Xiao Date: Sat Apr 13 13:42:26 2013 +0800 Allow more input query/train types for ocl::bfmatcher RadiusMatch for HammingDist cannot pass yet. commit 1db20099a9db48a41686d49f615b6925cb9cb471 Author: Peng Xiao Date: Sat Apr 13 12:50:17 2013 +0800 Enable runtime type definition in kernels commit fd1528795e7bbc8d7a59885a4387807abbc23f96 Author: Peng Xiao Date: Sat Apr 13 11:39:13 2013 +0800 Pass query type T into kernel commit 63813e83ae9fd26e4fee6719bb0a851e14ebb781 Author: Peng Xiao Date: Sat Apr 13 11:22:22 2013 +0800 Untabify commit 6a40383aeeb860f3ffbf344aa17ef1b11db91bbe Author: Peng Xiao Date: Sat Apr 13 11:07:26 2013 +0800 Add HammingDist test case commit 298ccf64879591010dac0a71aed25dc469356d04 Author: Andrey Kamaev Date: Fri Apr 12 22:35:46 2013 +0400 Turn pyopencv_to and pyopencv_from into templates This protects from unwanted implicit conversions between types at compile time. commit 8b294c6c909fde5982aee40b68d363bb8bd9f964 Author: Andrey Kamaev Date: Fri Apr 12 18:38:49 2013 +0400 Remove documentation for old python wrapper commit f886651cf084537b3073cd275e18942886ed2ae3 Author: Andrey Kamaev Date: Fri Apr 12 17:39:16 2013 +0400 Drop old python samples and tests commit b2ba8b9969df8f31a0de432c5a2deb3e17eacbaf Author: Andrey Kamaev Date: Fri Apr 12 17:05:23 2013 +0400 Drop old python interface commit 909d6fcf5139fa68dba94c6f2c488534bcb8b24b Author: Andrey Kamaev Date: Fri Apr 12 16:19:48 2013 +0400 Move legacy part of opencv_contrib to separate header commit 3b364330ad4603b452b69160fe3793c20fd13b71 Merge: b0933dd abe2ea5 Author: Andrey Kamaev Date: Fri Apr 12 15:35:38 2013 +0400 Merge branch '2.4' commit b0933dd47381ca46612da42b66e337f7935c2c38 Merge: c019d06 8406312 Author: Andrey Kamaev Date: Fri Apr 12 15:01:47 2013 +0400 Merge pull request #803 from taka-no-me:split_c_cpp3 commit abe2ea59edbb7671bbf014d308e888db2a9bfab6 Merge: 36028bd 57d4c86 Author: Andrey Kamaev Date: Fri Apr 12 15:00:28 2013 +0400 Merge pull request #802 from SpecLad:shebang commit 36028bd8adffff62fe721f9c0e6602fde62a69db Merge: d2de68c 719e867 Author: Andrey Kamaev Date: Fri Apr 12 14:59:45 2013 +0400 Merge pull request #808 from bitwangyaoyao:2.4_mac commit d2de68c14cd40b4b4a59105c3ce42087da7006de Merge: b696d49 36aad46 Author: Andrey Kamaev Date: Fri Apr 12 14:59:26 2013 +0400 Merge pull request #804 from gpsinghsandhu:staticCast commit b696d49d5a183d7356fd6f3d27d2837b87361c06 Merge: 03e2a52 53a0691 Author: Andrey Kamaev Date: Fri Apr 12 14:59:11 2013 +0400 Merge pull request #801 from kirill-kornyakov:lkdemo-fix commit 840631257155ca32dd8f46fb449f8ba774ff021e Author: Andrey Kamaev Date: Fri Apr 12 14:12:12 2013 +0400 Remove C API from OpenCL module commit 4296b456e5ad7ee35b35d2658fef20b99416f7c9 Author: Andrey Kamaev Date: Fri Apr 12 14:09:45 2013 +0400 Add missed constants for reduce operation commit bd59bc3e4a2e28fb44917efeae34ba63d2608e8e Author: Andrey Kamaev Date: Fri Apr 12 12:25:54 2013 +0400 Remove ifdef __cplusplus from nonfree headers commit 5e048d1fa5ee1277669b784f650e310c3233f71d Author: Andrey Kamaev Date: Fri Apr 12 12:11:11 2013 +0400 Move C API of opencv_objdetect to separate file Also move cv::linemod to own header commit 03e2a52e2c836218f18d86584fa60a3e11145afb Merge: 3d39087 2338a89 Author: Vadim Pisarevsky Date: Fri Apr 12 13:46:55 2013 +0400 Merge pull request #807 from pengx17:2.4_ocl_bfm_opt commit 3d39087a6770311921f1e5b19d4f53787fcef861 Merge: a770d04 61e0416 Author: Vadim Pisarevsky Date: Fri Apr 12 13:46:33 2013 +0400 Merge pull request #806 from bitwangyaoyao:2.4_fix commit c019d06de3e9361858c2188376975613bb380491 Merge: 5a2c522 5eb551b Author: Vadim Pisarevsky Date: Fri Apr 12 13:46:07 2013 +0400 Merge pull request #805 from pengx17:master_canny_fix commit 5a2c5227f48d76bf1c9f86acfd354f623ef3b093 Merge: e27f4da a2f4b30 Author: Vadim Pisarevsky Date: Fri Apr 12 13:45:44 2013 +0400 Merge pull request #798 from pengx17:master_ocl_mleak commit a770d04e7833e3da46461e006a6f36b27dbda07f Merge: ca56e99 7726e27 Author: Vadim Pisarevsky Date: Fri Apr 12 13:44:58 2013 +0400 Merge pull request #781 from bitwangyaoyao:2.4_fixerr commit 719e8674ad78820ef8980eb0781438e36aed9a94 Author: yao Date: Fri Apr 12 17:38:59 2013 +0800 fix the compile errors on Mac commit 2338a895f5a0c531feb96c9b8c6c21cfe6a3ccf3 Author: peng xiao Date: Fri Apr 12 16:56:49 2013 +0800 Capitalize macro namings. commit 1bea9ee26cd9d9ed82f3ac26f9a298af800aa1e4 Author: peng xiao Date: Fri Apr 12 16:54:06 2013 +0800 Rename test case category and code clean up. commit c9d8eb7a84012001a4a57526286e038258b83efe Author: peng xiao Date: Fri Apr 12 16:52:21 2013 +0800 Fix build error on linux. commit 6eefd276cf0b9f403bd963686772c5e1620bbb89 Author: peng xiao Date: Fri Apr 12 16:51:36 2013 +0800 Further optimize bfmatcher by passing macros. commit 113b7584e062388be1b9b8628d1e36b3208ebf2b Author: peng xiao Date: Fri Apr 12 16:50:30 2013 +0800 Optimize bfmatcher by passing macros. commit 1e49c00f4b1d9f7f7931a27925bea54d7bf01203 Author: peng xiao Date: Fri Apr 12 16:47:44 2013 +0800 Replace create with ensureSizeIsEnough thus buffer objects can be reused. commit 5eb551b340cb242766db1a9a3cbe6c1c884067fb Author: peng xiao Date: Fri Apr 12 16:21:52 2013 +0800 Remove my test codes. commit 4f328d8388980604330f0ea1d28ae5734983d648 Author: peng xiao Date: Fri Apr 12 15:43:33 2013 +0800 Fix a potential bug of ocl::CannyBuf. The program would crash if release is called twice. commit 61e041673eb0c7218035398cb93ab54e6dbdaca9 Author: yao Date: Fri Apr 12 14:44:55 2013 +0800 remove the OpenCL Dir finding in CMake commit 75861452351963ce2f3bd563ce8788dbe58ffd39 Author: peng xiao Date: Fri Apr 12 14:32:13 2013 +0800 Remove unused kernels. commit 33361929fe19e63cb396f6b61dfb3cfa7ecb457e Author: peng xiao Date: Fri Apr 12 11:36:17 2013 +0800 Fix a compilation error when HAVE_CLAMDFFT is on. commit aec7a67d0f4bcc93a4ec88001de2154aaa708363 Author: peng xiao Date: Fri Apr 12 11:10:47 2013 +0800 Fix a bug of ocl::Canny when src/dst using the same buffer. commit 242955ce220f22610338dd90197f0f5b26003e5c Author: peng xiao Date: Fri Apr 12 11:01:56 2013 +0800 Format ocl::Canny header commit 6c2079b7787940fcda30991016412ce99ec8956f Author: peng xiao Date: Fri Apr 12 10:59:15 2013 +0800 Test code clean up. commit 22ca7e44d68a4b88098a2faf688d2ce2f7bd1d39 Author: peng xiao Date: Fri Apr 12 10:58:42 2013 +0800 Change ocl::Canny test case category commit 36aad46fe14e032258ce898a87c29d3bbc2ae4ed Author: Gurpinder Singh Sandhu Date: Thu Apr 11 22:32:50 2013 +0530 changed reinterpret_cast to static_cast This issue seem to be lingering around for quite some time https://github.com/Itseez/opencv/pull/639 http://code.opencv.org/issues/2819 commit e5a33723fcabc6fc266c0ccf9b407de421da821f Author: Andrey Kamaev Date: Thu Apr 11 19:27:54 2013 +0400 Move C API of opencv_calib3d to separate file commit 57d4c86b2bd86be5811b35fc4ccaf653e7939e0e Author: Roman Donchenko Date: Thu Apr 11 18:34:04 2013 +0400 Fixed the shebang lines on the Python scripts. Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script. commit 53a06913cb4541e6d9555b87f72d3f3c83969ca2 Author: Kirill Kornyakov Date: Thu Apr 11 17:57:33 2013 +0400 Minor code cleanings in lkdemo.cpp commit e351538697bc010feeb5a77688ec997aa26a04cd Author: Kirill Kornyakov Date: Thu Apr 11 17:50:10 2013 +0400 #2813 bugfix commit 199a35a1051d35a897a42c5812686730a9842830 Author: Andrey Kamaev Date: Thu Apr 11 17:38:33 2013 +0400 Move C API of opencv_video to separate file commit ca56e99a62a57587a427dd9e25f3dfe1564e33e1 Merge: a1fa63f 484607f Author: Andrey Kamaev Date: Thu Apr 11 15:48:16 2013 +0400 Merge pull request #796 from SpecLad:more-backports commit a1fa63ffc9856e83d86170c7c716f25ea5848685 Merge: 62b593c 4143071 Author: Andrey Kamaev Date: Thu Apr 11 15:47:57 2013 +0400 Merge pull request #799 from SpecLad:boost-initial-weights commit 4143071e222d5749787dc8c68d35f01bbf71ec3d Author: Roman Donchenko Date: Thu Apr 11 13:43:51 2013 +0400 In CvBoost, delegated update_weights's implementation to a helper method. This allows subclasses of CvBoost to override initial weights that update_weights uses without duplicating its entire implementation. commit a2f4b301f39e00a5b161856e2bfd8511aa342a0e Author: peng xiao Date: Thu Apr 11 16:59:32 2013 +0800 Fix an incorrect type cast. commit 62b593ca8ba52190f16851407c0e9679f6708bdc Merge: 7711fe2 e8721f1 Author: Andrey Kamaev Date: Thu Apr 11 12:24:04 2013 +0400 Merge pull request #793 from SpecLad:auto-cuda commit e27f4da9c6fb78f925fd37a6ded86600ca36aff5 Merge: ebb1f12 4846dcd Author: Andrey Kamaev Date: Thu Apr 11 11:35:15 2013 +0400 Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core commit 7711fe2f43be19202e43ba799c4901466c26c329 Merge: 18d4f14 82c61eb Author: Andrey Kamaev Date: Thu Apr 11 11:34:42 2013 +0400 Merge pull request #794 from asmorkalov:android_no_layout commit 18d4f148923aac14bfb6541e71cc9a15362d2f23 Merge: 9ba25e9 ec6f0e1 Author: Andrey Kamaev Date: Thu Apr 11 11:34:21 2013 +0400 Merge pull request #792 from asmorkalov:manager_incompat_wh commit ebb1f12aa7cb8cfc58cffb5c3c8c5fe68137283c Merge: f4ae0cf ad793ee Author: Andrey Kamaev Date: Thu Apr 11 11:34:04 2013 +0400 Merge pull request #791 from taka-no-me:cleanup_core_api commit 9ba25e9d099a2a4d6a978d5db916fd2b7e189825 Merge: 0c64fc6 8cc5b98 Author: Andrey Kamaev Date: Thu Apr 11 11:33:45 2013 +0400 Merge pull request #742 from bitwangyaoyao:2.4_fix commit 0c64fc61dcc4912283bf21f35cbae733e354ad38 Merge: 7189654 8db1a73 Author: Andrey Kamaev Date: Thu Apr 11 11:33:30 2013 +0400 Merge pull request #740 from evil0sheep:2.4 commit caa9ac4ed95af014e1d0ea11cd68c37e7e5e0a55 Author: Dirk Van Haerenborgh Date: Wed Apr 10 16:49:03 2013 +0200 fix installation of main module headers see: http://code.opencv.org/issues/2897 The order of the 2 conditions is really important, as every MATCHES operator sets ${CMAKE_MATCH_1}, which is needed inside the condition block. Ideally, this should be done using a single regex with a negative forward lookahead, but CMake doesn't seem to support this commit 484607fb6f0e4b54ebc83cf0f79a1159f7fe8cd7 Author: Roman Donchenko Date: Wed Apr 10 19:39:38 2013 +0400 Backported RNG_MT19937 from master. commit f64d5127749865b69c02e18b72d96191a2d252d4 Author: Roman Donchenko Date: Wed Apr 10 19:36:39 2013 +0400 Backported globbing from master. commit 4846dcdfeb3172fdffb3c76ef8930ae1bb02a636 Author: Andrey Kamaev Date: Wed Apr 10 16:17:28 2013 +0400 Move borderInterpolate and copyMakeBorder documentation commit c98c246fc28dcc640e6d12bc7205861978d14ed2 Author: Andrey Kamaev Date: Wed Apr 10 15:54:14 2013 +0400 Move border type constants and Moments class to core module commit 6e8f5ae574a0ea27f5218685eb69a1ec4fc175d3 Author: Alexander Smorkalov Date: Wed Apr 10 16:57:34 2013 +0400 Front/back camera constants semantic for Android fixed (Bug #2839). Front/Back camera constants' values changed; Additional camera facing check added for JavaCameraView. commit 82c61eba4917a5aa00d99e91795d6370e2e031ea Author: Alexander Smorkalov Date: Wed Apr 10 13:38:59 2013 +0400 Feature #2893 Create Java sample without layout.xml implemented. commit e8721f1f6fd4a406eba715b0fb44bd8e0f03ce6a Author: Roman Donchenko Date: Wed Apr 10 12:20:54 2013 +0400 Automatically add CUDA support to a module if it has CUDA sources. Backport from master. commit ec6f0e1baf396f2bc25d4ce50c686702cf83981d Author: Alexander Smorkalov Date: Wed Apr 10 10:43:22 2013 +0400 Incompatible hardware detetction added to OpenCV Manager(Feature #2941) commit ad793ee3f46333aa35966a4a1d3917f08e7d0bf3 Author: Andrey Kamaev Date: Tue Apr 9 13:31:59 2013 +0400 Update documentation commit b0e6606b9833791defb6be6d82d8ea9c309e1e32 Author: Andrey Kamaev Date: Tue Apr 9 13:10:54 2013 +0400 Cleanup core module API * Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray commit f4ae0cf19cf1d970fad06bb9c540411e5e95cf75 Merge: 36bf8af ba1a1ae Author: Andrey Kamaev Date: Tue Apr 9 13:14:37 2013 +0400 Merge pull request #790 from jet47:fix-gpu-build commit 71896544ca7a3ebdff2fe67a3a522ec287d70278 Merge: aef8e6b 7bd169c Author: Andrey Kamaev Date: Tue Apr 9 13:14:21 2013 +0400 Merge pull request #789 from asmorkalov:android_na_mk_fix commit 36bf8af820d6bb875075bf0c21062e588090e28d Merge: 913e683 f50aabf Author: Andrey Kamaev Date: Tue Apr 9 13:14:06 2013 +0400 Merge pull request #788 from jet47:fix-2938 commit ba1a1aecaad0ee27d960e7a242b64652bc626fb9 Author: Vladislav Vinogradov Date: Tue Apr 9 10:41:35 2013 +0400 fixed gpu module compilation commit 7bd169caa916ecde3a67f3e862dac7708c3f0e7b Author: Alexander Smorkalov Date: Tue Apr 9 10:13:46 2013 +0400 Native activity build with Android.mk fixed. commit f50aabf012b42742abcb60b50a4a3040cb561f35 Author: Vladislav Vinogradov Date: Tue Apr 9 10:14:25 2013 +0400 fixed bug #2938 commit 913e6833d5e28d0c308bb8e8ffdc718dd42e4cfc Merge: f03c752 dd74a85 Author: Andrey Kamaev Date: Tue Apr 9 08:53:49 2013 +0400 Merge pull request #785 from taka-no-me:split_c_cpp2 commit f03c7521c69ae5dbe8f461479ff7d68420cefde0 Merge: 2cd67cc 143f8f6 Author: Andrey Kamaev Date: Tue Apr 9 08:53:16 2013 +0400 Merge pull request #783 from pengx17:master_matchTemplate_dft commit aef8e6ba59dbbfcdd773876570524c92c129ca2a Merge: 6d7313c d3083ec Author: Andrey Kamaev Date: Tue Apr 9 08:52:32 2013 +0400 Merge pull request #782 from taka-no-me:bitness_detection commit 6d7313cd3d210a5e5c7d2feb18863bb5a630e7b9 Merge: 5cfb6a8 64b5784 Author: Andrey Kamaev Date: Tue Apr 9 08:51:09 2013 +0400 Merge pull request #776 from virtuald:2.4 commit 2cd67cc92b0a5721b93d0cb8ca839c13da7a47c0 Merge: e810761 a783f5c Author: Andrey Kamaev Date: Tue Apr 9 08:50:44 2013 +0400 Merge pull request #761 from jet47:gpu-core-refactoring commit e8107610d1080f59c48209ebc7713600dee8601d Merge: 54511b4 3107f79 Author: Andrey Kamaev Date: Mon Apr 8 20:10:34 2013 +0400 Merge pull request #787 from taka-no-me:quiet_nvcc commit 3107f79ceadc65d4e564b01f10783cd6955a8cbc Author: Andrey Kamaev Date: Mon Apr 8 18:15:10 2013 +0400 Cast to unsigned inside CV_XADD to quiet nvcc commit a783f5c2605f8543c789dcc4ebc467c9eca11069 Author: Vladislav Vinogradov Date: Mon Apr 8 16:13:53 2013 +0400 removed blank lines at then end of file commit 068fb030113951ad87a8fab0f7fe039460ea5121 Author: Vladislav Vinogradov Date: Mon Apr 8 15:43:06 2013 +0400 fixed compilation warnings commit b50090f850acc27d30ff1398fd351f1ce432b57d Author: Vladislav Vinogradov Date: Mon Apr 8 12:37:36 2013 +0400 restore cudaSafeCall commit 2bad639aee0a27ab18f225e1a9bdf20bb56ef253 Author: Vladislav Vinogradov Date: Thu Apr 4 20:54:35 2013 +0400 fixed source_group commit d47e89d7044c2939f191187ef1503815c450272c Author: Vladislav Vinogradov Date: Thu Apr 4 20:54:13 2013 +0400 fixed windows build commit 6e28e67741e719156137201d6e188895c71bc01b Author: Vladislav Vinogradov Date: Thu Apr 4 20:51:20 2013 +0400 removed static_check.hpp commit 910ef57109677d1b4a2e4cfa6d3ee8c5e4e0bd36 Author: Vladislav Vinogradov Date: Thu Apr 4 15:36:22 2013 +0400 renamed cuda namespace to cudev commit 1bb141c465de1f060ec61610b56ac9868c25b0c9 Author: Vladislav Vinogradov Date: Thu Apr 4 14:27:40 2013 +0400 fixed build commit 193e857392364cac53616dbb911522631e5be350 Author: Vladislav Vinogradov Date: Thu Apr 4 14:27:24 2013 +0400 removed cu_safe_call.h and cu_safe_call.cpp commit 204a19b431855d896fd090cbe2c8be23b2688757 Author: Vladislav Vinogradov Date: Wed Apr 3 17:09:31 2013 +0400 moved common gpu utility functionality to gpu_private.hpp commit 28b1e81883653f59acf42fb268d8610d26707274 Author: Vladislav Vinogradov Date: Wed Apr 3 16:04:04 2013 +0400 renamed device -> cuda commit a57707b8d812b16a45c7fb9a3b0bb100bac2e662 Author: Vladislav Vinogradov Date: Sun Mar 31 14:54:23 2013 +0400 moved device layer to core module commit 54511b419810a9ed92ab52e99d6043a95ccac580 Merge: 7ac0d86 c89786b Author: Andrey Kamaev Date: Mon Apr 8 17:13:35 2013 +0400 Merge pull request #724 from jet47:tvl1-updates commit dd74a851f3524ab3f675baeb2870d8f0b707ac5e Author: Andrey Kamaev Date: Mon Apr 8 15:09:48 2013 +0400 Fix build errors commit befd69672095526f5a496352ac2ec1afc7c19a8e Author: Andrey Kamaev Date: Mon Apr 8 13:21:19 2013 +0400 Update documentation commit ae4e76395f475c67d2065a4a2ebd420fe53e138b Author: Andrey Kamaev Date: Mon Apr 8 00:24:39 2013 +0400 Make flann headers independent from OpenCV C API commit 69648f0a6ffa9f8c8665ddee2a94982f33740a30 Author: Andrey Kamaev Date: Sun Apr 7 23:23:53 2013 +0400 Make photo.hpp independent from C API commit 0738ea7d0f84c2b3725f6fc721f03c533ba058a1 Author: Andrey Kamaev Date: Sun Apr 7 22:45:38 2013 +0400 Make highgui.hpp independent from C API commit 288a0634c2cb0f539563e0fef6c44d1e7de428c7 Author: Andrey Kamaev Date: Sat Apr 6 18:16:51 2013 +0400 Make imgproc.hpp independent from C API commit c89786bc2d642e081f3ea62c1b30f819e9b6cf14 Author: Vladislav Vinogradov Date: Mon Apr 1 10:44:27 2013 +0400 fixed sanity test on Windows commit 8d97d9598e6e413bf767cc55f8c6ae9c8cd1b0af Author: Vladislav Vinogradov Date: Fri Mar 29 11:36:36 2013 +0400 updated GPU version of TVL1 commit 6062601c4d5cfe904b517f69c728f6543c08a998 Author: Stefan Walk Date: Fri Mar 22 13:07:02 2013 +0100 Make rescaling flexible and add median filtering Previously the pyramid was done with a rescaling factor of 2 (implied by the use of pyrDown). This often leads to inferior results compared to a scale step of e.g. 0.8 (a factor of 2 is obviously faster). This commit makes the scale step configurable and uses a resonable default value. The other change in this commit is that median filtering is added. This is not described in this paper but it is done in the author's implementation. (See e.g. "Secrets of optical flow estimation and their principles", Sun et al., CVPR 2010) This serves as periodic outlier removal during optimization, leading to smoother flow fields while preserving motion edges. This includes splitting the optimization loop into two loops. commit 7ac0d869927810db12935d38edbd57324e00e489 Merge: 058a9ab 780a8cc Author: Andrey Kamaev Date: Mon Apr 8 15:11:28 2013 +0400 Merge pull request #786 from cuda-geek:fix-build-gpu-off-cuda-on commit 058a9ab1368acd082ca12cdebeef52c3f04e787c Merge: 6ef43cd bf6c08a Author: Andrey Kamaev Date: Mon Apr 8 15:11:16 2013 +0400 Merge pull request #784 from jet47:fix-gpu-build commit 780a8cc149829588f593323cd23c15f3179c2f30 Author: marina.kolpakova Date: Mon Apr 8 13:07:06 2013 +0400 fix build without gpu module with cuda commit bf6c08a9ea4222d6103a8a454eb1b43877725568 Author: Vladislav Vinogradov Date: Thu Apr 4 11:00:36 2013 +0400 fixed compilation with CUDA commit 143f8f69d6a49f18555e9a59abfb3066b4eb4bfb Author: peng xiao Date: Mon Apr 8 17:15:52 2013 +0800 Add some documentation on ocl::convolve commit 3fea2620e69e82e7c933551ce89cc5cbb547dc41 Author: peng xiao Date: Mon Apr 8 16:22:20 2013 +0800 Fix some compilation errors and warnings. commit d3083ecf6de344081eec567fd74b8430dc666822 Author: Andrey Kamaev Date: Sat Apr 6 20:11:40 2013 +0400 Fix bitness detection for target platform commit 77501f3ed0becb50aa1939611340f6ef9e985927 Author: peng xiao Date: Mon Apr 8 15:19:44 2013 +0800 ocl: Add dft based convolve implementation. Match template in ocl module now can be utilized with dft based convolve. Note this feature needs OpenCV to be built with clAmdFft library. commit 6ef43cd96e9bcdec618e08e7a1c07593a26ed3e5 Merge: 67073da 3b0ce8e Author: Andrey Kamaev Date: Mon Apr 8 10:11:33 2013 +0400 Merge pull request #779 from sivapvarma:master commit 5cfb6a848ecdc0293a719320ad0e2fe19160f03c Merge: 74e5ff2 e2df8c7 Author: Andrey Kamaev Date: Mon Apr 8 10:11:16 2013 +0400 Merge pull request #780 from sivapvarma:2.4 commit 7726e273a9b160635aefa895798673509979010f Author: yao Date: Sat Apr 6 13:37:36 2013 +0800 merge add and sub into one set of kernels commit 67073daf1997f39dc56c3e4092dd42b381063d64 Merge: 3785439 74e5ff2 Author: Andrey Kamaev Date: Fri Apr 5 19:52:42 2013 +0400 Merge branch '2.4' commit e2df8c7e62ecd077cec1aca87b63d5dfa22d4df1 Author: Siva Prasad Varma Date: Fri Apr 5 19:09:09 2013 +0530 Fix bug #2590 replaced wrong check to correct check commit bee970ab94384664c005142083e806bcf4a870f0 Author: yao Date: Fri Apr 5 21:29:29 2013 +0800 remove the C3 kernels in arithm, as the oclMat will never store 3 channels data commit 3b0ce8e1327665e9c2e0aacfc8c22cc57e7235d4 Author: Siva Prasad Varma Date: Fri Apr 5 14:32:07 2013 +0530 Add HoughTransform examples python2 houghlines.py for HoughLinesP() and HoughLines() houghcircles.py for HoughCircles() commit 74e5ff2ec74a282825deda5ad43d5e4ddb9adab4 Merge: 72e49dc f89cc19 Author: Andrey Kamaev Date: Fri Apr 5 13:00:20 2013 +0400 Merge pull request #778 from asmorkalov:android_wanr_fix commit 72e49dc790e689f4d15d05c8d1f5762a6f98c4aa Merge: a2d2742 3400d83 Author: Andrey Kamaev Date: Fri Apr 5 13:00:03 2013 +0400 Merge pull request #777 from taka-no-me:ocl_win_hang commit a2d27429e43d265ec686fe99da2b56bec89e3c58 Merge: 977562b bcc086b Author: Andrey Kamaev Date: Fri Apr 5 12:59:45 2013 +0400 Merge pull request #775 from bitwangyaoyao:2.4_fixerr commit 977562b6145de3125fc98db98340ead6790b650f Merge: 3b6a82b 69127e4 Author: Andrey Kamaev Date: Fri Apr 5 12:59:22 2013 +0400 Merge pull request #771 from gpsinghsandhu:surfFeatureFinder commit 3b6a82b57c8a9e194628a67bb29f966c6ec10ecb Merge: 5163986 4c31c26 Author: Andrey Kamaev Date: Fri Apr 5 12:59:01 2013 +0400 Merge pull request #769 from apavlenko:fix_2901 commit f89cc191a462ecf360a59aa072c9df3c8b19aaaf Author: Alexander Smorkalov Date: Fri Apr 5 12:17:45 2013 +0400 Waning fixes for Android samples commit 5163986e7de3d2838f7854be5419eb6a1e399ed0 Merge: 652606f 87b84a4 Author: Andrey Kamaev Date: Fri Apr 5 11:46:06 2013 +0400 Merge pull request #772 from gpsinghsandhu:featureDescriptionTutorials commit 3400d83778130a620fad45b48ee20c00deac4cdb Author: Andrey Kamaev Date: Fri Apr 5 11:01:28 2013 +0400 Workaround hanging of ocl module when ocl API in not really used commit 4c31c26acf51743c7b54a566768eac069ed332dc Author: Andrey Pavlenko Date: Fri Apr 5 08:50:37 2013 +0400 fix for #2901 (en exception was raised when getting empty MatOfDMatch) commit 09fe5cddf185c641e4b4bbf4c11c1f57771c72d3 Author: Andrey Pavlenko Date: Fri Apr 5 08:50:24 2013 +0400 test for the issue #2901 commit 18b2d6bdbbbcb28dfbf6dad4b9058b909228de25 Author: Andrey Pavlenko Date: Fri Apr 5 08:50:08 2013 +0400 copying '.classpath' and '.project' to build dir, useful for opening in eclipse commit 64b5784c0b6db801725c2398d1c0a59d8eb82dfa Author: Dustin Spicuzza Date: Fri Apr 5 00:43:10 2013 -0400 Catch exceptions when large allocations fail commit 8cc5b980512c02cee20c9f6f82a4531750e75778 Author: yao Date: Fri Apr 5 09:19:59 2013 +0800 Fix the problem of device selection on hybrid video systems. commit 5022bc8c2532a8a66facfcc2a636ac1f8d2c1ba0 Author: yao Date: Fri Apr 5 09:17:14 2013 +0800 move the "cpu device checking" from supportsFeatures() to queryDeviceInfo() commit bcc086baa997ebc64a237666283489d4f4040104 Author: yao Date: Fri Apr 5 08:15:05 2013 +0800 fix all redefine build errors on some Intel OCL commit 87b84a41971b2bb1d33ef65a4d1bf8f4e7163860 Author: Gurpinder Singh Sandhu Date: Thu Apr 4 23:13:03 2013 +0530 another update commit d51d05fc448b456c6191257b90055f93071ec88e Author: Gurpinder Singh Sandhu Date: Thu Apr 4 23:12:18 2013 +0530 Feature description tutorials made in sync with sample code sample code : https://github.com/Itseez/opencv/blob/master/samples/cpp/tutorial_code/features2D/SURF_descriptor.cpp Bug #2888 commit 69127e4105b3798d7540f40d34e768d946038e7c Author: Gurpinder Singh Sandhu Date: Thu Apr 4 22:54:27 2013 +0530 some typo commit 2b1e13f8f45bc7175c61a07580daa61ff192b3ee Author: Gurpinder Singh Sandhu Date: Thu Apr 4 22:52:07 2013 +0530 changed surfFeaturesFinder::find() to allow CV_8UC1 type images http://code.opencv.org/issues/2926 commit 652606f78017133ca07379295eb8973691d2c982 Merge: 80fed87 a914088 Author: Andrey Kamaev Date: Thu Apr 4 20:01:55 2013 +0400 Merge pull request #770 from asmorkalov:winrt commit 80fed87d5328747a6de796b481b689d6858e66a4 Merge: 6570215 35f7514 Author: Andrey Kamaev Date: Thu Apr 4 18:44:34 2013 +0400 Merge pull request #760 from alekcac:2.4 commit a914088f29f03f962274e9d0a0cee7fa4bcfcd0d Author: Alexander Smorkalov Date: Wed Apr 3 23:11:33 2013 -0700 Build warning fixes. commit 378543991705088a3cb75bbba323874258d3c0a6 Merge: bfac291 6b71f56 Author: Andrey Kamaev Date: Thu Apr 4 18:16:15 2013 +0400 Merge pull request #763 from gpsinghsandhu:video-doc-minor-typo commit bfac2918387f37bf3b2635d5a275a7932348cc8b Merge: 78c70ab 297e6d0 Author: Andrey Kamaev Date: Thu Apr 4 18:15:03 2013 +0400 Merge pull request #757 from jackculpepper:master commit 65702152057b47860dce9513c8e3e4ccc359045b Merge: c34820b 1e332d6 Author: Andrey Kamaev Date: Thu Apr 4 18:00:43 2013 +0400 Merge pull request #767 from asmorkalov:version_increment commit c34820b53a2b82be419789c353396cdd81aad9ea Merge: 1d7ff72 fa64f28 Author: Andrey Kamaev Date: Thu Apr 4 18:00:22 2013 +0400 Merge pull request #766 from taka-no-me:try_compile_fix commit 1d7ff721edf788efa7887fed75ee6a670010d543 Merge: 579f723 235a678 Author: Andrey Kamaev Date: Thu Apr 4 17:59:57 2013 +0400 Merge pull request #764 from taka-no-me:svd commit 579f723fc62d067f673bf4d08bc14dbdeecc27f5 Merge: 7c402d1 6aa4f53 Author: Andrey Kamaev Date: Thu Apr 4 17:59:27 2013 +0400 Merge pull request #762 from vpisarev:cvt_fix commit 7c402d1e154f4d084443776cfb434d91f639f367 Merge: e7885bb 36367ec Author: Andrey Kamaev Date: Thu Apr 4 17:58:44 2013 +0400 Merge pull request #759 from asmorkalov:android_common_fixes commit e7885bb8e40b1d7f0b78e53b6cae05958054c93d Merge: 6f28861 2c57445 Author: Andrey Kamaev Date: Thu Apr 4 17:57:37 2013 +0400 Merge pull request #758 from taka-no-me:do_not_use_opengl_without_ui commit 6f288615a2495a3f078d7cea1e8cbc67592c97c3 Merge: 6a0f605 eb3c9ed Author: Andrey Kamaev Date: Thu Apr 4 17:57:16 2013 +0400 Merge pull request #756 from taka-no-me:libavcodec53.25.0 commit 6a0f605f514670b8c5c6fe4153276ac06f549014 Merge: e22983d bf3264b Author: Andrey Kamaev Date: Thu Apr 4 17:56:52 2013 +0400 Merge pull request #755 from taka-no-me:add_checkinclude commit e22983ddb67da4d921011cd6329025e2d08732fd Merge: 1e9ed14 eeaa1e8 Author: Andrey Kamaev Date: Thu Apr 4 17:55:27 2013 +0400 Merge pull request #753 from taka-no-me:fix_osx_fat_java commit 1e332d690fd7a89f40b07b9970323847c6964625 Author: Alexander Smorkalov Date: Thu Apr 4 15:50:36 2013 +0400 OpenCV verison incremented OpenCV Manager verison incremeneted; Docs and tests updated accordingly; COnstant for Manager initialization added. commit fa64f28c6ba629292c56c44ca5dd764fbb8d11db Author: Andrey Kamaev Date: Thu Apr 4 15:43:49 2013 +0400 Fix binary directory used in CMake try_compile commands Old paths can have problems with cross-compilation commit 35f75147b04992a810419b705e1c6db11e77b655 Author: Alexander Shishkov Date: Thu Apr 4 14:33:00 2013 +0400 removed willowgarage.com links commit 6b71f5602543ddbd48495afaa86efe607b28cf64 Author: gpsinghsandhu Date: Thu Apr 4 15:58:11 2013 +0530 minor typo in the research paper title commit 6aa4f533fa8694fced893a561382261eef5339a9 Author: Vadim Pisarevsky Date: Thu Apr 4 14:27:11 2013 +0400 attempt to fix stereobm failures on Mac and Linux commit 235a678458f721e477ede5e370c759cf7f32f927 Author: Andrey Kamaev Date: Thu Apr 4 13:55:36 2013 +0400 SVD: always update W vector for better algorithm convergency commit 382695ba5a19f53dbdcfcc36e26c1c2c893b4885 Author: Alexander Shishkov Date: Thu Apr 4 13:44:28 2013 +0400 removed links to the http://opencv.willowgarage.com/ commit 36367ec027a5f2fc8b49f8a945ceb6063556318a Author: Alexander Smorkalov Date: Thu Apr 4 12:18:13 2013 +0400 Several fixes android related fixes Native activity build warning fixed; Logcat messages for JavaCameraView updated (Bug #2876); Some fixes for feature #2893 done. commit 2c57445ffe53d3bbd62b766014e1ee083c2f9daa Author: Andrey Kamaev Date: Thu Apr 4 11:57:00 2013 +0400 Improve CMake checks for the OpenGL availability Issue #2868 commit 297e6d0b7380726812f2ef4e2d2432789b5c5538 Author: jackculpepper Date: Thu Apr 4 00:51:52 2013 -0700 mark multiple return arguments for python bindings commit eb3c9ed1ab5bd7f744e5eb76053dc6e72ba8c31d Author: Andrey Kamaev Date: Thu Apr 4 11:27:43 2013 +0400 Fix ffmpeg wrapper compatibility with libavcodec > 53.25.0 Based on pull request #685 commit bf3264b1971334d6c02e89ec406302a6e3ec6900 Author: Andrey Kamaev Date: Thu Apr 4 11:04:51 2013 +0400 Add missed CMake include for check_include_file Issue #2820 commit 1e9ed142057915a27df00031e2c632d8d4260485 Merge: 17a914d 2122627 Author: Andrey Kamaev Date: Thu Apr 4 00:57:33 2013 +0400 Merge pull request #752 from khzimmer:2.4 commit 17a914d2d0048eceaabe9ba644caeca05c4cb521 Merge: 0e53c56 18536fe Author: Andrey Kamaev Date: Thu Apr 4 00:56:10 2013 +0400 Merge pull request #749 from taka-no-me:mingw64 commit 78c70ab948924df12bb0c0f277e0d2237b797a28 Merge: 422803e d4bb421 Author: Andrey Kamaev Date: Thu Apr 4 00:55:21 2013 +0400 Merge pull request #747 from taka-no-me:split_c_cpp commit 0e53c56cf68f42aa504ad1c3bf58a1b08cbe3420 Merge: 91f6eb7 917138f Author: Andrey Kamaev Date: Thu Apr 4 00:55:03 2013 +0400 Merge pull request #744 from pengx17:Branch_2.4_stereobp_ocl commit eeaa1e875198abd21bde4a04c9938e65ea9e81ca Author: Andrey Kamaev Date: Wed Apr 3 20:02:13 2013 +0400 Fix link of fat java wrapper on OS X commit 2122627877bd8e834ec283c6114c853105a4a502 Author: Karl-Heinz Zimmer Date: Wed Apr 3 17:54:29 2013 +0200 Set ptr to NULL, so this method can be called repeatedly. This fixes a crash after unplugging web cam and trying to re-scan the cameras. commit d4bb421ce25b606e278fe9352ca241197cad76b1 Author: Andrey Kamaev Date: Wed Apr 3 17:25:00 2013 +0400 Fix findEssentialMat function Also remove all usages of std::complex from OpenCV modules commit 18536fe8f9ea344016afe4b383e50876b282beee Author: Andrey Kamaev Date: Wed Apr 3 16:30:33 2013 +0400 Fix target platform detection for x64 MinGW commit 422803e86649214ecbf21ab4cc06b424e116e5ef Merge: 4cf5c35 366f859 Author: Andrey Kamaev Date: Wed Apr 3 15:58:47 2013 +0400 Merge pull request #746 from jet47:fix-gpu-compilation commit 4cf5c3568d4610b3f0488669fa5cde37c0c833f9 Merge: de848a0 740941c Author: Andrey Kamaev Date: Wed Apr 3 15:58:31 2013 +0400 Merge pull request #737 from AoD314:webp2 commit de848a08d3d8a82e6c0ee65fbbbc7bf5d28bba59 Merge: db45e04 77e51ff Author: Andrey Kamaev Date: Wed Apr 3 15:58:17 2013 +0400 Merge pull request #722 from gpsinghsandhu:blob-detector-cpp commit 91f6eb7cabc75bf056e8df348a7e335263773cc9 Merge: 795a513 870563b Author: Andrey Kamaev Date: Wed Apr 3 15:44:46 2013 +0400 Merge pull request #745 from jet47:fix-gpu-warnings commit 795a513ac4aab72c1c71431b4aa17c149a71d425 Merge: a2d89ac a2561ee Author: Andrey Kamaev Date: Wed Apr 3 15:39:57 2013 +0400 Merge pull request #716 from asmorkalov:winrt commit a2d89aced47399f2d9aaeb1fa221bcf6d1bb35c7 Merge: 6c58a22 3929a43 Author: Andrey Kamaev Date: Wed Apr 3 15:21:09 2013 +0400 Merge pull request #748 from asmorkalov:android_na_install_fix commit 6c58a22e32bdcc54bd4415028482279feaab8944 Merge: d7a7d05 9d7e51e Author: Andrey Kamaev Date: Wed Apr 3 15:18:11 2013 +0400 Merge pull request #743 from jet47:fix-sparsemat-iterator commit d7a7d05dd6eef97bd9efd5ab32891f17e5572a4b Merge: a089cf8 8d521d4 Author: Andrey Kamaev Date: Wed Apr 3 15:17:53 2013 +0400 Merge pull request #738 from jet47:gpu-disable-videoenc-test commit a089cf8d9b54e0fa3b24364336362c3101af87d9 Merge: 656594a e640985 Author: Andrey Kamaev Date: Wed Apr 3 15:17:37 2013 +0400 Merge pull request #728 from taka-no-me:ndk-r8e commit a2561ee0cdc551e502fcd06b04e193521e8eac27 Author: Alexander Smorkalov Date: Wed Apr 3 03:48:23 2013 -0700 Code review notes fixed. commit 3929a4387360ffd1e2b2ab7a9994fb17e29e98a0 Author: Alexander Smorkalov Date: Wed Apr 3 14:43:23 2013 +0400 Native activity install fixed. commit 6ce050d26459e8c06bcb1efe7721971dff96df7c Author: Andrey Kamaev Date: Wed Apr 3 12:29:48 2013 +0400 Update docs commit 940eedfb277804c00e77a94dcb50d6d3b2678f6e Author: Andrey Kamaev Date: Tue Apr 2 20:59:43 2013 +0400 Finalize core headers reorganization commit 870563ba25e95c2da8e1f067485796ce938ed4d1 Author: Vladislav Vinogradov Date: Wed Apr 3 13:29:04 2013 +0400 fixed compilation warning for CUDA files command line option '-Wsign-promo' is valid for C++/ObjC++ but not for C [enabled by default] commit 917138f565c4fefeccf7c7c5e4caeb587ecf226f Author: peng xiao Date: Wed Apr 3 17:36:05 2013 +0800 Fix compilation errors. commit 366f859adae69d6476a902feef6e65680a6f631d Author: Vladislav Vinogradov Date: Tue Apr 2 20:21:24 2013 +0400 fixed compilation after CV_IMPLEMENT_QSORT_EX removing commit 7758322fd3f0c3d02365e8199ba7d7dfbcd46d7c Author: peng xiao Date: Wed Apr 3 16:42:44 2013 +0800 Fix some build errors. commit 9d7e51eb4686670a81e455f222abc14d173cbc71 Author: Vladislav Vinogradov Date: Wed Apr 3 12:39:03 2013 +0400 fixed SparseMat Iterator compilation error (bug #2921) commit ecea583afdd8ed10b13a5440d5d3aeb77c7ea83b Author: peng xiao Date: Wed Apr 3 15:57:26 2013 +0800 Add ocl::stereobp function. OpenCL StereoBeliefPropagation, ported from GPU implementation. commit c979de1eed8e75a5d38c2976ab6d14de0e5bf971 Author: Andrey Kamaev Date: Tue Apr 2 15:18:17 2013 +0400 Rewrite Mat formatting without std streams commit d5aaea2749a1fea96c1740ec4a6cbd8c62c59a7a Author: yao Date: Wed Apr 3 14:24:55 2013 +0800 fix some mismatch on cpu device running OCL commit cb63bbf0013e442c6ba81ef98628df7b99746605 Author: yao Date: Wed Apr 3 13:58:44 2013 +0800 fix hog on some CPU device running ocl commit fd4a6f0af05a0c4e0461b05f2bd20c85bfcbe73c Author: yao Date: Wed Apr 3 13:23:04 2013 +0800 make the sparse method give correct results on CPU ocl Add CL_CPU to supportsFeature check simplify the logic of pyrlk commit 4703f4552ab700a54737e1fac1b151c7963b1f66 Author: Alexander Smorkalov Date: Tue Apr 2 18:01:20 2013 -0700 Experimental MS Media Foundation API support added commit 8db1a7310272d4c9f6d621aa4dacd625d5ea05a4 Author: dave Date: Tue Apr 2 10:31:02 2013 -0700 Added v4l2 support for getting capture property CV_CAP_PROP_POS_MSEC commit 8d521d4704fc868dfca8c411ba5ff5ceb5c70207 Author: Vladislav Vinogradov Date: Tue Apr 2 16:49:09 2013 +0400 disabled perf tests for gpu VideoWriter and VideoReader commit 656594ad4f2c4ffe93f4d92f2b9c21376c26928a Merge: baa4882 f3254b2 Author: Andrey Kamaev Date: Tue Apr 2 15:25:19 2013 +0400 Merge pull request #736 from bitwangyaoyao:2.4_clflush commit baa4882a2a57e1b7e46aa45956ff2d52e2cd25ac Merge: f9f1261 642d7d6 Author: Andrey Kamaev Date: Tue Apr 2 15:25:06 2013 +0400 Merge pull request #735 from jet47:fix-windows-issues commit f9f126146939c195bbc52c0fade6f2ba0bbb862a Merge: 74097a4 75ea10e Author: Andrey Kamaev Date: Tue Apr 2 15:24:53 2013 +0400 Merge pull request #734 from apavlenko:fix_2806 commit 74097a426b5eb319a2a5bbe30958ee9575ad0238 Merge: 04f0d31 9aa2937 Author: Andrey Kamaev Date: Tue Apr 2 15:24:40 2013 +0400 Merge pull request #732 from apavlenko:disable_unstable_test commit 04f0d3147219cd2ebad6daa73c147c9138117a25 Merge: 727a339 10f6ebf Author: Andrey Kamaev Date: Tue Apr 2 15:24:25 2013 +0400 Merge pull request #731 from bitwangyaoyao:2.4_fixDft commit 727a339455762fcac3674c3076bc31195ab3fce1 Merge: 2a1cf23 10702c6 Author: Andrey Kamaev Date: Tue Apr 2 15:24:12 2013 +0400 Merge pull request #730 from vpisarev:ba_fix commit 740941c8b8c2bf345d0f0c4822be88aa1973c6a0 Author: AoD314 Date: Tue Apr 2 15:22:10 2013 +0400 update libwebp up to 0.3.0 commit 642d7d68266fb8f12d07eefe069e87fa3490480b Author: Vladislav Vinogradov Date: Tue Apr 2 13:24:39 2013 +0400 fixed nonfree test (run it only on one gpu device) commit 9086efa8e92732595a3d0a1fa73eeaf461d915a4 Author: Vladislav Vinogradov Date: Tue Apr 2 13:24:00 2013 +0400 fixed warnings commit b47a2012d290737d87ad9e4326572e36be6e6ed4 Author: Vladislav Vinogradov Date: Tue Apr 2 13:23:03 2013 +0400 fixed assert condition (trueRightDisp can be empty) commit 75ea10e6ff8381890ca57d112b4d1985e8eddf01 Author: Andrey Pavlenko Date: Tue Apr 2 12:14:43 2013 +0400 fix for #2806 (missing 'nu03' field of moments) commit 9aa29373b47712d9b65ca88a0c52aaba60707f06 Author: Andrey Pavlenko Date: Tue Apr 2 11:39:26 2013 +0400 this test is unstable (fails from time to time), let's disable it until fixed commit f3254b28f2be208bfaa0dca155eb1c8b26a62d17 Author: yao Date: Tue Apr 2 14:41:02 2013 +0800 use clflush replaces clfinish commit 10f6ebfdf757bef5483327982d735f2999a01bc5 Author: yao Date: Tue Apr 2 11:35:40 2013 +0800 fix the crash when calling dft commit 7193a73ca003b0961b41920d453c3cf5acdc51b7 Author: Andrey Kamaev Date: Mon Apr 1 19:18:05 2013 +0400 Move FileStorage to separate header commit 517062039e2078e86babdd87c7dfd2992e029c78 Author: Andrey Kamaev Date: Mon Apr 1 17:29:10 2013 +0400 Make core/internal.hpp a private header commit d62bc8cfbf4a17e9d3a06f81164d8554cf7a14a0 Author: Andrey Kamaev Date: Mon Apr 1 16:32:08 2013 +0400 Remove more old definitions from internal.hpp commit e972d6b8c0973d34cb4826ab233b5153f1968290 Author: Andrey Kamaev Date: Sun Mar 31 16:54:30 2013 +0400 Drop template Vector class commit 3890a74565f9b4d640aa34c99068b4d3af04d3bf Author: Andrey Kamaev Date: Sun Mar 31 13:26:21 2013 +0400 Drop outdated definitions from internal.hpp This also fixes few clang build errors commit 605382562d8bda1a06bd12b19a3d5a2618f6a415 Author: Andrey Kamaev Date: Sun Mar 31 13:24:36 2013 +0400 Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create commit b28f5949172b941a72bf408137657521f6774fc7 Author: Andrey Kamaev Date: Sat Mar 30 22:11:35 2013 +0400 Drop fast_abs commit 6fea48c54f13583f8eb87560504b19e9c5310988 Author: Andrey Kamaev Date: Sat Mar 30 21:50:20 2013 +0400 Drop operator* from MatCommaInitializer commit 4ab650d15b462f6ac7b158190a2375fc6d84963c Author: Andrey Kamaev Date: Sat Mar 30 21:47:42 2013 +0400 Remove gcd function from core headers commit c886afb502bf2b885fa70b63b1adcbc77a60b01f Author: Andrey Kamaev Date: Sat Mar 30 19:03:55 2013 +0400 Finalize cv::Mat transition commit 71e43852ce220ca12347e27d222ab037bfc9f365 Author: Andrey Kamaev Date: Sat Mar 30 00:47:22 2013 +0400 Fix MSVC build issues commit 2b1ef95415e48b99b9ad16bbfc42c1b36112ede8 Author: Andrey Kamaev Date: Fri Mar 29 12:59:55 2013 +0400 Completely separate C and C++ API of OpenCV core commit 715fa3303ea56483447992204ece63401b98ab2c Author: Andrey Kamaev Date: Thu Mar 28 21:01:12 2013 +0400 Move cv::Mat out of core.hpp commit 135c0b6cb558c5e7520554d2d44d3c6d231fb49a Author: Andrey Kamaev Date: Thu Mar 28 18:22:40 2013 +0400 Move cv::TermCriteria out of core.hpp commit fbd435898b44187de83b8da98c3da149b83b3666 Author: Andrey Kamaev Date: Thu Mar 28 18:22:24 2013 +0400 Rename mat.hpp commit 3d1d219561698a453a0f5519b1de74399dfa19d4 Author: Andrey Kamaev Date: Thu Mar 28 16:47:45 2013 +0400 Move cv::fastMalloc, cv::fastFree and cv::Ptr out of core.hpp commit 489bd59b725a2f4f1bb46fe5ed6eeb2eab1822a3 Author: Andrey Kamaev Date: Thu Mar 28 12:48:00 2013 +0400 Move implementation of C++ container classes to types.hpp commit 6c071cbdd8259ce1d6b3defe92c1004c120622ff Author: Andrey Kamaev Date: Wed Mar 27 19:06:31 2013 +0400 Norms are moved out form operations.hpp commit 969a7133a9cfbf64be9781303f49e48a3b28fdd6 Author: Andrey Kamaev Date: Wed Mar 27 18:43:06 2013 +0400 Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp commit d2192c075981bd152a3f4155159e5dafebea8482 Author: Andrey Kamaev Date: Wed Mar 27 15:54:04 2013 +0400 Move cv::Matx and cv::Vec to separate header commit 5e7ab8baf301a4b223842d4d1817879df244cd20 Author: Andrey Kamaev Date: Wed Mar 27 14:58:57 2013 +0400 Move cv::Scalar_ to types.hpp commit 6ceca90c44eeb916545ef7fd06c84bf8f79b7057 Author: Andrey Kamaev Date: Wed Mar 27 13:20:29 2013 +0400 Move most of the traits classes out of core.hpp commit 2249f19120ff729d41404874cd362811e1b16539 Author: Andrey Kamaev Date: Tue Mar 26 21:26:43 2013 +0400 Move cv::Range, cv::KeyPoint and cv::DMatch commit 93d76ac23ffdddf0f2dc4ef6846914578694126c Author: Andrey Kamaev Date: Tue Mar 26 20:59:45 2013 +0400 Move cv::RotatedRect commit 62adc019809e311f1b22363eaaf96ab4bf571027 Author: Andrey Kamaev Date: Tue Mar 26 20:43:27 2013 +0400 Move cv::Rect_ commit addf0309ec0e59ad47d27599e85e778cb4c65cfc Author: Andrey Kamaev Date: Tue Mar 26 20:23:40 2013 +0400 Move cv::Size_ commit 13b31b0804ee69268b6b2f29bf27ec535d9f3a2f Author: Andrey Kamaev Date: Tue Mar 26 19:48:50 2013 +0400 Move C++ basic structures to separate header and inverse dependency from C API cv::Complex, cv::Point_ and cv::Point3_ are moved. commit 19f8f85c516ac75438a4a3003e7749b572d8f80b Author: Andrey Kamaev Date: Tue Mar 26 18:44:18 2013 +0400 Move C structures wrappers from core.hpp to core_c.h Also move RTTIImpl class to the only usage commit 6bf49d49e75c58fbec5c2f33d818f762bb0ca467 Author: Andrey Kamaev Date: Tue Mar 26 18:15:58 2013 +0400 Drop CvModule and cvSetMemoryManager commit 10702c6d755909f8f90a106f728e34acd37cd188 Author: Vadim Pisarevsky Date: Mon Apr 1 15:20:35 2013 +0400 fixes in bundle adjustment code by Nils Hasler commit e640985e22f4a1082ab321a1c5610c06860f90d8 Author: Andrey Kamaev Date: Mon Apr 1 13:30:44 2013 +0400 Update Android toolchain to the latest version supporting NDK r8e commit 2a1cf23fabaf6e7c81c7bc08e70458399eebb135 Merge: a3954fb 5539e85 Author: Andrey Kamaev Date: Mon Apr 1 15:16:48 2013 +0400 Merge pull request #713 from bitwangyaoyao:2.4_perf commit db45e04d5889d906d6460d01e93fe8ada5b0ef67 Merge: f77a375 855acc9 Author: Andrey Kamaev Date: Mon Apr 1 15:14:45 2013 +0400 Merge pull request #720 from taka-no-me:drop_sort commit a3954fb2236b41229a04d992c849388024cf9bcc Merge: d619625 8e10cd8 Author: Andrey Kamaev Date: Mon Apr 1 15:11:40 2013 +0400 Merge pull request #729 from jet47:fix-gpu-windows-build commit d619625576fed01e7d7d703b61da4dfd8c9c24f1 Merge: aebffb7 f2fe89c Author: Andrey Kamaev Date: Mon Apr 1 15:11:25 2013 +0400 Merge pull request #727 from asmorkalov:android_na_cmake commit aebffb712a02c30f55a97519a130a8ccc62f37a8 Merge: 52fc9f7 b62cf65 Author: Andrey Kamaev Date: Mon Apr 1 15:11:02 2013 +0400 Merge pull request #726 from jet47:fix-pvs-studio-warnings commit 52fc9f77941fd4fa9cd4293cc778f72a63a3f410 Merge: 87bb7ff ea5225e Author: Andrey Kamaev Date: Mon Apr 1 15:10:49 2013 +0400 Merge pull request #725 from taka-no-me:fix_array_create commit 8e10cd8946ea6832e63ae58e2f03de250d758251 Author: Vladislav Vinogradov Date: Mon Apr 1 14:15:06 2013 +0400 fixed gpu module compilation under windows commit f2fe89c6d85da182d08f629922b3b71726753ff9 Author: Alexander Smorkalov Date: Mon Apr 1 12:38:26 2013 +0400 CMakeLists.txt for Android native activity added. commit b62cf65b917e43db154dd6b0377b1a5deced2890 Author: Vladislav Vinogradov Date: Mon Apr 1 11:55:02 2013 +0400 fixed inconsistent new/delete operators commit 3d095ccc825b305d08e77284c2d4eae6e3dc202a Author: Vladislav Vinogradov Date: Mon Apr 1 11:53:43 2013 +0400 fixed condition in KeyPointsFilter::retainBest commit d27d091e59c1a9143dd01caf3f7c644807610c0b Author: Vladislav Vinogradov Date: Mon Apr 1 11:53:05 2013 +0400 fixed mind/maxd search in CvFuzzyMeanShiftTracker::SearchWindow::initDepthValues commit 43f38df1d26ad91c912145d6d2169f7108120e88 Author: Vladislav Vinogradov Date: Mon Apr 1 11:37:48 2013 +0400 fixed incorrect sizeof() expression in CvCalibFilter::SetCameraCount commit 3c86788b1f424acd30bf0ea491b23408d9d07bb7 Author: Vladislav Vinogradov Date: Mon Apr 1 11:35:33 2013 +0400 fixed incorrect sizeof() expression in CvCaptureCAM_VFW::open commit d2b093d809bb170020ac7f1f88f95999ce9c2948 Author: Vladislav Vinogradov Date: Mon Apr 1 11:31:56 2013 +0400 fixed potential dereference of null pointer commit ce2284e2e6e624c1fea54c2470deab90fc35511d Author: Vladislav Vinogradov Date: Mon Apr 1 11:29:13 2013 +0400 removed duplication commit 5a4fa4607b417bd152f168eaa425da60600f4d3c Author: Vladislav Vinogradov Date: Mon Apr 1 11:26:49 2013 +0400 fixed misprint in imgwarp.cpp commit ae47b8f06c9d9a7fe607b4c7ba34d15d52582c5c Author: Vladislav Vinogradov Date: Mon Apr 1 11:23:27 2013 +0400 fixed misprint in icvCreateIsometricImage commit 10774ff068e701eb1ee378d9a1171c2b0e8e4d6a Author: Vladislav Vinogradov Date: Mon Apr 1 11:18:30 2013 +0400 removed unnecessary tmp variable (convertTo can work in-place) commit b28677bd90cbb7679ae97dc0d05e89675bbf67aa Author: Vladislav Vinogradov Date: Mon Apr 1 11:16:47 2013 +0400 fixed misprint in MatOp::augAssignXor commit 77e51ff9c4a49306aa741a79bef153ca804f6ae3 Author: gpsinghsandhu Date: Sun Mar 31 16:13:40 2013 +0530 contours with zero area rejected reject contours with zero area by using the "continue" statement to be in sync with the condition checking style used in the whole file commit 87bb7ff5580cc11666b8062bc876adc11afe9e61 Merge: 6bf0181 924b0ef Author: Andrey Kamaev Date: Sun Mar 31 13:46:23 2013 +0400 Merge pull request #721 from jet47:tvl1-bug-fix commit 6bf0181d87d67213d272a1681f19384db52c2d4d Merge: e143706 b08432c Author: Andrey Kamaev Date: Sun Mar 31 13:45:55 2013 +0400 Merge pull request #723 from virtuald:2.4 commit ea5225ef3ed1a41a327c5567c27db5cfd90fe3c7 Author: Andrey Kamaev Date: Sun Mar 31 13:40:09 2013 +0400 Fix typo leading to heap corruption in OutputArray::create commit b08432cfe772d64567d4c1c137ba8bf15519951f Author: Dustin Spicuzza Date: Fri Mar 29 17:37:00 2013 -0400 Port dft.py sample from cv to cv2 commit 0d16a9befb05858d1857bb2e06912a28b1c3e805 Author: gpsinghsandhu Date: Sat Mar 30 00:33:22 2013 +0530 In response to Bug #2927 change to reject contours with moms.m00 = 0.0 commit f77a375354926092c3c8bc7ac838dae5614b7abb Merge: 3ceca9b e143706 Author: Andrey Kamaev Date: Fri Mar 29 18:48:06 2013 +0400 Merge branch '2.4' commit e143706ef9e3544ae72be8cad5346c44e83e3957 Author: Misty De Meo Date: Fri Mar 22 11:18:42 2013 -0500 Fix ant/Java detection in cmake scripts Mac OS X 10.7 and newer don't come with Java installed. They do include some stub binaries, which ask the user if they want to install Java when run. OpenCV's cmake script just checks for the existence of an ant binary and assumes that Java's available if ant is. As a result, cmake will configure the build to use Java and it will fail once it tries to compile the Java bindings. This fixes the issue by checking for the exit status of `ant -version` - it exits 0 if Java is installed, or 1 otherwise.(cherry picked from commit a423afddc143f4b10e09e7b253a420b29f877b6c) commit f5c3cb8b7ca2062b0ff3d5581553b2b57398c797 Author: Ryan Rawson Date: Wed Mar 27 02:52:53 2013 -0700 Update operations_on_arrays.rst Remove weirdo unicode – and just use a normal -(cherry picked from commit 0d49de51b79eacccf5b93a6fa67478a59ffd246d) commit 3ceca9b7b136b7d7a0a551c8a34ccb0405b3e74a Merge: f4b98e9 a423afd Author: Andrey Kamaev Date: Fri Mar 29 18:24:11 2013 +0400 Merge pull request #694 from mistydemeo:fix_java_detection commit f4b98e9628e4d63e91f66e1beead0d50725046f8 Merge: 0bb785c 2661c2e Author: Andrey Kamaev Date: Fri Mar 29 18:23:05 2013 +0400 Merge pull request #719 from jet47:gpu-fix-build commit 0bb785c97973b154b4023cf4f5821f0853d61f41 Merge: 7ff68d5 0d49de5 Author: Andrey Kamaev Date: Fri Mar 29 18:21:59 2013 +0400 Merge pull request #717 from ryanobjc:patch-1 commit 7ff68d5e0d55805ec2acb064962cc0c5812a55a6 Merge: 20534c9 2edfae5 Author: Andrey Kamaev Date: Fri Mar 29 18:21:37 2013 +0400 Merge pull request #711 from taka-no-me:move_keypoint_dmatch commit 7d37625fc35d3b44c0c61aa1215988bc84512017 Merge: 56d6211 c66cf08 Author: Andrey Kamaev Date: Fri Mar 29 18:21:14 2013 +0400 Merge pull request #718 from apavlenko:java_tests_fix commit 56d62118d5966b22f8a30cd5324126ff0740167b Merge: b5dd26e f2ecf4f Author: Andrey Kamaev Date: Fri Mar 29 18:20:45 2013 +0400 Merge pull request #707 from pengx17:2.4_surf commit b5dd26e4c7503976f2d103eebcac0bba6a18b9eb Merge: cdddecb f282498 Author: Andrey Kamaev Date: Fri Mar 29 18:20:26 2013 +0400 Merge pull request #704 from taka-no-me:folders commit 855acc97483a1f8e96875d2595230659e0a5cef0 Author: Andrey Kamaev Date: Fri Mar 29 16:27:12 2013 +0400 Add specialization for << operator for writing std::string to FileStorage commit 924b0ef7861c7e7fdc69befb3f25ff44258f6c20 Author: Vladislav Vinogradov Date: Fri Mar 29 10:40:28 2013 +0400 fixed bug in TVL1 optical flow: initial optical flow was not cleaned during the second call commit cc6bdfb045b10cba9d8085953f90839825200281 Author: Andrey Kamaev Date: Thu Mar 28 16:12:13 2013 +0400 Remove inline sorting algorithms from core headers commit 2661c2e213642a85b1313b6760740b8bb92f3d11 Author: Vladislav Vinogradov Date: Thu Mar 28 11:49:47 2013 +0400 fixed warnings commit 76e748ccc165a8c81f68cb09db069d379c0f299d Author: Vladislav Vinogradov Date: Wed Mar 27 16:28:46 2013 +0400 removed internal_header.hpp - it produces many warnings commit 15f09f806885768d7ea01257d7116a892b3b2784 Author: Vladislav Vinogradov Date: Wed Mar 27 13:07:58 2013 +0400 fixed gpu module compilation commit c6cab50c5cb2c789e654acad3f4a0f6d58dc069a Author: Alexander Smorkalov Date: Thu Mar 28 00:01:52 2013 -0700 Perf tests for Video IO on WInRT fixed. commit 09bc99a0c0450358c6beff77db2967ae7cca1b9b Author: Alexander Smorkalov Date: Wed Mar 27 08:03:51 2013 -0700 HAVE_WIN32UI and HAVE_VFW checks and defines added. commit c66cf08cedde16d60d84d74e01214b419e5919ae Author: Alexander Bohn / FI$H2k Date: Fri Mar 15 06:47:52 2013 -0300 Fix for encoding errors when building Java source The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them. (cherry picked from commit f3ee55e04222deea30ffe4e89456c220bc75ff1a) commit 0d49de51b79eacccf5b93a6fa67478a59ffd246d Author: Ryan Rawson Date: Wed Mar 27 02:52:53 2013 -0700 Update operations_on_arrays.rst Remove weirdo unicode – and just use a normal - commit cdddecbb93a6ac69cf89353ac6ee3cd1437237d3 Merge: db17382 04a6ab4 Author: Andrey Kamaev Date: Wed Mar 27 13:19:40 2013 +0400 Merge pull request #715 from pengx17:2.4_canny_buf commit db17382d3a18526c87c00855ce1fe001e8dc9108 Merge: 6c99b5c bbf43e8 Author: Andrey Kamaev Date: Wed Mar 27 13:19:27 2013 +0400 Merge pull request #712 from apavlenko:fix-2912 commit de95a2b278657d06d85cd032fd3fa6fe2f55eda2 Author: Alexander Smorkalov Date: Wed Mar 27 00:23:23 2013 -0700 Video IO tests turned off for ARM WinRT. commit 04a6ab4144be6340251132af4247388874008f5f Author: peng xiao Date: Wed Mar 27 15:08:51 2013 +0800 Fix OCL Canny commit f2ecf4f905455c637c96da7db9f579058acd745e Author: peng xiao Date: Wed Mar 27 13:25:08 2013 +0800 Disable ocl::SURF accurate test commit 5539e85a1179c51da0b709fa48a516ca67370847 Author: yao Date: Wed Mar 27 12:04:48 2013 +0800 use perf test replace performance sample commit ad58c084a95a5e8076f25f1bd9b16211f902b5d8 Author: peng xiao Date: Wed Mar 27 08:56:31 2013 +0800 Fix compiler errors commit 6f68640d4d0fb524645c25b87a064fd2fbae81fb Author: Alexander Smorkalov Date: Tue Mar 26 17:19:52 2013 -0700 Multiple fixes for WinRT Fixed flann build with NEON; Fixed Haming distance with NEON; Honest cvRound for WinRT added; cvRound test added; Video IO with direct show disabled; commit bbf43e8b16a0c1151f84c94c58b09462bb8469be Author: Andrey Pavlenko Date: Tue Mar 26 19:31:16 2013 +0400 fix for bug #2912 (DescriptorExtractor::compute Java wrapper loses native arg change) commit 6c99b5c9e5d9760b68586926de409c2e6db76718 Merge: 6a6ae35 d6f1ad8 Author: Andrey Kamaev Date: Tue Mar 26 18:38:36 2013 +0400 Merge pull request #705 from bitwangyaoyao:2.4_oclFix commit 20534c9bebe4d7b93d20d949adca78e7ce9d181b Merge: 8eff34e 322d781 Author: Andrey Kamaev Date: Tue Mar 26 18:38:15 2013 +0400 Merge pull request #692 from vpisarev:refactor_calib3d_stereo commit 2edfae5070d5a8cf669e0d72d24eff7c28aeaf95 Author: Andrey Kamaev Date: Tue Mar 26 17:20:51 2013 +0400 Move documentation for cv::KeyPoint and cv::DMatch to core commit 49f6dad13f12f9fb1197eec293b1767b488d02f3 Author: Andrey Kamaev Date: Tue Mar 26 14:58:09 2013 +0400 Move cv::KeyPoint and cv::DMatch to core commit 6a6ae355b1c0b276219fc6cca7adf2b12516f28d Merge: 55c9a7c 4dbd0f0 Author: Andrey Kamaev Date: Tue Mar 26 15:31:22 2013 +0400 Merge pull request #710 from jet47:gpu-fix-compilation-issues commit 8eff34ee0bf221c8c1d0e07a03e68a9827b698ba Merge: 6e2708e 2107ea9 Author: Andrey Kamaev Date: Tue Mar 26 14:36:47 2013 +0400 Merge pull request #709 from taka-no-me:cv_format commit 6e2708e04293563e6ce8d8290a0935d3d6b07984 Merge: 0e58853 6377922 Author: Andrey Kamaev Date: Tue Mar 26 14:36:25 2013 +0400 Merge pull request #708 from taka-no-me:gstreamer_10_28 commit 0e58853be3907a6a91974882aa98a2c70020f0f4 Merge: 69c9fe3 5fd58a0 Author: Andrey Kamaev Date: Tue Mar 26 14:36:09 2013 +0400 Merge pull request #706 from taka-no-me:str_gpumat commit 8ffc15371ddbac25d140bb797ebb73910397c89b Author: peng xiao Date: Tue Mar 26 17:23:38 2013 +0800 Fix compiler errors commit 6377922716f37b00e4f8f5eab87a8fbcb16422e5 Author: Andrey Kamaev Date: Tue Mar 26 12:27:39 2013 +0400 Fix build with gstreamer 0.10.28 commit 322d781192d68364dbb97b9a4904d1a40a50efe7 Author: Vadim Pisarevsky Date: Tue Mar 26 12:55:21 2013 +0400 avoid explicit std::string use commit 7476bf5cd71b9a40909da523f642f3dc09da2a2a Author: peng xiao Date: Tue Mar 26 16:40:30 2013 +0800 Fix compiler errors commit 4dbd0f0e8fa30fd6d2a6e939d2830833caad6819 Author: Vladislav Vinogradov Date: Tue Mar 26 12:33:13 2013 +0400 fixed compilation issues with gpu modules: * disabled warnings from thrust * fixed warnings from ts_gtest.h * possibly fixed superres compilation in Debug mode on Windows commit 2107ea977364202123604ef125c44c3f23cf4bf5 Author: Andrey Kamaev Date: Tue Mar 26 11:54:04 2013 +0400 More accurate implementation of cv::format commit 9698079ca51db652b050b53ab4de75948fc2be7b Author: peng xiao Date: Tue Mar 26 15:48:15 2013 +0800 Pass warp size into SURF commit 0c19a07bf4ae9fcdf7507d872288e2615d5ca74e Author: peng xiao Date: Tue Mar 26 15:36:49 2013 +0800 Add a function to query ocl device info Currently the function only supports wavefront size query commit 5fd58a010347e9bf333aef56f1786ddbe09c62a8 Author: Andrey Kamaev Date: Tue Mar 26 11:24:54 2013 +0400 Fix std::string to cv::String migration problems in gpumat.cpp commit 69c9fe357d9749c43fb11c39d9445793e47fba6d Merge: 98585a9 aaf69c4 Author: Andrey Kamaev Date: Tue Mar 26 11:00:03 2013 +0400 Merge pull request #702 from taka-no-me:refactor_core_headers commit d6f1ad8c14d9fe6de9c404af43a4ee8ee033e40c Author: yao Date: Tue Mar 26 14:23:26 2013 +0800 more fix commit f36db3a037cae9f495bb7ca0fc0d17a4ba0726fb Author: yao Date: Tue Mar 26 14:10:29 2013 +0800 more fix of mismatch commit ad6aae45838a5a05068956860dac3e41035b9dd8 Author: yao Date: Tue Mar 26 13:41:13 2013 +0800 more fix of mismatch functions on CPU OCL commit 2c06e59a69aeaa1a76d0ebd419ec88c77e484feb Author: yao Date: Tue Mar 26 13:05:01 2013 +0800 fix some mismatch commit f428d1874a008110e0d0cf0ae547064bedebca3a Author: yao Date: Tue Mar 26 12:01:01 2013 +0800 discard comments in kernels.cpp commit f7b40cdc63ec3e9f8631ac73fab8d4e2b98e8913 Author: peng xiao Date: Tue Mar 26 11:51:02 2013 +0800 Add a macro to call additional barrier function on the fly commit 7e495a1d6639ccfb3c260b6157ede4042767d63a Author: yao Date: Tue Mar 26 11:48:14 2013 +0800 fix amdFft and amdBlas path commit f282498b1d4b3a93f306c7d8da9c0dc547949156 Author: Andrey Kamaev Date: Mon Mar 25 21:57:53 2013 +0400 Drop outdated targets and fix solution folders commit 98585a9688714c02b302d16b18461920816a9bd8 Merge: a3e31a6 866d676 Author: Andrey Kamaev Date: Mon Mar 25 20:26:39 2013 +0400 Merge pull request #703 from jacob-baines:patch-2 commit 55c9a7c87d315425e2fe9a4f602d49b0e9b170de Merge: 5c32703 4d23e2c Author: Andrey Kamaev Date: Mon Mar 25 20:26:22 2013 +0400 Merge pull request #701 from jet47:clahe commit aaf69c422ee03e11b362df193411533c3bcc609d Author: Andrey Kamaev Date: Mon Mar 25 18:06:02 2013 +0400 Fix clang build for Android (CV_XADD) commit 866d676582a804e545992bf9798f45a70889049d Author: Jacob Baines Date: Mon Mar 25 11:02:50 2013 -0300 Memory Leak Fix Memory leak in BoostedSoftCascadeOctave::traverse commit 4d23e2c8c995c94019e1aecf481bd57a7b40680d Author: Vladislav Vinogradov Date: Mon Mar 25 15:39:07 2013 +0400 GPU implementation of CLAHE commit 5810a73d30dfdda9455769a81346a84c52c39423 Author: Vladislav Vinogradov Date: Mon Mar 25 15:38:43 2013 +0400 CPU implementation of CLAHE commit deb7f4d474b5ca9f2d43645b9d9fc24032c59566 Author: Andrey Kamaev Date: Mon Mar 25 17:38:50 2013 +0400 Fix globbing failure when stat call fails commit a3e31a69df66dc6e108fd5ed06c27d5a15bdd212 Merge: 8c41c61 921675c Author: Andrey Kamaev Date: Mon Mar 25 17:01:41 2013 +0400 Merge pull request #684 from vhdirk:gstreamer-1.x commit 78a843e8ac114a423512c5a816c9f21eaa9741f4 Author: Andrey Kamaev Date: Mon Mar 25 16:01:23 2013 +0400 Move implementation of cv::String methods out of class definition commit 3d3385654aa954f3dcfbd0812236b8b697ebc2a0 Author: Andrey Kamaev Date: Mon Mar 25 16:01:06 2013 +0400 Use C++ style includes when compiled as C++ commit 5c327030ebf8b0c92bf422bf30bbf906a0604791 Merge: 04ec0bd 2be7d9b Author: Andrey Kamaev Date: Mon Mar 25 03:29:13 2013 -0700 Merge pull request #698 from vpisarev/ms_visimage_tut24 added tutorial by Wolf Kienzle on using "image watch" plugin for ms visual studio commit 04ec0bdbf0384feb1d2934f55c45de952f452d9d Merge: ec8aec0 7fa01e3 Author: Andrey Kamaev Date: Mon Mar 25 03:28:29 2013 -0700 Merge pull request #697 from Nerei/ios_png_jpeg Enabled png and jpeg for iOS commit 8c41c614ebd5156d932d0841f75257f1c60aa6b6 Merge: 04eabf8 dd9e786 Author: Andrey Kamaev Date: Mon Mar 25 03:27:31 2013 -0700 Merge pull request #700 from cuda-geek/fix_build_with_cuda fix master build with CUDA after latest 2.4 merge commit 04eabf8d9fd5794dcbc2f3e497507300e2876bda Merge: bafd359 1e1645e Author: Andrey Kamaev Date: Mon Mar 25 03:26:18 2013 -0700 Merge pull request #699 from jacob-baines/patch-1 Mismatching new[] / delete commit bafd3590830f434625ba5b93034aa007ddb8155d Merge: a3994bc 877dfae Author: Andrey Kamaev Date: Mon Mar 25 03:24:42 2013 -0700 Merge pull request #695 from taka-no-me/cv_str cv::String to replace the std::string commit a3994bc45fe40cd8ffe837dd7d98bc967ba0f3c2 Merge: ec15d6f 4096b54 Author: Andrey Kamaev Date: Mon Mar 25 03:23:20 2013 -0700 Merge pull request #671 from cuda-geek/static_assert Static assert commit f8b61e4ecac367f9cbc77ce0557f65c01c7fdc6c Author: Vadim Pisarevsky Date: Mon Mar 25 12:04:11 2013 +0400 fixed hopefully last warnings in the doc builder commit 7fa01e3fcc9eaac70871e7f3cff52bdb1a1b1544 Author: Anatoly Baksheev Date: Sun Mar 24 20:07:55 2013 +0400 enabled png and jpeg for iOS commit dd9e786a8ea8d428afece3bc01205ced2d2d8086 Author: marina.kolpakova Date: Mon Mar 25 09:34:51 2013 +0400 fix build gpu tests after video module refactoring commit 84f45e1e0385f1a2533b69b8844b7dcb9307451c Author: marina.kolpakova Date: Fri Mar 22 10:21:04 2013 +0400 fixed build with CUDA after latest merge commit 1e1645e214ca3df8408220e1f6ef694bdf45291b Author: Jacob Baines Date: Sun Mar 24 22:45:31 2013 -0300 Mismatching new[] / delete commit 44157c421f0c7a625edf0ff573ace0801746a6bc Author: Vadim Pisarevsky Date: Mon Mar 25 00:42:46 2013 +0400 fixed python test failures (modified stereo correspondence test to use cv2.* stuff), fixed docs commit 4096b545603a71e7713bad28a1d40e9ae6e352cd Author: marina.kolpakova Date: Wed Mar 20 01:52:40 2013 +0400 use static assertation where suitable commit 5c1c13e7451b98dd8b631e7867e0a9f6a635d6cf Author: marina.kolpakova Date: Thu Mar 14 03:28:48 2013 +0400 static assert commit 2be7d9b4d50e313ece9de13997daa60ca2ffdd8b Author: Vadim Pisarevsky Date: Sun Mar 24 23:48:35 2013 +0400 added tutorial by Wolf Kienzle on using "image watch" plugin for ms visual studio commit 7b5923e98b90a8cabaa16b27e36ce0db25d72159 Author: Vadim Pisarevsky Date: Sun Mar 24 23:09:17 2013 +0400 fixed docs and compile error on Linux commit 4d510be2c95a95fa325c2452ea03f7346d66b4b8 Author: Alexander Mordvintsev Date: Sat Mar 23 14:06:33 2013 +0400 added compute function to Feature2D (dirty workaround for #2699) commit 877dfae04427a3efa2050a3f5a40863fd5ae911d Author: Andrey Kamaev Date: Fri Mar 22 21:17:13 2013 +0400 Fix build of ocl module commit 33ef7990b00c4a28374a79730ecc2ef08437f621 Author: Andrey Kamaev Date: Fri Mar 22 20:51:45 2013 +0400 Update documentation commit be7bbe3aa9eb112a4cde4b190bf8e73c9f4be861 Author: Andrey Kamaev Date: Fri Mar 22 20:37:49 2013 +0400 Drop cv:: prefix from cv::String used inside the cv namespace commit 75513a46dc6f3c3820b0603479521955e2c6b7bb Author: Andrey Kamaev Date: Fri Mar 22 19:31:36 2013 +0400 Remove all include directives for commit 29b544d83cc1df53b666bfddfa2a44d3bdf05c72 Author: Andrey Kamaev Date: Fri Mar 22 18:59:43 2013 +0400 Use cv::String in Android camera wrapper commit 308880892637f7c366c4a4b97e9e9b3a6abb1b5c Author: Andrey Kamaev Date: Fri Mar 22 18:15:48 2013 +0400 Fix build of various backends commit 29cfeb7cee4750b6fd9e059dfd48e8e5b1e9fa00 Author: Andrey Kamaev Date: Fri Mar 22 17:01:56 2013 +0400 Fix build of apps and samples commit 688d170de749a4db1e5227828ae354ad39f5c8f5 Author: Andrey Kamaev Date: Wed Mar 20 20:46:22 2013 +0400 Java wrapper is adapted for cv::String commit 707d3e0a6240de70050587f73be02464ef6d9130 Author: Andrey Kamaev Date: Wed Mar 20 20:42:07 2013 +0400 Python wrapper is adapted for cv::String commit 2ad7b97f1c4645e9be8ade2cf12f0c79011082c8 Author: Andrey Kamaev Date: Wed Mar 20 20:13:46 2013 +0400 All modules (except ocl and gpu) compiles and pass tests commit 762aefd71b40e6f752279db534f0fc47ba54a80e Author: Andrey Kamaev Date: Wed Mar 20 17:53:13 2013 +0400 Compile opencv_test_core with cv::String instead of std::string All tests passed! commit 14bb4cbe1e5159ea93f955b49473418bc5fb405b Author: Andrey Kamaev Date: Wed Mar 20 13:00:04 2013 +0400 Add cv::String class commit a423afddc143f4b10e09e7b253a420b29f877b6c Author: Misty De Meo Date: Fri Mar 22 11:18:42 2013 -0500 Fix ant/Java detection in cmake scripts Mac OS X 10.7 and newer don't come with Java installed. They do include some stub binaries, which ask the user if they want to install Java when run. OpenCV's cmake script just checks for the existence of an ant binary and assumes that Java's available if ant is. As a result, cmake will configure the build to use Java and it will fail once it tries to compile the Java bindings. This fixes the issue by checking for the exit status of `ant -version` - it exits 0 if Java is installed, or 1 otherwise. commit ec15d6f383e0aae4441153d69129003132afb184 Merge: 82d7292 d32af86 Author: Andrey Kamaev Date: Fri Mar 22 19:35:17 2013 +0400 Merge pull request #690 from berak:master commit 82d7292ee7d07197c4ea06de4bb5601fc6541f7a Merge: 1ca8f33 40dd25d Author: Andrey Kamaev Date: Fri Mar 22 19:34:52 2013 +0400 Merge pull request #680 from vpisarev:c2cpp_video_take2 commit ec8aec09ecdd53f43035ccddc69aae4407555759 Merge: 2c9f651 a4815cf Author: Andrey Kamaev Date: Fri Mar 22 17:18:54 2013 +0400 Merge pull request #691 from vpisarev:fix_2899 commit 2c9f651230903558318b23c579218f5001434b67 Merge: c6eb7c3 3ef2e11 Author: Andrey Kamaev Date: Fri Mar 22 17:18:40 2013 +0400 Merge pull request #688 from jet47:fix-nonfree-compilation commit c6eb7c3b12518c7a22e8ff4bd05d101ce3c8801d Merge: 5febc07 f0b19d4 Author: Andrey Kamaev Date: Fri Mar 22 17:18:14 2013 +0400 Merge pull request #683 from jet47:gpu-license commit a4815cf359006d33768857a2e6702c8f92c644ed Author: Vadim Pisarevsky Date: Fri Mar 22 15:12:55 2013 +0400 removed extra whitespaces commit 38693ef37c39b7327cbc06eb80782ee31e968c8d Author: Vadim Pisarevsky Date: Fri Mar 22 15:10:54 2013 +0400 fixed http://code.opencv.org/issues/2899 commit 5febc07b6b5c4f3bfb99d83e04057601581bf5a4 Merge: b636569 e01335b Author: Vadim Pisarevsky Date: Fri Mar 22 14:34:44 2013 +0400 Merge pull request #687 from vpisarev:fast_lin_svm2 commit f0b19d4659045b00c55f849187cd657b21a13e5d Author: Vladislav Vinogradov Date: Thu Mar 21 13:31:51 2013 +0400 updated license header in whole gpu module commit d32af86e75e5391b815cf32f27a546a715a416a6 Author: berak Date: Fri Mar 22 09:31:40 2013 +0100 Update CMakeLists.txt exclude IlmImf/b44ExpLogTable.cpp from the build, it's used originally to generate IlmImf/b44ExpLogTable.h, but not nessecary for the library.(probably only here for documentation when included with static linking it introduces a problem with multiple definitions of main() commit 3ef2e1136f39dfbffedccba2c1a633bcd7171434 Author: Vladislav Vinogradov Date: Fri Mar 22 10:20:50 2013 +0400 fixed nonfree compilation with gpu (perf tests) commit e01335bf47df2ba82de6b08b875d70c25e90dcf6 Author: Vadim Pisarevsky Date: Fri Mar 22 01:53:41 2013 +0400 fixed buffer size and restored the use of compressed files in ml's load_save tests. commit 40dd25d6c2bbdbf662e91a16ddc0464f1c6a109e Author: Vadim Pisarevsky Date: Fri Mar 22 01:29:33 2013 +0400 restored CV_EXPORTS_W in the background subtraction classes commit 7661625c3918b6ed1891b1be66cfc5440aae8af1 Author: Vadim Pisarevsky Date: Fri Mar 22 01:05:30 2013 +0400 converter stereo correspondence algorithms to the new style commit 1ca8f33b4e89b5ef065c27312c48c8849d675d69 Merge: bbae054 b636569 Author: Andrey Kamaev Date: Thu Mar 21 20:59:18 2013 +0400 Merge branch '2.4' commit d310ccad0ab435592f9991e53c18a9e6c09dd251 Author: Vadim Pisarevsky Date: Thu Mar 21 20:23:52 2013 +0400 fixed documentation and warnings on Windows commit b6365699ee023e80ffd7739ed820d23aaed1e0e5 Merge: 07cd18a 4bd721a Author: Andrey Kamaev Date: Thu Mar 21 09:01:59 2013 -0700 Merge pull request #664 from taka-no-me/ocl Move OpenCL SURF to nonfree module commit 07cd18adaf1ecc6401dd337d21b097f125e07b15 Merge: 8a962d3 73f5697 Author: Andrey Kamaev Date: Thu Mar 21 08:59:59 2013 -0700 Merge pull request #686 from taka-no-me/stereobm_sobel Fixed wrong index in prefilterXSobel function commit 8a962d348ea64a8ca48ea97572d16f587416b8d5 Merge: 172b455 9a86245 Author: Andrey Kamaev Date: Thu Mar 21 08:59:48 2013 -0700 Merge pull request #676 from vpisarev/svd_stuff added test for bug #1448 and hopefully fixes the bug #2898 commit 172b4554f3a851155a89d098353782ef1cf2eb9c Merge: d756de1 d87b709 Author: Andrey Kamaev Date: Thu Mar 21 08:59:34 2013 -0700 Merge pull request #675 from jet47/gpu-test-fixes GPU test fixes commit bbae05413d734233dbde290b185857b4cd58828b Merge: 2d764fe 4e1619d Author: Andrey Kamaev Date: Thu Mar 21 08:57:39 2013 -0700 Merge pull request #682 from vpisarev/python_str_fix repaired std::string handling commit 4331f76d188251a4edbf26862b877e9c0a41ce0e Author: Vadim Pisarevsky Date: Thu Mar 21 19:17:59 2013 +0400 add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default) commit 921675c4e233d8f9e78786550d549e9e05ffeb2a Author: Dirk Van Haerenborgh Date: Thu Mar 21 16:11:53 2013 +0100 eliminated warnings commit 4bd721ad3b4b7967fc189f4ea93e215d98d30512 Author: Andrey Kamaev Date: Mon Mar 18 14:42:27 2013 +0400 Fix build errors commit 73f5697749108d9766a7a5b085fcacde4d88f2ec Author: Dong Nguyen Date: Wed Mar 20 10:56:13 2013 +0700 Fixed wrong in row index of SSE implementation in prefilterXSobel function. commit 1b4afcca30f1dbb26219a5ad0d6a4b3c25510a5a Author: Andrey Kamaev Date: Mon Mar 18 12:45:52 2013 +0400 Move OpenCl SURF perf tests to nonfree and fix build of samples commit 77ad07adf3370c8c50524ea1c9c2e9e46bebc9db Author: Andrey Kamaev Date: Mon Mar 18 02:32:20 2013 +0400 Disable crashing ocl tests commit 7b8ad4cb041f9908ce8de24f4ba96e5019e7e637 Author: Andrey Kamaev Date: Mon Mar 18 01:59:24 2013 +0400 Refactor OpenCL initialization and allow to use ocl module witout explicit setup commit dd678121b35633bd33945308661a33af6a364298 Author: Andrey Kamaev Date: Sun Mar 17 01:14:45 2013 +0400 Trying to make ocl surf work 1. Added more sync to reduction. 2. Turned off Image2D feature. Probably its support is not detected correctly. 3. Temporary disabled descriptor tests - can't localize a problem of the ocl descriptor. commit 1be58f9a00797291959c06c89b801fa78989f683 Author: Andrey Kamaev Date: Sat Mar 16 19:34:39 2013 +0400 SURF accuracy test is moved to nonfree commit 6846f881a20dd5c6bd7b6ae8770ed267aac47453 Author: Andrey Kamaev Date: Sat Mar 16 15:47:40 2013 +0400 Move OpenCL SURF to nonfree module commit 91ac9688a85ae5671de781b303941f3774fa67d7 Author: Andrey Kamaev Date: Fri Mar 15 23:56:31 2013 +0400 Allow OpenCL acceleration in every OpenCV module commit d28df08eb0fbdd6eeb22ca07215bb7b7dfa2c478 Author: Andrey Kamaev Date: Fri Mar 15 23:29:22 2013 +0400 Refactor OpenCL search commit 2afad8b575607a9f21693dcd43df218317a35f06 Author: Andrey Kamaev Date: Fri Mar 15 20:56:29 2013 +0400 Turn on OpenCL by default commit 63a5587d0dc2a87e7ba1acb0dae270f147dc6f06 Author: Vadim Pisarevsky Date: Thu Mar 21 17:00:08 2013 +0400 exploring possible bug in optimize_linear_svm commit 7ec2b6bad01898282371beb49a5fae243f66ce8f Author: Alexander Smorkalov Date: Thu Mar 21 16:18:19 2013 +0400 Highgui tests for GUI disabled for WinRT; Warnings fix; commit 09127aa3583f862f32f47e4a061b37852a950e72 Author: Vadim Pisarevsky Date: Thu Mar 21 15:46:21 2013 +0400 fixed warnings; added read/write methods; fixed docs commit d756de176fe0accba3c216c2d2f49b63e025623e Merge: 1b10699 33ff3d6 Author: Andrey Kamaev Date: Thu Mar 21 14:59:55 2013 +0400 Merge pull request #679 from jet47:gpu-simd-functions commit 1b106999969973696d199fd78b804f2a0aac1a9e Merge: 40c26e2 99c4964 Author: Andrey Kamaev Date: Thu Mar 21 14:48:03 2013 +0400 Merge pull request #677 from jet47:gpu-lut-fix commit 2d764fe1c61598a7806596b1b4e8d04c3d63c54b Merge: 0990b42 89356ff Author: Andrey Kamaev Date: Thu Mar 21 14:47:48 2013 +0400 Merge pull request #665 from taka-no-me:core_utility commit 40c26e21d261408a1360e0e912c73b00729fd818 Merge: 321070c b37d65f Author: Andrey Kamaev Date: Thu Mar 21 14:47:13 2013 +0400 Merge pull request #662 from asmorkalov:android_native_activity commit 33ff3d6016292a04a9e8d43dc387fa5800a8394b Author: Vladislav Vinogradov Date: Wed Mar 20 16:27:58 2013 +0400 added simd_functions.hpp to device layer commit d87b709c2614c87f74ce72de8c23c0e623f91f11 Author: Vladislav Vinogradov Date: Thu Mar 21 12:18:56 2013 +0400 fixed minMax perf test commit 0149969463bc989d232525d903b0f63ccf889ea2 Author: Vladislav Vinogradov Date: Wed Mar 20 11:50:42 2013 +0400 disable tests that requires video support if it is not available commit b07bce11ef2238291b6c430f3e8def3160fec82b Author: Vladislav Vinogradov Date: Wed Mar 20 11:49:58 2013 +0400 increased epsilon in sanity test commit 83def21ba93d1fa0f12a516cb0ea6a033f72e306 Author: Vladislav Vinogradov Date: Wed Mar 20 11:49:33 2013 +0400 increased time limits in perf tests commit 99c49648fadada8e319e8ea0f3efb53f62e455b2 Author: Vladislav Vinogradov Date: Wed Mar 20 12:31:21 2013 +0400 fixed gpu::LUT on multi device system commit 4f3453dbbf341b4222dd4dbbadf8addae45b234b Author: Dirk Van Haerenborgh Date: Thu Mar 21 10:17:34 2013 +0100 bomb commit of gstreamer videocapture and videowriter commit 0990b42ebc700751e07c1d33942f5e2f3d894651 Merge: 219bdb9 94b12ea Author: Vadim Pisarevsky Date: Thu Mar 21 12:23:48 2013 +0400 Merge pull request #657 from prclibo:master commit 321070ccf0de83d3ff5362cad7adf3d70bc00003 Merge: ecdc7da 24c614f Author: Vadim Pisarevsky Date: Thu Mar 21 12:22:35 2013 +0400 Merge pull request #669 from vpisarev:fast_lin_svm commit 219bdb9809caa8badd2aeba96234dc544782d6cc Merge: 87563c6 a7a0f92 Author: Vadim Pisarevsky Date: Thu Mar 21 12:22:00 2013 +0400 Merge pull request #681 from jbohren-forks:fix-ellipse-segfault commit 4e1619d8ee020c7e2e3d659fdc279f832222b893 Author: Vadim Pisarevsky Date: Thu Mar 21 11:30:38 2013 +0400 repaired std::string handling commit ecdc7da6b1ede74f9071986ba0f47fabba18cafa Merge: 79e0e94 0a65f2f Author: cuda-geek Date: Thu Mar 21 08:57:08 2013 +0400 Merge pull request #656 from jet47:gpu-nonfree commit a7a0f92e589ef43707a05b7de90033cde9102a38 Author: Jonathan Bohren Date: Wed Mar 20 16:49:59 2013 -0400 Fixing segfault for near-zero-sized ellipses commit 429cd85b46f85418a3fea5a6e2d70e9ccfba9639 Author: Alexander Smorkalov Date: Wed Mar 20 12:12:58 2013 -0700 More accurate guards for WinRT features in CMake. commit 07e0f7bf59d3e1b44f069c5005b6b3d81ce4ccf3 Author: Vadim Pisarevsky Date: Wed Mar 20 19:51:49 2013 +0400 refactored video module; use the new-style algorithms now commit 14a0abbfa9ce6900ce4febd2ab95679445a5ca1f Author: Vadim Pisarevsky Date: Wed Mar 20 19:51:33 2013 +0400 refactored video module; use the new-style algorithms now commit 89356ff16d1f4c8c88d8bf9e3223f429196ae607 Author: Andrey Kamaev Date: Thu Mar 14 20:10:54 2013 +0400 Move non-CV functionality from core.hpp to separate utility.hpp header commit 94b12eae92aeac48eed4fedef1a3e4b59ccebb7a Author: Bo Li Date: Wed Mar 20 09:53:44 2013 +0100 update five-point license commit 9a86245242f2dddc6149bd954bae1f0e307fa8d7 Author: Vadim Pisarevsky Date: Wed Mar 20 11:58:19 2013 +0400 added test for bug #1448 and hopefully fixes the bug #2898 commit 3d594c70ffd29e9bd4d3c93f64fae888514678bc Author: Alexander Smorkalov Date: Tue Mar 19 17:46:01 2013 -0700 Multiple Windows RT fixes TIFF build was fixed; Direct Show back-end was enabled; More accurate guards implemented. commit 87563c6638b514e8d205e912aab033bbc61db6ec Merge: bb6a58a 08e55b7 Author: Andrey Kamaev Date: Tue Mar 19 19:39:08 2013 +0400 Merge pull request #670 from Nerei:osx_compilation commit bb6a58aee2b2d82e92076ff64cb14d0e988cd4db Merge: 6d6ef07 7d0c600 Author: Andrey Kamaev Date: Tue Mar 19 19:38:52 2013 +0400 Merge pull request #668 from AoD314:webp2 commit 08e55b7801fe85347d5011aed03881cecd0dbdcd Author: Anatoly Baksheev Date: Tue Mar 19 18:59:56 2013 +0400 compilation for osx commit 24c614f686f1281ca21d796fb3f28b1e1d6acfe9 Author: Vadim Pisarevsky Date: Tue Mar 19 18:41:38 2013 +0400 added load/save feature for SVM classifier in letter_recog sample commit a06af5ca250e31840a3e8b86f8d1de3500585137 Author: Vadim Pisarevsky Date: Tue Mar 19 18:28:17 2013 +0400 dramatic speedup of SVM::predict in the case of linear SVM commit 7d0c600504841cceb30ebcae40b38e84d45da05b Author: AoD314 Date: Tue Mar 19 16:53:00 2013 +0400 improved test of webp commit 6d6ef07e30020700c211f9e5e0f922b6bf888511 Merge: 1ad7af3 238ea7f Author: Andrey Kamaev Date: Tue Mar 19 17:42:58 2013 +0400 Merge pull request #666 from cuda-geek:warnings commit 238ea7f0f0ab920b4743c08d0b2b69875b71ddc7 Author: marina.kolpakova Date: Tue Mar 19 03:25:33 2013 +0400 fix warnings under win. commit b37d65ff2b1c441b7c121277d246cb0e759c040f Author: Alexander Smorkalov Date: Tue Mar 12 11:33:46 2013 +0400 Code refactoring was done. commit 0a65f2f4afd4ed7cab594575663bec58d24ca332 Author: Vladislav Vinogradov Date: Mon Mar 18 16:14:37 2013 +0400 merged gpunonfree and nonfree module commit 79e0e948a70ad585ac498feaa98f7fc6275a1139 Merge: da00252 fca1f00 Author: Andrey Kamaev Date: Mon Mar 18 16:00:54 2013 +0400 Merge pull request #663 from asmorkalov:manager_tegra4 commit 1ad7af3c3b2b7e40d2b75a05baa37674b53191e8 Merge: 0b0c9be f3ee55e Author: Andrey Kamaev Date: Mon Mar 18 15:56:54 2013 +0400 Merge pull request #654 from fish2000:patch-1 commit da0025296372da8765740cd01cf1eb6934803d79 Merge: 819ac11 e153f06 Author: Andrey Kamaev Date: Mon Mar 18 15:56:33 2013 +0400 Merge pull request #652 from Daniil-Osokin:fixCvtColorHeader commit 0b0c9be771b5b6b849224b4b67c240b07c6cf4d1 Merge: 3f8d87d 8b510ad Author: Andrey Kamaev Date: Mon Mar 18 15:56:15 2013 +0400 Merge pull request #636 from ilya-lavrenov:SSE2_HOG commit 3f8d87d82c293484a2d6bce6143a0bf6f2760dc8 Merge: f768d8c 43db0d5 Author: cuda-geek Date: Mon Mar 18 15:34:02 2013 +0400 Merge pull request #661 from cuda-geek:merge-cpu-gpu-detections commit 3b065e38be520686e7942c1f14545cde0458eff9 Author: Vladislav Vinogradov Date: Fri Mar 15 17:58:18 2013 +0400 fixed warnings commit fd7bf0b76634396e14596ab4e82fb95eeb99811e Author: Vladislav Vinogradov Date: Fri Mar 15 14:09:39 2013 +0400 moved SURF_GPU and VIBE to gpunonfree module commit abc9ef68094d6d1b8118565b01f2dea79f47e170 Author: Vladislav Vinogradov Date: Fri Mar 15 14:09:10 2013 +0400 moved utility functions from gpu_perf_test and gpu_test to ts module commit 43db0d543de863da02792bb96c02646c181278df Author: marina.kolpakova Date: Mon Mar 18 13:50:45 2013 +0400 fix win warnings commit f768d8c93f8683ad2cc793ceb6a7d900062f0084 Merge: f510b49 ceadaed Author: cuda-geek Date: Mon Mar 18 13:36:01 2013 +0400 Merge pull request #658 from Nerei:affine3_classes commit f510b49cc23f393695858427129a37a12352a897 Merge: d8755fd e75df56 Author: cuda-geek Date: Mon Mar 18 13:10:53 2013 +0400 Merge pull request #650 from taka-no-me:cvdef commit d8755fd1c0d6237c521ee477004f1f84d6bda4da Merge: 7772811 221d610 Author: cuda-geek Date: Mon Mar 18 13:10:24 2013 +0400 Merge pull request #653 from jbohren-forks:master commit fca1f006d833d966803341296522de0506127622 Author: Alexander Smorkalov Date: Mon Mar 18 12:12:17 2013 +0400 Tegra4 support added. commit ceadaed108b560a4276699003be679181e51e3be Author: Anatoly Baksheev Date: Sun Mar 17 00:40:35 2013 +0400 Added Affine3 class commit dc2bca07720392c9a62026bbd5cd5d5a605f6a2d Author: Alexander Smorkalov Date: Thu Mar 7 15:13:30 2013 +0400 Initialization with Manager instead static link added. commit 436d9bbcbb15220bd1305125d0d0f79ae95aa28f Author: Alexander Smorkalov Date: Mon Mar 4 14:49:33 2013 +0400 Base for Native Activity example added. commit e153f0631c2d212fbf8eb98ae7e038d5656a7861 Author: Daniil Osokin Date: Thu Mar 14 21:19:08 2013 +0400 Added missing enums for cvtColor RGB to YUV420p commit 318257f3a3c10a0c7270369b03f034b60f4026c7 Author: marina.kolpakova Date: Mon Mar 18 08:17:13 2013 +0400 refactor cpp files naming commit 0211843062d124a11a9cc72d96e1126ae434d488 Author: marina.kolpakova Date: Fri Mar 15 12:26:25 2013 +0400 merge Detection structure for CPU and GPU soft cascade detectors commit 7772811585dbc92fca180cd748b5e38a44c45859 Merge: 92ba74a fe10c74 Author: cuda-geek Date: Mon Mar 18 00:46:40 2013 +0400 Merge pull request #659 from Nerei:master commit 819ac111a2be67eaf69a60f2ea16a4f97e599578 Merge: 959a5c9 2bf3104 Author: cuda-geek Date: Sun Mar 17 23:00:04 2013 +0400 Merge pull request #660 from Nerei:2.4 commit 959a5c980d768b604aeca7b79e2efa225f1438d3 Merge: 1d62619 7a0d6f7 Author: Vadim Pisarevsky Date: Sun Mar 17 19:13:37 2013 +0400 Merge pull request #532 from jet47:super-resolution commit 2bf3104ee515e4f70afd3e29921b6d3edfbe2195 Author: Anatoly Baksheev Date: Sun Mar 17 18:43:55 2013 +0400 bugfix in sample to support LBP classifier. To merge to master also. commit fe10c74faaa40c90e0a638808b28c8563fa9daf1 Author: Anatoly Baksheev Date: Sun Mar 17 18:02:52 2013 +0400 fixed compilation for vs2008 commit 92ba74a3ee9a7364921e0ac7764a5b653241eeec Author: marina.kolpakova Date: Sun Mar 17 05:50:45 2013 +0400 fix cuda commit 28256209b015892ecd4add7966df736c65ef535b Author: Bo Li Date: Fri Mar 15 21:30:22 2013 +0100 updated doc commit 2435e59890a9dbe57a15641cb4c120726cdb1a68 Author: Bo Li Date: Fri Mar 15 20:44:41 2013 +0100 rewrite five-point coeff matrix. commit ea79357fd32a239c169a26a886f81f6b55231eb1 Merge: 1eb34e0 14d2711 Author: Andrey Kamaev Date: Fri Mar 15 17:50:32 2013 +0400 Merge pull request #647 from taka-no-me:fix_ffmpeg_wrapper commit e75df5631775dc512fba2d9c41598041c8beedaa Author: Andrey Kamaev Date: Fri Mar 15 16:55:58 2013 +0400 Unified handling of InputOutputArrays in Python wrapper generator This makes arguments of type InputOutputArray required in python unless they have a default value in C++. As result following python functions changes signatures in non-trivial way: * calcOpticalFlowFarneback * calcOpticalFlowPyrLK * calibrateCamera * findContours * findTransformECC * floodFill * kmeans * PCACompute * stereoCalibrate And the following functions become return their modified inputs as a return value: * accumulate * accumulateProduct * accumulateSquare * accumulateWeighted * circle * completeSymm * cornerSubPix * drawChessboardCorners * drawContours * drawDataMatrixCodes * ellipse * fillConvexPoly * fillPoly * filterSpeckles * grabCut * insertChannel * line * patchNaNs * polylines * randn * randShuffle * randu * rectangle * setIdentity * updateMotionHistory * validateDisparity * watershed commit 1d626194af1d1e4a77cfff19f329d9dced95d8a7 Merge: 00d8ad9 4a237af Author: cuda-geek Date: Fri Mar 15 13:55:03 2013 +0400 Merge pull request #644 from jet47:gpu-debayer-mht commit f3ee55e04222deea30ffe4e89456c220bc75ff1a Author: Alexander Bohn / FI$H2k Date: Fri Mar 15 06:47:52 2013 -0300 Fix for encoding errors when building Java source The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them. commit a1c456b7c3bab5b1b6e639e1c28d7099c5fb7543 Author: Andrey Kamaev Date: Thu Mar 14 14:49:15 2013 +0400 Extract common base header for C and C++ APIs commit 1eb34e062c42df60c5399ad2179208d12e20aa5f Merge: d9cd753 157a98e Author: Andrey Kamaev Date: Fri Mar 15 10:35:03 2013 +0400 Merge pull request #648 from cuda-geek:move-gpu-soft-cascade-to-softcascade-module commit 00d8ad9e7e8c9c55f0d08476e62b695c327066f9 Merge: 18ca645 34c7162 Author: Andrey Kamaev Date: Fri Mar 15 10:34:43 2013 +0400 Merge pull request #632 from pengx17:2.4 commit 18ca645fd20f828ada2777e62893098672522696 Merge: ecf770d f8985bb Author: Andrey Kamaev Date: Fri Mar 15 10:34:27 2013 +0400 Merge pull request #631 from bitwangyaoyao:2.4_stereo commit 221d610d5588a1cd68c91d148701e514bb119ee5 Author: Jonathan Bohren Date: Fri Mar 15 00:29:46 2013 -0300 calib3d model superscript should be subscript commit 157a98edf71caa5047e2e75990a5b730bb022bed Author: marina.kolpakova Date: Thu Mar 14 23:06:17 2013 +0400 refactored cuda error handling; remove optional dependancies in soft cascade training app commit a47666414483f603bdd49b6e0a239a54e1c6bc3b Author: marina.kolpakova Date: Thu Mar 14 13:49:48 2013 +0400 fixed compilation with latest master changes commit 4a237af814dd424c7409e654119951e4f38f68ce Author: Vladislav Vinogradov Date: Wed Mar 13 14:54:06 2013 +0400 implemented Malvar, He, and Cutler Bayer Demosaicing on gpu commit 14d27112e9856a0fd0af8c680071f038867cc721 Author: Andrey Kamaev Date: Thu Mar 14 14:50:03 2013 +0400 Fix build of ffmpeg wrapper with some versions of avutil commit 6f11dc03b9ee6606746c3fc6392077270c78ab57 Author: marina.kolpakova Date: Wed Mar 13 17:12:19 2013 +0400 implement integral commit 83e7d3dd671947cedebed0adda5e6a05021e0274 Author: marina.kolpakova Date: Wed Mar 13 15:06:27 2013 +0400 remove generic version of GPU channel computer. commit 3c8e66d58025956d0d2c7e205395dacd282f8945 Author: marina.kolpakova Date: Sun Mar 3 16:27:49 2013 +0400 softcascade: remove device dependency on gpu commit 6daf17f9740b3a6ca0f9144f07ed32e5199e24e3 Author: marina.kolpakova Date: Sun Mar 3 13:01:17 2013 +0400 remove softcascade host dependencies on gpu module commit 5120322cea5a0f00e1120780287f8eb89994b9e9 Author: marina.kolpakova Date: Sun Mar 3 11:11:42 2013 +0400 move gpu version of soft cascade to dedicated module commit 9b00c14fff6e9d9753d25c7c2578528bd2d1c54d Author: marina.kolpakova Date: Thu Feb 28 16:19:16 2013 +0400 moved documentation for CUDA version of softcascade commit d9cd75383541787354007cebca2c6fdadf9269cc Merge: b076b69 a42a0f5 Author: Andrey Kamaev Date: Thu Mar 14 11:42:22 2013 +0400 Merge pull request #645 from taka-no-me:bump_headers commit b076b69e68ad84ff791eab8b5640a9020cd130a8 Merge: f622a2e 7e50d3e Author: Andrey Kamaev Date: Thu Mar 14 11:42:05 2013 +0400 Merge pull request #642 from taka-no-me:fix1 commit f622a2e79c8ed99c7903e6b92f879713f4e1f455 Merge: 7d0938d 013fd9b Author: Andrey Kamaev Date: Thu Mar 14 11:41:35 2013 +0400 Merge pull request #641 from taka-no-me:stlfree_xadd commit 7d0938d481c8bef6bc43ee808a45762712f71cc6 Merge: 061dd7e b4b63cd Author: Andrey Kamaev Date: Thu Mar 14 11:41:17 2013 +0400 Merge pull request #640 from cuda-geek:soft-cascade-sample commit ecf770d49decfb483e2c455c0b582649f3641008 Merge: 5f3eb0f 084385c Author: Andrey Kamaev Date: Thu Mar 14 11:41:02 2013 +0400 Merge pull request #638 from bitwangyaoyao:2.4_fixErode commit 5f3eb0fc49b1b64e5b0e73eda3497ad5e27f40c9 Merge: 1d32197 7f0d6d4 Author: Andrey Kamaev Date: Thu Mar 14 11:40:47 2013 +0400 Merge pull request #628 from bitwangyaoyao:2.4_fixMoments commit 34c716210404d8209eab3975592bd25499a6e4f1 Merge: 3a565e0 1d32197 Author: peng xiao Date: Thu Mar 14 09:24:45 2013 +0800 Merge remote-tracking branch 'upstream/2.4' into 2.4 commit 06aff4e7b0be6e358c53fe80249a518d60c57f91 Author: Alexander Smorkalov Date: Wed Mar 13 09:02:15 2013 -0700 Initial Windows RT support commit. GPU module turned off; TIFF support turned off; Windows Managment and Video IO (VFW) turned off. commit a42a0f5fcad28b99cf457d170b51bbffd1cd18ca Author: Andrey Kamaev Date: Wed Mar 13 16:38:40 2013 +0400 Added compatibility headers commit ad5cddc0079f2086db6f7b9400e2a740bdd3a054 Author: Andrey Kamaev Date: Wed Mar 13 16:22:44 2013 +0400 Main module headers are moved 1 level up e.g. become Also renamed to commit 061dd7e84e5eeec6e10dd2cf399ee40c3cec3cc6 Merge: 9f3ce0d 18aa5c9 Author: cuda-geek Date: Wed Mar 13 17:00:53 2013 +0400 Merge pull request #643 from cuda-geek:refactor-softcascade-globbing commit 18aa5c921f6bd60e1f967446c39f1565975cd632 Author: marina.kolpakova Date: Wed Mar 13 14:11:34 2013 +0400 use OpenCV's twister. commit cf6694250529a7066664f1b7d1f0e4d26a775da0 Author: marina.kolpakova Date: Wed Mar 13 13:40:11 2013 +0400 enable training test. refactor globbing commit 7e50d3e5712812e386074c689524a2de0d5df842 Author: Andrey Kamaev Date: Wed Mar 13 11:34:04 2013 +0400 Fixed MSVC warnings commit b4b63cd69880f873905d4bec0604df891d7b6c94 Author: marina.kolpakova Date: Wed Mar 13 07:31:43 2013 +0400 add softcascade to people detector sample commit 55698548ddf405bdbc2a9ca9a4a7a48cd373f806 Author: Andrey Kamaev Date: Tue Mar 12 22:36:00 2013 +0400 Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match commit 013fd9bf5936283ec5fd4fe84179cbf6a5f4b7bc Author: Andrey Kamaev Date: Tue Mar 12 19:30:42 2013 +0400 Make CV_XADD independent on STL and system headers commit 9f3ce0dd97324a5e4ffa06983e3648678c43121e Merge: e4f55a7 ecb2ebf Author: Andrey Kamaev Date: Tue Mar 12 18:14:23 2013 +0400 Reword and merge pull request #625 from jet47/gpu-fixes commit ecb2ebfba4126111b0a45174e1026c61ca94a9af Author: Vladislav Vinogradov Date: Wed Mar 6 15:18:44 2013 +0400 Move opengl iterop code to cv::ogl namespace Fixed issues: #2737 #2848 commit e4f55a7ec0499d7e2381db58ffb98ceb1da510f8 Merge: 009158e 61094d3 Author: cuda-geek Date: Tue Mar 12 15:57:56 2013 +0400 Merge pull request #629 from cuda-geek:globbing commit 009158e1f8c4d6cac18df9737c793fd542243efe Merge: fb04f3a 12fe6ff Author: cuda-geek Date: Tue Mar 12 13:11:49 2013 +0400 Merge pull request #621 from cuda-geek:twister commit 084385cf38f84e2014ca7daa907274f365cd2925 Author: yao Date: Tue Mar 12 16:45:43 2013 +0800 Fix a bug in ocl::Erode/Dilate, simplify the host logic commit 3a565e001e71755fada5e52565fc2003fac53bb9 Author: peng xiao Date: Tue Mar 12 09:10:15 2013 +0800 Remove unnecessary HAVE_OPENCL macro block. commit f8985bb7fc84bd682ff8900c04120d7c4285b120 Author: yao Date: Tue Mar 12 08:55:50 2013 +0800 fix warnings on Linux commit 1d3219747aedcd68a801316b433af5df92fe4f52 Merge: 632211e 4ddf634 Author: Andrey Kamaev Date: Mon Mar 11 21:15:00 2013 +0400 Merge pull request #633 from jet47:gpu-debayer-gray commit 632211eb273038ca3a9794c08f162883da09d593 Merge: 980fc93 8942eaf Author: Andrey Kamaev Date: Mon Mar 11 21:14:43 2013 +0400 Merge pull request #630 from asmorkalov:android_view_stretch commit fb04f3a58d7e15bf757bcce0317139cba403e8b0 Merge: fb76095 bd042d9 Author: Andrey Kamaev Date: Mon Mar 11 21:14:20 2013 +0400 Merge pull request #622 from moshekaplan:python2_cleanups commit fb760953784fe723de81d624a4720ddca1d1c786 Merge: 9b7dfd6 9680176 Author: Andrey Kamaev Date: Mon Mar 11 21:13:36 2013 +0400 Merge pull request #610 from AoD314:webp2 commit 8b510ad8dc22de8eb0307635176f3e34bfa394b3 Author: Ilya Lavrenov Date: Mon Mar 11 20:21:48 2013 +0400 sse2 hog commit 9b7dfd677db5818b8dd699e2059c886a1e7ce24f Merge: 9b8c871 980fc93 Author: Andrey Kamaev Date: Mon Mar 11 18:50:19 2013 +0400 Merge branch '2.4' commit 980fc93b4d3a87b38ec3975db2a5214331c38dda Author: Andrey Kamaev Date: Mon Mar 11 18:40:40 2013 +0400 Fix clang + ccache build warnings commit d1a148b06f422e978b84c774f78744896c6a6857 Merge: 13f402a ec8637a Author: Andrey Kamaev Date: Mon Mar 11 17:35:46 2013 +0400 Merge pull request #635 from taka-no-me:c++11 commit 9b8c8718749077fae422dc817787e361bb935d12 Merge: 6569a58 2a06fd9 Author: Andrey Kamaev Date: Mon Mar 11 17:15:09 2013 +0400 Merge pull request #634 from taka-no-me:c++11-master commit 2a06fd98c0e0c821e9935ccdd70710c9b722faac Author: Andrey Kamaev Date: Mon Mar 11 16:03:48 2013 +0400 Fix build errors with c++11 commit 9680176fa9471290a562e9af353b806bb6aea663 Author: AoD314 Date: Thu Mar 7 18:55:30 2013 +0400 added docs commit 4ddf634c3049125ae323027e4b8b10351603c7ea Author: Vladislav Vinogradov Date: Mon Mar 11 15:41:50 2013 +0400 gpu : implement Bayer* -> Gray color conversion commit ec8637a9902e378b83cdbae901cab27b15804770 Author: Andrey Kamaev Date: Mon Mar 11 14:52:22 2013 +0400 Fix build errors commit 34998b60343e2c024818dbc094211d5bba01111d Author: peng xiao Date: Mon Mar 11 18:35:30 2013 +0800 Add ocl::SURF accurate test. The test cases are ported from gpu module (masked version is still missing). Key point direction definition is synchronized with cv::SURF. nonfree module dependency is added into ocl module's cmake file. commit 3f81a152b92cb5494a2c5a9857c1caaad962dd9c Author: yao Date: Mon Mar 11 17:21:31 2013 +0800 remove the OpenCL define commit 0f0a4c30991e8cfe3c3f7e8b37a04bdb52223fa3 Author: yao Date: Mon Mar 11 17:10:58 2013 +0800 add stereoBM function commit eb012a599303b271f17a811cd730696f8a290fd7 Author: AoD314 Date: Thu Mar 7 19:26:44 2013 +0400 added tests for WebP commit 63d9ee9523681505e8f7a7ead9fe04bc8ce8a5e5 Author: AoD314 Date: Thu Mar 7 19:29:19 2013 +0400 This code is based on https://github.com/prasannatsm/opencv code. - added webp (lossy and lossless without alpha channel) - added tests commit 8942eaf0d79e49c6fdf19965b2ab2bed923f9805 Author: Alexander Smorkalov Date: Mon Mar 11 11:17:19 2013 +0400 Stetch support for Android View classes added (Feature #2840) commit 61094d350b58006dc5154cb85e05a8844ed1ec82 Author: cuda_geek Date: Sat Mar 9 22:43:34 2013 +0400 add dlobbing for Windows commit a486aafe7cc331dfaedf32d48ed777e9fd62abe6 Author: marina.kolpakova Date: Sat Mar 9 21:10:45 2013 +0400 add dlobbing under *nix commit 12fe6ff7340d2fa5935657c18383fb113eedcec8 Author: marina.kolpakova Date: Wed Mar 6 02:51:19 2013 +0400 add Mersenne Twister random number generator commit 7f0d6d42f0a22db5984e17dc38ad03e8a548d029 Author: yao Date: Fri Mar 8 10:30:01 2013 +0800 fix mismatch on NV OCL and some AMD GPUs commit fd44322b4fcc50e7316364caeb7b4f15b1eeb11b Author: AoD314 Date: Thu Mar 7 19:28:15 2013 +0400 added CMakeLists.txt for build WebP commit e7cb317c7dc4784f5b5c085a8422da25901b4d91 Author: AoD314 Date: Mon Mar 4 20:58:02 2013 +0400 added cpu-features for WebP commit 500b7318beee639d8c341e9ea63ac7610ca225f4 Author: AoD314 Date: Mon Mar 4 20:57:25 2013 +0400 added WebP library commit 13f402a5546dd98cf8277ae9bf756c05694463fb Merge: bbac4bc 0e64baa Author: Andrey Kamaev Date: Wed Mar 6 15:47:09 2013 +0400 Merge pull request #620 from apavlenko:java_tutorial_fix commit 0e64baaec5a6454f59972af7fac09e811b3af5f2 Author: Andrey Pavlenko Date: Wed Mar 6 13:00:00 2013 +0400 removing redundant code commit de3767df0addf70dfcd506009436cdaaa3865ebc Author: Andrey Pavlenko Date: Wed Mar 6 12:59:38 2013 +0400 minor formatting commit bd042d9cc355eb23afcc303085117077c94bfa8f Author: Moshe Kaplan Date: Wed Mar 6 01:41:02 2013 -0500 Fixed shebangs, added error checking commit aaefd318441d4ccdf96eaa26c22fb9cbf3e734ab Author: Andrey Pavlenko Date: Tue Mar 5 19:03:36 2013 +0400 more formatting commit 23fb570cbd1087d0b9d0365c42e24c1edc3e2628 Author: Andrey Pavlenko Date: Tue Mar 5 18:42:14 2013 +0400 updating JNI lib location for Unix; formatting update commit 116d3be9c05f3bcf3aaec97ec1f018e316155d5c Author: Andrey Pavlenko Date: Tue Mar 5 18:41:44 2013 +0400 moving JNI library to 'build/lib' dir on non-Win commit 6569a585182fb1ec05a0af7a6e70964e183ed220 Merge: 816adcf f303de1 Author: Andrey Kamaev Date: Tue Mar 5 17:39:53 2013 +0400 Merge pull request #592 from vpisarev:c2cpp_calib3d_ptsetreg commit 816adcfdacdb414cc939beea1e4617911f863edd Merge: b9ab593 df89f30 Author: Andrey Kamaev Date: Tue Mar 5 15:26:51 2013 +0400 Merge pull request #605 from vpisarev:c2cpp_calib3d_stereo commit bbac4bc4cffbf1ade3eb9392e1eda5a216691ed4 Merge: facab40 cf5e272 Author: Andrey Kamaev Date: Tue Mar 5 15:26:15 2013 +0400 Merge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p commit b9ab5939a476aa9acdfac804f0f47884069cb2b1 Merge: fcde059 39ecd94 Author: cuda-geek Date: Tue Mar 5 13:50:29 2013 +0400 Merge pull request #607 from cuda-geek:auto-compile-cuda commit fcde059ca41e9e1f3e71410f7d9a564e2d0cd905 Merge: c0ba0c9 c02f943 Author: cuda-geek Date: Tue Mar 5 13:12:38 2013 +0400 Merge pull request #618 from caotto:master commit 39ecd9401060218a92137a7288b30b8e7af49e75 Author: marina.kolpakova Date: Mon Mar 4 11:18:05 2013 +0400 forbid recursive globbing for OpenCV modules sources commit c0ba0c909950071bf982a650a86b456cce59f9c6 Merge: 7e9f1c3 11f8c74 Author: cuda-geek Date: Tue Mar 5 08:57:58 2013 +0400 Merge pull request #596 from ArtanisCV:master commit 7e9f1c33d07a4736b7c028371c6eea6e56536882 Merge: 9e12b7c facd580 Author: cuda-geek Date: Tue Mar 5 08:56:57 2013 +0400 Merge pull request #617 from moshekaplan:master commit c02f94392bba54fb31f397231ba364e1c939dded Author: Charles Otto Date: Mon Mar 4 22:06:05 2013 -0500 Add version checks to previous modifications to ffmpeg_cap_impl.hpp Add version checks around uses of AVCodecID and av_opt_set, since these aren't defined for older versions of ffmpeg. commit 52137ceed09a99a53dfe28bd94712cffb1b9d2ef Author: Charles Otto Date: Mon Mar 4 16:37:19 2013 -0500 Allow encoding with libx264 via ffmpeg to work Add a call to avcodec_get_context_defaults3, this sets per-codec default values and in the case of libx264 will stop VideoWriter::open (with fourcc=x264) from failing due to libx264 complaining about broken ffmpeg default settings. Set some additional libx264 encoder parameters. commit f303de12d83819a34cf01b61a441b3e7ab3bc91b Author: Vadim Pisarevsky Date: Tue Mar 5 00:03:37 2013 +0400 mask.create() re-converted to new style commit 0c61a8887e0eb568319f4649e267cfcc0f512bdc Author: Vadim Pisarevsky Date: Tue Mar 5 00:00:21 2013 +0400 reverting changes in Homography kernel function. For some reason GCC on Linux does not like it. commit facd580f2879d510975dabb65f9337635550d918 Author: Moshe Kaplan Date: Mon Mar 4 12:25:35 2013 -0500 Small changes to Python samples Update find_obj.py: Added additional error checking for the loaded files and modified the detector check to be more pythonic (is versus ==). Update common.py: Fixed a typo (contais -> contains) commit 9e12b7c3c26ed1b8db7c016cfa46eec2ed78266e Merge: 52a45ed facab40 Author: Andrey Kamaev Date: Mon Mar 4 19:29:40 2013 +0400 Merge release 2.4.4 commit 7fd1d75738a4848cec90b0eb17e339beaea962cd Author: Vadim Pisarevsky Date: Mon Mar 4 16:02:15 2013 +0400 some more minor fixes commit 52a45ed191c02d79b01af1e453f4931d579b8c35 Merge: 1c3cde1 516a6cc Author: cuda-geek Date: Sun Mar 3 08:59:56 2013 +0400 Merge pull request #606 from cuda-geek:fix-depth-less-2-bug-in-soft-cascade commit 1c3cde110d89e28f49a8a0fa8bb14cbebbccee13 Merge: 891d7da ac471fa Author: cuda-geek Date: Sun Mar 3 08:59:36 2013 +0400 Merge pull request #608 from cuda-geek:soft-cascade-hot-fixes commit 8a6d2bbd3d57fbf036ae5dbf1c48f1f2bc42a329 Author: Vadim Pisarevsky Date: Sun Mar 3 00:54:46 2013 +0400 several minor fixes proposed by Andrey commit ac471fadd619b6eb7d548176db9a6ec6fe8b2c62 Author: marina.kolpakova Date: Sat Mar 2 13:06:29 2013 +0400 remove unused parameter from softcascade::Octave constructor commit d539dae6d074d5db367cdcdf781d6e1f6334c110 Author: marina.kolpakova Date: Sat Mar 2 09:33:17 2013 +0400 fix typo in integral buffer initialization commit 1bf696f392d19440a5b0b63ab578c24195d47655 Author: marina.kolpakova Date: Sat Mar 2 09:24:13 2013 +0400 fixes for soft cascade training app commit df89f30b4a888963d8ccff7889d246ba11e5c495 Author: Vadim Pisarevsky Date: Sat Mar 2 02:17:49 2013 +0400 removed preset parameter in createStereoBM, updated stereo_match sample commit 19f863ec13a07afd65fe0518ad72f7219a4b8d99 Author: marina.kolpakova Date: Sat Mar 2 00:17:46 2013 +0400 add possibility to create CUDA powered modules with ocv_define_module macro commit 445f39a4a30d7ba531f5c6425d098db3f78d166d Author: marina.kolpakova Date: Fri Mar 1 23:40:32 2013 +0400 fix uninitialized magnitude channel bug commit 12d23aae021dd0a195e1c242247f4a3ecd272b0e Author: marina.kolpakova Date: Fri Mar 1 23:39:32 2013 +0400 refactor channel builder fix condition for sample index in assert commit 1c3c11a4cc54d2fc7815057995b66173aac793ab Author: marina.kolpakova Date: Fri Mar 1 23:33:28 2013 +0400 fix import in scale_caltech python script commit 516a6cc59dd1ca049864a6dc3dfec136e4494f4b Author: marina.kolpakova Date: Fri Mar 1 23:21:25 2013 +0400 fix bug: depth of resulting tree is less then 2. commit facab40745af0abfd7e7f9ee08f2ab0ab9c7c741 Author: Andrey Kamaev Date: Fri Mar 1 19:44:17 2013 +0400 Disable -fomit-frame-pointer for OS X Clang as it leads to crash on exception thrown commit 08545b8f96325c47b6ce0a628eb1686c41e5bf8e Merge: f22ee8f 1094179 Author: Andrey Kamaev Date: Fri Mar 1 17:10:45 2013 +0400 Merge pull request #603 from taka-no-me:avoid_deps_on_missing_lib commit f22ee8fc19d839003c0eac8e58444bd8a8117be3 Merge: e6cb44e 65bb425 Author: Andrey Kamaev Date: Fri Mar 1 17:10:11 2013 +0400 Merge pull request #602 from bitwangyaoyao:2.4_fixAdd commit e6cb44edc3ca03b40ff14c2214c2f11f391d9590 Merge: a706de2 22d3337 Author: Andrey Kamaev Date: Fri Mar 1 17:09:56 2013 +0400 Merge pull request #600 from taka-no-me:fix_build_warnings commit 1094179155c2524cfe6c3036e63c5e25d9ab1bd2 Author: Andrey Kamaev Date: Fri Mar 1 16:50:42 2013 +0400 Avoid build falure in armeabi build with Android SDK commit a706de24462e3d7153420a3d66174be7127790ca Merge: 2128b82 07b1ccd Author: cuda-geek Date: Fri Mar 1 16:09:25 2013 +0400 Merge pull request #601 from apavlenko:android_tutorial_update commit 65bb4250a450128980c51463ee938c27062294ed Author: yao Date: Fri Mar 1 18:08:53 2013 +0800 Fix a bug in addWeighted x64 mode And a potential problem in remap commit 07b1ccdeb04a9ef6229136b81e64cbb085dca802 Author: Andrey Pavlenko Date: Fri Mar 1 13:56:50 2013 +0400 removing redundant picture resize commit 2128b82c6b7c1a3295bd0db14de4288595ed943e Merge: eaaba13 da455ef Author: Andrey Kamaev Date: Fri Mar 1 13:52:57 2013 +0400 Merge pull request #598 from asmorkalov:lib_info_fix commit 978132edc1cf1ae2590f9daef7a857f02e4160d2 Author: Andrey Pavlenko Date: Fri Mar 1 13:52:14 2013 +0400 minor Android tutorial fixes commit 22d33373fa7e1484838c715c640c20fc037b2f20 Author: Andrey Kamaev Date: Fri Mar 1 12:17:05 2013 +0400 Fix build warnings on MSVC x64 and OS X clang commit eaaba1336a26add60494571ac35652f3332c2cda Merge: 85c7a36 8f3883a Author: Andrey Kamaev Date: Fri Mar 1 12:49:43 2013 +0400 Merge pull request #595 from bitwangyaoyao:2.4_perfTest commit 85c7a36f93cb83bc1eab4021c3e1556b3cded972 Merge: 6be6adb 3cfd3d3 Author: Andrey Kamaev Date: Fri Mar 1 12:49:27 2013 +0400 Merge pull request #594 from asmorkalov:android_all_build_fix commit 6be6adbbeda869f87735fbcd3a25dd469a6e6525 Merge: a910360 af2552d Author: Andrey Kamaev Date: Fri Mar 1 12:49:15 2013 +0400 Merge pull request #593 from apavlenko:java_tutorial_fixes commit da455efc260cacbf4ced334c0bc42a640406ba4e Author: Alexander Smorkalov Date: Fri Mar 1 12:44:14 2013 +0400 Full package version fixed. commit 11f8c74c5161168f374e7ce6da060793a53ba293 Author: Artanis <283186127@qq.com> Date: Fri Mar 1 15:43:12 2013 +0800 Remove "build/" from .gitignore commit a910360689bc2ec19770ad03ae3a6cb1e16d7878 Merge: c865b28 82b9854 Author: Vadim Pisarevsky Date: Fri Mar 1 10:55:11 2013 +0400 Merge pull request #586 from bitwangyaoyao:2.4_FixBFMatcher commit 993522598b718bf141936c9f62b7e0171cd85998 Author: Artanis <283186127@qq.com> Date: Fri Mar 1 13:18:44 2013 +0800 Add implementations for Mat::zeros() and Mat::ones() In class Mat, "static MatExpr Mat::zeros(int ndims, const int* sz, int type)" and "static MatExpr Mat::ones(int ndims, const int* sz, int type)" are declared but never implemented. That means we can see their manuals from "http://docs.opencv.org/modules/core/doc/basic_structures.html" but we can't use them. Here I tried to finish their implementation. I have also changed MatOp_Initializer::assign to make it support multi-dimension Mat. Test cases are added in test_math.cpp as well. commit 8f3883a28d1d48b5f1d117c2ea4e5f74dc216a16 Author: yao Date: Fri Mar 1 10:06:51 2013 +0800 fix a compile warning commit 0532a521a2ccbe4fb7671d79e4a5e113fed33ae0 Author: Artanis <283186127@qq.com> Date: Fri Mar 1 09:47:46 2013 +0800 Add "build\" into .gitignore commit 82b9854837b58386726dc4eb21b9c28b2637308b Author: yao Date: Fri Mar 1 08:47:20 2013 +0800 fix compile warnings commit b6efe305273eff055d2c1e7cf1f5d0b07681123c Author: Vadim Pisarevsky Date: Fri Mar 1 02:24:46 2013 +0400 new API for StereoMatchers commit d92587936645174fd0ac23dd1aeefa7deea70630 Author: Vadim Pisarevsky Date: Thu Feb 28 23:02:04 2013 +0400 reverted dangerous change in _InputArray::size() commit 3cfd3d3ee0ed45494433b135d43c1dc1a38f8659 Author: Alexander Date: Thu Feb 28 21:43:57 2013 +0400 Build with OpenCV.mk for all terget fixed. commit af2552d72c1e29acfabb022b832efba73b6a7c2a Author: Andrey Pavlenko Date: Thu Feb 28 18:12:36 2013 +0400 fixing issues from http://www.code.opencv.org/issues/2807 commit 374e3a08902a0646609e6881bde6075fb973a4e6 Author: Vadim Pisarevsky Date: Thu Feb 28 18:25:05 2013 +0400 rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. commit c865b28243479a09cbd05c2c066ed630234790f8 Merge: 79cf292 f533f0d Author: Andrey Kamaev Date: Thu Feb 28 18:08:11 2013 +0400 Merge pull request #591 from jet47:gpu-sanity-tests commit 79cf292d785383e9fc3e150671a371f776e7eee1 Merge: 1018d11 d18b2c2 Author: Andrey Kamaev Date: Thu Feb 28 18:06:57 2013 +0400 Merge pull request #590 from apavlenko:java_fixes commit 1018d110d68ee828faabb7e61d38bb11e8f0f47b Merge: fba0e6f bd38a19 Author: Andrey Kamaev Date: Thu Feb 28 18:06:43 2013 +0400 Merge pull request #589 from taka-no-me:2digit_pyversion commit fba0e6fc5cedc04b5acda30c6cb654df20b657e5 Merge: 4811988 f12369a Author: Andrey Kamaev Date: Thu Feb 28 18:06:27 2013 +0400 Merge pull request #587 from bitwangyaoyao:2.4_fixHog commit 4811988caf6579be83b0c01ee5de4767c016a01a Merge: 2a73a6c f791344 Author: Andrey Kamaev Date: Thu Feb 28 18:06:13 2013 +0400 Merge pull request #585 from bitwangyaoyao:2.4_SURF commit 2a73a6c445c3fae07c2e46b8742b416f33d0ad56 Merge: f4b413e 07ea88b Author: Andrey Kamaev Date: Thu Feb 28 18:05:55 2013 +0400 Merge pull request #525 from odeniz:2.4 commit d18b2c2502cdb182225bce80350b4a149d60768a Author: Andrey Pavlenko Date: Thu Feb 28 17:19:52 2013 +0400 patch -> revision commit c24d7cc066f28770a5b93054caf78ca95c15852b Author: Andrey Pavlenko Date: Thu Feb 28 16:56:53 2013 +0400 adding more version-related variables commit f533f0dca95c9888462c8de8f889c0eef57347ed Author: Vladislav Vinogradov Date: Thu Feb 28 16:43:08 2013 +0400 fixed gpu sanity tests commit bd38a1945d0e04f05ca2eb9b969d21437a76907d Author: Andrey Kamaev Date: Thu Feb 28 16:32:13 2013 +0400 Honor 2-digit python version commit 29b763dc60c25f08ea188cac1f809cedaf9c8d28 Author: Andrey Pavlenko Date: Thu Feb 28 16:24:52 2013 +0400 updating samples to load JNI lib with correct suffix commit 5321da92cbde406821817fc323b0045799c66004 Author: Andrey Pavlenko Date: Mon Feb 18 11:23:44 2013 +0400 adding/fixing version suffix for desktop java library on all OSes commit f4b413e8308b0c37afd3eb707fbc7c2517e7db1b Merge: 1f411b5 024185b Author: Andrey Kamaev Date: Thu Feb 28 15:45:44 2013 +0400 Merge pull request #570 from taka-no-me:fix_android_cmakeconfig commit 1f411b5a2b2f77535299f287aa86ad976286be21 Merge: bf4c8c6 ddc2e33 Author: Andrey Kamaev Date: Thu Feb 28 15:44:57 2013 +0400 Merge pull request #572 from asmorkalov:manager_4_digit_version commit bf4c8c6ff1e5ee6bb67d500f21a94d9132459a1f Merge: d0e340b ed3c382 Author: Andrey Kamaev Date: Thu Feb 28 15:44:06 2013 +0400 Merge pull request #584 from bitwangyaoyao:2.4_perfTest commit d0e340bc8000fb5005bb1dba1ad236015f4a30fe Merge: 831580e 69eebdd Author: Andrey Kamaev Date: Thu Feb 28 15:43:50 2013 +0400 Merge pull request #582 from bitwangyaoyao:2.4_fixBlend commit ddc2e334da7148a714f0dd5e2eb00a2081270ccf Author: Alexander Smorkalov Date: Wed Feb 27 14:03:02 2013 +0400 OpenCV version swithed to 4 digit in GUI and package revision number. commit f12369a53c86239579ebf533f276d6fe9992abd3 Author: yao Date: Thu Feb 28 16:56:39 2013 +0800 Fix ocl::HOG crash on Intel OCL commit 831580ef31f23a489dcb8e48557c1c0d57c7a3ea Merge: 6ce51d8 df45624 Author: Andrey Kamaev Date: Thu Feb 28 12:56:26 2013 +0400 Merge pull request #578 from jet47:nmake-ffmpeg-copy commit 6ce51d88a4adc9d67dd5af13b7866f27c2dddb16 Merge: 0771fd8 61ef48e Author: Andrey Kamaev Date: Thu Feb 28 12:56:07 2013 +0400 Merge pull request #573 from jet47:config-cross-compilation commit 0771fd82c0c3c02409a2645451bcb24acc0ad0a0 Merge: 2be893a c9868fc Author: cuda-geek Date: Thu Feb 28 11:17:12 2013 +0400 Merge pull request #557 from jet47:gpu-sanity commit 891d7da6eef8d83724cfc19a87d7b2a3f94492f5 Merge: c5e979c 2be893a Author: Andrey Kamaev Date: Thu Feb 28 11:10:40 2013 +0400 Merge branch '2.4' commit f79134481032ce8c14e6ad42d7c8f3583bc245f1 Author: yao Date: Thu Feb 28 14:37:37 2013 +0800 linux warning fix commit 61ef48eee64f2dcd0f3b4aba601d9374bf84276d Author: Vladislav Vinogradov Date: Wed Feb 27 14:39:28 2013 +0400 fixed OpenCVConfig for cross-compilation: * added CUDA to EXTRA libs if OpenCV uses it * added -rpath-link option for linker if OpenCV was built as SHARED libs commit 504008dbe0335dac46f9e63da82361a7a2483adc Author: yao Date: Thu Feb 28 14:31:08 2013 +0800 Fix ocl::bruteforcematcher crash on Intel OCL commit df456245e7cb6438456e5304b212bea8ea964809 Author: Vladislav Vinogradov Date: Wed Feb 27 16:44:36 2013 +0400 fixed ffmpeg destination folder for NMake generator commit 7c1f1d8837497403504de49e8f4b311e1a20ca45 Author: yao Date: Thu Feb 28 14:05:36 2013 +0800 fix bug #2787 commit ed3c3822fc7779fdb1145323e802801448f32f2b Author: yao Date: Thu Feb 28 12:15:13 2013 +0800 adjust some test cases, use original template file name in Haar commit 69eebdd608b7bd5ba59c790c5a5e504f868d05b8 Author: yao Date: Thu Feb 28 09:03:10 2013 +0800 fix the blend crash in some cases commit 2be893a21ea264cde83bcd4aa3a50dc2943062e4 Author: Andrey Kamaev Date: Thu Feb 28 03:18:54 2013 +0400 Revise git attributes commit c5e979ceb7127cbf6f527dfa86eee627b53b250b Merge: c6318ff 11ba220 Author: Andrey Kamaev Date: Thu Feb 28 01:58:12 2013 +0400 Merge pull request #581 from vpisarev:ios_fix commit c6318ffaa0f6fc82e53bdc59c9e02c445058e9a2 Merge: b9b4200 f40725b Author: Andrey Kamaev Date: Thu Feb 28 01:50:27 2013 +0400 Merge pull request #567 commit f40725bb507f519f434ba57114a3ad014c01f578 Author: Georgios Evangelidis Date: Tue Feb 26 23:27:54 2013 +0100 Add ECC algorithm Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no. 10, 2008 commit 11ba220e02dcb3fa47a7f488e89471f30eaaf3b6 Author: Vadim Pisarevsky Date: Thu Feb 28 00:54:01 2013 +0400 fixed iOS framework compile errors after recent changes commit b9b4200504f4753746d28472cedf2736d3ad4f25 Merge: 68bb317 c7bbd1a Author: Andrey Kamaev Date: Thu Feb 28 00:39:04 2013 +0400 Merge pull request #580 from vrabaud:patch-1 commit a5d2253be820281c958b1d0cc32759cb02082240 Merge: 5b7a4cd a9b1c5d Author: Andrey Kamaev Date: Thu Feb 28 00:38:47 2013 +0400 Merge pull request #544 from AnnaKogan8:added-regressions-only-option commit 68bb317ce19f96a0e356e3a1aa1fcd69130948b3 Merge: d620ef0 18a5b8d Author: Andrey Kamaev Date: Thu Feb 28 00:38:20 2013 +0400 Merge pull request #462 from kobigurk:master commit c7bbd1aef2f0548a6b809a57c888b58e160162dc Author: Vincent Rabaud Date: Wed Feb 27 11:00:38 2013 -0800 Update cmake/templates/OpenCVConfig.cmake.in find_package(OpenCV) should not include_directories by default, that is not standard afaik. Plus that creates problems when creating the ROS package :) commit d620ef0d5541cd02cf60a8808d2363142f16705c Merge: 7b79eaf 3eed5d8 Author: Andrey Kamaev Date: Wed Feb 27 19:44:55 2013 +0400 Merge pull request #577 from ilya-lavrenov:BilateralFilter commit 5b7a4cd955d14df0781a2b984934ba2cfc3eebff Merge: 0a8711d bf427c0 Author: Andrey Kamaev Date: Wed Feb 27 19:34:17 2013 +0400 Merge pull request #579 from bitwangyaoyao:2.4_perfTest commit 0a8711d76b737384aae26e737f830633cf395865 Merge: af13c86 cbff75d Author: Andrey Kamaev Date: Wed Feb 27 19:33:53 2013 +0400 Merge pull request #576 from bitwangyaoyao:2.4_customMat2 commit af13c8604d0a8c0ed685f4e99bd7f045a50e6cea Merge: 5d43ce8 dba2ec0 Author: Andrey Kamaev Date: Wed Feb 27 19:33:26 2013 +0400 Merge pull request #568 from bitwangyaoyao:2.4_moments commit 7b79eaf5beff0b497c6be2c08c9472c0b3946905 Merge: 242a6de 0448f24 Author: Andrey Kamaev Date: Wed Feb 27 19:33:01 2013 +0400 Merge pull request #511 from aritzlc:master commit cbff75db9eeaf748001a46096ad93c8033edcab8 Author: yao Date: Wed Feb 27 21:56:03 2013 +0800 fix build errors commit 3eed5d8c72908341c27f808436cfb00f52dd918e Author: Ilya Lavrenov Date: Wed Feb 27 17:54:22 2013 +0400 additional improvements for 32f commit bf427c01c130529018297b238d3a5bdb317e466e Author: yao Date: Wed Feb 27 21:41:04 2013 +0800 adjust matchTemplate in performance sample, as current version is too slow when template size isn't small commit efad6942e28eb8f0f4cf7d377b7c30aa2a7573a6 Author: Ilya Lavrenov Date: Wed Feb 27 16:53:09 2013 +0400 some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up) commit 024185b9ed7c290e19211a3c11d9502dc8ec1ca5 Author: Andrey Kamaev Date: Wed Feb 27 12:41:33 2013 +0400 Fix OpenCVConfig.cmake generated for Android platform (issue #2496) * fix path to libraries in Android SDK * allow to link to opencv_java.so as Android.mk does To link to opencv_java.so you can either change your cmake to find OpenCV as find_package(OpenCV opencv_java) or pass -DOpenCV_FIND_COMPONENTS=opencv_java to your cmake command commit 7a0d6f773374969eb3df1ff814e9d865b8f5ece8 Author: Vladislav Vinogradov Date: Mon Feb 25 14:33:00 2013 +0400 Super Resolution module commit 9ccf27c7f578cf672b7e544f4bfe41160878f8b2 Author: yao Date: Wed Feb 27 17:32:32 2013 +0800 add interfaces enable custom oclMat device memory type commit 5d43ce853eca64fa9d4c68c6d64915420afc73c1 Merge: 1a82cea 10402c8 Author: cuda-geek Date: Wed Feb 27 12:29:44 2013 +0400 Merge pull request #559 from jet47:gpu-hough-circles commit 242a6de7198713663f952817522131d449615b72 Merge: 351ecbb eca114a Author: Andrey Kamaev Date: Wed Feb 27 11:37:31 2013 +0400 Merge pull request #566 from FabricioS:master commit 1a82ceac9ceb2c57b5b4d8bb2f7a5366095f7074 Merge: b836e3c 4d2c864 Author: Andrey Kamaev Date: Wed Feb 27 11:37:17 2013 +0400 Merge pull request #563 from taka-no-me:perf_classify_speedups commit b836e3c65bb64ef4a9e22440867ce3aea464c52e Merge: f03c04c 9ec5333 Author: Andrey Kamaev Date: Wed Feb 27 11:37:04 2013 +0400 Merge pull request #556 from bitwangyaoyao:2.4_SURF commit f03c04c1515da8d29d0d6ba7ffc00effac13d237 Merge: c54c7c8 0ac7f0d Author: Andrey Kamaev Date: Wed Feb 27 11:36:40 2013 +0400 Merge pull request #554 from bitwangyaoyao:2.4_impvInterFrame commit c54c7c8b2ccc9a805dbaec128d4bbd948a2ebc8d Merge: 8304f17 6409a4b Author: Andrey Kamaev Date: Wed Feb 27 11:36:23 2013 +0400 Merge pull request #553 from bitwangyaoyao:2.4_perfTest commit dba2ec05396e25d30677df2a0e4feb74a07f031e Author: yao Date: Wed Feb 27 14:53:27 2013 +0800 remove the compile warnings commit 6df23428afea8803db6fa2255c932c0a192f0025 Author: yao Date: Wed Feb 27 13:45:16 2013 +0800 Add moments function commit 6409a4b112a2bb363653d64db2e799c17a2ce0f0 Author: yao Date: Wed Feb 27 11:16:46 2013 +0800 fix the compile warnings commit 9ec5333a9b9c2d3a54f0c77bb43b29488ef1c5aa Author: yao Date: Wed Feb 27 10:45:07 2013 +0800 pyrlk also take advantages of cl_image support detection commit da47ccec9cdd6128d270d7804277847ffc49264c Author: yao Date: Wed Feb 27 10:24:03 2013 +0800 Put the cl_image support detection in utils commit 8304f17d637ef2a43f120e855f794bcca48dfe4f Merge: e930725 7a08bbb Author: Andrey Kamaev Date: Wed Feb 27 00:05:16 2013 +0400 Merge pull request #565 from cuda-geek:auto-arch commit e9307259d79f1380394329ca755dd233c48964a3 Merge: 0e5255d 1c1c3c2 Author: Andrey Kamaev Date: Wed Feb 27 00:05:02 2013 +0400 Merge pull request #564 from apavlenko:eclipse_import_fix commit 351ecbbcce19d486d397ab5f6714b21da03ccdf1 Author: Andrey Kamaev Date: Tue Feb 26 23:12:20 2013 +0400 Repair build commit eca114ae95d8e87de9c24dfcefbd190bbc7f8e68 Author: Fabrice Silva Date: Tue Feb 26 18:50:20 2013 +0100 Fix definition of the covariance matrix of derivatives. commit 15e125c751701c3726794a57913df46ebb72bfd4 Merge: 9f888fd d586f4a Author: cuda-geek Date: Tue Feb 26 20:54:12 2013 +0400 Merge pull request #543 from taka-no-me:explicit_stl commit 7a08bbbcc7834af756461fc10351f3b15c002f54 Author: marina.kolpakova Date: Tue Feb 26 13:02:54 2013 +0400 add CUDA_GENERATION macro commit 0e5255d4fb4d594725dea7c82f1a99c8fda22260 Merge: 2304d53 8458f5c Author: cuda-geek Date: Tue Feb 26 19:58:33 2013 +0400 Merge pull request #561 from asmorkalov:android_tutorial_2_4_4_update commit 1c1c3c29c387adf284510f0106ebe7ae9569bc18 Author: Andrey Pavlenko Date: Tue Feb 26 19:52:59 2013 +0400 fixing eclipse import errors commit 4d2c864beab4fac7586daab6c5e0644a5073137a Author: Andrey Kamaev Date: Tue Feb 26 19:37:37 2013 +0400 Add option --with-score to summary.py to automatically classify speedups Legend for new column is: * FASTER - strong speedup * faster - spedup is detected but it is unreliable * - no change in speed * slower - slowdown is detected but it is unreliable * SLOWER - strong slowdown commit 2304d5367ffcee5cf6bcaf079f197d7cbd5df377 Merge: f6dd365 3c7bc6a Author: Andrey Kamaev Date: Tue Feb 26 19:03:43 2013 +0400 Merge pull request #549 from asmorkalov:android_mips_static_build_fix commit 9f888fdb9744b525c14cd0818a64dc22ff927bb3 Merge: 37568b2 5484a41 Author: Andrey Kamaev Date: Tue Feb 26 18:33:05 2013 +0400 Merge pull request #490 from mschoeler:master commit f6dd3651eac5ac7199c80d7d09a326a3e5227bcc Merge: dcf7a69 ab221e9 Author: Andrey Kamaev Date: Tue Feb 26 18:31:30 2013 +0400 Merge pull request #552 from taka-no-me:fix_invert commit dcf7a6943012f77e1a3ce84104676895c44471ef Merge: 0d12f45 04faaa9 Author: Andrey Kamaev Date: Tue Feb 26 18:31:17 2013 +0400 Merge pull request #555 from bitwangyaoyao:2.4_fixFft commit 04faaa9e350afa1661a1065b164f134fb60b6651 Author: yao Date: Tue Feb 26 21:18:51 2013 +0800 Fix ocl::dft the compile warning on Linux commit 8458f5c489e3bee160855f92713c247ef87d0ae7 Author: Alexander Smorkalov Date: Tue Feb 26 16:35:02 2013 +0400 Android tutorial updated OpenCV version incremented; New CvCameraViewListener interface description added. commit 3ff5689fe5608d4dfb1bb1334eceea11add469c1 Merge: 59ebf4e 62f8b0f Author: yao Date: Tue Feb 26 20:30:42 2013 +0800 Merge branch '2.4_fixFft' of https://github.com/bitwangyaoyao/opencv into 2.4 commit 10402c8a85c5751b4310ace46fc1cfb85035d401 Author: Vladislav Vinogradov Date: Tue Feb 26 16:10:35 2013 +0400 fixed gpu HoughCircles test commit 0448f240a05bde9402541317053e4b2f8091c0bd Author: alegarda Date: Tue Feb 26 11:21:43 2013 +0100 Added constants to gen_java.py commit c9868fc01fb7d01b2135103efffe210481895e7b Author: Vladislav Vinogradov Date: Tue Feb 26 13:52:42 2013 +0400 fixed warp tests commit 4f7cfbc26ed42a881f34a77de0e19e3a4579334c Author: Vladislav Vinogradov Date: Tue Feb 26 13:50:33 2013 +0400 fixed gpu bitwise operations with scalars commit a138e12a26df8e6335b50e85844e4e8e0e717e1a Author: Vladislav Vinogradov Date: Tue Feb 26 13:49:35 2013 +0400 refactored gpu perf tests and fixed sanity tests commit ea433cc4968f9bf6a416eac2b172e38ee67d9356 Author: yao Date: Tue Feb 26 17:53:08 2013 +0800 remove the device specific logic commit 62f8b0fc489d8ea15c21a8ea469619f8c2349092 Author: yao Date: Tue Feb 26 17:44:19 2013 +0800 Fix ocl::dft error when program end on Linux commit 0ac7f0d374bafe1ef1d71a10c7f5657b6ce12c07 Author: yao Date: Tue Feb 26 17:12:03 2013 +0800 Simplify the bind texture logic of interpolate frame function commit e3a715882e360a672ce5d3574a2284eaa1caf567 Author: yao Date: Tue Feb 26 16:52:30 2013 +0800 fix the mismatch of perf_test, add a performance sample for ocl module commit 11885e86eeb1c525db62bf726b33df5a964ac2dc Author: Alexander Smorkalov Date: Tue Feb 26 11:25:33 2013 +0400 Feature #2833 Sepia size in Image Manipulations demo implemented. commit ab221e94c016b81edc87f71ed9cc048396592869 Author: Andrey Kamaev Date: Tue Feb 26 11:16:57 2013 +0400 Fix invert under MSVC commit a9b1c5db784752c31e90de6f78acf30a3b2b67c6 Author: Anna Kogan Date: Mon Feb 25 19:03:26 2013 +0400 Added --regressions-only=X-FACTOR option commit 3c7bc6a51eb8e0efa778c19d9a0fa087602c34e0 Author: Alexander Smorkalov Date: Tue Feb 26 10:32:10 2013 +0400 Static ANdroid samples build for MIPS fixed commit 0d12f451bec899aedd6ae85d14c31135a8aeb9eb Merge: 11b83d4 41dc829 Author: Andrey Kamaev Date: Tue Feb 26 01:00:54 2013 +0400 Merge pull request #524 from LeonidBeynenson:add_float_and_unsigned_parameters_to_cv_algorithm commit 11b83d40001cc53af5f10404bd999eb982f22543 Merge: 9f15daf 416432a Author: Andrey Kamaev Date: Tue Feb 26 01:00:36 2013 +0400 Merge pull request #547 from vpisarev:fixes_244 commit 37568b26edf7d5005ae5cf9c91b8094f405b149e Merge: f783f34 9e5698b Author: cuda-geek Date: Mon Feb 25 23:11:02 2013 +0400 Merge pull request #545 from cuda-geek:fix_lying_assertation commit 416432a8e54bd46b777fa574f6f144eb37e47214 Author: Vadim Pisarevsky Date: Mon Feb 25 23:10:38 2013 +0400 replaced tabs with spaces commit 087537463d5c5915241acb71202b23ddba8ea785 Author: Vadim Pisarevsky Date: Mon Feb 25 22:46:30 2013 +0400 attempt to make the ultimate fix for the failure in Core_Invert.small commit 25bbcba0ea268f211a4a01afe9dfdafe6f564c30 Author: Vadim Pisarevsky Date: Mon Feb 25 22:02:24 2013 +0400 fixed Core_MulSpectrums failure commit 9e5698b9677c571463c14dac84a376988358f930 Author: marina.kolpakova Date: Mon Feb 25 18:51:12 2013 +0400 fix lying assertation and hard-coded shrinkage commit 9f15daf0a07e8656e7d6569ab9da3184d23917ed Merge: 6082f35 bb7af3f Author: Andrey Kamaev Date: Mon Feb 25 18:00:13 2013 +0400 Merge pull request #542 from asmorkalov:manager_2.4.4_filter commit cf5e272878a75c9819d0fee89bd11ce4fcf3f43c Author: Daniil Osokin Date: Sun Feb 24 23:17:40 2013 +0400 Added multithreaded implementation for RGB to YUV420p color conversion commit d8f538d67becd29df4f6953a5d7bb40f5a0fb1f2 Author: Daniil Osokin Date: Sun Feb 24 23:52:06 2013 +0400 Added tests for RGB to YUV420p color conversion commit 41dc8293410d85c9f14f9ad4afc64a879f8765e8 Author: LeonidBeynenson Date: Mon Feb 25 15:38:59 2013 +0400 Made changes to avoid warnings (Windows compilation). commit bb7af3f78e3360436d874dcaa963d778c3c73a7b Author: Alexander Smorkalov Date: Mon Feb 25 15:34:06 2013 +0400 OpenCV Manager preparation to 2.4.4 release 2.4.4 constant added to Manager filter; Added additional native tests. commit d586f4a103f39cfa39e093e9c8df1f641c44f384 Author: Andrey Kamaev Date: Mon Feb 25 11:08:27 2013 +0400 Fix x64 build warnings commit 2a6fb2867e2fc639e0675eed8abb1688de4539ec Author: Andrey Kamaev Date: Sun Feb 24 20:14:01 2013 +0400 Remove all using directives for STL namespace and members Made all STL usages explicit to be able automatically find all usages of particular class or function. commit 6082f351ab17971fbc5b9076393d3a5fab039f94 Merge: b6cdc84 59ebf4e Author: Andrey Kamaev Date: Mon Feb 25 14:04:01 2013 +0400 Merge pull request #541 from bitwangyaoyao:2.4_fixCvtColor commit b6cdc849db3f63f0480785e4fe4bd25044ba94fa Merge: 620c699 6098156 Author: Andrey Kamaev Date: Mon Feb 25 14:03:35 2013 +0400 Merge pull request #540 from hgaspar:244 commit 59ebf4ed9f8b529af09036ae05508d8503582430 Author: yao Date: Mon Feb 25 15:19:39 2013 +0800 Fix the ocl::cvtColor mismatch on some devices commit 60981565fad9bbd76a525737ecafb1c20a3867c1 Author: hgaspar Date: Sun Feb 24 22:34:44 2013 -0500 updated the ocl module introduction commit f783f34e0ba824c5a374956b45ccc5037ef99c68 Merge: ef6c236 a66f7cb Author: Andrey Kamaev Date: Sun Feb 24 23:31:11 2013 +0400 Merge pull request #534 from emchristiansen:c++11 commit 7255ede3af7bf3dcc0db841103d1e2e3b3a790d7 Author: Daniil Osokin Date: Sun Feb 24 21:50:08 2013 +0400 Added implementation for RGB to YUV420p color conversion commit ef6c23665576319998cf62496fa6fc8233044c2a Author: marina.kolpakova Date: Sun Feb 24 22:14:57 2013 +0400 restore missed gpu functionality after merge #dddd285d commit dddd285d3bfe25dda11870018b3d2f22451e76f7 Merge: 0b8a6da 620c699 Author: Andrey Kamaev Date: Sun Feb 24 20:16:41 2013 +0400 Merge branch 2.4 commit 620c6994560513ac809a365ff223df85fc48331f Merge: cfd019e 7249457 Author: Andrey Kamaev Date: Sun Feb 24 15:27:01 2013 +0400 Merge pull request #538 from NCBee:patch-2 commit cfd019e2a24d4de7108cca94f3af103122ac2d25 Merge: 7047c23 b7ebedc Author: Andrey Kamaev Date: Sun Feb 24 15:26:42 2013 +0400 Merge pull request #537 from bitwangyaoyao:2.4_fixWarpAffine commit 7047c2348900f5da8bd2578bf5ada5a83431b1b7 Merge: 3b1fc16 f1a5c13 Author: Andrey Kamaev Date: Sun Feb 24 15:26:23 2013 +0400 Merge pull request #535 from bitwangyaoyao:2.4_clean commit 3b1fc16f3614f0a3d0cd049b636b82deac25c4f9 Merge: e6dd4e8 9bbf170 Author: Andrey Kamaev Date: Sun Feb 24 15:26:06 2013 +0400 Merge pull request #536 from bitwangyaoyao:2.4_fixHaar commit 72494577714449661c72dc16e4307e39cadc2432 Author: NCBee Date: Sat Feb 23 10:28:24 2013 -0500 Update doc/tutorials/core/adding_images/adding_images.rst Quick fix for: http://code.opencv.org/issues/2803 commit f1a5c1328ca231f443a1e2dea41bdc757fb85704 Author: yao Date: Sat Feb 23 20:50:03 2013 +0800 remove the empty implementation when HAVE_OPENCL not defined commit b7ebedc23e9f7c804b9a1b08f553343e221724ce Author: yao Date: Sat Feb 23 17:43:10 2013 +0800 fix mismatch of WarpAffine commit 9bbf170054ba9017459858e711c5b51b625d76e4 Author: yao Date: Sat Feb 23 15:34:43 2013 +0800 some cleanup commit 720eaf1e1aabb4301444c0b0185bb2006a0ae6b8 Author: yao Date: Sat Feb 23 15:19:46 2013 +0800 fix the haar kernel problems on Nvidia and Intel OCL commit d050159f07c2ff3d9c1a66bda765d38be659d03e Author: yao Date: Sat Feb 23 14:30:04 2013 +0800 Remove the perf running from ocl::matchTemplate accuracy tests commit a66f7cb9bc128fdc442d9f84ba60cb74b6ef822b Author: Eric Christiansen Date: Fri Feb 22 13:28:20 2013 -0800 allows building with -std=c++11 under G++ commit 07ea88b8c6177d34b5d2fe2fe694501fd32735e1 Author: Oscar Deniz Suarez Date: Fri Feb 22 16:23:42 2013 +0100 Update samples/c/smiledetect.cpp Fixed isdigit() Android build error commit 5484a419600f217252142e084725c9b9051ba16c Author: Markus Schoeler Date: Fri Feb 22 15:41:57 2013 +0100 Corrected a mistake in CHI2 kernel in line 354 and line 362 svm.cpp Added new kernels to documentation commit 0b8a6da817942ea2d6b107d40ea13da7cc828cef Merge: 0ccdc5b e6dd4e8 Author: Andrey Kamaev Date: Fri Feb 22 17:33:30 2013 +0400 Merge branch '2.4' commit e6dd4e840d53b20b677706fc55cbdacd59e148cd Author: OpenCV Buildbot Date: Fri Feb 22 16:56:01 2013 +0400 Update FFMPEG wrapper binaries commit dfbd5f6a02b6bb3e158492551f7abd5b15ba80da Merge: 9bbb0ed 637b48e Author: Andrey Kamaev Date: Fri Feb 22 16:41:16 2013 +0400 Merge pull request #506 from asmorkalov:crosscompile_tutorial commit 9bbb0ed060a85b5f102c23fccb9e3d6222790984 Merge: 051aa4c 4bbdfbc Author: Andrey Kamaev Date: Fri Feb 22 16:40:19 2013 +0400 Merge pull request #531 from asmorkalov:android_mips_fix commit 051aa4cb98b1c448ac9a7a4f497bdefacdcf9d32 Merge: 58f546d 7810254 Author: Andrey Kamaev Date: Fri Feb 22 16:40:05 2013 +0400 Merge pull request #530 from bitwangyaoyao:2.4_fixEqHist commit 58f546dd9319ca38011eda743517f66717e4c7aa Merge: 3406832 3316d0b Author: Andrey Kamaev Date: Fri Feb 22 16:39:50 2013 +0400 Merge pull request #529 from bitwangyaoyao:2.4_fixGemm commit 3406832aa23e5d2da28bd81584228a4c97d474f4 Merge: b1975fb 1a488c0 Author: Andrey Kamaev Date: Fri Feb 22 16:35:30 2013 +0400 Merge pull request #528 from bitwangyaoyao:2.4_fixPyrLK commit b1975fb13d7dc946ecff1f653be306326a68b453 Merge: e68901b f4ef0c1 Author: Andrey Kamaev Date: Fri Feb 22 16:35:17 2013 +0400 Merge pull request #527 from bitwangyaoyao:2.4_fixMeanShift commit e68901bbceca31f49a53a92a176a4cc33fefb43f Merge: 7cd4edd e3803f9 Author: Andrey Kamaev Date: Fri Feb 22 16:34:28 2013 +0400 Merge pull request #523 from taka-no-me:fix_2815 commit 7cd4edd6952088ff99d205375697d6738fa18cbe Merge: dea6148 e21a1d3 Author: Andrey Kamaev Date: Fri Feb 22 16:34:14 2013 +0400 Merge pull request #518 from asmorkalov:ts_refactor commit 1a488c05429904697e8bca1548700b983d668e2e Author: yao Date: Fri Feb 22 18:33:16 2013 +0800 fix the warning on Linux when OpenCL 1.2 not supported commit 4bbdfbc9e79cab9e22e42038d9b7030a3cd6974b Author: Alexander Smorkalov Date: Fri Feb 22 11:57:42 2013 +0400 Bug #2821 Installation of OpenCV modules breaks build on MIPS Android fixed. Native camera libs for MIPS installation fixed. commit 7810254198d53a90b16f0b2e958e884367b543ec Author: yao Date: Fri Feb 22 15:48:31 2013 +0800 Fix ocl::equalizeHist mismatch commit 3316d0bfb2a00193886c784f60ce151a50ba6309 Author: yao Date: Fri Feb 22 15:05:49 2013 +0800 Fix the compiling errors of gemm on Linux commit dea6148a1ac07c90a61f3bc8d81055f46864561e Merge: eda2a76 c17e9ef Author: cuda-geek Date: Fri Feb 22 09:18:18 2013 +0400 Merge pull request #526 from taka-no-me:fix_compatibility commit 2e3f4fdada7f9ad1df0a835034ab1627410ceaba Author: yao Date: Fri Feb 22 11:23:43 2013 +0800 fix pyrLK's mismatch on Linux commit f4ef0c15985a26a559b3eaf2286a2da13cf999fd Author: yao Date: Fri Feb 22 10:13:20 2013 +0800 fix meanShift mismatch on none-double GPUs commit c17e9ef7ba6b128c5bdfd3657cc018eee2391c9b Author: Andrey Kamaev Date: Fri Feb 22 00:30:27 2013 +0400 Repair binary compatibility of ocl module commit 8cfba6456bc099e08279b6a880505233b06c6cd5 Author: Oscar Deniz Suarez Date: Thu Feb 21 22:55:28 2013 +0100 Update samples/c/smiledetect.cpp - Changed to floating neighbor maximum mode - Fixed some previous errors. commit 995154d10d0fb6260f515f063029790a5f18191e Author: Andrey Kamaev Date: Fri Feb 22 00:14:58 2013 +0400 Fix binary compatibility of gpu module commit 379dcf87d56b83723db09580d90004170b48d61f Author: Oscar Deniz Suarez Date: Thu Feb 21 17:17:34 2013 +0100 Added smile detector commit bfb644ac048020a030a13b6865432ebd3c9e329a Author: LeonidBeynenson Date: Thu Feb 21 20:10:42 2013 +0400 Changed error message in Algorithm::get. commit e7b214b6d2fea7dcac46be380afdf33ccb24f532 Author: LeonidBeynenson Date: Thu Feb 21 19:49:37 2013 +0400 Removed urequired functions commit 6bf7fd997aaf096ef4616cf56935d2ee0486066a Author: alegarda Date: Thu Feb 21 15:48:23 2013 +0100 Indentation Ok commit 62655b05f439b735d8b6c56a48f0036752c0dde0 Author: alegarda Date: Thu Feb 21 15:25:22 2013 +0100 Indentation ok commit eda2a76ee98e22e70ec7fd999e8eb4151490af29 Merge: f0dce1f 73ffd71 Author: Andrey Kamaev Date: Thu Feb 21 18:03:06 2013 +0400 Merge pull request #520 from jet47:gpu-updates commit e3803f9985af65978ab044e06cd2fd571ac23723 Author: gferry Date: Wed Feb 20 14:19:55 2013 +0100 fix for OpenCV issue #2815 - libavcodec issue - some decoders alter AVCodecContext width/height values, in a wrong way - eg. in issue 2815, vp6f decoder changes these values, resulting in distorted / invalid frames - this patch forces default AVCodecContext values commit f0dce1fa3565cb7c203b2f653de078cbe4f0c343 Merge: afa9933 9f39c8e Author: Andrey Kamaev Date: Thu Feb 21 17:25:21 2013 +0400 Merge pull request #521 from asmorkalov:2.4.4_preparation commit 73ffd71a22ed49f7d522a234d21264e45878c04f Author: Vladislav Vinogradov Date: Thu Feb 21 17:06:53 2013 +0400 Fixed documentation build commit 8b1f88c40f273ed5ce5accd4ca813a1d95e60ecb Author: Vladislav Vinogradov Date: Thu Feb 21 16:12:33 2013 +0400 updated gpu module API commit afa993316f5778a92672dd3aef944f74e180246d Merge: 1646124 21f95a3 Author: Andrey Kamaev Date: Thu Feb 21 15:12:42 2013 +0400 Merge pull request #502 from jet47:opengl-updates commit 9f39c8eaa194e59fb47c623a9c27cc51a0072896 Author: Alexander Smorkalov Date: Thu Feb 21 14:42:28 2013 +0400 OpenCV 2.4.4 preparation Manager verison incremented; Additional constatnt for library intialization added; Documents updated. commit 16461247ce0732f6494f8ebb37eb9d206f9fc581 Merge: ff0d23e 4091eab Author: Andrey Kamaev Date: Thu Feb 21 13:30:34 2013 +0400 Merge pull request #498 from asmorkalov:doc_ptr commit ff0d23e55b6f11584f04e855346af0ae9a87f8f7 Merge: d4e7bec f816e10 Author: Andrey Kamaev Date: Thu Feb 21 13:30:20 2013 +0400 Merge pull request #519 from bitwangyaoyao:2.4_findOCL commit cb61e9102350b807a597c464af11fb9639e188b0 Author: alegarda Date: Thu Feb 21 10:18:55 2013 +0100 distCoeffs0 cols to 12 commit 8a2b50dca63b035c6b5a91ea969bd7ff0842e15d Author: alegarda Date: Thu Feb 21 10:00:28 2013 +0100 Fixed undistort.cpp commit 21f95a3b11eb15ebfd89966fc1729e11df11c017 Author: Vladislav Vinogradov Date: Thu Feb 21 12:31:04 2013 +0400 restored source compatibility commit d4e7bec29a8bafdd396b7bd3449c94f11504f419 Merge: decf04d f6e0d32 Author: Andrey Kamaev Date: Thu Feb 21 12:29:57 2013 +0400 Merge pull request #440 from AnnaKogan8:fixed-perfomance-tests commit decf04dfec6986fa2511cb6855c2eb41e2e399e9 Merge: c1a5d1c ce2559b Author: Andrey Kamaev Date: Thu Feb 21 12:22:03 2013 +0400 Merge pull request #512 from jet47:core-gpu-updates commit a938534a7e970316244875f59a213d4462fec88c Author: Vladislav Vinogradov Date: Thu Feb 21 12:18:08 2013 +0400 restored binary compatibility commit 4091eab45e831a51da57bcf4db7a2ece07ddd4fa Author: Alexander Date: Sun Feb 17 18:18:12 2013 +0400 cv::Ptr description extended. commit f816e10ac92e963c4e2ce666db93b3d6978d35d0 Author: yao Date: Thu Feb 21 16:11:18 2013 +0800 Add auto detection to Intel OCL commit e21a1d3124e260d94fe97e04cd6cfc666e33fb2c Author: Alexander Smorkalov Date: Thu Feb 21 11:46:03 2013 +0400 Test system refactoring cmpEps replaced on cmpEps2 to reduce code dublication; Constants for cmpEps return values added. commit c1a5d1c44abf4b7dd41c646893216e448f42bbf4 Merge: 6ebb0e2 429ae44 Author: Andrey Kamaev Date: Thu Feb 21 11:51:06 2013 +0400 Merge pull request #508 from bitwangyaoyao:2.4_interpKernel commit ce2559b332a537f784e405645c7191b4610964be Author: Vladislav Vinogradov Date: Tue Feb 19 16:16:23 2013 +0400 optimized DeviceInfo class and ensureSizeIsEnough commit d3d8a782b5a145ae92a3e228314a078168864190 Author: alegarda Date: Wed Feb 20 15:25:49 2013 +0100 Thin prism distortion model added doc Thin prism distortion model added to the camera_calibration_and_3d_reconstruction.rst commit 76d03fccb9b4cae4734558046c422649de1afc8a Author: alegarda Date: Wed Feb 20 15:11:47 2013 +0100 Added Thin Prism Distortion Model Only the code. commit f6e0d327b05dc584b527189147eeef8b29acdeed Author: Anna Kogan Date: Wed Feb 20 16:59:17 2013 +0400 Increased time limits commit a567c03fdfc8ddfd5f760e32930ff84b4b25cae4 Author: Anna Kogan Date: Wed Feb 6 14:53:33 2013 +0400 Switched to TEST_CYCLE_MULTIRUN for fast tests commit 0ccdc5b4af395a3581f3e76ce77c6502c4015f74 Merge: 637397f 11bd936 Author: Andrey Kamaev Date: Wed Feb 20 15:50:47 2013 +0400 Merge pull request #509 from taka-no-me:fix_docs_master commit 11bd936f0bb1a4a034de5ab31f9d557bf034b72f Author: Andrey Kamaev Date: Wed Feb 20 15:01:15 2013 +0400 Fix warnings from documentation build commit 9498856b2296e2caf7892105b45adee257292743 Author: Andrey Kamaev Date: Wed Feb 20 14:38:16 2013 +0400 Fix documentation problems found by check_docs2 script commit 429ae44ae357a05af9248ffdb3d1e59b765fb379 Author: yao Date: Wed Feb 20 17:46:43 2013 +0800 add openCLExecuteKernelInterop method commit 637b48eec8cc6c547c77ff25667100e1d5b368b8 Author: Alexander Smorkalov Date: Tue Feb 12 17:53:36 2013 +0400 Tutorial for ARM Linux cross compilation added. commit 637397f6210745345a0d9206cdff41201d3281ef Merge: 262fc92 6ebb0e2 Author: Andrey Kamaev Date: Wed Feb 20 12:31:16 2013 +0400 Merge branch '2.4' commit 6ebb0e2ad2d03cc0c5e45a312e059e3a1d9815d7 Merge: 5691fd3 96b2898 Author: Andrey Kamaev Date: Wed Feb 20 12:29:52 2013 +0400 Merge pull request #505 from abidrahmank:2.4 commit 96b2898f38604ef54b740e9ea7e9dc0d3c7f5ff2 Author: Abid K Date: Tue Feb 19 19:31:53 2013 +0530 Update samples/python2/hist.py range in calcHist() changed from [0,255] to [0,256]. Otherwise, it won't count pixels with value 255. It can be verified taking sum of histogram values and checking it with image size. commit 5691fd3abeb238d33646b4124105243442e0a3ac Merge: 5cc2a6b 60f7b1d Author: Andrey Kamaev Date: Tue Feb 19 18:01:51 2013 +0400 Merge pull request #503 from taka-no-me:fix_docs commit 5cc2a6bdbfa1f8224cb87c7d9fef80a75d08d901 Merge: afa8e4e 7697d79 Author: Andrey Kamaev Date: Tue Feb 19 18:01:30 2013 +0400 Merge pull request #500 from nielsgm:predict_python_wrapper_to_docs commit afa8e4e645a937d6e1872ac94cdb5a5d688f4f8b Merge: 39baa22 3ead444 Author: Andrey Kamaev Date: Tue Feb 19 18:01:05 2013 +0400 Merge pull request #492 from taka-no-me:fix_warnings_gcov commit 60f7b1d98d1d7c0dbdd01817b0d19b968faf2bb8 Author: Andrey Kamaev Date: Tue Feb 19 15:56:34 2013 +0400 Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4 commit 2fe7482b73e80c1a5221512305c7da5157e6a2e3 Author: Andrey Kamaev Date: Tue Feb 19 14:19:59 2013 +0400 Add support for enums into rst ocv domain commit ff7b604a250ae46ec413c86f3ede7b1314894f02 Author: Andrey Kamaev Date: Tue Feb 19 12:01:27 2013 +0400 Fix several inconsistent declarations identified by check_doc2 script commit e06c3ec7c55cad7ac9fe5f687f11a4d1628c3d41 Author: Vladislav Vinogradov Date: Tue Feb 19 14:13:11 2013 +0400 updated OpenGL functionality: * removed OpenGLFuncTab, now extensions are loaded internally * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback * added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods commit 2bbb777d9535833123d5a9e9a1734d52d46746c1 Author: Andrey Kamaev Date: Tue Feb 19 11:49:05 2013 +0400 Fix warnings about missing parent for class members commit 535f1fb2e2ed9eeb46a6edd97f57e15531b1a925 Author: Andrey Kamaev Date: Tue Feb 19 10:39:31 2013 +0400 Hack to stop parsing of problematic CvStatModel::train definition commit 0570aa64945e94f31c17dc6928edbd9407c52996 Author: Andrey Kamaev Date: Tue Feb 19 10:34:43 2013 +0400 Avoid problem of old sphinx reporting an error on lines starting from : See http://sourceforge.net/tracker/?func=detail&aid=3484857&group_id=38414&atid=422030 commit 7697d79d93cdcfbc81ad65f1f3560e8d60a35958 Author: Niels Gerlif Myrtue Date: Tue Feb 19 13:11:30 2013 +1100 Added the predict_all function wrapper for python that was missing from the documentation Copied the docstring description commit 39baa2237e9c968aa05d77afed2127f6643ae582 Merge: c6f6f9a a1c7e03 Author: Andrey Kamaev Date: Mon Feb 18 18:05:02 2013 +0400 Merge pull request #499 from vpisarev:zeroelem_fix commit c6f6f9ab35026968875a8a04affdd39e4c71538d Merge: 6503836 9613135 Author: Andrey Kamaev Date: Mon Feb 18 18:04:44 2013 +0400 Merge pull request #451 from bitwangyaoyao:2.4_operator commit a1c7e0368cb44018f56045505a86133d72272a7e Author: Vadim Pisarevsky Date: Mon Feb 18 17:01:21 2013 +0400 fixed problem reported by Thouis (Ray) Jones commit 6503836b4d0cb36d7270bb8f34c8fe8749417b62 Merge: 7e5eee5 9f01074 Author: Andrey Kamaev Date: Mon Feb 18 15:41:24 2013 +0400 Merge pull request #469 from asmorkalov:android_manager_4number_version commit 262fc929aa9c31ee6dc88913279693acc1487ec0 Merge: ec7a7c0 7e5eee5 Author: Andrey Kamaev Date: Mon Feb 18 15:35:42 2013 +0400 Merge branch '2.4' commit 9613135e8dad2a1beed03d190b5f9facf2f55f7f Author: yao Date: Sat Feb 16 18:41:43 2013 +0800 fix compiling errors on Linux more operators use oclMatExpr commit ec7a7c0f7c80c7e4aaa6b28f82d9010497e5f145 Merge: 4cc3dfe 3f86fd8 Author: Andrey Kamaev Date: Sat Feb 16 14:23:14 2013 +0400 Merge pull request #493 from pppoe:master commit 69fd2d82735f14b88b9cb3b08eb5cdd527fdb9e8 Author: yao Date: Sat Feb 16 11:05:23 2013 +0800 add oclMatExpr class to prevent extra allocations commit 3f86fd82f83f9e9b8cbe0f0df3dddf0d6f0810df Author: Haoxiang Li Date: Fri Feb 15 11:05:56 2013 -0500 update: detected rectangles may be partially outside the image commit 7e5eee5bf1912e79c5b8e65ae454227bf745f4c3 Merge: f58dffe 2853bab Author: Andrey Kamaev Date: Fri Feb 15 18:38:24 2013 +0400 Merge pull request #301 from emchristiansen:javasample2.4 commit 3ead4449adea1bd149fc275cca51807ad73274d6 Author: Andrey Kamaev Date: Fri Feb 15 17:28:23 2013 +0400 Fix several warnings about uninitialized variables from gcov build commit 2853bab471f7e2f8871de7b132c716972d0bde1e Author: Andrey Pavlenko Date: Fri Feb 15 16:46:05 2013 +0400 converting images to PNG commit edb15dee3df6e9204f9ed65cc66ddf7df4b26f04 Author: Andrey Pavlenko Date: Fri Feb 15 16:33:13 2013 +0400 review feed-back considered commit 4cc3dfe27c08d44c4e228f9b192984c35a6a5d6b Merge: 956aa68 3c25ddd Author: Andrey Kamaev Date: Thu Feb 14 20:13:45 2013 +0400 Merge pull request #482 from vpisarev:c2cpp_imgproc_part2 commit f58dffe31fbb4cce44f85314ccafa092668a5ea4 Merge: 50d3e56 5f32e0e Author: Andrey Kamaev Date: Thu Feb 14 19:07:40 2013 +0400 Merge pull request #401 from Daniil-Osokin:bugfix_doc_setNumThreads commit 50d3e565c5df4db45f57eb26aeec441ee3852e1a Author: OpenCV Buildbot Date: Thu Feb 14 18:39:24 2013 +0400 Update FFMPEG wrapper binaries commit ddb0afbc444171d1abd8af96108c1665ecd93d94 Author: Markus Schoeler Date: Thu Feb 14 15:28:10 2013 +0100 Changed line 1266 in svm.cpp to allow the new kernels to be used commit 49c664fad4d0ab0b1d18b33de1c56e3ccb7180af Merge: da1ddc7 78c924b Author: Andrey Kamaev Date: Thu Feb 14 18:20:30 2013 +0400 Merge pull request #489 from jet47:carma-obsolete commit 3c25ddd9ffcf5e4a4389cff62257356ecf27c028 Author: Vadim Pisarevsky Date: Thu Feb 14 18:14:55 2013 +0400 restored 8u->32f cvGetQuadrangleSubPix() mode (need better test for it) commit a8c2fc6908711521957f2dac33a487e843605438 Author: Andrey Pavlenko Date: Thu Feb 14 17:54:37 2013 +0400 changing layout, adding ant and eclipse sections, more pictures commit 5f32e0e24d33d2d3cd8169fcbb1126b8ec01a7c3 Author: Daniil Osokin Date: Wed Jan 30 10:38:31 2013 +0400 Rewrote doc for set-get number of threads functionality with support new frameworks (bug #2064) commit 6deda2531c8eb1d30a198ec6b4cdf54558731a6f Author: Daniil Osokin Date: Mon Feb 4 17:34:18 2013 +0400 Fixed getNumThreads() for C= commit da1ddc752b279e5068887197798b2897be08f49b Merge: f3874ab 6619941 Author: Andrey Kamaev Date: Thu Feb 14 16:50:16 2013 +0400 Merge pull request #487 from asmorkalov:manager_localref_fix commit 78c924baad21c7cc4f6b05478b66547312fa2ac7 Author: Vladislav Vinogradov Date: Thu Feb 14 15:06:52 2013 +0400 removed obsolete CARMA toolchain and CMake variable commit f3874abf68cd79c6ea128ab688e63140337169be Merge: 37c6357 f9cf70e Author: Andrey Kamaev Date: Thu Feb 14 16:08:05 2013 +0400 Merge pull request #488 from AnnaKogan8:updated-ABI-compliance-descriptor-script commit 37c6357b97604c00888ae958425872615ea356f0 Merge: 8547984 a3a09cf Author: Andrey Kamaev Date: Thu Feb 14 16:00:55 2013 +0400 Merge pull request #485 from jet47:gpu-new-functionality commit 78402bf5964133612bea615920ff6f34fa8b7720 Author: Vadim Pisarevsky Date: Thu Feb 14 15:36:20 2013 +0400 made several minor fixes as pointed out by Andrey commit f9cf70e93ec00c0fe906f25e59f7b8780905c63d Author: Anna Kogan Date: Wed Feb 6 15:07:07 2013 +0400 Updated script for ABI compliance check commit 7cab6798c0c2ba9af00f6ca2ccd4f08291751e57 Author: Markus Schoeler Date: Thu Feb 14 11:30:30 2013 +0100 Added two kernels to existing SVM framework Histogram intersection kernel (accessible by using SVM::INTER in CV namespace as kernel_type) Exponetial chi2 kernel (accessible by using SVM::CHI2 in CV namespace as kernel_type) Formulars: Exp-CHI2 k(x,y) = exp(-gamma * CHI2(x,y)) CHI2(x,y) = 1- 2* SUM_i[(xi-yi)²/(xi+yi)] Intersec k(x,y) = SUM_i[min(xi,yi)] commit 6619941c908da479d1afad8c7e218ebedd780c62 Author: Alexander Smorkalov Date: Thu Feb 14 13:29:51 2013 +0400 Issues in management of local reference to jni objects fixed. commit a3a09cf4d1eaf0bb46192886d5793b4acf2eedf7 Author: Vladislav Vinogradov Date: Thu Feb 14 13:26:47 2013 +0400 refactored OpticalFlowDual_TVL1: * added DenseOpticalFlow interface * moved OpticalFlowDual_TVL1 to src folder commit 8547984d2992065140ceb3883a6a836550e81202 Merge: 37e2664 42a2cb0 Author: Andrey Kamaev Date: Thu Feb 14 11:21:16 2013 +0400 Merge pull request #486 from amroamroamro:2.4 commit 37e2664cf0bf321dab896075e32452013c46d5eb Merge: 54a0e50 5512f91 Author: Andrey Kamaev Date: Thu Feb 14 11:21:01 2013 +0400 Merge pull request #479 from ilya-lavrenov:TestHighGUI commit 18a5b8dfc645325f180d8738009caa37376db5fc Author: kobigurk Date: Wed Feb 13 14:21:34 2013 +0200 fixed tab indent commit 42a2cb0a38af609a1a5de94734baf3ba49518820 Author: Amro Date: Tue Feb 12 19:42:40 2013 +0300 add description of ddepth param of cv::boxFilter bug #2709 commit 88e0127f44e6da485ba257da324a72bcbc8478ae Author: kobigurk Date: Wed Feb 13 14:13:36 2013 +0200 API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected test code unified - channels number is tested for other formats as well commit 2181a41a078822fec8997aa91ad8e074b6dcd2a8 Author: Vladislav Vinogradov Date: Wed Feb 13 15:58:24 2013 +0400 added perf4au app commit aa73bf607973aeca1bf83d81ca8210e2c3761bba Author: Vladislav Vinogradov Date: Wed Feb 13 15:58:12 2013 +0400 added gpu optical flow sample commit 50f28c9e252c342dd519163456e9b22301639099 Author: Vladislav Vinogradov Date: Wed Feb 13 15:57:55 2013 +0400 added Warp::reduce function commit 36e42084f0dba16ac4c9d99e27b8eb577f58e4d4 Author: Vladislav Vinogradov Date: Wed Feb 13 15:57:40 2013 +0400 added gpu BM optical flow implementation commit fe2e89df1bed15ce2171a3ec5fd9370dcf236a41 Author: Vladislav Vinogradov Date: Wed Feb 13 15:56:58 2013 +0400 added gpu::HoughLinesP function commit 86bd32513199c3086639cf022da3fc9063b46e6e Author: Vladislav Vinogradov Date: Wed Feb 13 15:55:58 2013 +0400 added gpu::normalize function commit 61b54149b14cbf41122058fbde92b9025b4c0eb5 Author: Vladislav Vinogradov Date: Wed Feb 13 15:54:50 2013 +0400 added mask support to gpu norm and sum commit 08914aa7089e75a59e820b8cc4d56e048e54384a Author: Vladislav Vinogradov Date: Wed Feb 13 15:53:03 2013 +0400 added gpu compare with scalar commit a828b607653daebe2ba176364ee32b19053532f5 Author: Vladislav Vinogradov Date: Wed Feb 13 15:51:27 2013 +0400 added enqueueHostCallback method to gpu::Stream commit ce2fd7fec90769b3907aa5e73dbe71e5be130e54 Author: Vladislav Vinogradov Date: Wed Feb 13 15:50:05 2013 +0400 added dual tvl1 optical flow gpu implementation commit 54a0e5085c37c4dbe092d8302b34855104c81761 Merge: ca5e6f9 c7df17e Author: Andrey Kamaev Date: Wed Feb 13 15:50:02 2013 +0400 Merge pull request #483 from taka-no-me:cmake_tweaks commit 1498d2f42792104050d7705b75a14d21afb28c2c Author: Vladislav Vinogradov Date: Wed Feb 13 15:42:58 2013 +0400 added dual tvl1 optical flow implementation commit 109e047a283e65424463bc16813f242e5612a483 Author: kobigurk Date: Wed Feb 13 13:33:07 2013 +0200 * img_test is now tested for channel numbers instead of img * fixed indentation to use spaces and trailing spaces commit c7df17e77bd88f35c62f7846dbbb1747ec763f9b Author: Andrey Kamaev Date: Wed Feb 13 15:09:30 2013 +0400 Detect and report parallel framework used commit 0b20faf3d219b2d87ed6c6734384d2a94b4b265e Author: Andrey Kamaev Date: Wed Feb 13 14:50:32 2013 +0400 Use git describe to get source control version commit 9e4792af1f3f98af3b0f01be180f751d2fa701ea Author: Andrey Kamaev Date: Wed Feb 13 14:25:50 2013 +0400 Add separate status section for java commit 82313b3f6c694bc2d999de48d5a33e36e1657515 Author: Andrey Kamaev Date: Wed Feb 13 14:18:02 2013 +0400 Add OpenCL section to status report commit 247df9f3fc93930161dda907ca00b79076b1dda2 Author: Andrey Kamaev Date: Wed Feb 13 14:11:56 2013 +0400 Detect version of clang compiler commit 77d647b67504f83fd43192c258c8325bff63eeab Author: Vadim Pisarevsky Date: Wed Feb 13 02:32:10 2013 +0400 2 more warnings on Windows fixed commit bd063e47d7b2238d5bafa6002e5017f69e475129 Author: Vadim Pisarevsky Date: Wed Feb 13 01:47:17 2013 +0400 fixed the remaining warning in houghlines commit 8f33e80515054268e7a300a815d876051c5c198b Author: Vadim Pisarevsky Date: Wed Feb 13 01:46:02 2013 +0400 fixed bug in the new version of cornerSubPix commit 16d825adbc32f0f2bbce4c74d02c18ee31a54f92 Author: Vadim Pisarevsky Date: Wed Feb 13 01:23:57 2013 +0400 fixed compile warnings and opencv_perf_imgproc failures commit 944588e7323499434857f0b116dc08d7735ff112 Author: Vadim Pisarevsky Date: Tue Feb 12 23:16:06 2013 +0400 converted houghlines to C++ commit 7f8c925319216bff589d8de8007dc188f8992779 Author: Vadim Pisarevsky Date: Tue Feb 12 21:35:37 2013 +0400 finished distance transform; fixed warnings commit 956aa68fb550e011c83fb169569babf6276eab35 Merge: b44b920 ca5e6f9 Author: Andrey Kamaev Date: Tue Feb 12 20:30:17 2013 +0400 Merge branch '2.4' commit ca5e6f9522799471a3fef34452130274fd7381e4 Merge: 8b7a28a ac38950 Author: Andrey Kamaev Date: Tue Feb 12 20:29:02 2013 +0400 Merge pull request #480 from taka-no-me:ffmpeg_warnings commit ac389507a0338551e1b4bdad3b6804e5110c5df5 Author: Andrey Kamaev Date: Tue Feb 12 19:58:59 2013 +0400 Fix warnings from ffmpeg wrapper commit 05ea571b080841e4f599b64df0aaeb448f753bdc Author: Vadim Pisarevsky Date: Tue Feb 12 18:56:22 2013 +0400 almost finished distance transform conversion (discrete voronoi diagram mode is not ready yet) commit 9124a76ae7d01b2d99cf29fa14d34af967bc35d2 Author: Vadim Pisarevsky Date: Tue Feb 12 18:07:22 2013 +0400 converted moments function to C++ commit 59a5ba8938a463a16c2b4627c64f4ebbc1bc1354 Author: Vadim Pisarevsky Date: Tue Feb 12 17:08:42 2013 +0400 converted watershed + pyrmeanshiftfilter to C++ commit 8b7a28a7e42bb79b9224fcdee11cd0d89e14b516 Merge: 0cf9c16 1751a96 Author: Andrey Kamaev Date: Tue Feb 12 17:06:27 2013 +0400 Merge pull request #477 from asmorkalov:android_version_info commit 0cf9c16adcef1789ea035b87bb8d16003305ba53 Merge: 7c77b40 fdb07a0 Author: Andrey Kamaev Date: Tue Feb 12 17:06:07 2013 +0400 Merge pull request #478 from jet47:gpu-reduction-fix commit 7c77b402db915638fe02f3d8d0dcd5e43171896f Merge: b6e7aea 81b9f9b Author: Andrey Kamaev Date: Tue Feb 12 17:04:53 2013 +0400 Merge pull request #468 from kirill-kornyakov:test-for-saturate-cast commit b44b9209974c32c63faf58e9008e462a41198448 Merge: c527340 b6e7aea Author: Andrey Kamaev Date: Tue Feb 12 16:30:18 2013 +0400 Merge branch '2.4' commit 5512f91d08ec809f46ebfce39c20816601f18738 Author: Ilya Lavrenov Date: Tue Feb 12 14:20:23 2013 +0400 removed libstdc++ dependency commit 9f80c6c9894588ab1f4c8441d33e7357e924ba97 Author: kobigurk Date: Tue Feb 12 11:21:51 2013 +0200 added test for 4 channel tiff commit 1751a963f23bfc7e1fbbebedc7c65e8904cd43ff Author: Alexander Smorkalov Date: Tue Feb 12 11:10:34 2013 +0400 Build info output for all android apps added. OpenCV build information output to logcat added to OpenCV initialization code; Documenation for cv::getBuildInformation() added. commit fdb07a0ac156b3186721e871723356458f347e87 Author: Vladislav Vinogradov Date: Mon Feb 11 16:55:25 2013 +0400 fix performance issue of gpu reduction commit 06f4a56469836c443bfcc929d294822bb93e3aa3 Author: Vadim Pisarevsky Date: Mon Feb 11 23:49:10 2013 +0400 converted flood fill, getrectsubpix & cornersubpix to C++ commit b6e7aeabe0ff8b92deb15fcaa14b2572c522ef28 Merge: 3990564 54bcaa4 Author: Andrey Kamaev Date: Mon Feb 11 21:38:07 2013 +0400 Merge pull request #476 from apavlenko:eclipse_import_fix commit 3990564a83b7bd583a9d43d1958661884de056a9 Merge: 2495b23 74e5650 Author: Andrey Kamaev Date: Mon Feb 11 21:16:39 2013 +0400 Merge pull request #470 from kirill-kornyakov:bug_2788_testing_add_method_for_column commit 2495b23a7d7b85a3becd17821f43b10031f59c2b Merge: 059ea5b 92e7e7d Author: Andrey Kamaev Date: Mon Feb 11 20:48:03 2013 +0400 Merge pull request #473 from prclibo:2.4 commit 059ea5bebe4179717e7d2350c8a6d7fcedb45f66 Merge: 80d760c b337d84 Author: Andrey Kamaev Date: Mon Feb 11 20:46:48 2013 +0400 Merge pull request #471 from apavlenko:jar_install commit 54bcaa493491994d1a82ba66bfe7aec2ea37a8c1 Author: Andrey Pavlenko Date: Mon Feb 11 19:49:18 2013 +0400 fixing eclipse import errors that can also be fixed via 'Fix Project Properties' menu commit 80d760c96efa398fa9476fbf1645cce305be17ae Merge: a370404 9f9c333 Author: Andrey Kamaev Date: Mon Feb 11 19:17:41 2013 +0400 Merge pull request #467 from asmorkalov:manager_jni_overflow commit a370404d9ca0d23e72e6f059fb276c002daea86e Merge: 5cae645 e7ea90f Author: Andrey Kamaev Date: Mon Feb 11 18:51:03 2013 +0400 Merge pull request #416 from asmaloney:mat-docs-cleanup commit 92e7e7d8e8be9e8721f408603b5fbb7e9bd5e10f Author: Bo Li Date: Mon Feb 11 15:09:42 2013 +0100 fix issue 2788 commit 74e56503504a9038e518d847d8eedc5334c1c044 Author: Kirill Kornyakov Date: Mon Feb 11 16:53:41 2013 +0400 Reenabled second test commit 5cae645ba1a24265ce3effb63cce004c437d0c4e Author: Andrey Kamaev Date: Mon Feb 11 16:52:20 2013 +0400 Temporary disabled parallel_writers_and_readers test commit b337d84adf3c0ce5e9fc041a503dec9c6a3616a3 Author: Andrey Pavlenko Date: Mon Feb 11 16:28:19 2013 +0400 configure desktop Java install, making JNI library name correct, and making it fat when possible commit 9f9c333a26d8575431d9739bb75bb4734f31382b Author: Alexander Smorkalov Date: Mon Feb 11 14:12:51 2013 +0400 Bug #2759 android.os.DeadObjectException on OpenCV Manager connection fixed. DeleteLocalRef calls for jclass objects added. commit 7071bd63ab54634396284a093ae35ffc93f66b43 Author: Kirill Kornyakov Date: Mon Feb 11 15:25:15 2013 +0400 Added two tests to highlight bug #2788 commit 9f01074f4cd660e4bf661ac3febf49da2d9a2ae2 Author: Alexander Smorkalov Date: Tue Jan 22 15:53:07 2013 +0400 Bug in hardware ratings fixed. commit 8c44e1ff8133eddf6eaf52668f918a26594e6e33 Author: Alexander Smorkalov Date: Fri Jan 18 18:33:04 2013 +0400 Native testing for OpenCV Manager enabled All tests added to CMake; All tests ported on 4 digit version support; Some test fixes and bug fixes were done. commit 81b9f9b16b9a2d5e6269ceb69415ea692583f11f Author: Kirill Kornyakov Date: Mon Feb 11 14:58:38 2013 +0400 Added a test that documents that negative numbers are not clipped by cv::saturate_cast commit 1869f77c0f3106de182a3e50bb80306bdd91f90a Merge: ffb3b5d 571665b Author: Andrey Kamaev Date: Mon Feb 11 14:37:14 2013 +0400 Merge pull request #457 from taka-no-me:fix_vars_expansion commit ffb3b5ddbe31d4aae5173d3d093f7cdf2fbd5a9d Author: Andrey Kamaev Date: Mon Feb 11 14:17:29 2013 +0400 Adjust OpenCV version to 2.4.4 commit 2ed6bc8aaf0465f585c42b573afa696f0208468f Author: Andrey Kamaev Date: Mon Feb 11 14:15:29 2013 +0400 Revert ffmpeg related changes from "thread-safe VideoWriter and VideoCapture" This reverts commit 4abf0b31936c96887c028d799c6e89edfc4e197b. Changes are reverted because they break build of proxy dlls on Windows commit 9d7300f003bab488a544af4ede905103e2bd6855 Merge: c61d708 283b26e Author: Andrey Kamaev Date: Mon Feb 11 14:05:37 2013 +0400 Merge pull request #465 from asmorkalov:android_camera_connect commit c61d7088aeff11024c0228b8d820996237809b8b Merge: 5335c2f 81832d7 Author: Andrey Kamaev Date: Mon Feb 11 14:04:07 2013 +0400 Merge pull request #466 from taka-no-me:fix_android_package commit 5335c2f92047d5438a1cbe1fe3fc1dbc5296f957 Merge: d92a56e 2075236 Author: Andrey Kamaev Date: Mon Feb 11 14:03:51 2013 +0400 Merge pull request #464 from asmaloney:missing_fclose commit d92a56ee2d511262739d9a5d1ae4cd034d1de71b Merge: cc79f40 4045e6e Author: Andrey Kamaev Date: Mon Feb 11 14:03:10 2013 +0400 Merge pull request #458 from taka-no-me:tbb_4.1u2 commit cc79f40e2b50dd584fbed8e8508980376fbf28f2 Merge: 2a98c1f d067dc5 Author: Andrey Kamaev Date: Mon Feb 11 14:02:54 2013 +0400 Merge pull request #454 from asmorkalov:android_samples_reorganize commit 2a98c1f89cce5ca8601380017b31a9f10e890b9d Merge: 716e019 51e58ae Author: Andrey Kamaev Date: Mon Feb 11 14:02:39 2013 +0400 Merge pull request #446 from AnnaKogan8:updated-perf-timing-script commit 81832d76a8bc8a0cdd1c2ee3185ded1f052b8cb7 Author: Andrey Kamaev Date: Mon Feb 11 12:59:37 2013 +0400 Fix build of package for Google Play commit d067dc5a0517892cedd8afe3fe5e76a3ab114842 Author: Alexander Smorkalov Date: Mon Feb 11 11:36:12 2013 +0400 Code review notes fixed. commit 283b26e2db5be9d665a476b6df2d4b6516eca10c Author: Alexander Smorkalov Date: Mon Feb 11 09:43:44 2013 +0400 Issue in NativeCameraView and JavaCameraView fixed. In previous version getWidth() and getHeight() values were used instead method parameters. commit 2075236757f1b8fefeb7f956a145e257c382de30 Author: Andy Maloney Date: Sun Feb 10 21:55:20 2013 -0500 If generating a bin file (second half of conditional), make sure the file is closed (Also fix spelling in comment) commit 7927ebf20eae7e265904e4665645331d8a2860ca Author: kobigurk Date: Sun Feb 10 01:22:49 2013 +0200 alpha channels support for 8-bit tiffs commit 716e0192b3cfe4f493d3eac0d7a1a1580c672b4c Merge: 3ed6c09 43d61d9 Author: Andrey Kamaev Date: Fri Feb 8 18:52:03 2013 +0400 Merge pull request #456 from vpisarev:python_ptseq_fix commit 3ed6c0948525c3d0c711542341f851d00f4e97e6 Merge: 504264a e31e924 Author: Andrey Kamaev Date: Fri Feb 8 18:48:36 2013 +0400 Merge pull request #428 from bitwangyaoyao:2.4_erode_dilate commit 504264ab7b3966d6f3c43fcca16ed48b135bf8ab Merge: 46ca5c3 076941b Author: Andrey Kamaev Date: Fri Feb 8 18:48:13 2013 +0400 Merge pull request #402 from asmorkalov:samples_data_rase_fix commit 4045e6e588a87cc058cc2cbca5322e4ada84c3e6 Author: Andrey Kamaev Date: Fri Feb 8 18:45:24 2013 +0400 Update tbb to version 4.1 update 2 commit 46ca5c32cdd0f228230b47eee2110a823a70c0f0 Merge: bb25111 e0ead7b Author: Andrey Kamaev Date: Fri Feb 8 18:45:24 2013 +0400 Merge pull request #455 from AlexeySpizhevoy:2.4 commit bb25111d23c668899669ac1096c593c1ae8ac15c Merge: 4f4fe55 c7e7b77 Author: Andrey Kamaev Date: Fri Feb 8 18:43:57 2013 +0400 Merge pull request #452 from asmorkalov:android_tutorial_update commit 4f4fe553bcc7163fb3353fe1f6958abaa6b9e4bc Merge: 6ffd5ed 4d68272 Author: Andrey Kamaev Date: Fri Feb 8 18:43:34 2013 +0400 Merge pull request #450 from bitwangyaoyao:2.4_dft commit 571665b559b9d08f1de74b7fa8cafd396958cc95 Author: Andrey Kamaev Date: Fri Feb 8 18:21:49 2013 +0400 Fix CMake variables substitution in Android project files commit 43d61d961e355632b29a209ec9a1f30db7792477 Author: Vadim Pisarevsky Date: Fri Feb 8 18:11:56 2013 +0400 fixed problem with Nx2 numpy arrays in geometrical functions (#2783) commit e0ead7b606d113ab71eb1f9f413a60dee01a4824 Author: Alexey Spizhevoy Date: Fri Feb 8 17:44:57 2013 +0400 fixed assertion failure (vector out of range) for the 'vc10,debug' build (#2775) commit c7e7b770934bd01786a0bf8937fd84de41ffad62 Author: Alexander Smorkalov Date: Fri Feb 8 12:03:13 2013 +0400 Tutorial for Android synchronized with actual application framework. commit 6ffd5edfb5cad6a6e0788b5f49c78ecf1ee77bdc Merge: 9591fb8 192ee15 Author: Andrey Kamaev Date: Fri Feb 8 14:37:09 2013 +0400 Merge pull request #442 from asmorkalov:linux_cross_compile commit 9591fb8f633cb79aff249aba84aa84624e26fd46 Merge: 03f7d2f 79d5724 Author: Andrey Kamaev Date: Fri Feb 8 14:29:56 2013 +0400 Merge pull request #448 from Nerei:bp_doc_change_24 commit 9a2d6f854b6573b3780f061ab0c0d42813cb96ee Author: Alexander Smorkalov Date: Tue Feb 5 15:46:47 2013 +0400 Tutorial-1-Java -> Tutorial-1-CameraPreview Issues fix. commit 507e2dc0ad2e9cbe0c064fa8d154115d81837b3c Author: Alexander Smorkalov Date: Tue Feb 5 15:27:23 2013 +0400 Project files for Eclipse updated. commit b558bb4894863ed9a67bde2cf55284df89137784 Author: Alexander Smorkalov Date: Tue Feb 5 15:10:34 2013 +0400 Tutorial-5 -> Tutorial-3 commit 902463b6e98d2e919eb1f26586b26356856bb9e5 Author: Alexander Smorkalov Date: Tue Feb 5 13:12:00 2013 +0400 Tutorial4 sample renamed to Tutorial-2-MixedProcessing commit 08cd51df1f93579a2e2263b946029550dc8c8841 Author: Alexander Smorkalov Date: Tue Feb 5 12:19:11 2013 +0400 Tutorial-3 removed as dublicate part of tutorial-4. commit b94327755993e20f0832088bcb0c216b1f283899 Author: Alexander Smorkalov Date: Mon Feb 4 17:28:55 2013 +0400 Tutorial-2 removed as dublicate of tutorial-1 and image manipulations sample. commit 33502c86acec0ad955a419d5f053a5bda5020872 Author: Alexander Smorkalov Date: Mon Feb 4 17:26:43 2013 +0400 Tutorial 1 renamed commit 192ee15520aae2fd02f2330fc902279fb1ea7610 Author: Alexander Smorkalov Date: Wed Feb 6 19:18:36 2013 +0400 Code review notes fixed; HardFP and SoftFP toolchains joined to one; RPATH skiping added. commit 076941bb079865d58fa009c53c7c3b838b73668a Author: Alexander Smorkalov Date: Fri Feb 8 09:43:21 2013 +0400 15-puzzle app reverted to usage of old CvCameraViewListener implementation; super.onPause() call moved to begining of onPause method according Google recomandations. commit 0b365f6aa564766c236189d577d0c33b1209ca35 Author: yao Date: Fri Feb 8 11:41:46 2013 +0800 add +-*/ operators to oclMat commit 4d6827212d5c90f42b983a02bf8dfebdd097d32c Author: yao Date: Fri Feb 8 10:46:43 2013 +0800 some bugs fix in using AmdFft library commit 79d572479455466650c1679b78af4eaed0117294 Author: Anatoly Baksheev Date: Thu Feb 7 22:25:15 2013 +0400 BP doc change according to Adrian's request (OpenCV book co-author) commit 51e58aeb25e495c08782f4de509384aa29c67a6b Author: Anna Kogan Date: Thu Feb 7 16:29:28 2013 +0400 Added --failed-only option and multiple input files support commit f8720ec60eabeaa10eb36cc01e42dc81a7b2e96d Author: Alexander Smorkalov Date: Thu Feb 7 13:01:26 2013 +0400 Code review issues fixed. Compatibility issues fixed. commit 03f7d2f1ca994a45407888c6b227f79731a8ea3a Merge: 93d4abe afe85e7 Author: Andrey Kamaev Date: Thu Feb 7 00:15:52 2013 +0400 Merge pull request #444 from taka-no-me:fix_o0_warnings commit afe85e7e516ab76f8e321b40e1f2905a9d81ace5 Author: Andrey Kamaev Date: Wed Feb 6 20:57:36 2013 +0400 Fix some warnings from -O0 build commit 203849d5e4623fd24169e8dfd37319e23d3d9902 Author: LeonidBeynenson Date: Wed Feb 6 18:07:02 2013 +0400 The next attempt to fix a build error on Mac. commit 93d4abecf854202c15065cdf84b435f6968a4126 Merge: 6e4aeff 37d695a Author: Andrey Kamaev Date: Wed Feb 6 16:40:38 2013 +0400 Merge pull request #443 from taka-no-me:fix_cascade_test commit 50cd5d9ce74e10c574dd747baa77cc3d8b46897c Author: LeonidBeynenson Date: Wed Feb 6 15:31:51 2013 +0400 Try to fix Mac compilation issue. commit 6e4aeff4c9741f851dc38f01aab82802c85f33c2 Merge: bf575ba bb3b144 Author: Andrey Kamaev Date: Wed Feb 6 15:12:02 2013 +0400 Merge pull request #441 from jet47:filter-speckles-8u commit 37d695a62ea84a0a3dc483c45e610202c26bf582 Author: Andrey Kamaev Date: Wed Feb 6 15:07:31 2013 +0400 Use gtest assertions in cascade test This simplifies test debugging a lot commit b81f0887f0dfe23ef1caaab228927fc654d02294 Author: Alexander Smorkalov Date: Wed Feb 6 14:41:58 2013 +0400 Carma board support fixed. commit 4e243e1759790bbf722b0c49c5fbdf38822f7e5b Author: Alexander Smorkalov Date: Wed Feb 6 12:55:37 2013 +0400 TBB build for arm linux fixed. Processors count detected correctly. commit 6645f50dd0211229c06a2ff7245dc1145902345c Author: Alexander Smorkalov Date: Tue Feb 5 16:04:53 2013 +0400 CUDA toolkit support added to crosscompilation toolchain. commit 1120289fdbf64deb45ae9f5b5723d76bd869563b Author: Alexander Smorkalov Date: Thu Jan 24 13:29:55 2013 +0400 Compiler and linker flags for arm cross compilation fixed. commit 3ed99b77009415938856f74815a450c88d9f1825 Author: Alexander Smorkalov Date: Mon Jan 21 16:45:35 2013 +0400 Code review notes applied. Toolchain for arm hardfp added. commit ffb9da14fb0d0653588324a4df925487b5ad37d0 Author: Alexander Smorkalov Date: Fri Jan 11 11:23:48 2013 +0400 TBB build defines for Linux added. commit 60f056061a3d688051e3560e10c05968b039b361 Author: Alexander Smorkalov Date: Fri Jan 11 10:50:40 2013 +0400 Cross compilation toolchain for arm linux added. commit 7882aba7af7f78fda8f3d02d92e53c3d8362de75 Author: Alexander Smorkalov Date: Thu Jan 10 17:18:01 2013 +0400 TBB download and build option enabled for non Android platfroms. commit 2e2e1355acc15a0cae7a7a9e150b530c91dc2808 Author: Alexander Smorkalov Date: Mon Jan 28 13:14:47 2013 +0400 Video IO perf tests guarded. commit bb3b1441c503685fe88f811dd9094d7579050bb5 Author: Vladislav Vinogradov Date: Wed Feb 6 10:30:26 2013 +0400 added 8u type support to filterSpeckles function commit bf575ba7fbc3daa837e7786a7453638f1bd9c31c Merge: 7cdede0 3c39e14 Author: Andrey Kamaev Date: Wed Feb 6 14:04:59 2013 +0400 Merge pull request #434 from taka-no-me:fix_parallel_writer_test commit 7cdede0c5559ccbe5a37fc840b213e743de91b8f Merge: fe0516c 568b935 Author: Andrey Kamaev Date: Wed Feb 6 14:04:27 2013 +0400 Merge pull request #438 from bitwangyaoyao:2.4_fixwarings commit e31e924cf79e37ddc13adc22f1f0105f3721f358 Author: yao Date: Wed Feb 6 09:12:40 2013 +0800 remove the warnings in accuracy test commit fe0516c877107c1f1bf33207c73168bec4a77290 Merge: 53e77ed 9711ef6 Author: Andrey Kamaev Date: Tue Feb 5 14:53:49 2013 +0400 Merge pull request #432 from bitwangyaoyao:2.4_blend commit 53e77ed468da6aeb09b33f4faa2e196e75ddc0d1 Merge: f608df9 c0e3d48 Author: Andrey Kamaev Date: Tue Feb 5 14:50:15 2013 +0400 Merge pull request #431 from snosov1:matchTemplate-tegra commit 568b93524623252d9f3c0640c45279dae531c5ed Author: yao Date: Tue Feb 5 17:16:40 2013 +0800 remove a warning on Linux fix a error in doc commit b85a098d9c23ba6d8ef691e91101daf6ea56d999 Author: LeonidBeynenson Date: Mon Feb 4 20:25:18 2013 +0400 Added float, uint64, and uchar params to Algorithm Made changes to work in cv::Algorithm with parameters of these types. Also fixed SimpleBlobDetector -- now it can be created by cv::Algorithm::create and it can work with cv::Algorithm::set/get. commit 6b5eac328fa2bb2207eef8a2d30eb55ea69f751f Author: Alexander Smorkalov Date: Fri Feb 1 12:42:21 2013 +0400 Android samples updated according onCameraFrame callback signature change. FpsMeter class removed from Image Manipulations and Face Detection examples as unused code. commit 3ef588b877664679d0e28dea81937294a193a5a0 Author: Alexander Smorkalov Date: Thu Jan 31 16:13:12 2013 +0400 onCameraFrame callback signature changed. CvCameraFame interface added. New interface allows to get one RGBA or Gray frame from camera or both in the same time; New interface fixes data rase in samples also. commit c527340cb6c13cbd67ab5498c528910f4956a3f9 Merge: 4d785ff f608df9 Author: Andrey Kamaev Date: Mon Feb 4 17:15:55 2013 +0400 Merge branch 2.4 commit f608df96402087da75b2a9fa2cf5430ac4d1e711 Merge: 7244fc1 d235c3a Author: Andrey Kamaev Date: Mon Feb 4 17:10:02 2013 +0400 Merge pull request #427 from vrabaud:brisk_fixes_2.4 commit c0e3d48ebcc55971c525ca55d2efdba645aa3ee8 Author: Sergei Nosov Date: Mon Feb 4 13:29:52 2013 +0400 stricter eps for normed methods commit 7244fc1f6a590450e1d75d09ea2a060198b4e83f Merge: 727b6a7 e58f4e4 Author: Andrey Kamaev Date: Mon Feb 4 15:49:48 2013 +0400 Merge pull request #404 from asmorkalov:android_opencvmk_fix commit 4d785fff997dda9a120948d4697eec3d853a72e1 Merge: 5a76786 75191e8 Author: Andrey Kamaev Date: Mon Feb 4 14:57:13 2013 +0400 Merge pull request #409 from asmorkalov:giganetix_cams_patch_master commit 727b6a72599886a2f64c7d4e6676c85040916133 Merge: 9c939a8 25086ed Author: Andrey Kamaev Date: Mon Feb 4 14:56:54 2013 +0400 Merge pull request #408 from asmorkalov:giganetix_cams_patch commit 3c39e146a329872d839f83f5c1311badfc98924a Author: Andrey Kamaev Date: Mon Feb 4 14:34:44 2013 +0400 Make parallel video writer test pass if compiled without threading support commit d235c3a6780d1cab25dd07847ff9eb6938dd6ae6 Author: Vincent Rabaud Date: Sun Feb 3 14:31:59 2013 +0100 define the default remapping in the right scope commit 0b1599d88a9b748256db01ac8fabc59c88229d7a Author: Vincent Rabaud Date: Sun Feb 3 14:31:15 2013 +0100 write documentation for BRISK commit 9711ef6dee50f64299fade5429ca302bba3f0d0c Author: yao Date: Mon Feb 4 17:29:20 2013 +0800 blend use vector to optimize commit 15d04844851de56c59b1e751b1c1e253300b88b7 Author: Sergei Nosov Date: Mon Feb 4 12:57:22 2013 +0400 matchTemplate perf tests added commit c768731e8974ce2d3c1d32e345faed22b68ba3bc Author: Sergei Nosov Date: Mon Feb 4 12:57:03 2013 +0400 enable Tegra optimizations commit 9c939a8dcfe3843417201d2fa3469ea606ee1e5b Merge: 650609a b497380 Author: Andrey Kamaev Date: Mon Feb 4 12:56:35 2013 +0400 Merge pull request #420 from asmaloney:check-mem-alloc commit 5a767863bd5c083bdd7bca62ef4b4cbbb6920875 Merge: 7c98735 baf2b87 Author: Andrey Kamaev Date: Mon Feb 4 12:56:12 2013 +0400 Merge pull request #413 from berak:master commit e58f4e44c8b72a864ae61fd459e940da40bcbfb6 Author: Alexander Smorkalov Date: Fri Feb 1 13:15:39 2013 +0400 Modules redifinition in case of multiple includes of OpenCV.mk in single Android.mk fixed. commit 650609aaeb732e6c7940c64e6252334550bd8535 Merge: 6dc3b66 a639a1a Author: Andrey Kamaev Date: Mon Feb 4 12:03:24 2013 +0400 Merge pull request #429 from bitwangyaoyao:2.4_setdevEx commit 6dc3b662f663ba2aa86dafc1d804cd54dc115b46 Merge: 58c4d5f ac8744a Author: Andrey Kamaev Date: Mon Feb 4 12:03:03 2013 +0400 Merge pull request #425 from asmaloney:vector_empty commit 58c4d5f4b4abe402c249595a57a34d03be1c42c6 Merge: fc4a224 c8cad08 Author: Andrey Kamaev Date: Mon Feb 4 12:02:43 2013 +0400 Merge pull request #424 from asmaloney:additional-checks commit fc4a2244fa5761c4fd611c4ecc68012f0eab929f Merge: 37460ac b79e805 Author: Andrey Kamaev Date: Mon Feb 4 12:02:27 2013 +0400 Merge pull request #421 from asmaloney:check-mem-alloc2 commit 37460acb21d428ff86e227bc2739cb85dfd0cdee Merge: e2536f1 0cd8684 Author: Andrey Kamaev Date: Mon Feb 4 11:57:32 2013 +0400 Merge pull request #410 from taka-no-me:fix_cap_dshow_setfps commit e2536f1c3508f288fd5aad43165916033e234381 Merge: 2a66955 87b0126 Author: Andrey Kamaev Date: Mon Feb 4 11:54:43 2013 +0400 Merge pull request #395 from LeonidBeynenson:fix_ml_large_data_bug__2.4 commit a639a1ae5c2e4a77c73f488b24bd733a359238e5 Author: yao Date: Mon Feb 4 15:06:36 2013 +0800 add setDeviceEx interface simplify the logic of save binary commit 3c5cb4931ed03bd0d00ec80678f09bde798ee4c9 Author: yao Date: Mon Feb 4 13:33:27 2013 +0800 simplify the kernel logic when using rect kernel or without ROI commit 7c98735c0d6adc35fd36de923ae73b0b607a6d49 Author: marina.kolpakova Date: Sun Feb 3 22:44:13 2013 +0400 add compute capability check commit ac8744af6ab76a65451780bab735ab84e3bf5caa Author: Andy Maloney Date: Sat Feb 2 19:00:41 2013 -0500 No need to check vector size before clear() commit c8cad0857e04d457686e16960b0e2f84e0eac4de Author: Andy Maloney Date: Sat Feb 2 16:09:10 2013 -0500 Remove unused constructor Add checks for valid values Fix wording on some errors commit b79e8053c1a44733f9c3e98f8e9a659c546931c6 Author: Andy Maloney Date: Sat Feb 2 08:44:25 2013 -0500 Check memory allocation Declare vars as locally as possible commit b497380a686cc9812a086ce246d7a0430943c697 Author: Andy Maloney Date: Sat Feb 2 08:33:40 2013 -0500 Check memory allocation Initialize local variables commit 2a669555de2333a4064df62ac4cfa095738046b2 Merge: 7e06b47 bc68dfb Author: Andrey Kamaev Date: Sat Feb 2 14:34:47 2013 +0400 Merge pull request #414 from asmaloney:remove-unused-vars2 commit 7e06b4755bc13a67b60d21f4b639099c2dc41ade Merge: db9de43 3154cdf Author: Andrey Kamaev Date: Sat Feb 2 14:34:33 2013 +0400 Merge pull request #415 from asmaloney:cvCopyHist-fix commit e7ea90f87fb212c8d03c1c3a9f456db554d6bcb0 Author: Andy Maloney Date: Fri Feb 1 23:39:40 2013 -0500 Mat tutorial - grammar and spelling fixes commit 3154cdf8ac5c224e0b6e3941ab66ffb886e1da74 Author: Andy Maloney Date: Fri Feb 1 22:57:22 2013 -0500 Fix subtle bug when src & dst agree on sparsity but have different dimensions Remove unused var "total" Declare vars as locally as possible commit bc68dfb4e8a89f291945fa886be168872d99081f Author: Andy Maloney Date: Fri Feb 1 18:09:58 2013 -0500 Remove unused vars commit baf2b87a0dc44fe8ff932ce74fef597b1d70c76d Author: berak Date: Fri Feb 1 21:13:55 2013 +0100 Update modules/contrib/include/opencv2/contrib/contrib.hpp class LevMarqSparse is not tagged CV_EXPORTS, so the contrib module, built the on win using vs won't contain that symbol, trying to create an instance of LevMarqSparse will lead to a 'undefined symbol' err, because it did not make it into the library. commit f52ce6529b87e9bd99e830b3cdc2ed23a1a2a142 Merge: 6107954 cc538dd Author: cuda-geek Date: Fri Feb 1 18:45:12 2013 +0400 Merge pull request #322 from cuda-geek:training commit 0cd8684ade920bc81d34330d032e4e911ec358e0 Author: Andrey Kamaev Date: Fri Feb 1 18:01:13 2013 +0400 Fix setting of FPS after frame width and height with DShow cameras Issue #2114 commit db9de43fa5ebe510cf16955daeedc93a56622c7f Merge: 9e32c69 6f19610 Author: cuda-geek Date: Fri Feb 1 17:48:20 2013 +0400 Merge pull request #407 from taka-no-me:fix_java_after_surf_change commit cc538ddfa6f92ee93a2cdb7583e8c3e1da6aaac6 Author: marina.kolpakova Date: Fri Feb 1 14:25:10 2013 +0400 changes related with code review commit 6f1961031c17ea8cd91e3d076eb26a428f52d51f Author: Andrey Kamaev Date: Fri Feb 1 14:37:24 2013 +0400 Update regression checks in Java test This follows SURF changes in 1f261c2 commit 75191e8f2fc11fc2ebb570cbad82f0b1c8647c63 Author: Alexander Smorkalov Date: Fri Feb 1 16:40:02 2013 +0400 Smartek Giganetix Cameras support (Patch #2192) integrated to master. commit 87b0126e0d78144af7bd43e274971a0b6cfd845c Author: LeonidBeynenson Date: Fri Feb 1 16:16:43 2013 +0400 Fixed dummy warning. commit 25086ed2579759e4d409a19cf7b81a00bc2d830c Author: Alexander Smorkalov Date: Fri Feb 1 16:07:32 2013 +0400 Smartek Giganetix Cameras support (Patch #2192) integrated. commit 9e32c6993a3808747c4d8073219e78615963ce8f Merge: b179e2d 51eba61 Author: Andrey Kamaev Date: Fri Feb 1 16:06:54 2013 +0400 Merge pull request #405 from vpisarev:znah_patch commit 61079547f01b19aea037d2b878c2e0204b718f32 Merge: d874d93 b179e2d Author: Andrey Kamaev Date: Fri Feb 1 14:58:52 2013 +0400 Merge branch '2.4' commit 013d54c230a738c6f3d275f6877e8122fc6ed92b Author: LeonidBeynenson Date: Fri Feb 1 14:26:02 2013 +0400 Changed types of some variables from int64 back to int. Also corrected some indexes to be size_t. commit f7ac73998a4d518817a81a20e167116617c6b95d Author: marina.kolpakova Date: Thu Jan 31 19:17:56 2013 +0400 code review fixes commit 14ac8a528e83e40bc34fcdd3fc99304e8eb545c5 Author: marina.kolpakova Date: Wed Jan 30 13:34:34 2013 +0400 final refactoring and test for training commit d314c602d57af0a8aa3e0086cec09a7f03596aa2 Author: marina.kolpakova Date: Wed Jan 30 11:24:45 2013 +0400 add documentation for new classes commit 1613aa45bcb2bddda8543b85baa40ecced6be29c Author: marina.kolpakova Date: Wed Jan 30 10:54:58 2013 +0400 fix python bindings commit fa15fcc53eb070f3ade8036ec7afdd824bc12136 Author: marina.kolpakova Date: Wed Jan 30 10:43:18 2013 +0400 move feature pool to softcascade module commit 0b039f3c6b5701bacaca957f225674d63fbc6745 Author: marina.kolpakova Date: Wed Jan 30 09:57:09 2013 +0400 refactor feature pool commit b4aa33b6d33fac3e6e43a2c268f18ddfb9f44b1a Author: marina.kolpakova Date: Wed Jan 30 09:34:22 2013 +0400 move ICF -> ChannelFeature commit a01f596474fa45c22b06bf7d96d10676b18d5993 Author: marina.kolpakova Date: Tue Jan 29 19:18:22 2013 +0400 update documentation for softcascade module commit 7f80054dfd2f95268139f41acce86328741ed231 Author: marina.kolpakova Date: Tue Jan 29 17:47:35 2013 +0400 move miscellaneous python scripts to softcascade module commit 4ba8b5315298f79b5c2a3b38971bad34e782ff27 Author: marina.kolpakova Date: Tue Jan 29 17:44:21 2013 +0400 split public interface and realization for SoftCascadeOctave commit f3227c3f1ae69455d16de04bc0cc6e463284fdb8 Author: marina.kolpakova Date: Tue Jan 29 16:55:01 2013 +0400 merged ICFPreprocessor and Channels -> ChannelFeatureBuilder commit 49ec664238d10cb9b844f3ca3ec8096beb6b8758 Author: marina.kolpakova Date: Tue Jan 29 14:27:53 2013 +0400 add IntegralChannelComputer commit 716a9ccb71e1b5ee2408367563c5ede5a628b596 Author: marina.kolpakova Date: Tue Jan 29 13:32:21 2013 +0400 move training to softcascade module rename Octave -> SoftCascadeOctave commit 61441a101426ed9618413fae7c8073560018d3f5 Author: marina.kolpakova Date: Tue Jan 29 13:09:49 2013 +0400 rename SCascade -> SoftCascadeDetector commit 1b43b0e2df9e7d4f89f6a17d48a9b050f4b53c03 Author: marina.kolpakova Date: Tue Jan 29 12:26:12 2013 +0400 move soft cascade functionality into dedicated module commit 28098b6632215c0b94136849b6f4f4351c9848d6 Author: marina.kolpakova Date: Mon Jan 28 18:41:22 2013 +0400 refactor python commit 8cf30c728e39e3a9923d58145487b798c57533de Author: marina.kolpakova Date: Mon Jan 28 18:31:05 2013 +0400 parse Caltech annotations commit 1fc7134f2112ec4173ba3a54590a9a3d004d5277 Author: marina.kolpakova Date: Mon Jan 28 15:34:53 2013 +0400 add legend for ROC plot commit faecb4f01d8f0c22f61baabdc75281b1c99a974f Author: marina.kolpakova Date: Thu Jan 24 16:22:08 2013 +0400 ROC script refactoring commit e9232a4b67cf49b126cda9865982e57f81330d02 Author: marina.kolpakova Date: Thu Jan 24 14:45:11 2013 +0400 add parameter to control range and extended range for annotations commit decb137185cb4d843794b081414152aa7ff0adc0 Author: marina.kolpakova Date: Thu Jan 24 11:45:22 2013 +0400 use long seeds only for 64 bit systems commit 5f082b9876c3bd1e604c5961fdb29daab2efb0a8 Author: marina.kolpakova Date: Wed Jan 23 22:21:56 2013 +0400 improve ROC test script: handle ignored commit 922de414ef1aa73017cd6e3dc7da469bc5073c76 Author: marina.kolpakova Date: Wed Jan 23 14:55:07 2013 +0400 refactor python ROC script and add axis ticks commit 990ca86de69ac73c04f1d4ed9398758ca5a1cc3f Author: marina.kolpakova Date: Mon Jan 21 15:57:13 2013 +0400 fix spelling commit 11f3927c58e6ad54b33b8e4cd43a8eae8af52849 Author: marina.kolpakova Date: Mon Jan 21 15:53:25 2013 +0400 allow multiple detectors commit 469eeea37065c8c7fe82e4117587120711750151 Author: marina.kolpakova Date: Mon Jan 21 02:36:23 2013 +0400 add ROC estimation in the same way as Dallar's matlab toolbox does commit 4c4c878b1b38fd1ff8dd97b4d9cd6d26da232efa Author: marina.kolpakova Date: Sun Jan 20 20:20:08 2013 +0400 add detection to ground truth matching according to Piotr Dollar paper commit d1952f28d921ecefa9a3a98b1df9625d21b32663 Author: marina.kolpakova Date: Sat Jan 19 21:25:09 2013 +0400 add cropping and aspect ratio normalization commit 18df46fbe972280844bb2bb9bb1648274a04bc00 Author: marina.kolpakova Date: Fri Jan 18 12:22:03 2013 +0400 add plotting function (matplotlib required) commit 4622aea86ad845307ba88dd8232893fcb7c56708 Author: marina.kolpakova Date: Thu Jan 17 20:36:39 2013 +0400 ROC test: add overlap calculation according to Pascal criteria commit acdf5444e465be292b1ade7df096a6fa4bec77ca Author: marina.kolpakova Date: Thu Jan 17 20:35:12 2013 +0400 add improved softcascade detector commit ca08101f7eb9fbd2245042313a4bbcd5372a6209 Author: marina.kolpakova Date: Wed Jan 16 18:21:47 2013 +0400 caltech ROC test: - parse idl - replase option parser with argument parser commit 8cd509e58e2d90bf6f04abd7c5b372cbc08f0669 Author: marina.kolpakova Date: Wed Jan 16 14:05:25 2013 +0400 Caltech-style ROC testing script commit b0905c67bae84c6705607c40dfe1cb0b97d174af Author: marina.kolpakova Date: Mon Jan 14 12:58:56 2013 +0400 minor commit 737f5efbfb0714bc7a123547ad04bd9eeaa79f7b Author: marina.kolpakova Date: Sun Jan 13 16:48:53 2013 +0400 filter samples commit 8d9875cc7be253e2009ec8ea4515259e2ffc9c97 Author: marina.kolpakova Date: Sat Jan 12 03:16:11 2013 +0400 add script for negatives extraction commit c073138d6de25bce530305352cb8cc6f8cacf4e4 Author: marina.kolpakova Date: Sat Jan 12 00:52:07 2013 +0400 generalize extraction method for any scale commit 7a713a4932b245f20ac015593763c1e9d5da1f96 Author: marina.kolpakova Date: Fri Jan 11 20:55:58 2013 +0400 collect Caltech positives for 32x64 octave: - resized - cropped - flipped around the x axis commit 56edff90ba2c75409114183ccbc0b291f0deeef7 Author: marina.kolpakova Date: Fri Jan 11 18:17:25 2013 +0400 drop deth code commit 16aacf1780db7beda34d216dd88d3134af57be3f Author: marina.kolpakova Date: Fri Jan 11 14:49:12 2013 +0400 use long seeds commit 31687178d27b5cee36e5f272437a0dd5bfa3c50c Author: marina.kolpakova Date: Fri Jan 11 14:47:22 2013 +0400 implement positive sample extraction commit 92e50d952fbf2e190c5282bd75383e36a66f5239 Author: marina.kolpakova Date: Thu Jan 10 21:06:14 2013 +0400 caltech parsing script commit e903ce10ce3dc41992a317c02d75dfca6996f179 Author: marina.kolpakova Date: Thu Jan 10 16:30:18 2013 +0400 fix wartings for 32bit build commit c0462358cab2dffc88582b06154c7604d8bd9279 Author: marina.kolpakova Date: Thu Jan 10 15:38:51 2013 +0400 fix warnings under win commit a28f5a89b35866e5d60f917f250816f789e6efec Author: marina.kolpakova Date: Thu Jan 10 15:26:35 2013 +0400 move preprocessor to objdetect commit 8672ae58e2d1d99b02a1b726a29ae1d915312656 Author: marina.kolpakova Date: Thu Jan 10 00:21:34 2013 +0400 fix globbing under win commit e2de3b0b8177fd2fc8a881d6579f9199e8907b81 Author: marina.kolpakova Date: Wed Jan 9 21:07:53 2013 +0400 fix build inder mac commit dc12b4476a0d6d2cd144cba5eaec74f08aba4979 Author: marina.kolpakova Date: Wed Jan 9 17:56:32 2013 +0400 suppress debug out for soft cascade Octave commit e35eebd4d408a20d37e1af288a4fd0818a9f0be8 Author: marina.kolpakova Date: Wed Jan 9 17:23:21 2013 +0400 fix android build commit e47f58f4cec1dc14da502f0256ea5898fbe7a8aa Author: marina.kolpakova Date: Wed Jan 9 17:07:24 2013 +0400 replace Mats to Input/OutputArrays for Octave's public interface commit e7bab669fa213657fe68ac4faee74c6b7df1882c Author: marina.kolpakova Date: Wed Jan 9 16:46:21 2013 +0400 replace cv::Mat to Input/Output arrays commit 184ae44dea1da3e2f6aad2d545ad72103d535b43 Author: marina.kolpakova Date: Wed Jan 9 16:31:09 2013 +0400 refactoring commit a0f2203f222c5a8e7ecfab37a73324e40395d491 Author: marina.kolpakova Date: Wed Jan 9 16:10:05 2013 +0400 raplase error output on CV_Error commit dd8de0c41f50a9b26d5ee2771bd10b60d976e9a9 Author: marina.kolpakova Date: Wed Jan 9 16:03:53 2013 +0400 move soft cascade octave to ml module commit a0e93d04826d20d486654e5d9f4afe41532b04cd Author: marina.kolpakova Date: Wed Jan 9 15:21:04 2013 +0400 move image extraction logic from Octave to Dataset class commit a3600b94db083908283ee429a530d37abffd2a3c Author: marina.kolpakova Date: Wed Jan 9 14:29:14 2013 +0400 created abstract FeaturePool class commit 19236b6e4316be27fe6da8f534d36c4c3ed8c85c Author: marina.kolpakova Date: Mon Dec 24 09:33:25 2012 +0400 remove dead code commit d4d47b1e58b27487c4e2d9d13e850d53c0288ff5 Author: marina.kolpakova Date: Fri Jan 18 13:40:57 2013 +0400 restore backword compatibility commit bda6f39d4847656a13a5a3770607692d511a7717 Author: marina.kolpakova Date: Thu Dec 20 17:54:00 2012 +0400 move rescaling script location commit 2610a45a2734dc4f2e697db9ef158f1704ac8051 Author: marina.kolpakova Date: Tue Dec 18 22:59:35 2012 +0400 add file storage release commit 23d0e36167f0bc18325f8cc31bac5213433713cc Author: marina.kolpakova Date: Mon Dec 17 15:13:03 2012 +0400 fix floating point precision commit ef4b18f341b6f15325189f9712d5a9e113fa347a Author: marina.kolpakova Date: Fri Dec 14 18:07:29 2012 +0400 script for scaling inria dataset for multiple-octaves training commit 4356d345424d8774bcc94f988816c045143d9c14 Author: marina.kolpakova Date: Fri Dec 14 17:57:55 2012 +0400 write features to soft cascade xml commit 1f01052955b2e003c2484e49857fef9ad6d41116 Author: marina.kolpakova Date: Thu Dec 13 14:31:28 2012 +0400 fix inintial weighting commit a8d0e04912104cd29633ad000db438cc5720b420 Author: marina.kolpakova Date: Wed Dec 12 15:35:30 2012 +0400 amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade" commit c0910921748334003e9a15fe3054882d43a751ed Author: marina.kolpakova Date: Wed Dec 12 15:35:01 2012 +0400 fix typo commit c0f68ec400015b96d1bf9524118186527c411e4a Author: marina.kolpakova Date: Wed Dec 12 14:20:42 2012 +0400 add xml serialization commit 69304611db3b3ae7dfab122271233f5f9dbf91bd Author: marina.kolpakova Date: Wed Dec 12 00:31:03 2012 +0400 commented debug out commit 2e4b8d07cc4dd42301b5a12f6f2dea27230c98e9 Author: marina.kolpakova Date: Tue Dec 11 22:42:13 2012 +0400 integrate pruning commit a89299acb2db7fcbfc3aa6b3506fb5755182ac67 Author: marina.kolpakova Date: Fri Dec 7 18:26:09 2012 +0400 store result to xml. commit bfa26fd447f66907e1f90be3325167d6299279c2 Author: marina.kolpakova Date: Fri Dec 7 17:55:58 2012 +0400 refactoring commit 883d691c2b4a86144b986c023ea74f5292a1431b Author: marina.kolpakova Date: Fri Dec 7 13:17:55 2012 +0400 fix feature computing commit 30b2a9458286b67193cf07fdee5891550e88e488 Author: marina.kolpakova Date: Thu Dec 6 18:28:44 2012 +0400 load from config xml and fix integral representation commit a2382ce6a203f03861e7e353f02dd8659aa20944 Author: marina.kolpakova Date: Thu Dec 6 16:45:44 2012 +0400 add ability to store/load training configuration commit a8c3431e619fcee08a77ebf8ca2c655f4013782e Author: marina.kolpakova Date: Thu Dec 6 16:36:35 2012 +0400 set parameters commit f6e3e3f049f51888b4d9f89df97f2e51b8e08222 Author: marina.kolpakova Date: Thu Dec 6 15:58:50 2012 +0400 add negatives generation commit a388884675ca52552d32e0dca31392a1867fadb7 Author: marina.kolpakova Date: Thu Dec 6 14:20:45 2012 +0400 Positives preprocessing commit 4ca760d9c93eb36559aadcc7c22ceddbb8a1d84f Author: marina.kolpakova Date: Thu Dec 6 13:04:26 2012 +0400 debug output information. commit 554080d89b87dad454ab1e545c56ce320b3015a5 Author: marina.kolpakova Date: Thu Dec 6 12:59:20 2012 +0400 add file globbing commit 86973f8edea92a7d93f3a9714a1fe55a6e59c574 Author: marina.kolpakova Date: Thu Dec 6 12:19:35 2012 +0400 feature pool generation: - use random from tr1 extension - extend cv::Boost commit 948365b1c84df0ee94fbf2711df968d9aa147275 Author: marina.kolpakova Date: Thu Dec 6 11:07:35 2012 +0400 Add new app dedicated for training soft cascades. commit 51eba617a8a99951ebe7ac6836a8056976f8cd4b Author: Vadim Pisarevsky Date: Fri Feb 1 14:01:44 2013 +0400 a part of PR269 (parallelization of several functions) by Alexander Mordvintsev commit b179e2dd2d44163a35f21330e874e52e4976e580 Merge: 992d47e 638c0d1 Author: Andrey Kamaev Date: Fri Feb 1 12:49:48 2013 +0400 Merge pull request #396 from vpisarev:facedetect_fixes commit 992d47e9dcf3ff4f61768cdd756a393c7a69bd2f Merge: 5ef58a4 b24e4bd Author: Andrey Kamaev Date: Fri Feb 1 12:05:48 2013 +0400 Merge pull request #400 from ilysenkov:bugfix_2560 commit 5ef58a474af957797216ef378e341fdf89b77064 Merge: 0b6677f 098ea6f Author: Andrey Kamaev Date: Fri Feb 1 12:04:38 2013 +0400 Merge pull request #397 from ilysenkov:bugfix_2677 commit 0b6677f6d3714eaeb593460d9a4c02428ab5a177 Merge: 57aa089 7745c88 Author: Andrey Kamaev Date: Fri Feb 1 11:19:33 2013 +0400 Merge pull request #398 from ilysenkov:bugfix_2330 commit 638c0d1bf475ed6e1550fc1df06d00c04409711d Author: Vadim Pisarevsky Date: Fri Feb 1 10:47:27 2013 +0400 fixed compile warnings commit 57aa089ad62c7d9cd1446e62a738ab653cfc8b58 Merge: 39b4bf1 54e0765 Author: Andrey Kamaev Date: Fri Feb 1 10:20:51 2013 +0400 Merge pull request #392 from vpisarev:python_fixes2 commit b24e4bddb1d12fe12912145814d57aa8e547a7d7 Author: Ilya Lysenkov Date: Fri Feb 1 10:16:30 2013 +0400 Documented the TermCriteria class (#2560) commit 7745c8806c0f6f4b0ad49bcd9c0a58fe94c90c7d Author: Ilya Lysenkov Date: Fri Feb 1 01:07:27 2013 +0400 Added info() method in descriptor matchers (#2330) commit 098ea6fcb7a54e9c60afcf270a024f18249add9d Author: Ilya Lysenkov Date: Thu Jan 31 23:19:19 2013 +0400 Checked key_size in LSH table for validness (#2677) commit 1becbd9fcceb5b9576a78833a82f984afe6c3f4b Author: Ilya Lysenkov Date: Thu Jan 31 23:17:07 2013 +0400 Added a test for invalid key sizes in LSH tables commit 50299c1d5e3b2cdec425aa7f1e6d23c892ea7d2f Author: Vadim Pisarevsky Date: Thu Jan 31 22:57:46 2013 +0400 disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips commit 18039d78296b14439894d81d473af2719e025fec Author: Vadim Pisarevsky Date: Thu Jan 31 22:55:04 2013 +0400 added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669 commit 39b4bf1828718eb43cbd7fb4cc90c08932aedd54 Merge: a8c014d 4f1913e Author: Andrey Kamaev Date: Thu Jan 31 21:32:44 2013 +0400 Merge pull request #390 from taka-no-me:fix_relative_error_check commit a8c014de33b0f03f4175d1d4148e2ab8fb2ab606 Merge: 13d2412 ed4c687 Author: Andrey Kamaev Date: Thu Jan 31 21:01:44 2013 +0400 Merge pull request #318 from AnnaKogan8:fixed-perf-tests commit 13d2412d24ff2e9e6405cf724d22fd9b21d4ca03 Merge: 34ef209 55b90d7 Author: Andrey Kamaev Date: Thu Jan 31 20:52:35 2013 +0400 Merge pull request #394 from taka-no-me:fix_tiff_test commit 34ef20994043acdc58b892333309dc9048c555c7 Merge: 92460ad fe5b9df Author: Andrey Kamaev Date: Thu Jan 31 20:30:32 2013 +0400 Merge pull request #393 from Daniil-Osokin:bugfix_doc_multi_issues commit 54e0765d80b7c3b2b99473fa9db2d3d1ed5173b7 Author: Vadim Pisarevsky Date: Thu Jan 31 20:26:16 2013 +0400 yet another minor fix in cv::transpose() commit d874d93e24ca22b09c331697e2644a012dad7f34 Merge: 6b4304e cb32940 Author: cuda-geek Date: Thu Jan 31 20:13:30 2013 +0400 Merge pull request #372 from cuda-geek:gpu-cascade-fixes commit 7ca38d63d94665d3c17539da2183da78af94e4ff Author: Vadim Pisarevsky Date: Thu Jan 31 19:44:16 2013 +0400 fixed failure of the C++ test for estimateAffine3D commit 6de422701aa6da643a4abe58e91d901408b0b93c Author: LeonidBeynenson Date: Tue Jan 29 21:11:52 2013 +0400 Made changes to allow ml module to work with big data. commit 92460adebe66b249b614701e9cfbf7bdc4921528 Merge: acb2cb5 e3b4591 Author: Andrey Kamaev Date: Thu Jan 31 18:55:09 2013 +0400 Merge pull request #391 from taka-no-me:fix_buildbot_issues commit 55b90d7bae8eea2899828f324aeb30d1e7005c6f Author: Andrey Kamaev Date: Thu Jan 31 18:17:29 2013 +0400 Modify decode_tile16384x16384 test to not fail when available memory is not enough for test commit fe5b9df45f0c24bb2838b68bd8e2c41a48478a80 Author: Daniil Osokin Date: Thu Jan 31 15:15:13 2013 +0400 Fixed multiple issues in docs (bug #2410) commit 6b4304efda81f4242fa89705133c877de92a9344 Merge: 57d3152 3645131 Author: cuda-geek Date: Thu Jan 31 17:15:14 2013 +0400 Merge pull request #388 from ivan-korolev:fix_cmd_line_parsing_in_samples commit 79e278c008da439160418f76546c7853de2ee692 Author: Vadim Pisarevsky Date: Thu Jan 31 16:19:20 2013 +0400 applied patch #2587 commit ed4c687d45ae56b6997efc72e4f188a237ac9e2f Author: Anna Kogan Date: Wed Jan 16 11:57:24 2013 +0400 Increased time limits, eliminated extra params commit 82b6419d12d7179fb8ecffd6bcce41cd4f12fcfe Author: Vadim Pisarevsky Date: Thu Jan 31 16:15:40 2013 +0400 added tests for fast (ticket #2613) and estimateAffine3D (#2375) commit e3b45910aa4217284982052a885dbdef975fd1b7 Author: Andrey Kamaev Date: Thu Jan 31 16:06:22 2013 +0400 Temporary disable unstable Features2d_RotationInvariance_Detector_SIFT test commit e63b4591ff5646db7a53677df21213a5b67dc0c9 Author: Andrey Kamaev Date: Thu Jan 31 16:00:48 2013 +0400 Suppress clang build warning commit 4f1913ed268aa68ab6add34daaeb8d9f7b20c1b0 Author: Andrey Kamaev Date: Thu Jan 31 15:21:14 2013 +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. commit abd9675a99b35e14473b1b75b7587c899673b2ba Author: Vadim Pisarevsky Date: Thu Jan 31 15:34:09 2013 +0400 fixed bugs #1718, #2375; attached the new tests to test.py. commit acb2cb5bf05b5ce27556fba9dc60a2a01809db94 Merge: 53b0df8 b5ed86c Author: Andrey Kamaev Date: Thu Jan 31 15:04:56 2013 +0400 Merge pull request #389 from Daniil-Osokin:bugfix_doc_opencv_with_cmake commit 57d3152cd0e0d0ba3221e33a5981366d8b45be5a Merge: 7572b4d 53b0df8 Author: Andrey Kamaev Date: Thu Jan 31 14:35:27 2013 +0400 Merge branch '2.4' commit 53b0df87f1e9f0b06dcd0dcc99310195f3bbebb2 Merge: bf53ebd 50c2f87 Author: cuda-geek Date: Thu Jan 31 13:46:00 2013 +0400 Merge pull request #385 from etalanin:bug2607 commit bf53ebd5900652b6c6820e639ad8179857c71f3c Merge: fe30da6 1f261c2 Author: cuda-geek Date: Thu Jan 31 13:36:09 2013 +0400 Merge pull request #381 from vpisarev:surf_fixes commit b5ed86c6a1508d04864f4152aa7cc02fe2d9f1db Author: Daniil Osokin Date: Thu Jan 31 11:43:38 2013 +0400 Fixed sample files in "Using OpenCV with gcc and CMake" tutorial (bug #2663, #2588) commit fe30da6e2c25af2d320cacbba30259e275815866 Merge: fda32d3 2d62536 Author: cuda-geek Date: Thu Jan 31 13:26:25 2013 +0400 Merge pull request #387 from taka-no-me:fix_dshow_fourcc_conversion commit fda32d3d8d1d8b18451d40e981ffc554e4a11f3d Merge: f3ae185 5b03d47 Author: Andrey Kamaev Date: Thu Jan 31 13:08:01 2013 +0400 Merge pull request #382 from cuda-geek:fix-broken-links-bug-2689 commit 50c2f87addfe908697ba2cb03d52fe082b04f42f Author: Evgeny Talanin Date: Wed Jan 30 21:39:26 2013 +0400 Fix and test for #2607 commit 36451319c10103590763ae59063eee8f9049325a Author: Ivan Korolev Date: Thu Jan 31 12:08:43 2013 +0400 fixed cmd line parsing in the samples commit f3ae185fd0dd5baef0aa309161574fedf0a5ac2e Merge: e042614 8b3c717 Author: cuda-geek Date: Thu Jan 31 12:04:13 2013 +0400 Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch commit 2d6253609cf967f5c24f61ceac7bf06210dab09c Author: Andrey Kamaev Date: Thu Jan 31 02:12:54 2013 +0400 Fix truncation of fourcc value in dshow capture property setter (bug #2535) Added test checking that all valid fourcc values are converted properly commit e0426148baeae7543b3d554c0bf6f5c19be5c91a Merge: e72c773 b362aff Author: Andrey Kamaev Date: Wed Jan 30 20:26:54 2013 +0400 Merge pull request #374 from ivan-korolev:fix_estimateRigidTransform commit 8b3c717e8f4e5c07e403561a22717fd9905561a0 Author: marina.kolpakova Date: Wed Jan 30 20:20:06 2013 +0400 apply patch #2686 commit e72c7736e7c15faa9765e1e410bf1fcbf26ce93d Merge: 9b4f2d1 c9d8e99 Author: cuda-geek Date: Wed Jan 30 20:18:53 2013 +0400 Merge pull request #375 from taka-no-me:fix_opticalflow_2075 commit 9b4f2d1b533f7f293ff7ea40b74b319742ec8808 Merge: 33c26a9 3c87879 Author: Andrey Kamaev Date: Wed Jan 30 19:37:16 2013 +0400 Merge pull request #373 from ilysenkov:bugfix_2440 commit 33c26a93c6d97013b14e7dd080a347e242ef7f37 Merge: 4ceb8dd 1187152 Author: Andrey Kamaev Date: Wed Jan 30 19:36:09 2013 +0400 Merge pull request #376 from taka-no-me:solve_tiff_conflict commit 5b03d47fb8dd5eccd4db8144a997d9dfd04f08e0 Author: marina.kolpakova Date: Wed Jan 30 19:28:16 2013 +0400 fix broken links in cascade classification documentation commit 4ceb8dd149c6737e13ae76e6be6eea31eb925af9 Merge: bc53a05 26c7e7f Author: Andrey Kamaev Date: Wed Jan 30 19:16:31 2013 +0400 Merge pull request #378 from ivan-korolev:fix_OpenCVDetectTBB_cmake commit bc53a054f2dc056b68de5378d05f9dfc8021d8b0 Merge: 31d3c50 5bc6365 Author: cuda-geek Date: Wed Jan 30 19:03:35 2013 +0400 Merge pull request #380 from asmorkalov:java_test_fix2 commit 31d3c508dba0c9155121da55c2a7b0d905ef2c40 Merge: f65a14d eaa5012 Author: cuda-geek Date: Wed Jan 30 18:59:55 2013 +0400 Merge pull request #377 from ivan-korolev:fix_v4l_yes-yes_build commit 1f261c2f9db912b48be0a3486bcdd1f8ca76eb2f Author: Vadim Pisarevsky Date: Wed Jan 30 18:07:37 2013 +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. commit f65a14d1eff8bcd9f6acf06631a7e8b5a0b5ae13 Merge: 3a55fb9 f489eb9 Author: Andrey Kamaev Date: Wed Jan 30 18:06:49 2013 +0400 Merge pull request #379 from taka-no-me:fix_ocl_samples_warnings commit 5bc6365ba52a48726dcf535d75246a93044d3bf6 Author: Alexander Smorkalov Date: Wed Jan 30 17:28:22 2013 +0400 TestCheckVector java test fixed. Warning fixed. commit f489eb9a5d853d7cbd667ffaace73b015a5a47a3 Author: Andrey Kamaev Date: Wed Jan 30 17:25:03 2013 +0400 Fix build warnings in OpenCL samples commit 26c7e7f2924ac733923033c86f9282160f601d3e Author: Ivan Korolev Date: Wed Jan 30 17:17:04 2013 +0400 fix default include dirs for TBB commit eaa50121636aeb382832fc67d12b8155b9a47963 Author: Ivan Korolev Date: Wed Jan 30 17:04:33 2013 +0400 fix v4l yes-yes build commit 11871528cee96fc7133bfc3093903f4689abb0cc Author: Andrey Kamaev Date: Wed Jan 30 16:36:50 2013 +0400 Solve conflict between tiff.h and opencv2/core/types_c.h Сonflict exists between some versions of libtiff and opencv headers commit c9d8e9900fc9d9daabccabdb39a79ca0b9413354 Author: Andrey Kamaev Date: Wed Jan 30 16:07:55 2013 +0400 Allow input of calcOpticalFlowPyrLK be submats of different size images This fixes bug #2075 commit 6a29b13c457986090dd68592d549354fac0d282a Author: Andrey Kamaev Date: Wed Jan 30 16:07:38 2013 +0400 Add test for issue #2075 commit cb329400df0a3ed8b96397a74a967dc5add2615d Author: marina.kolpakova Date: Wed Jan 30 08:18:05 2013 +0400 fix tests commit 8d9c9c269080860481e84426ebe14669e6920bd5 Author: marina.kolpakova Date: Wed Jan 23 14:57:51 2013 +0400 integrate new cascade format to GPU soft cascade implementation commit b362affd1360882a5ca16fea3b2069d3d4c5adbf Author: Ivan Korolev Date: Wed Jan 30 13:10:50 2013 +0400 Fixed bug in the cv::estimateRigidTransform (#1949) commit 3c8787980c53da2afeafd1a7c09ff853aedb6b33 Author: Ilya Lysenkov Date: Wed Jan 30 15:26:49 2013 +0400 Fixed cvDestroyAllWindows() without windows in QT (#2440) commit 56fbcc541f4e8fb8248bbf0973cc1c6e7da423d9 Author: Ilya Lysenkov Date: Wed Jan 30 15:25:10 2013 +0400 Tested cvDestroyAllWindows() without windows commit 3a55fb9d1bdb91fd4836ad83c266550acebb5f46 Merge: 52b32ba 9908ff3 Author: Andrey Kamaev Date: Wed Jan 30 15:16:30 2013 +0400 Merge pull request #365 from ivan-korolev:fix_HoughLines_segfault commit 7572b4d4003f7cf7249264bc78e552b325425393 Merge: 78a3381 52b32ba Author: Andrey Kamaev Date: Wed Jan 30 15:12:50 2013 +0400 Merge branch '2.4' commit 52b32ba8f0071e4e0680be8c26a0bcef1ebe194e Merge: b6de1fc 68be50b Author: Andrey Kamaev Date: Wed Jan 30 15:06:19 2013 +0400 Merge pull request #371 from taka-no-me:fix_build commit b6de1fccc32f38413969995150293cc55935b079 Merge: d787423 6feade3 Author: Andrey Kamaev Date: Wed Jan 30 14:42:10 2013 +0400 Merge pull request #370 from ilysenkov:bugfix_1747 commit d7874238f68e5961987b76c39ea0cbfef126d46b Merge: 62b9180 627b441 Author: Andrey Kamaev Date: Wed Jan 30 14:41:56 2013 +0400 Merge pull request #369 from asmorkalov:corner_detection_tutorial commit 62b9180c50e993c1b3532acb04876db26025be67 Merge: 81f5e72 9ce2197 Author: Andrey Kamaev Date: Wed Jan 30 14:41:37 2013 +0400 Merge pull request #368 from ilysenkov:checkSubset-fix commit 81f5e72630cffcad0e01127fdc58b0c16bf2495f Merge: 8d9af7d 82e325c Author: Andrey Kamaev Date: Wed Jan 30 14:41:21 2013 +0400 Merge pull request #366 from asmorkalov:gstreamer_codec_list commit 8d9af7de61fdcc41b23978ee4cb6e509a227ea45 Merge: ae74604 f9de98e Author: Andrey Kamaev Date: Wed Jan 30 14:41:06 2013 +0400 Merge pull request #362 from Daniil-Osokin:bugfix_doc_StereoSGBM commit ae7460440ef595396f6b9352dd11338a6c3e719f Merge: 86b4b30 62ce815 Author: Andrey Kamaev Date: Wed Jan 30 14:40:50 2013 +0400 Merge pull request #361 from taka-no-me:tiff_big_tile commit 86b4b30a6d3523bf134cc25153984ec18e4ad7c9 Merge: 7e5f877 0b1fe53 Author: Andrey Kamaev Date: Wed Jan 30 14:40:32 2013 +0400 Merge pull request #358 from taka-no-me:objc_exceptions commit 68be50bbabfb0bd624b67fd16fc773f1e7a8b41d Author: Andrey Kamaev Date: Wed Jan 30 13:31:00 2013 +0400 Fix clang build warning commit e79e81c6cd77865266f710561af403462840b26a Author: Andrey Kamaev Date: Wed Jan 30 13:24:49 2013 +0400 Fix Windows build warnings commit 6feade31104366936e610a616feeb9e65f66c084 Author: Ilya Lysenkov Date: Wed Jan 30 13:19:12 2013 +0400 Added support of different resolution in rectify3Collinear commit eeb865ee8a18deabe20af0c2b23f6ec4b1084b7d Author: Andrey Kamaev Date: Wed Jan 30 13:11:33 2013 +0400 Fix Android build warnings commit 627b44102281d01bd96b501e078d657f836c4ebc Author: Alexander Smorkalov Date: Wed Jan 30 13:05:57 2013 +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. commit 7e5f877ad9c1713fbf8dd50687801b6dfe297f7e Merge: d035040 7305f95 Author: Andrey Kamaev Date: Wed Jan 30 13:05:47 2013 +0400 Merge pull request #364 from Daniil-Osokin:bugfix_doc_features2d_tutorial commit d0350402de950e268b442180807d5642e50a0d39 Merge: daa02aa 5685916 Author: Andrey Kamaev Date: Wed Jan 30 13:05:31 2013 +0400 Merge pull request #356 from Daniil-Osokin:bugfix_imread_tutorial commit 9ce2197e9d294492fd55100a592ae1f7202872d6 Author: Ilya Lysenkov Date: Wed Jan 30 13:03:03 2013 +0400 Added processing of trivial subsets commit 9690ed8232b04c3bcaac55b88bb8e05c1062a868 Author: Andrey Kamaev Date: Wed Jan 30 12:48:01 2013 +0400 Fix build of OpenCV samples (Linux) commit 82e325cbfa8f539ea7a83b7c9d8157b033b34850 Author: Alexander Smorkalov Date: Wed Jan 30 11:44:14 2013 +0400 Patch #2721 More FourCC for gstreamer applied. commit 9908ff33dec00402a3793b87ce4c4087080141b6 Author: Ivan Korolev Date: Wed Jan 30 11:04:15 2013 +0400 Added regression test for HoughLines algorithm commit 7305f955a5b4f4f2a6681ec518a79084fc362357 Author: Daniil Osokin Date: Wed Jan 30 11:06:48 2013 +0400 Added nonfree header in "Feature description" tutorial code sample (bug #2527) commit f9de98ec6473107e99c9fc8dcdfeb6bc2f49c18b Author: Daniil Osokin Date: Wed Jan 30 08:58:58 2013 +0400 Fixed proposed values for speckleRange in StereoSGBM docs (bug #1937) commit 568591670cda39425b1abd30194e3da416c8d756 Author: Daniil Osokin Date: Tue Jan 29 16:27:03 2013 +0400 Fixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug #2739) commit 62ce815197e7575c7018cf352c908cfb9798cfff Author: Andrey Kamaev Date: Tue Jan 29 20:29:31 2013 +0400 Fix rollover when computing buffer size in tiff decoder (bug #2161) commit b4d0dff4c597a2c2b8949dd2281f4f022894b37a Author: Andrey Kamaev Date: Tue Jan 29 20:13:09 2013 +0400 Added minimal support for tiff encoder parameters and test for issue #2161 commit daa02aaa9854315885cdd737d8a4bc699a353d56 Merge: 3dbb98e c69312e Author: Andrey Kamaev Date: Tue Jan 29 20:39:13 2013 +0400 Merge pull request #360 from vpisarev:sift_fixes commit c69312ea0df5b55c24aeac27560679cb4b2f3419 Author: Vadim Pisarevsky Date: Tue Jan 29 19:38:56 2013 +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. commit 3dbb98e45422f97304924c58c87c624d621d1a2b Merge: c78cb21 daead68 Author: Andrey Kamaev Date: Tue Jan 29 19:25:51 2013 +0400 Merge pull request #357 from taka-no-me:build_opencv_apps commit c78cb21999df56b499c95ace051e292b870a54c2 Merge: ab8d92e 287fb2c Author: Andrey Kamaev Date: Tue Jan 29 19:25:30 2013 +0400 Merge pull request #346 from taka-no-me:decouple_V4L2 commit 0b1fe53a467972d25bca84c729c7509a65d60de4 Author: Andrey Kamaev Date: Tue Jan 29 17:08:26 2013 +0400 Add -fobjc-exceptions flag to ObjectiveC sources if supported (bug #2657) commit daead680cd06c2bc67f3a8cce1ebf015ff14812d Author: Andrey Kamaev Date: Tue Jan 29 16:38:59 2013 +0400 Add option to control build of applications (feature #2568) commit ab8d92e1b8a5bfacc0aa22cbca76fe8348be4473 Merge: 98fdd70 5021a79 Author: Andrey Kamaev Date: Tue Jan 29 15:53:42 2013 +0400 Rebase and merge pull request #342 from ilysenkov/bugfix_2470 commit 5021a792b1b0e91fdb9092407f2aaa707e9d4695 Author: Ilya Lysenkov Date: Mon Jan 28 12:41:09 2013 +0400 Fixed #2470 commit fe86f31f44a4e1bdb6c8717783eb102ed9bee7fa Author: Ilya Lysenkov Date: Mon Jan 28 12:40:54 2013 +0400 Added a test of CvModelEstimator2::checkSubset(...) commit 98fdd7046602478306f56923a4e60160bb07c771 Merge: 63873a8 146ca61 Author: Andrey Kamaev Date: Tue Jan 29 15:51:22 2013 +0400 Merge pull request #339 from vpisarev:core_fixes commit 287fb2c611e302659296be921bb22a2d20a747b1 Author: Andrey Kamaev Date: Tue Jan 29 14:46:13 2013 +0400 Fix build warning commit 78a338159d595d1264dfdf6608b85b5a695ce2a4 Merge: 013e929 63873a8 Author: Andrey Kamaev Date: Tue Jan 29 14:17:13 2013 +0400 Merge branch '2.4' commit 013e9294f6ecc280bea293e2a2251f3f25df6d73 Merge: 0734d9b 11dfceb Author: Andrey Kamaev Date: Tue Jan 29 14:16:48 2013 +0400 Merge branch '2.4' commit 0734d9b877e906bf0e68c1a6c126e84afe43a9f6 Merge: 9de36c5 2b4ffd1 Author: Andrey Kamaev Date: Tue Jan 29 14:16:07 2013 +0400 Merge branch '2.4' commit 63873a839355a5d3e77cb8177576cbd401e4a997 Merge: 519e23b bdf189f Author: Andrey Kamaev Date: Tue Jan 29 14:13:00 2013 +0400 Merge pull request #355 from asmaloney:copy_paste_cond commit 519e23bf0bac3feccf94fdf356c25536ae63e818 Merge: da884b4 5bd56e7 Author: Andrey Kamaev Date: Tue Jan 29 14:12:12 2013 +0400 Merge pull request #354 from asmaloney:fix_mem_dealloc commit da884b4e1db1cc5a3b668463a6b91e27b8191c37 Merge: e7cbf65 8c45b9d Author: Andrey Kamaev Date: Tue Jan 29 14:00:09 2013 +0400 Merge pull request #347 from asmorkalov:WITH_FFMPEG_logic commit e7cbf652805ef51c38bf51fad89eca57b6937e76 Merge: 04f01ed 4044fbc Author: Vadim Pisarevsky Date: Tue Jan 29 13:34:50 2013 +0400 Merge pull request #351 from vpisarev:python_fixes commit 8c45b9d03d68cd50e18e2c143caf0b37b728a76e Author: Alexander Smorkalov Date: Mon Jan 28 13:14:47 2013 +0400 Video IO perf tests guarded. commit 04f01ed21d265bcaac5ca3e010226d08c80a4a85 Merge: 11dfceb 7a6475c Author: cuda-geek Date: Tue Jan 29 11:04:32 2013 +0400 Merge pull request #353 from asmaloney:arg_checks commit 11dfceb2c9b56ca9c6694eff665e6501b2f6344d Merge: 2b4ffd1 395f020 Author: cuda-geek Date: Tue Jan 29 11:00:36 2013 +0400 Merge pull request #328 from jet47:new-gpu-fixes commit bdf189faac4173812e560f5481d64c7f0ec14cbd Author: Andy Maloney Date: Mon Jan 28 18:09:10 2013 -0500 {calib3d} Fix copy-paste error in conditional commit 5bd56e7464871760c745cb42fa165354346d76d0 Author: Andy Maloney Date: Mon Jan 28 17:57:19 2013 -0500 Fix mem leak and mismatched new/delete commit 7a6475c3f9450cd03e69edb67403a747edf8a563 Author: Andy Maloney Date: Mon Jan 28 16:51:28 2013 -0500 Check pointers before using them in var init commit 2b4ffd1161e08e141b6ea978f65771ba76d56d9f Merge: d7ea27b ca98710 Author: Andrey Kamaev Date: Mon Jan 28 23:57:14 2013 +0400 Merge pull request #350 from asmorkalov:android_java_warnings commit d7ea27b279f1c175dd93778cea3b410052bef4aa Merge: 3a9c978 e33f3e8 Author: Andrey Kamaev Date: Mon Jan 28 23:56:55 2013 +0400 Merge pull request #349 from Daniil-Osokin:bugfix_opencv_cheatsheet commit 3a9c978b5e9df064af88e4c2b3df2ca16daef8bf Merge: 6abb69b 4c9c27b2 Author: Andrey Kamaev Date: Mon Jan 28 23:56:41 2013 +0400 Merge pull request #348 from Daniil-Osokin:bugfix_YCrCb_formula commit 6abb69bd2537fb66f6ff186a198cee999197a752 Merge: 1713047 f9bff10 Author: Andrey Kamaev Date: Mon Jan 28 23:56:26 2013 +0400 Merge pull request #345 from Daniil-Osokin:bugfix_2550 commit 17130477c9dd7502490d679e5790a318b1995ac9 Merge: 09d93af 255cd61 Author: Andrey Kamaev Date: Mon Jan 28 23:56:01 2013 +0400 Merge pull request #344 from taka-no-me:improve_jpeg_encoder_errors commit 4044fbcb337e57d3b9bac32cb72a6a1605ec835d Author: Vadim Pisarevsky Date: Mon Jan 28 21:03:59 2013 +0400 hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test commit 2320ec76b43ea6af85de4e0fa2ef6be68b269022 Author: Vadim Pisarevsky Date: Mon Jan 28 20:45:00 2013 +0400 Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658 commit a519bbc6171b58ae9dd46a40bfd98e91741169f4 Author: Vadim Pisarevsky Date: Mon Jan 28 20:44:47 2013 +0400 Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658 commit 09d93af97523a743a171c7d53f0f20cee2aab411 Merge: 8521ac5 7374445 Author: Andrey Kamaev Date: Mon Jan 28 20:35:39 2013 +0400 Merge pull request #343 from taka-no-me:fix_nlmeans_2646 commit ca98710640c62bcd1a66bde07d45198212d7d9ed Author: Alexander Smorkalov Date: Mon Jan 28 19:44:58 2013 +0400 Resolve warning in OpenCV Library project in Eclipse (Bug #2714) Warning in auto generated code was suppressed by project settings. commit e33f3e8345f04acdfe08b745f167cf17b319516c Author: Daniil Osokin Date: Mon Jan 28 18:41:59 2013 +0400 Fixed cheatsheet for loop (bug #2701) commit cd46a674d12f9b10c6c8e4d999cd8cc5b3366761 Author: Vadim Pisarevsky Date: Mon Jan 28 18:30:20 2013 +0400 applied patch #2611 that also likely fixes #2505 commit 4c9c27b244973a6681d6eefa5ef0520277d622c5 Author: Daniil Osokin Date: Mon Jan 28 18:29:01 2013 +0400 Fixed formula of YCrCb to RGB conversion (bug #2725) commit cf407c2ec0354a45e49c4880412474ec2ef52aa6 Author: Andrey Kamaev Date: Mon Jan 28 17:58:57 2013 +0400 Don't check for EINTR and replace xioctl with ioctl This should be safe todo unless we are writing a signal handler. commit f9bff103dd69baf62a7e3ad9fed846f2b71b838d Author: Daniil Osokin Date: Mon Jan 28 15:14:32 2013 +0400 Removed obsolete steps from Windows installation tutorial (bug #2550) commit 146ca61a2780afae82e053aa2126d705ddaea383 Author: Vadim Pisarevsky Date: Mon Jan 28 17:27:08 2013 +0400 added tests for #1373, #2629, #2719; fixed another bug in determinant(Matx) commit 1a84bcc56545d15b88bc6a159906f37879e778e9 Author: Patrick Welche Date: Mon Sep 17 14:46:54 2012 +0200 NetBSD video(4) support, patch 3 of 3 xioctl() assumes that ioctl takes int request. Cope with int ioctl(int d, unsigned long request, ...) to avoid "invalid argument". commit 681ffd9a215c5be006999a57b890ee446b4bd801 Author: Patrick Welche Date: Mon Sep 17 12:03:35 2012 +0200 NetBSD video(4) support, patch 2 of 3 * Decouple Video4Linux2 support from Video4Linux as existence of v4l2 on a system does not imply support for v4l. * Don't use V4L's struct video_window in V4L2 code. * Removed __USE_GNU as comment says: /* support for MJPEG is only available with libjpeg and gcc, because it's use libjepg and fmemopen() so replace with test for fmemopen() if found necessary. commit d90b8d615cd3e8fa881954e8831b998b8d663bd6 Author: Patrick Welche Date: Mon Sep 17 11:08:37 2012 +0200 NetBSD video(4) support, patch 1 of 3 The video(4) driver provides a Video4Linux2 compatible API for various video peripherals. This patch propagates HAVE_VIDEOIO if the sys/videoio.h include file is found, which is the signature of video(4). commit 255cd61a8cd6130072a110dd96a40e68ae065fbf Author: Andrey Kamaev Date: Mon Jan 28 15:49:31 2013 +0400 Improve error reporting of JPEG image encoder OpenCV issue #2604 After this patch applied an attempt to encode empty images produces exception saying "Raw image encoder error: Empty JPEG image (DNL not supported)" commit 737444539831e1094463801c6d5f59ee464a01ad Author: Andrey Kamaev Date: Mon Jan 28 14:30:06 2013 +0400 Fix integer overflow in NL-Means denoising on white input Issues #2646 commit 7e92826efcfbe115d3f61e5d98035edba8424d27 Author: Andrey Kamaev Date: Mon Jan 28 14:02:05 2013 +0400 Add test for issue #2646 commit d83914d478cad099a80148978a8a659f921030d2 Author: Andrey Kamaev Date: Mon Jan 28 14:01:22 2013 +0400 Change Imgproc_ prefix to Photo_ in all accuracy tests of photo module commit 8521ac5d2158571ef347aac89c533d3737d0e3a9 Merge: d8f749d e873554 Author: Andrey Kamaev Date: Mon Jan 28 12:41:35 2013 +0400 Merge branch 'fix_jpg2000' into 2.4 commit e87355463f27702f5c398b22b05021f8290e5329 Author: Andy Maloney Date: Sat Jan 26 16:38:01 2013 -0500 {highgui} Fix copy-paste error in conditional commit 1df10553bb6221be627233f43fb10f5415da9954 Author: Vadim Pisarevsky Date: Fri Jan 25 23:45:41 2013 +0400 fixed bugs #1373, #2629, #2719 commit 9de36c55921ac697a6944e5050e4c289a56cb7a4 Merge: 2e02654 d3aef0d Author: Andrey Kamaev Date: Fri Jan 25 19:08:53 2013 +0400 Merge pull request #338 from taka-no-me:ocl_warnings_master commit d3aef0d378efeede8e9e236f44e8154edfb4692e Author: Andrey Kamaev Date: Fri Jan 25 18:03:19 2013 +0400 Fix OpenCL build warnings commit 2e0265400416b7263a0034d024e20e814eb0d6e8 Author: Andrey Kamaev Date: Fri Jan 25 17:08:36 2013 +0400 Fix build of Java tests commit f4e27bcbbc8f18977d585a6bdf6473c0dbb07a42 Merge: 0487067 d8f749d Author: Andrey Kamaev Date: Fri Jan 25 16:30:36 2013 +0400 Merge branch '2.4' commit d8f749da5212ce0fe9d840e7d0d938895441fdd0 Merge: dc11acf 9509dfd Author: Andrey Kamaev Date: Fri Jan 25 16:23:35 2013 +0400 Merge pull request #337 from taka-no-me:ocl_appsdk commit 9509dfd1de012ab2d01ea43806d581818c0a5479 Author: Andrey Kamaev Date: Fri Jan 25 14:31:34 2013 +0400 Fix OpenCL build warnings commit b445f4b01ddd92e71008fafa6c968031d7e75395 Author: Andrey Kamaev Date: Fri Jan 25 14:03:39 2013 +0400 Find OpenCL in AMD APP SDK commit dc11acf041cbeeff2457e9f5babf550b5f93eb7f Merge: ed949bc 6385b0f Author: Andrey Kamaev Date: Fri Jan 25 14:10:06 2013 +0400 Merge pull request #336 from ivan-korolev:fix_relative_error_formula commit 6385b0f7ed9453c23724a126f65b167144622285 Author: Ivan Korolev Date: Fri Jan 25 11:19:38 2013 +0400 Fixed a formula to calculate the relative error commit ed949bc2115b8be05b658caa6a10624ac54699c9 Merge: 20de2f3 4f77843 Author: Andrey Kamaev Date: Fri Jan 25 00:53:41 2013 +0400 Merge pull request #324 from bitwangyaoyao:2.4_cvtcolor commit 20de2f35f994563d09a7d3c495c4514d35ed3e72 Merge: f9ed003 d574e6d Author: Andrey Kamaev Date: Fri Jan 25 00:46:34 2013 +0400 Merge pull request #325 from bitwangyaoyao:2.4_fixcanny commit f9ed0037b3965390f95b77d04246b1e3cbbd4a4a Merge: 14c31bf 2aae501 Author: Andrey Kamaev Date: Fri Jan 25 00:46:19 2013 +0400 Merge pull request #327 from bitwangyaoyao:2.4_vs2012 commit 14c31bfda0a3067249f0e805fff5d86ec85ef071 Merge: 94e2b5c 5d65d00 Author: Andrey Kamaev Date: Fri Jan 25 00:45:34 2013 +0400 Merge pull request #334 from asmaloney:2.4 commit 5d65d000abfcbf7fb96c07b5a93fcff468fe04ef Author: Andy Maloney Date: Thu Jan 24 10:08:58 2013 -0500 Docs: Fix invalid conversion format in example (CV_BGR2GREY -> CV_BGR2GRAY) commit 94e2b5c140c950275fbff837151fad4c722c0485 Merge: 7ad81ed 195d501 Author: Andrey Kamaev Date: Thu Jan 24 18:24:36 2013 +0400 Merge pull request #305 from stephenfalken:2.4 commit 7ad81ed46fe995390ea9a443d0e87442c33daac5 Merge: 33ca4ba d5b15d6 Author: Andrey Kamaev Date: Thu Jan 24 17:44:10 2013 +0400 Merge pull request #332 from taka-no-me:fix_ocl_warnings commit d5b15d65236ac52fc1109eefcc7071f920cbcf72 Author: Andrey Kamaev Date: Thu Jan 24 16:15:34 2013 +0400 Fix ocl build warnings commit 33ca4ba5c7478d9e537182c958d38f57cf6e65f5 Merge: cc399e2 a441980 Author: Andrey Kamaev Date: Thu Jan 24 15:49:13 2013 +0400 Merge pull request #331 from taka-no-me:fix_java_debug commit 195d501b439a188ba3c13e877a81f96e683b6c1f Author: Siegfried Hochdorfer Date: Thu Jan 24 11:40:35 2013 +0100 fixed broken indentation commit cc399e2ade94d2d527ea7a3468a1770305eb1b09 Merge: 3c4cfcc 9f41726 Author: Andrey Kamaev Date: Thu Jan 24 14:26:54 2013 +0400 Merge pull request #330 from sromberg:2.4 commit a441980d68ce766cbf0b6d253a95b2d8232e98b1 Author: Andrey Kamaev Date: Thu Jan 24 13:25:12 2013 +0400 Fix debug build of Java warppers commit 3c4cfccc88de2f9677fd27383dda4d2f757c6e19 Merge: 0773ab4 e287dea Author: Andrey Kamaev Date: Thu Jan 24 13:05:53 2013 +0400 Merge pull request #321 from apavlenko:warp_sanity_check commit 048706796405c13f52177f2216b97cba13d862f7 Merge: a8a8423 efd0023 Author: Andrey Kamaev Date: Thu Jan 24 13:03:33 2013 +0400 Merge pull request #317 from vpisarev:c2cpp_refactor_imgproc commit 9f417268b302a0b7fe67b87e2c5444e3379e2ddf Author: Stefan Romberg Date: Thu Jan 24 10:01:18 2013 +0100 Fixed visualization by choosing the color appropriate to the detection Fixed visualization by choosing the color appropriate to the detection score. Previously the example showed all detections with the same color disregarding the confidence. This led to the impression that the object detection did not work at all because there are many detections with low confidences. PR to master was https://github.com/Itseez/opencv/pull/320 commit 2aae501234275226dc2cce7d39c1743a8dfd6e04 Author: yao Date: Thu Jan 24 15:45:29 2013 +0800 make ocl module compile on VS2012 commit d574e6dc0965d8879c4057ec0025c7802df2a7e9 Author: yao Date: Thu Jan 24 14:58:41 2013 +0800 fix canny crash in bug #2279 commit 4f778436b58277d30ca7ba636f3c031a03f0b4c5 Author: yao Date: Thu Jan 24 14:33:28 2013 +0800 ocl::cvtColor support YUV and YCbCr formats commit efd00238e2a4205cba299cc9fbe61909f49c842d Author: Vadim Pisarevsky Date: Wed Jan 23 21:47:58 2013 +0400 fixed warnings; restored fixed_size parameter in AutoBuffer commit 395f0201e305d6381f31508bbae8094b4495c0b6 Author: Vladislav Vinogradov Date: Wed Jan 23 15:32:49 2013 +0400 fixed build for CARMA: - added CMake toolchain file - added WITH_NVCUVID flag commit 9cb4292d5c72d6c7b38a449667e8467004a5529a Author: Vladislav Vinogradov Date: Wed Jan 23 15:31:52 2013 +0400 implemented Luv/Lab <-> RGB conversion commit e446903aac58c06b8cc039ba2468fc20675cf333 Author: Vladislav Vinogradov Date: Wed Jan 23 15:24:42 2013 +0400 added more types support for gpu separable filters commit 281d036fcf8ccb355300b122d987149a78ff93cd Author: Vladislav Vinogradov Date: Wed Jan 23 14:43:36 2013 +0400 optimizations: - new reduce implementation (with kepler optimizations) - saturate_cast via asm command - video SIMD instructions in element operations - float arithmetics instead of double - new deviceSupports function commit ae6266e101871796526748950d3ef149319acf3d Author: Vladislav Vinogradov Date: Wed Jan 23 13:59:14 2013 +0400 fixes for gpu module: - fixed printCudaDeviceInfo for new CC - fixed some compilation errors and warnings - removed unset command from CMake script - removed unused std imports commit b7e6b5af1b43e48d6822f16a199f4fff7da16986 Author: Vladislav Vinogradov Date: Wed Jan 23 15:31:10 2013 +0400 fixed tests (call resetDevice, if there was a gpu failure) commit 0773ab4d07f0957c1a16f946dd80350a3b599cf6 Merge: 311d799 2c32536 Author: Andrey Kamaev Date: Wed Jan 23 19:02:27 2013 +0400 Merge pull request #315 from taka-no-me:java_on commit e287dea91b6639978b03a6f8e5109bac246b0c5f Author: Andrey Pavlenko Date: Wed Jan 23 18:45:06 2013 +0400 fixing build warnings commit 2c32536bf483840263f498b3c4be4600b2302b5c Author: Andrey Kamaev Date: Mon Jan 21 18:32:35 2013 +0400 Enable Java bindings on all platforms by default commit caa2c06e504eacae36fdbe23b9c09890148e5a67 Author: Andrey Kamaev Date: Wed Jan 23 12:27:30 2013 +0400 Quiet output of cv::error in Java tests Introduced new Java API void org.opencv.core.Core.setErrorVerbosity(boolean verbose) used to suppress output to stderr from OpenCV's asserts commit 5eabcf8e4f3e7cd2da46f29eeaccc0e487f2ba12 Author: Andrey Kamaev Date: Wed Jan 23 10:32:32 2013 +0400 Java tests: print summary for tests run commit 4668a133f01950fa584c5ece93ec9572ce09855c Author: Andrey Kamaev Date: Wed Jan 23 10:25:39 2013 +0400 Java API: fix build warning on OS X Common part of all source files is extracted to special header commit 3889b34ec34fd47aa8eb8d32e4a39de9ea32c569 Author: Andrey Kamaev Date: Tue Jan 22 19:43:54 2013 +0400 Add option to run java tests with run.py commit 81721d0dce7026b2c0db3fc90d9e715f08d1ace4 Author: Andrey Pavlenko Date: Wed Jan 23 17:25:30 2013 +0400 enabling sanity checks for warp and resize functions on Android - add syntetic images generation function to ts - use generated syntetic images commit 311d799344320270bf18933fdbddf49184718858 Merge: 78dc44a e05112a Author: Andrey Kamaev Date: Wed Jan 23 14:49:36 2013 +0400 Merge pull request #299 from branch 'bitwangyaoyao_ocl' into 2.4 commit e05112a36482ffef44243dc69ed9a047162a2d80 Author: yao Date: Thu Jan 17 09:34:43 2013 +0800 some host side optimizations to ocl::GaussianBlur commit 9060365f5e005246e9959911fd8a98c369dead6d Author: yao Date: Thu Jan 17 09:21:39 2013 +0800 use format on filtering.cpp commit 56c1a7fab6cf0352f3095f1066a3abcbac124f0a Author: yao Date: Wed Jan 16 17:13:32 2013 +0800 make oclHaarDetectObjects running on more ocl platforms commit b5bd2cde9eba4d93757d187286dc9d617830f39c Author: yao Date: Wed Jan 16 16:50:59 2013 +0800 A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms commit 02c9e0a3e0b08366299f0a13f1b90c028f3d113f Author: yao Date: Tue Jan 15 17:14:14 2013 +0800 add default clAmdFft and clAmdBlas path commit f6d82773f9fde03d666f8c1c2adc5e1d229854f7 Author: yao Date: Tue Jan 15 17:12:46 2013 +0800 fix bug #2674 commit 78dc44a7fdb0f29ac0421869adc2d93de2c56bab Merge: 4d64db8 9f0d5f6 Author: Andrey Kamaev Date: Wed Jan 23 14:40:04 2013 +0400 Merge pull request #295 from apavlenko:test_surf_keypoints_invariance commit 4d64db8be793a3a187597921baf0420fef70b679 Merge: 594f969 608fab6 Author: Andrey Kamaev Date: Wed Jan 23 10:36:01 2013 +0400 Merge pull request #319 from AnnaKogan8:added-surf-keypoints-cleanup commit 608fab60fdd6291ecad13b7cf2bb19426d69baae Author: Anna Kogan Date: Tue Jan 22 18:05:18 2013 +0400 Added cleanup of keypoints vector commit 46c4390a2e368d21d6b75e62ff6b26d5b1d7a655 Author: Andrey Kamaev Date: Tue Jan 22 17:56:04 2013 +0400 Hardly refactored CMake script for Java wrappers commit c92743d1244e7e0d04a5e32d9fc6fe8b5af737c2 Author: Andrey Kamaev Date: Tue Jan 22 13:08:50 2013 +0400 Eliminate intermediate build target "opencv_java_api" commit dc4d0398f3f98e8f0a2bd2ee9d059283cabd224a Author: Vadim Pisarevsky Date: Tue Jan 22 16:54:31 2013 +0400 converted few more comp. geometry functions to C++ commit 594f9696416868eb19e63c39b4cbda263e2a0220 Merge: a45eb27 93f8e7b Author: Andrey Kamaev Date: Tue Jan 22 16:09:47 2013 +0400 Merge pull request #316 from mdim:draw_matches_fix commit c2c2403a792c809eea8a9237498d32f64ac20342 Author: Eric Christiansen Date: Mon Jan 21 14:57:25 2013 -0800 Added a desktop Java tutorial commit 93f8e7ba747af55324a0752afc7f5e3fcc650732 Author: mdim Date: Tue Jan 22 00:37:27 2013 +0400 check of keypoint index range in drawMatches commit a8a842332bfb4bbc7a28a88b12956e786bd32d7d Merge: dda337b e15bdea Author: cuda-geek Date: Tue Jan 22 00:27:01 2013 +0400 Merge pull request #311 from cuda-geek:soft-cascade-refactoring-and-fixes commit a45eb275e3b10d8f425038c3e6cf5c433d13e4c8 Merge: abb9e08 0587bef Author: Andrey Kamaev Date: Mon Jan 21 18:10:08 2013 +0400 Merge pull request #306 from AnnaKogan8:perf_tests_timing.py-improvement commit abb9e0867183fbef97e5b28ec9484e6ee6712d50 Merge: 9c7a8dd f14b7af Author: Andrey Kamaev Date: Mon Jan 21 17:52:35 2013 +0400 Merge pull request #314 from vpisarev:2.4 commit f14b7af5ac10c26d00124635ae79393542739db6 Author: Vadim Pisarevsky Date: Mon Jan 21 15:00:32 2013 +0400 changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities commit dda337bdf23744144f0e72ce7eeb3916e5f6b522 Merge: d169f62 ae5661d Author: Andrey Kamaev Date: Mon Jan 21 14:14:16 2013 +0400 Merge pull request #303 from taka-no-me:fix_split_merge_test commit c2241dccc5d969717ec539c30bb9957b66adc15f Author: Vadim Pisarevsky Date: Mon Jan 21 01:07:47 2013 +0400 converted fitline to C++, fixed Mat::checkVector(). commit c197a46e7eee1362db189a6828bde1dca3344b9e Author: Vadim Pisarevsky Date: Sun Jan 20 00:58:51 2013 +0400 removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ commit 9c7a8dd584df0400ef66cd879827d1a7ff221989 Merge: 1ed507c e9301c3 Author: Andrey Kamaev Date: Sat Jan 19 12:03:20 2013 +0400 Merge pull request #312 from taka-no-me:cheatsheet commit 1ed507c0658d5abd76af9bc55ecb8863574c7b6e Merge: 55c74eb e347487 Author: Andrey Kamaev Date: Sat Jan 19 12:03:03 2013 +0400 Merge pull request #310 from taka-no-me:4digit_version commit 55c74ebea8584d0c26665b5cfd07b4aa9af9d5c1 Merge: 101e9bd 4feae81 Author: Andrey Kamaev Date: Sat Jan 19 12:02:49 2013 +0400 Merge pull request #309 from asmorkalov:android_manager_4number_version commit d169f62d283106be9d8bebcb2bb55d4eeb30e6cc Merge: f3f55b3 90ff4e6 Author: Andrey Kamaev Date: Sat Jan 19 12:02:32 2013 +0400 Merge pull request #307 from taka-no-me:lena.png commit f3f55b30b0563af586562da0bf974ba8a2e5b3b9 Merge: dc0788c 06da75f Author: Andrey Kamaev Date: Sat Jan 19 12:02:14 2013 +0400 Merge pull request #267 from pclove1:ocl_hough commit 457fa521112c475651d5bce2eb152d5b382d1d1c Author: Vadim Pisarevsky Date: Sat Jan 19 00:26:01 2013 +0400 convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished. commit e9301c3c4b8e79b2190c4f5b293c397ba0f45937 Author: Andrey Kamaev Date: Fri Jan 18 18:27:43 2013 +0400 Add opencv_cheatsheet.pdf to documentation build and silence Latex output commit e15bdea663548ffd9f5805a71d28d9e1685d7526 Author: marina.kolpakova Date: Fri Jan 18 16:38:54 2013 +0400 fix test for new cascade commit 53433884ee9b060406aa5e365f00806b07907a8a Author: marina.kolpakova Date: Wed Jan 16 14:04:32 2013 +0400 fix python wrapping commit f9649a029bfefafce29d559e1a97b5f0ac3b06b0 Author: marina.kolpakova Date: Mon Jan 14 23:33:12 2013 +0400 fix typo commit 0a40bbd0d07158f41576682842731bcd3a5f3c85 Author: marina.kolpakova Date: Fri Jan 11 02:36:45 2013 +0400 add two types of feature boxes support: - (left, top, width, height) - (left, top, right, bottom) commit f7921b5ab3dc540feca612c1afef48e65ba60608 Author: marina.kolpakova Date: Mon Dec 24 09:36:39 2012 +0400 fix soft scade xml commit 913faf2ef43b803858336f3caac6c3246fb46150 Author: marina.kolpakova Date: Mon Dec 24 08:43:04 2012 +0400 fix test for a new test data commit 9efd668a57243ea4c0680b2f3e7de365bebe0673 Author: marina.kolpakova Date: Mon Dec 24 08:15:12 2012 +0400 a bit refactored soft cascade commit f1b4b13e6473d0ad1cd4febbc3d7f3118d25c8e3 Author: marina.kolpakova Date: Wed Dec 19 10:21:50 2012 +0400 perf test commit 8fc407842960928fb0cba18fb0e83010ad0b94d3 Author: marina.kolpakova Date: Wed Dec 19 09:46:49 2012 +0400 xml for soft cascade commit 0c6c78d1491c49b4eb27c7ef1a0838d87056d3ab Author: marina.kolpakova Date: Wed Dec 19 09:30:17 2012 +0400 integrate 128x256 scale; remove log commit e09694bde8786e48fc3b332b21ea6eebea540f41 Author: marina.kolpakova Date: Wed Dec 19 08:39:06 2012 +0400 integrated 128x256 scale commit 3e7965a5a59dab4bfaf8e945ad40db6edbc6239f Author: marina.kolpakova Date: Tue Dec 18 23:01:27 2012 +0400 first debug integration of newly trained cascade commit e3474878b62949d9200016d325a0b1c3e1bad4ea Author: Andrey Kamaev Date: Fri Jan 18 14:57:55 2013 +0400 Consistently use 4-digit library version commit 4feae810fa11fd3db34530558afaa37a023b752d Author: Alexander Smorkalov Date: Wed Jan 16 16:47:06 2013 +0400 4 digit library version numeration implemented in OpenCV Manager Code refactoring done. OpenCV library version type changed to int. Some UI labels updated. OpenCV Manager verison incremented. commit 90ff4e6fc8fdca31f96f3c9b1d81160e0ebf637a Author: Andrey Kamaev Date: Thu Jan 17 20:40:41 2013 +0400 Convert test image to losless format This fixes java tests failing with new jpeg versions commit dc0788c864e6ae0d8e9db6a521d7346563015b97 Merge: 867ddeb 101e9bd Author: Andrey Kamaev Date: Thu Jan 17 18:36:57 2013 +0400 Merge branch 2.4 commit 101e9bd4561a157d9e599441d2ea59763e71f920 Merge: 7341eaa a8c0f1d Author: Andrey Kamaev Date: Thu Jan 17 18:20:47 2013 +0400 Merge pull request #304 from apavlenko:test_java_fix_double commit 82a9f9a5a9996a0c33bb26a4c3810868ba26006b Author: Siegfried Hochdorfer Date: Thu Jan 17 11:46:24 2013 +0100 MeanshiftGrouping Bugfix (Bug #2685) commit e3941d0965172a4587801e84088e1b3ffde8211b Author: Vadim Pisarevsky Date: Thu Jan 17 00:11:08 2013 +0400 refactored approxpoly commit a8c0f1d962753f0d7ebd5d09baacca8046f088d5 Author: Andrey Pavlenko Date: Wed Jan 16 18:33:35 2013 +0400 fixing test failure on some systems commit ae5661d5dcf0a17b5af0b1ed66d61a2a1f941541 Author: Andrey Kamaev Date: Wed Jan 16 17:55:27 2013 +0400 Fix random failures of Split and Merge tests commit 867ddebe07eaa06f7bef094206aafb3c7bfac8d4 Merge: bb73332 28a7be6 Author: Andrey Kamaev Date: Wed Jan 16 17:01:00 2013 +0400 Merge pull request #289 from jmbuena:master commit 7341eaa6547648e7fed3db04f4eb17307f588269 Merge: 28afa8d 8cb0343 Author: Andrey Kamaev Date: Wed Jan 16 16:44:12 2013 +0400 Merge pull request #296 from asmorkalov:html_docs_warning_fix commit 28afa8d2d4c44b4af4f23c24182cd07900c090a9 Merge: 0fed75a 3cb84ed Author: Andrey Kamaev Date: Wed Jan 16 16:30:37 2013 +0400 Merge pull request #297 from taka-no-me:fix_deps commit bb733321680ce5031872e87304ea0962a03d4124 Merge: 084b1c7 9e35702 Author: Andrey Kamaev Date: Wed Jan 16 16:08:06 2013 +0400 Merge pull request #293 from taka-no-me:libjpeg9 commit 0fed75a880172ebf67f520ebb5fcaedb5ebf09c5 Merge: 069844c b362d47 Author: Andrey Kamaev Date: Wed Jan 16 16:07:49 2013 +0400 Merge pull request #302 from taka-no-me:fix_doc_sphinx107 commit 069844cd4eccf91cc62bb5c4f1a388927c3ef30a Merge: c49b23d bf3c2b0 Author: Andrey Kamaev Date: Wed Jan 16 14:49:46 2013 +0400 Merge pull request #300 from taka-no-me:java_64bit commit b362d47d95787bcd811d152876a4ef2cdef277e3 Author: Andrey Kamaev Date: Wed Jan 16 12:43:12 2013 +0400 Fix documentation build with Sphinx 1.07 commit 6169b1dc90fd07b4ed5e2b38bcfb5d2a87a6f1e7 Author: Eric Christiansen Date: Tue Jan 15 12:03:55 2013 -0800 Adds samples for Java and Scala commit 06da75ffe0cea7f2c5b6ca37f565d6c4e22211ea Merge: 269ccaa 084b1c7 Author: Suenghoon Park Date: Tue Jan 15 12:21:25 2013 -0500 Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough commit bf3c2b0bbb51de78e1a8d4eece07c44c1f2a70f9 Author: Andrey Kamaev Date: Tue Jan 15 19:23:49 2013 +0400 Fix incorrect Mat address reconstruction on 64-bit platforms This fixes random failures in Java wrappers. commit 0587bef667f671cc59337cb6c6103f672189954f Author: Anna Kogan Date: Tue Jan 15 15:32:22 2013 +0400 Switched time from seconds to minutes commit 3cdfa654ae9320144db7a0b4a26cf428db2c01f3 Author: Anna Kogan Date: Tue Jan 15 15:26:43 2013 +0400 Added 'Num of tests' col, changed headers, added 'overall time' row commit 3cb84ed17c2e86899c1a643251fe761f3e0ba345 Author: Andrey Kamaev Date: Mon Jan 14 18:16:04 2013 +0400 Fix dependencies inference for auto-disabled targets Sometimes information about dependencies causing disabling were loosed and it was not possible to correctly display these dependencies in status report commit 9f0d5f60b5bc21c08961958326895711230606a8 Author: Andrey Pavlenko Date: Mon Jan 14 18:15:51 2013 +0400 fixinf warning on non-Windows systems commit 8cb0343f4cf18d144c1123316311c1142cb615e3 Author: Alexander Smorkalov Date: Sun Jan 13 16:27:11 2013 +0400 Documentation build warning fixes. Invalid links and refences fixed. SpaeseMat class documentation updated. commit 8e42ca1764b3a81e1c1d2b39a02303a70d421bdd Author: Andrey Pavlenko Date: Mon Jan 14 14:06:00 2013 +0400 SURF keypoints rotation invariance test. It calcs kpts for a cross and checks that 4 kpts at the edges have equal responce. commit 9e3570260b32efb2943da2f68ca85b5ed2022edb Author: Andrey Kamaev Date: Mon Dec 31 03:12:28 2012 +0400 Update libjpeg to "Version 9 13-Jan-2013" commit c49b23d4dda89b3f419f78509c52e217209ab421 Merge: 5e2726f b0e1cb4 Author: Andrey Kamaev Date: Mon Jan 14 11:06:43 2013 +0400 Merge pull request #240 from emchristiansen:javatest2.4 commit 28a7be69ea770808ecca078aa2a9baabcc596062 Author: jmbuena Date: Sat Jan 12 12:32:51 2013 +0100 Fixed compile warnings on CvHomographyEstimator commit 084b1c796900b0825fc4e0593ab3143da3f3a90e Merge: 19229f2 5e2726f Author: Andrey Kamaev Date: Fri Jan 11 15:43:50 2013 +0400 Merge branch 2.4 commit b0e1cb473a9453727c05f40d870121136db98dda Author: Andrey Pavlenko Date: Fri Jan 11 09:13:25 2013 +0400 more tests fixes commit 6d738f6a3f3248859339164a748ad98f8abd5a93 Author: jmbuena Date: Fri Jan 11 01:55:56 2013 +0100 Changed RANSAC Homography estimation for speed. Each minimal set is checked for consistency before actually fit a candidate homography. commit 19229f2fa0914245c4e20e66ed3b04cd6f5f0c3a Merge: a99799c a09b973 Author: Vadim Pisarevsky Date: Thu Jan 10 20:35:22 2013 +0400 Merge pull request #253 from Nerei:smart_operators_for_smart_ptr commit a99799caa3941bd81948ce6742dd56f3a1b6d58f Merge: b68df41 20c5a87 Author: Andrey Kamaev Date: Thu Jan 10 19:57:23 2013 +0400 Merge pull request #286 from taka-no-me:tweak_phase_test_threshold commit 5e2726fb17043f4e4b7aa15068b26cc8a4fc00bf Merge: 64d89d3 b1384a6 Author: Andrey Kamaev Date: Thu Jan 10 19:56:43 2013 +0400 Merge pull request #287 from taka-no-me:fix_cvCalcOpticalFlow_2526 commit 64d89d3546f997ec00f6cb40ec19dd45ec6b283b Merge: dff59ec cf8deac Author: Andrey Kamaev Date: Thu Jan 10 19:56:26 2013 +0400 Merge pull request #288 from taka-no-me:fix_unused_cmake_variable commit cf8deac2b2882954f94aaeaca7638cead4500769 Author: Andrey Kamaev Date: Thu Jan 10 19:05:39 2013 +0400 Always touch variable controlling build of the module This suppresses "unused variable" CMake warning when user explicilty disables module unavailable in selected configuration commit b1384a6da882d8626573f3e67d62b823f7912cd6 Author: Andrey Kamaev Date: Thu Jan 10 18:14:08 2013 +0400 Fix cvCalcOpticalFlow when the status parameter is NULL issue 2526 commit 20c5a8788d922f86bc636363addeeacff1312c61 Author: Andrey Kamaev Date: Thu Jan 10 17:12:14 2013 +0400 Weaken acceptance criteria in phase test commit dff59ec96043b4c13db3301023c90a65d2d90f6d Merge: 59c6e2c 6131a84 Author: Andrey Kamaev Date: Thu Jan 10 16:58:36 2013 +0400 Merge pull request #284 from taka-no-me:fix_equalize_hist_2678 commit 59c6e2cc4495f52124858538d8951b2db7da06e6 Merge: b81d1b2 3271e39 Author: Andrey Kamaev Date: Thu Jan 10 16:58:21 2013 +0400 Merge pull request #283 from AnnaKogan8:perf_tests_timing.py-improved-console-output commit b68df415a9036a197ae2e139cc5a6033694a2211 Merge: 47963f0 4cb25e9 Author: Vadim Pisarevsky Date: Thu Jan 10 16:43:44 2013 +0400 Merge pull request #135 from nevion:master commit 6131a847a29314e39686810f3632a924ab071850 Author: Andrey Kamaev Date: Thu Jan 10 14:45:00 2013 +0400 Fix histogram calculation in equalizeHist issue #2678 commit b81d1b25c7fd4d0e07d62a7ec478db200492e559 Merge: 399c20a e383d39 Author: Andrey Kamaev Date: Thu Jan 10 13:31:04 2013 +0400 Merge pull request #280 from vpisarev:bug_fixes_jan9 commit 3271e395c84a0f8298cbee3c8efdd00ea6decbf3 Author: Anna Kogan Date: Thu Jan 10 13:19:59 2013 +0400 Improved console output commit 0d7ce141aad0d5c908d077f29e69f74dd7fac863 Author: Anna Kogan Date: Thu Jan 10 13:18:26 2013 +0400 Cleaned code commit 0334cf11cc7dab63bf7e95f4e970960350eac0b6 Author: Anna Kogan Date: Thu Jan 10 13:16:46 2013 +0400 Fixed last testsuit disregarding commit e383d39598e4f09063067ed2f4953d8dbd756b3a Author: Vadim Pisarevsky Date: Wed Jan 9 17:53:19 2013 +0400 fixed bug #2679 commit 399c20a9284058f4e3c7b4cb7a4d2e8f0753edf4 Merge: e34aba6 260bdc0 Author: Andrey Kamaev Date: Wed Jan 9 16:53:11 2013 +0400 Merge pull request #272 from 5kg:fix_haar commit e34aba60d9a6e8e6db799f62c486950451f11e4e Merge: 873aefa 4e1ba6f Author: Andrey Kamaev Date: Wed Jan 9 16:52:56 2013 +0400 Merge pull request #278 from taka-no-me:fix_build_jpeg9 commit 873aefae196995abaf4837bf553d41518e300da7 Merge: 46cf2e9 da90896 Author: Andrey Kamaev Date: Wed Jan 9 16:52:40 2013 +0400 Merge pull request #279 from taka-no-me:mingw_java commit 46cf2e96b54df487680dbc956beb10fdecf68224 Merge: 47df8f4 b401c6a Author: Vadim Pisarevsky Date: Wed Jan 9 15:40:38 2013 +0400 Merge pull request #265 from taka-no-me:doc_signatures commit 4e1ba6f02fa5ca2241b61a8a32970ca2b5653e97 Author: Andrey Kamaev Date: Mon Dec 31 04:17:36 2012 +0400 Fix build with libjpeg release 9 commit a09b973c2eb47a13f316c3987feefaa989c6be8a Author: Anatoly Baksheev Date: Fri Dec 21 23:27:29 2012 +0400 Smart operators for smart Ptr (feature #2637) commit 269ccaa4311d6736a1c3fb72949c754595df67ff Merge: 4f96529 47963f0 Author: Suenghoon Park Date: Wed Jan 2 14:59:59 2013 -0500 Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough commit 47963f008344fdf0ef355e4ad17310bd6fabe76b Merge: 66d9864 1bc7681 Author: Andrey Kamaev Date: Tue Jan 1 21:34:17 2013 +0400 Merge pull request #277 from ilya-lavrenov:ResizeAreaFast commit 1bc76813f336b8536a2d1be82a810fb8b9164359 Author: Ilya Lavrenov Date: Mon Dec 31 15:35:40 2012 +0400 fixed bug connected with SSE2 version of resize with AREA interpolation commit da9089612a12639d1851798982f7f79af77ba181 Author: Andrey Kamaev Date: Sun Dec 30 23:24:39 2012 +0400 Fix build of java bindings on mingw commit 66d986478cd099d090d8eff03c1d4c4713ede94e Merge: bb07e27 e53d576 Author: cuda-geek Date: Sun Dec 30 17:27:54 2012 +0400 Merge pull request #276 from cuda-geek:fix-precomps commit e53d57664d7ca02ef1b6f8c3e75b62174b35fa0c Author: marina.kolpakova Date: Sun Dec 30 16:58:41 2012 +0400 fix precompiled headers usage in gpu module commit 47df8f4c2a87a8013398aaf666a1e9624a53176f Merge: dcde359 0e2958e Author: cuda-geek Date: Sun Dec 30 00:31:03 2012 +0400 Merge pull request #275 from mdim:bug_fix_cvboost commit bb07e2710ef37959ae22c2436f440b8c1fdc09c4 Author: Vladislav Vinogradov Date: Sat Dec 29 14:55:29 2012 +0400 decreased source size in NCV.VectorOperations test commit 45191dd6a57b3d5bb17b662bc4535c8cf248a520 Merge: cc21104 b1aa7ae Author: marina.kolpakova Date: Sat Dec 29 19:44:38 2012 +0400 merge CUDA dev branch commit dcde35918166d247d47de2cf9b438ea056228355 Merge: 7f4bcd3 c0411ca Author: Andrey Kamaev Date: Sat Dec 29 16:47:39 2012 +0400 Merge pull request #270 from wswld:2.4 commit 7f4bcd3d72085a7ca1776bb4fefa16af1f9cccfa Merge: 5f41971 e331787 Author: Andrey Kamaev Date: Sat Dec 29 15:04:10 2012 +0400 Merge pull request #271 from 5kg:fix_cascade commit cc2110440ae6cb18400600c6e2356450036b2a30 Merge: 3759476 eb326cd Author: Andrey Kamaev Date: Sat Dec 29 15:03:50 2012 +0400 Merge pull request #273 from saskathex:master commit 4f965296fc0441b937c0555299d456ad7ffc8a20 Author: Suenghoon Park Date: Fri Dec 28 16:32:10 2012 -0500 modified performance test for ocl::HoughCircles commit 0e2958e8884ced786c934eb0c4563fd3eec7a1fc Author: Maria Dimashova Date: Sat Dec 29 00:30:52 2012 +0400 fixed CvBoost::predict (Sometimes sample_data became bad because the buffer with its values was deallocated early). commit eb326cdbc83c46f7562bc1a6d6fbd29d7f86ba10 Author: saskathex Date: Fri Dec 28 19:29:15 2012 +0100 Fixed misspelled words. commit 0afa9cede566708ee45b6eb2b8aa1db2e2b6f787 Author: Suenghoon Park Date: Fri Dec 28 10:08:28 2012 -0500 removed personal info from the license header commit 260bdc057cdc81da8b0b09869ac16754bd1d8fd6 Author: Zifei Tong <5kilograms@gmail.com> Date: Fri Dec 28 14:44:06 2012 +0800 Changed parallel_for to parallel_for_ in haar.cpp commit c49b1bc6d5adbe54c57d24d29a139c0ae02991f0 Author: Andrey Pavlenko Date: Fri Dec 28 17:03:35 2012 +0400 partial fix for failing tests; fix for Windows launcher script; more quiet output commit e3317876455cdc4929a8c0da721a976a87f5544d Author: Zifei Tong <5kilograms@gmail.com> Date: Thu Dec 27 15:43:16 2012 +0800 Fix race condition for Cascade Classifier when TBB enabled. commit c0411caef4fb9308fc5f9ba88a99b3ebbd8a4e61 Author: Vsevolod Glumov Date: Fri Dec 28 15:03:20 2012 +0400 Fixed a bunch of minor issues in 'dev_with_OCV_on_Android.rst'. commit 3759476b388672bf4c8b7da29c29d0d9d523f7a9 Merge: 132b5d6 956a029 Author: Andrey Kamaev Date: Fri Dec 28 12:51:34 2012 +0400 Merge pull request #266 from prclibo:master commit 2124de80a57844a7475165549c5375d340c193fe Merge: 8a1d6a1 132b5d6 Author: Suenghoon Park Date: Wed Dec 26 17:40:38 2012 -0500 Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough commit 8a1d6a1bb28642fb804a10873984e61c7be3e2ab Author: Suenghoon Park Date: Wed Dec 26 17:40:26 2012 -0500 added documentation for ocl::HoughCircles commit b1faa46d3ae8f9bc18f07aeb749b3d5727ffff39 Author: Suenghoon Park Date: Wed Dec 26 16:49:58 2012 -0500 added performance test commit 956a029ede2a1929ffea2c88cca86edaf532ea3a Author: Bo Li Date: Wed Dec 26 18:58:50 2012 +0100 added code, test and doc for five-point algorithm commit b1aa7aecf073a4fff61bbc2b88a0f1aee085b69c Author: Anatoly Baksheev Date: Wed Dec 26 21:47:06 2012 +0400 fixed CC for CAMRA commit b401c6a0c3dbc5bfcce44e8f773a99869f78300e Author: Andrey Kamaev Date: Wed Dec 26 17:51:04 2012 +0400 Fix discrepancies between function signatures in headers and documentation commit aabbe11e64c0d98d8a12fb80f4c932aabff4893c Author: Andrey Kamaev Date: Mon Nov 12 14:42:28 2012 +0400 Improve function arguments parsing and checking * always use "argN" names for unnamed arguments * honor space symbol between typename and "*", "&" symbols * fix indent errors commit 5f419713050b55678241bff8b1f07f6b2980f27e Merge: 04f3c19 5023aff Author: Andrey Kamaev Date: Wed Dec 26 12:53:50 2012 +0400 Merge pull request #264 from kirill-kornyakov:remove-hack-from-hough-lines-perf-test commit 5023afffc714a2a7581ca87c861c557e184d720e Author: Kirill Kornyakov Date: Wed Dec 26 10:33:02 2012 +0400 Removed hack from perf test on HoughLines, since I hope it is fixed by pr263 commit 389ecbe96d03ffe4c6d4b31efb147d5347ced24d Author: Anatoly Baksheev Date: Tue Dec 25 21:57:10 2012 +0400 warnings, renamed Marina's GPU_PERF_TEST_P commit be22891f7112d87e70f20a8c3d8396afeb3737d5 Author: Anatoly Baksheev Date: Tue Dec 25 19:53:58 2012 +0400 added GPU_PERF_TESTP_P but haven't switched test to it (only perf4au app) commit 132b5d64350e3e9ce728c41d1c1f5d6847b8dfc8 Merge: 13b6a3a 04f3c19 Author: Andrey Kamaev Date: Tue Dec 25 19:07:08 2012 +0400 Merge release 2.4.3.2 commit 04f3c19b9ac456997df4fc9a5afbab027a1d33db Merge: b788111 16687a2 Author: Andrey Kamaev Date: Tue Dec 25 18:54:54 2012 +0400 Merge pull request #263 from taka-no-me:hough_explicit_double commit b78811112f4ac2fc5555f51d9229c1d54e8de4ee Merge: 2e2972c dd8e648 Author: Andrey Kamaev Date: Tue Dec 25 18:28:05 2012 +0400 Merge pull request #261 from apavlenko:samples_remove_empty_menu commit 2e2972cef3fbbb94aafd2ba2c037289d465b402a Merge: 6bc7953 e21f106 Author: Andrey Kamaev Date: Tue Dec 25 18:26:17 2012 +0400 Merge pull request #262 from kirill-kornyakov:minor-cleanings-for-android-sdk commit 16687a265546c0533dc629917c959233c68fc7ec Author: Andrey Kamaev Date: Tue Dec 25 18:05:05 2012 +0400 Explicitly use double precision sin & cos in hough implementation On some platforms sin and cos are calculated in single precision resulting in diversity of results. commit e21f106159df458348745d42d98f01306c9e1091 Author: Kirill Kornyakov Date: Tue Dec 25 17:50:31 2012 +0400 Updated OpenCV Manager rst documentation commit dd8e648d784fec2077139404e3db5e0b5655cc3f Author: Andrey Pavlenko Date: Tue Dec 25 17:49:10 2012 +0400 hiding empty menu button on Android 4 commit def174513200e97e03ba035945eb08373f9a2a4b Author: Kirill Kornyakov Date: Tue Dec 25 17:16:30 2012 +0400 Updated readme.txt with desciption about different OCV Manager packages commit 78202100df56b5c301d0fcbd1499a715e4ef5694 Author: Suenghoon Park Date: Mon Dec 24 22:53:27 2012 -0500 added unit test for HoughCircles commit ecb6c2091500104395f589f65cabbd671be06dc5 Merge: e1c6564 13b6a3a Author: Suenghoon Park Date: Mon Dec 24 18:42:22 2012 -0500 Merge branch 'master' of git://github.com/Itseez/opencv into ocl_hough commit e1c6564d5ed10297796220eed86d2d1d9ce8a744 Author: Suenghoon Park Date: Mon Dec 24 18:41:51 2012 -0500 fixed a typo in ocl.hpp commit 6bc795308e60428803d4df01fdd4bdce3cea0155 Merge: 02d1e68 1e5b533 Author: Andrey Kamaev Date: Mon Dec 24 21:02:04 2012 +0400 Merge pull request #247 from wswld:2.4 commit 1e5b533d017bc2549febc5338a049499112f182f Author: Andrey Pavlenko Date: Mon Dec 24 20:05:27 2012 +0400 updating tutorial #2 commit 02d1e68c6472836adfa4713da04bfc0d8983f590 Merge: 1af55b4 f57d692 Author: Andrey Kamaev Date: Mon Dec 24 19:38:48 2012 +0400 Merge pull request #257 from AnnaKogan8:perf-tests-timing-script commit 1af55b4bcbab6e3a9d8fbb8f46beff7b684de543 Merge: efecf3b 064bf16 Author: Andrey Kamaev Date: Mon Dec 24 19:32:51 2012 +0400 Merge pull request #259 from asmorkalov:manager_outofbound_fix commit efecf3b8fd4cbb6daf055b20447b3b0dbf622c44 Merge: 8cf6bcb 9ca65ce Author: Andrey Kamaev Date: Mon Dec 24 19:25:57 2012 +0400 Merge ppull request #258 from asmorkalov/android_emu_fix commit 8cf6bcb20aaf8b519dcf81bc9a99352e8da795aa Merge: 014a500 7e52a8d Author: Andrey Kamaev Date: Mon Dec 24 19:26:14 2012 +0400 Merge pull request #260 from alekcac:css_fix commit 99299b3605b6430c2c63ffd5ec79ba9f3af6ffa3 Author: Andrey Pavlenko Date: Mon Dec 24 19:25:42 2012 +0400 updating tutorial #1 commit 7e52a8d1b6822150c9815dcfd26e05d8608f5251 Author: Alexander Shishkov Date: Mon Dec 24 18:26:02 2012 +0400 modify default css for search button (error #2654) commit 064bf167ad0cd4cc658383aaae9d57fd977076db Author: Alexander Smorkalov Date: Mon Dec 24 18:05:48 2012 +0400 OpenCV Manager crashes with exception (Bug #2660) String checking and range cheching added. commit 9ca65ceef8af35efe0d5995f53aac44dc26df839 Author: Alexander Smorkalov Date: Mon Dec 24 17:49:49 2012 +0400 OpenCV example-tutorial1 does not work on Android emulator (Bug #2656) Problems with Android 2.3.3 (API level 10) fixed; Android 2.2 does not work due to unsupported camera frame format (known android-2.2 emulator issue). commit 13b6a3a15ed15a5bf679cf1c9502786656166c1a Merge: 2128bd2 014a500 Author: Andrey Kamaev Date: Mon Dec 24 17:10:07 2012 +0400 Merge branch 2.4 commit f57d692cd785672221111bb50c1d2360ce929581 Author: Anna Kogan Date: Mon Dec 24 16:47:30 2012 +0400 Improved code commit e1331b44f56bf8db583c4cdf426021cdb1e3b7df Author: Anna Kogan Date: Mon Dec 24 15:29:49 2012 +0400 Wrote script generating timing table commit 014a500f79f61c4189c5b4bf55db0e78a4ae6b73 Merge: 524bde2 20838b6 Author: Andrey Kamaev Date: Mon Dec 24 16:11:19 2012 +0400 Merge pull request #256 from znah:2.4 commit 2128bd25e46e86e3dc49f2175db7bd018322800a Author: marina.kolpakova Date: Mon Dec 24 15:28:05 2012 +0400 fix warnings under win commit 15e7712a26463b3caa32b622d08d5d40c95e34d5 Merge: c02179a 3882bbb Author: marina.kolpakova Date: Mon Dec 24 15:08:33 2012 +0400 Merge branch from CUDA team commit 3882bbbf35f1bcd8fa76bf70875dd808e14dcd16 Author: marina.kolpakova Date: Mon Dec 24 14:51:47 2012 +0400 improve carma build - exclude system paths from library search paths - remove hardcoded paths to compiler - enable compiling with 3d-parties - enable build as shared libraries commit 5138b7d2097328293c3627b838ab39ff0f784548 Merge: 4db68b5 c02179a Author: Vladislav Vinogradov Date: Mon Dec 24 13:48:33 2012 +0400 Merge branch 'master' into cuda-dev commit 524bde2aeb4b3e53aaab413e805878e1bcea6797 Merge: 02c7e22 b870b24 Author: Andrey Kamaev Date: Mon Dec 24 13:29:32 2012 +0400 Merge pull request #255 from taka-no-me:fix_batchdist_test commit 20838b6f6e1311aa90dd001ab05f091610dcf0a1 Author: Alexander Mordvintsev Date: Fri Dec 21 16:58:26 2012 +0400 fix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated commit 02c7e221a37464756bfe90b46776195ad530fa72 Merge: 0c3bdbf d6d1d20 Author: Andrey Kamaev Date: Mon Dec 24 12:44:12 2012 +0400 Merge pull request #252 from taka-no-me:fix_stlport_build commit 0c3bdbf23a2fa814b644931581a64509ffd285ed Merge: ffdbddd f87987e Author: Andrey Kamaev Date: Mon Dec 24 12:43:31 2012 +0400 Merge pull request #254 from taka-no-me:array_total commit 4db68b50f289abb0de9eca0bf99c1ea9b3bffbeb Author: Vladislav Vinogradov Date: Sun Dec 23 14:21:16 2012 +0400 fixed Sobel and Scharr tests compare inner part commit d6d1d208160311cdf352162a0dd922b903d289f3 Author: Andrey Kamaev Date: Sat Dec 22 22:52:27 2012 +0400 Show STL type in CMake status report commit c02179a7659798453a0b15b2ccfbf4aa6cf0d7f4 Author: Andrey Kamaev Date: Sat Dec 22 21:14:14 2012 +0400 Revert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3" This reverts commit 4be7619ce4c5173a520860357871c1dd830ef0d8. commit b870b246e106bedff4a7e9fd0cd45b9c1f394dd5 Author: Andrey Kamaev Date: Sat Dec 22 21:01:57 2012 +0400 Fix memory corruption in batchDistance perf tests commit f87987ed72dce109135d093b733d5296efc6e404 Author: Andrey Kamaev Date: Sat Dec 22 17:56:02 2012 +0400 Honor multidimensional matrices in InputArray::total commit 9944282b0993c5474cf30a108a369e56c600d75d Author: Andrey Kamaev Date: Fri Dec 21 19:58:51 2012 +0400 Fix build with STLPort from NDK r8d commit 62af76c6468598d68182d01523d118e12809ee9b Merge: 962884c c513d4e Author: Andrey Kamaev Date: Fri Dec 21 23:05:43 2012 +0400 Merge pull request #249 from taka-no-me:tvl1_max_rmse commit 962884cdec1767e832b3364227fcb9479c36c354 Merge: 3edf7c5 ffdbddd Author: Andrey Kamaev Date: Fri Dec 21 17:58:48 2012 +0400 Merge branch 2.4 commit ffdbddd6b1c7be94b0bc42cf436601a3a51ab518 Merge: 512f009 f22ee7f Author: Andrey Kamaev Date: Fri Dec 21 17:57:59 2012 +0400 Merge pull request #250 from taka-no-me:android_ndk_r8d commit f22ee7f0dff17aaab98035d1cf17a6a899d26cfb Author: Andrey Kamaev Date: Fri Dec 21 16:44:54 2012 +0400 Workaround "Segmentation fault" when built with gcc 4.7 from NDK r8d commit e9e46d3086025542ee69e84f37310e7a71cd2cdb Author: Vsevolod Glumov Date: Thu Dec 20 18:05:56 2012 +0400 Updated Android introductory tutorials, based on frequent Q&A questions/issues. commit b6efec5f8b18443a3ae94b2dc5c2d1c072e75711 Author: Andrey Kamaev Date: Fri Dec 21 15:39:23 2012 +0400 Add support for Android NDK r8d commit c513d4ecd61b752780934e9270896c00a2c94bd5 Author: Andrey Kamaev Date: Fri Dec 21 14:18:07 2012 +0400 Increase max RMSE error for tvl1 optical flow test commit 2f1ca1b6b3d160cb0e93c27d8b2fc419c7ce04f3 Author: Vladislav Vinogradov Date: Thu Dec 20 16:19:14 2012 +0400 fixed build for CARMA: * added CMake toolchain file * added WITH_NVCUVID flag commit 11293d071fa3f0926bd44703a32e91541168cb0b Author: vlad Date: Thu Dec 20 13:31:22 2012 +0400 Revert "disabled video decoding under linux" This reverts commit 889674ef43fb8d2a35883ae31895b34a58089007. commit 512f0091db7cdd2af827c075f63835b5edbafd22 Merge: aaf779a 9526907 Author: Andrey Kamaev Date: Thu Dec 20 20:09:35 2012 +0400 Merge pull request #248 from taka-no-me:reduce_tmp_size commit 9526907cba46063ea9b9358b66d8a944ee9e213f Author: Andrey Kamaev Date: Thu Dec 20 18:46:54 2012 +0400 Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests The size of temporary files is an issue on mobile platforms. commit aaf779a3a2780dfef2c64ef1db1e3f6ad483f9fc Author: Andrey Kamaev Date: Thu Dec 20 17:19:34 2012 +0400 Adjust OpenCV version to 2.4.3.2 commit 0d00109f05c6c08b850d20516e0764ecf3637cb7 Merge: 7bee55b ee14485 Author: Andrey Kamaev Date: Thu Dec 20 17:21:58 2012 +0400 Merge pull request #244 from asmorkalov:manager_nonarm_fix commit 7bee55b84ef75a6777c9407ac092b5fbc90784b1 Merge: 7c37f5d 64f8219 Author: Andrey Kamaev Date: Thu Dec 20 16:58:14 2012 +0400 Merge pull request #243 from takacsd:2.4 commit ee144852f2c742ea77e2ef92f15cf517eb160030 Author: Alexander Smorkalov Date: Thu Dec 20 16:44:56 2012 +0400 Hardware platform detection for non arm devices fixed. commit 7c37f5d7de19491d8c8d6ff6e4018e4c10d2ba34 Merge: 875294a 71e7d44 Author: Andrey Kamaev Date: Thu Dec 20 16:13:45 2012 +0400 Merge pull request #242 from asmorkalov:manager_warning_fix commit 660d23aa0456d4f5dc5b0c7429bd38db37b84381 Author: Vladislav Vinogradov Date: Wed Dec 19 16:44:34 2012 +0400 added cv::gpu::resetDevice to RunPerfTestBody commit 1a76242d9949acff9e63f323ef4e1b843590ba33 Author: Vladislav Vinogradov Date: Wed Dec 19 12:32:40 2012 +0400 added GPU_TEST_P macros commit 64f821908e41f44f9b8f50478942cd55b44bb2d7 Author: takacsd Date: Thu Dec 20 11:28:16 2012 +0100 Add missing _WIN32 check in core/operations.hpp. Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11). Issue number: #2555 commit 875294aa920bfb1ab604bb09a3096a9c175dd4d6 Merge: f4433ff ca7abe1 Author: Andrey Kamaev Date: Thu Dec 20 13:05:04 2012 +0400 Merge pull request #241 from taka-no-me:less_cc_tests commit 71e7d444d8b1f82355596878bac0e274e948edb1 Author: Alexander Smorkalov Date: Thu Dec 20 12:28:30 2012 +0400 All OpenCV Manager compiler warrnings fixed. commit ca7abe1239baf0e3d3bee6f06c0d97acd7094504 Author: Andrey Kamaev Date: Thu Dec 20 12:25:59 2012 +0400 Reduce number of performance tests for LBP cascade commit f4433ff9c4ca22699d43757aba4d268a87187723 Merge: c8b658f 77df873 Author: Andrey Kamaev Date: Thu Dec 20 12:10:57 2012 +0400 Merge pull request #238 from asmorkalov:android_resolution_sample commit 77df8730efd7b77799808ce190e44d0ff453be92 Author: Alexander Smorkalov Date: Wed Dec 19 18:51:17 2012 +0400 Tutorial-5 sample extended. Application menu reorganized; Resolution control added. commit 4cb25e9584e3349b41b85b183c44fd81028187c7 Author: Jason Newton Date: Wed Dec 19 14:55:46 2012 -0800 update documentation to latest connected components interface commit ad326cb0be536d3765b9f9e1e45b23d9893e4bcd Author: Eric Christiansen Date: Wed Dec 19 14:28:59 2012 -0800 adds desktop java junit tests commit c8b658fdb6348fe5ca4db1148e47db49e7a275a7 Merge: 48f19fb 1555922 Author: Andrey Kamaev Date: Wed Dec 19 22:09:04 2012 +0400 Merge pull request #237 from asmorkalov:android_make_install_fix commit 48f19fba761ac6433ec385382e72b6d345f36281 Merge: 8763ad6 3c09b07 Author: Andrey Kamaev Date: Wed Dec 19 18:00:49 2012 +0400 Merge pull request #235 from asmorkalov:doc_manager_selection commit 1555922228ef0aaf7c69ec23a61c7bafa9af9018 Author: Alexander Smorkalov Date: Wed Dec 19 15:34:12 2012 +0400 OpenCV for Android SDK installation improved; ReadMe.txt for OpenCV Manager added; share folder excluded from SDK. commit 8763ad6c9942f17abf375f379d097bf5336761ec Author: Andrey Kamaev Date: Wed Dec 19 16:50:08 2012 +0400 Fix ccache search in Android CMake toolchain. commit 35ac95930f12904dcead05d60e71abe6786adcab Merge: b35fa6c d7c89fc Author: Andrey Kamaev Date: Wed Dec 19 16:32:45 2012 +0400 Merge pull request #236 from asmorkalov:javadoc_fix commit b35fa6c4ffbe229f058de3c7b47f016a9768564f Merge: a75e5ac cd501d9 Author: Andrey Kamaev Date: Wed Dec 19 15:07:40 2012 +0400 Merge pull request #202 from Daniil-Osokin:calcHist commit d7c89fc64988641ac1f697d06b80de8af21e6c9a Author: Alexander Smorkalov Date: Wed Dec 19 12:53:44 2012 +0400 A lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed Black list of entities, that are not implemented in Java API added to javadoc generator commit 4ba33fa1ed05451d93027bf497ac15d23cf0aa29 Author: Vladislav Vinogradov Date: Wed Dec 19 11:13:31 2012 +0400 Revert "call resetDevice if gpu test fails" This reverts commit ab25fe9e377fdbd69c916d5124483fa26e4a7835. commit a75e5ac27744fcf7f866c89dc00d1a16c46ce6c8 Merge: 2c56a09 dfa4b2f Author: Vadim Pisarevsky Date: Wed Dec 19 10:20:09 2012 +0400 Merge pull request #232 from asmorkalov:compiler_bug_workaround commit 2c56a09bee0bbea65694500bba2d2f5a785eb557 Merge: 09be997 98d7d99 Author: Andrey Kamaev Date: Tue Dec 18 15:53:13 2012 -0800 Merge pull request #226 from taka-no-me/equalizeHist Fix equalization formula in equalizeHist function & rewrite in C++ commit 31857082f4bbfb124b39399e8381efa2a93f0956 Author: Vadim Pisarevsky Date: Mon Dec 17 21:33:21 2012 +0400 probably fixed build problems on Android commit 98d7d992441c86055efea1cd508aa21ba3093346 Author: Daniil Osokin Date: Tue Dec 18 16:10:11 2012 +0400 Add threaded version of equalizeHist commit 3c09b075fcf967f2e49dda05df88463e992bae7c Author: Alexander Smorkalov Date: Tue Dec 18 18:34:51 2012 +0400 OpenCV Manager selection chapter added to documentation. commit 41c9377db02c233a31b05e9df3093ded88b6738c Author: Vladislav Vinogradov Date: Tue Dec 18 18:03:54 2012 +0400 fixed warnings under windows commit ab25fe9e377fdbd69c916d5124483fa26e4a7835 Author: Vladislav Vinogradov Date: Tue Dec 18 16:59:00 2012 +0400 call resetDevice if gpu test fails commit dfa4b2fefacc60d43e8b94dc09ccecad4c4d5baf Author: Alexander Smorkalov Date: Tue Dec 18 15:58:17 2012 +0400 Workaround for gcc overoptimization compiler bug. commit 3edf7c5386bbd3777138c09406518f41a6c071ac Merge: d3354c5 a319bae Author: Vadim Pisarevsky Date: Tue Dec 18 14:59:59 2012 +0400 Merge pull request #220 from ilya-lavrenov:SIMDFastAreaResize commit 0973e86d8a3c9c47a0fb99b094ca9f453e880cdc Author: Vladislav Vinogradov Date: Tue Dec 18 13:56:21 2012 +0400 fixed printShortCudaDeviceInfo for new CC commit bac94f85c13f960934301d73be0f285b2f0071c2 Author: Vladislav Vinogradov Date: Tue Dec 18 13:50:19 2012 +0400 fixed printCudaDeviceInfo for 3.5 CC (Patch #2641) commit d3354c543eff3f0b7ff821badb4827b25e4740d0 Merge: 2508d8e 680eeec Author: Vadim Pisarevsky Date: Mon Dec 17 20:28:57 2012 +0400 Merge pull request #229 from Nerei:master commit dd8e442bda56d517d34fe90d8836e9cabcb80896 Author: Vladislav Vinogradov Date: Mon Dec 17 17:03:39 2012 +0400 replaced DeviceInfo().supports with deviceSupports commit a319bae6e2fdb0ced87b54bd8b536c42597c60fe Author: Ilya Lavrenov Date: Mon Dec 17 16:56:37 2012 +0400 added #undef _mm_packus_epi32 commit d246b415738b40c84095378bd540f7ac2abe91aa Author: Ilya Lavrenov Date: Mon Dec 17 15:50:01 2012 +0400 changed loop condition commit c2f2e33a5ee07e9809f39774195d14d1c5cacdb1 Author: Ilya Lavrenov Date: Mon Dec 17 15:45:20 2012 +0400 removed debug messages commit 743dce6a4b5e3b7dd9a139882a41d0158b870ac1 Merge: aa0dafc 2508d8e Author: Ilya Lavrenov Date: Mon Dec 17 15:27:32 2012 +0400 Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2 commit aa0dafcc1f81ca2eee54ed152cdd571a7ec99b93 Author: Ilya Lavrenov Date: Mon Dec 17 14:09:25 2012 +0400 replaced _mm_packs_epi32 to _mm_packus_epi32 commit 680eeecc3b0bd5adb49d67f16ad300702931485d Author: Anatoly Baksheev Date: Mon Dec 17 13:19:26 2012 +0400 fixed samples compilation commit cd501d947c11e25e75403611313d7ec3b5cb6047 Author: Daniil-Osokin Date: Sat Oct 6 18:23:21 2012 +0400 perf tests for calcHist 2-3D case commit 1a1f45424168a336a079e8f3aafcb4127eb6ea19 Author: Vladislav Vinogradov Date: Mon Dec 17 11:15:45 2012 +0400 updated gpu houghlines sample commit 7d94236c14dc2181cb659bd9118821aef05da79f Author: Daniil-Osokin Date: Sat Oct 6 18:06:29 2012 +0400 TBB version of calcHist commit e1b60aa4e326b900b63596c19c50ad97a8de98eb Author: Jason Newton Date: Sun Dec 16 22:44:36 2012 -0800 drop usage of macros... the type is already there! commit da017fbeb9b3b27930dfce7cbbf943dd14c4d0ec Author: Vladislav Vinogradov Date: Mon Dec 17 10:39:19 2012 +0400 fast optical flow bm implementation commit 5f86eb8d63f1684088940d36015ee0bb79436484 Author: Jason Newton Date: Sun Dec 16 00:44:32 2012 -0800 proper dimensions from cv::Size in output stats/centroid commit 09be997ed870ba4e12e13824042b916d5e3ce87c Merge: 5c88577 7701fa7 Author: Vadim Pisarevsky Date: Sun Dec 16 22:18:23 2012 +0400 Merge pull request #225 from pieleric:2.4 commit 5c885771386f0ea2047735dd83e6d48111a5d7bc Merge: 3de6846 80a1d56 Author: Vadim Pisarevsky Date: Sun Dec 16 22:17:51 2012 +0400 Merge pull request #227 from taka-no-me:sanity_MatND commit 2508d8e2b42a9d579f00a6418194088bde19f99f Merge: d6add76 18e77d6 Author: Vadim Pisarevsky Date: Sun Dec 16 22:16:53 2012 +0400 Merge pull request #218 from taka-no-me:drop_utf16 commit d6add763c7203a3f8fd08d1fd30ec258996c958b Merge: aabb40e 94c310f Author: Vadim Pisarevsky Date: Sun Dec 16 22:15:07 2012 +0400 Merge pull request #228 from Nerei:master commit 1eae455acb9e3275657bd6ec8e36a92c30e2ccbd Author: Vadim Pisarevsky Date: Sat Dec 15 23:14:50 2012 +0400 fixed build warnings from VS; hopefully, fixes Android build too commit 94c310fc14fef8a8d0bbca6f4e5e26212bfba124 Author: Anatoly Baksheev Date: Sat Dec 15 22:09:21 2012 +0400 added Ptr::operator== commit 2a42960ff2bf2cb23d744851e78e03bd568852bd Merge: aabb40e ad0bfdf Author: Vadim Pisarevsky Date: Sat Dec 15 21:45:55 2012 +0400 Merge branch 'master' of https://github.com/nevion/opencv into cc commit 80a1d569caee4f9e7777d3d445ccff5bb2445d64 Author: Andrey Kamaev Date: Sat Dec 15 20:15:34 2012 +0400 Add support for multidimentional matrices into the sanity checks commit ad0bfdfb25f379fa269e557c1c8565f1d10ba992 Author: Jason Newton Date: Sat Dec 15 03:37:24 2012 -0800 disable windows build warning for connectedcomponents template argument comparisons commit 68e77ac051866d0a8745a7e782b35663a6c633b3 Author: Jason Newton Date: Sat Dec 15 03:36:51 2012 -0800 use opencv's integer type convension commit 3de6846d12091966050c795d4023108756e3d223 Merge: 9b09f09 3f417f1 Author: Andrey Kamaev Date: Sat Dec 15 16:06:32 2012 +0400 Merge pull request #224 from wswld:2.4 commit 0bbba847a413f86e91d81f28f9cc7bd04a3375c9 Author: Andrey Kamaev Date: Sat Dec 15 15:21:52 2012 +0400 Fix equalization formula in equalizeHist function & rewrite in C++ Old implementation did lut[i] = 255 * (count(Y <= i)) / (width * height) which actually shifts uniform histograms. From now histogram is equalized as C = count(Y == min(Y)) lut[i] = 255 * (count(Y <= i) - C) / (width * height - C) commit 7701fa7a633d13fc64c4d8521206838bce24a329 Author: Éric Piel Date: Sat Dec 15 12:11:13 2012 +0100 highgui: fix segfault on CvCapture_GStreamer::open when compiled with GStreamer, open (of a file) segfaults. Fix was suggested by Bostjan Vesnicer. commit aabb40e34df8f897b069c2473b92dff161ba6514 Merge: fe0b88d 53f1e73 Author: cuda-geek Date: Sat Dec 15 00:45:11 2012 +0400 Merge pull request #217 from jet47:fix-tvl1-test commit fe0b88d2919338e15eb946399210488f975cc7ee Author: Andrey Kamaev Date: Fri Dec 14 18:35:23 2012 +0400 Set sanity threshold for TVL1 optical flow to 0.5 commit 6059a6875a32967efc2935da1c3e9a26ba7c76f1 Author: Ilya Lavrenov Date: Fri Dec 14 17:54:07 2012 +0400 fixed bug with s1 calculating commit 4ccb5a30d9eb78a37ff2390d227d53b2dbb88dd4 Author: Ilya Lavrenov Date: Fri Dec 14 17:41:42 2012 +0400 fixed bug with s1 calculating commit 1284121d89f18f3c74f4706b0912c4a1e468d58a Author: Andrey Kamaev Date: Fri Dec 14 17:40:51 2012 +0400 Set sanity threshold for TVL1 optical flow to 0.02 commit f5cd20d80b7be1a0451787283351959c3032f73a Merge: 464826c 9b09f09 Author: Andrey Kamaev Date: Fri Dec 14 14:46:41 2012 +0400 Merge branch 2.4 commit 16f9b6f5e419cd84e53494838a08c7cd54f8f5d1 Author: Ilya Lavrenov Date: Fri Dec 14 14:32:00 2012 +0400 reproducing C++ version of resize area fast commit 9b09f09b9affe8934d8c1b04eb32ac3a0fbf0b20 Merge: 64cf113 5a40715 Author: Vadim Pisarevsky Date: Fri Dec 14 12:26:18 2012 +0400 Merge pull request #222 from taka-no-me:perf_verify_sanity commit 13c44dd3189d36eb83c8734cba876164073935fb Author: Suenghoon Park Date: Fri Dec 14 03:25:46 2012 -0500 finished ocl::HoughCircles commit 3f417f1ec36bfb021bf1c6bc89a4450f08a3087c Author: Vsevolod Glumov Date: Fri Dec 14 10:49:51 2012 +0400 Fixes for issues #2570, #2492, #2559, #2489, #2592. commit caf91ac159821dc44e9f781d9609fe46fd53b24e Author: Vladislav Vinogradov Date: Thu Dec 13 17:18:25 2012 +0400 new gpu::HoughLinesP implementation commit 8c057af862785ccb898a0916a30cc5bd00e8622e Author: Vladislav Vinogradov Date: Thu Dec 13 15:40:05 2012 +0400 fixed windows build commit da93a1dab9b84a2dc00489c8c97c5697b9b482a1 Author: Vladislav Vinogradov Date: Thu Dec 13 13:49:32 2012 +0400 fixed build for CARMA platform commit 889674ef43fb8d2a35883ae31895b34a58089007 Author: Vladislav Vinogradov Date: Thu Dec 13 13:48:24 2012 +0400 disabled video decoding under linux commit 0656f13107688974ca0283d5370e8595b234dd14 Author: Suenghoon Park Date: Thu Dec 13 02:43:13 2012 -0500 removed useless comments in buildPointList_gpu() commit 3a04cfedab1ac5a085e788b0745d64104ffd392c Author: Suenghoon Park Date: Thu Dec 13 02:35:31 2012 -0500 added HoughCircles in ocl.hpp commit ad86b80375b43d6dcc420a187966d48cd2e6ed1e Author: Suenghoon Park Date: Thu Dec 13 02:33:21 2012 -0500 finished buildPointList commit 5a407153bdbb87827f696c281bc7662fd33c236b Author: Andrey Kamaev Date: Wed Dec 12 19:48:22 2012 +0400 Fix sanity checks in stitching test commit 817a4c0c300d1201ad5ac9082c75587ccb0ee4f3 Merge: 932204d 64cf113 Author: Andrey Kamaev Date: Wed Dec 12 19:47:12 2012 +0400 Merge branch 2.4 into perf_verify_sanity commit 932204d197d2fb60651536bbadbd17980fd15d79 Author: Andrey Kamaev Date: Wed Dec 12 19:46:33 2012 +0400 Added thresholds to some sanity checks commit e1afb1409f2fa5bb99c7f6a74c324fa28bff33eb Author: Andrey Kamaev Date: Tue Dec 11 17:16:27 2012 +0400 Add --perf_verify_sanity option to performance tests This option provides an easy way to identify tests having no regression data for sanity checks commit 64cf113d23045e1f2a63cb1ce5345e82f1128113 Merge: 770a466 f29c727 Author: Andrey Kamaev Date: Wed Dec 12 18:47:13 2012 +0400 Merge pull request #215 from asmorkalov:manager_depricated_packages commit 770a466dd20ad1cd9159373c4e921c56ec802434 Merge: b876308 6e244c8 Author: Andrey Kamaev Date: Wed Dec 12 18:38:48 2012 +0400 Merge pull request #223 from taka-no-me:perf_tests commit b876308d77921d535a4564f9de32ff71be755cde Merge: 5cc0abf d550f95 Author: Andrey Kamaev Date: Wed Dec 12 18:38:16 2012 +0400 Merge pull request #200 from asmorkalov:t5_fix commit 464826c232210e9e71d48d8549703b0ec7bd2db1 Merge: eaeae4a 2d45af7 Author: cuda-geek Date: Wed Dec 12 15:39:20 2012 +0400 Merge pull request #181 from cuda-geek:nms commit eaeae4a1ba63beaff7049b1a6c9cf068fa3a204b Merge: 67ce03d 615e7b2 Author: Vadim Pisarevsky Date: Wed Dec 12 13:54:58 2012 +0400 Merge pull request #184 from ilya-lavrenov:Demosaicing commit 5cc0abffa55d300ddbba7a952941d8ceb3594905 Merge: 60ad505 e546800 Author: Vadim Pisarevsky Date: Wed Dec 12 13:39:25 2012 +0400 Merge pull request #221 from asmorkalov:doc_install_fix commit 5ddf4e4ed7df6a3194b1cd30901461d9cd1b7d5b Author: marina.kolpakova Date: Wed Dec 12 09:37:21 2012 +0400 change expected values for soft cascade test according to changes in implementation commit 2d45af790e6c1fd1a78c708436e6e3afdde338a0 Author: marina.kolpakova Date: Wed Dec 12 04:59:48 2012 +0400 fix according to pull requests comments commit 88c71d1b7dff788847a4973ef8c185d3021c99aa Author: marina.kolpakova Date: Sat Nov 24 01:58:44 2012 +0400 add NMS according to Dollar's paper. commit 9785a8ae34f9a4f1de6f0792762ae5ec1d03dac2 Author: marina.kolpakova Date: Wed Dec 12 04:22:01 2012 +0400 fix docs for SCascade commit c470e15d4598cbb5927e836082f739e8903fedb4 Author: marina.kolpakova Date: Wed Dec 12 03:43:20 2012 +0400 integrate speprocessing strategy commit 6e244c83cd92883e39de65d1aa852740c40910cf Author: Andrey Kamaev Date: Wed Dec 12 01:00:47 2012 +0400 Corrected sanity checks in several perf tests Also fixed a typo in performance testing framework and removed hardcoded temporary file name from highgui perf test commit d23a4f50bd317b105dd80b1c6bd2fd599c80ab9e Author: marina.kolpakova Date: Wed Nov 28 21:32:35 2012 +0400 add resize commit 8ef19e766417c4add043de681728506e0a881335 Author: marina.kolpakova Date: Wed Nov 28 19:47:51 2012 +0400 hack luv commit 0e1005ca92c2e5a979f4b9e92f8649ec8d02fd10 Author: marina.kolpakova Date: Wed Nov 28 15:40:00 2012 +0400 optimize hog bin computing commit ee291a15da3614cf8e76a18378de0eb9c4e69a4b Author: marina.kolpakova Date: Wed Nov 28 00:16:23 2012 +0400 add preprocessing only function commit e5468008aa7e9272cef3173131b0eedef5ddd021 Author: Alexander Smorkalov Date: Sat Dec 8 17:07:55 2012 +0400 Installation of documents fixed. commit d1ca9341151fe63e052809bef6f6552df1c3d1c5 Author: Ilya Lavrenov Date: Tue Dec 11 15:14:50 2012 +0400 sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4) commit 87e0eee92b98a16980c66414cf0b2536b0da21fc Author: Vladislav Vinogradov Date: Tue Dec 11 14:38:08 2012 +0400 fixed remap and warp gpu tests commit f29c727ada82ba981e885776a59c4b2f9a70cf8f Author: Alexander Smorkalov Date: Thu Dec 6 13:06:55 2012 +0400 Tag "safe to remove" added to unused packages; OpenCV Manager version++. commit 746bc168e688bc4b357cfb2b9236b98833062ce2 Author: Vladislav Vinogradov Date: Tue Dec 11 11:05:06 2012 +0400 fixed gpu warpAffine and warpPerspective with NPP commit a6c3ed5b36d70808409473ed42be12568f4ed0ee Merge: 50946b5 67ce03d Author: marina.kolpakova Date: Tue Dec 11 01:12:14 2012 +0400 Merge branch master into cuda-dev commit 67ce03d7dd7d2efd53c57fc6fb4c12b4509fe2dc Merge: 49e038c 60ad505 Author: Andrey Kamaev Date: Mon Dec 10 23:51:14 2012 +0400 Merge branch 2.4 commit 60ad505a63032df8816d981adfd332669476aec8 Merge: 2bf5696 1821d21 Author: Andrey Kamaev Date: Mon Dec 10 11:48:28 2012 -0800 Merge pull request #212 from taka-no-me/fix_2602 Prevent imread from illegal memory access (Bug #2602) commit 49e038c724a2eea32ba3754e00a3a5a7f9a740fb Merge: 940cf97 be80ad1 Author: Andrey Kamaev Date: Mon Dec 10 08:07:48 2012 -0800 Merge pull request #203 from asmorkalov/android_cam_stub Native camera warper libraries build improvements commit 2bf56961c01c475f91c8401fd701cc7929f478ec Merge: f7dc98f 257d8df Author: Andrey Kamaev Date: Mon Dec 10 08:07:39 2012 -0800 Merge pull request #204 from asmorkalov/manager_internal_lib Feature #2565 implementation commit f7dc98f67b8f91da91a017d586e607c65f1735cd Merge: 9c6eed0 b0d3830 Author: Andrey Kamaev Date: Mon Dec 10 08:07:30 2012 -0800 Merge pull request #205 from taka-no-me/gtest_r629 Update googletest to the latest upstream commit 9c6eed0ba3710482cbf909a4bb7b347635b033f7 Merge: 7660fe0 d2ed8e5 Author: Andrey Kamaev Date: Mon Dec 10 08:07:19 2012 -0800 Merge pull request #206 from asmorkalov/manager_version_fix Bug #2595 in OpenCV Manager fixed. commit 940cf978b1cd0a467bce9294d731f5cd008f861e Merge: 722dedb 8ca86e2 Author: Andrey Kamaev Date: Mon Dec 10 08:07:00 2012 -0800 Merge pull request #213 from qwaker00/patch-1 Update modules/ml/doc/gradient_boosted_trees.rst commit 7660fe03a61abf069807d78c12a30761b2fc94e1 Merge: e21884f 709a1cc Author: Andrey Kamaev Date: Mon Dec 10 08:06:50 2012 -0800 Merge pull request #214 from jmunk1/bugfix-2610 Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not findin... commit e21884f4c4ba7deece7bbb854bd70e8c8437a58f Merge: 7852b68 cdbbfc9 Author: Andrey Kamaev Date: Mon Dec 10 08:06:15 2012 -0800 Merge pull request #219 from kirill-kornyakov/hack-hough-lines-sanity-test-on-win32 Ugly hack to make HoughLines sanity check pass on Windows commit cdbbfc98e13855be102fd8a400b9b1246d7ddfbe Author: Kirill Kornyakov Date: Mon Dec 10 18:16:15 2012 +0400 Ugly hack to make HoughLines sanity check pass on Wun32 commit 50946b59c14a81b52a6530d421a88dc6b1307e8c Author: Anatoly Baksheev Date: Mon Dec 10 17:36:02 2012 +0400 minor device namespace refactor commit 63debf5032df775a52136be92c12e6ef0f5d11a4 Author: Jason Newton Date: Mon Dec 10 02:21:45 2012 -0800 connectedcomponents test case commit 615e7b2747c18d83aab1c2b4b4e412911f0ed917 Author: Ilya Lavrenov Date: Mon Dec 10 13:29:08 2012 +0400 added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U commit 53f1e7353503d29683206b5a09a490345c6519b1 Author: Vladislav Vinogradov Date: Mon Dec 10 12:58:33 2012 +0400 fixed Video_calcOpticalFlowDual_TVL1 test (Bug #2597) uses RMSE instead of bitwise equivalence commit 5fe9bb717d93b789d27382948af166287be5b614 Author: Vladislav Vinogradov Date: Mon Dec 10 11:05:51 2012 +0400 fixed build under linux with OpenGL commit d094e4bdbe04340f80b95c8e1f281576fdcb4a1f Author: Jason Newton Date: Sat Dec 8 22:06:15 2012 -0800 drop support for 8bit output for size cost relative to utility commit e70b3ef598870739db85cfad4a420c89a6097968 Author: Jason Newton Date: Thu Nov 29 02:21:06 2012 -0800 use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays commit 6a4d881a78f88f6f068d9fd179f054611add2ad7 Author: Jason Newton Date: Sat Dec 8 21:57:49 2012 -0800 use vector instead of non-standard stack allocation. also correct program argument borkage commit 18e77d606ccf7a858f1cecbd20979104c7e54268 Author: Andrey Kamaev Date: Sat Dec 8 18:18:11 2012 +0400 Drop functions working with multibyte characters commit 7c6191ec117ad613b1e60ade63e2de6291a60d27 Author: Andrey Kamaev Date: Sat Dec 8 15:43:23 2012 +0400 Refactored run.py script and temporary file generation logic * use OPENCV_TEMP_PATH environment variable on all platforms * fix cleanup after OpenCV tests on Windows * add --list flag to output names of all tests found * do not override user-passed --perf_min_samples and --perf_force_samples options by --check flag * fix complier checks inside run.py commit 79c3a8e03b27af87f4816e0024fa41aad3099bba Author: marina.kolpakova Date: Fri Dec 7 16:56:17 2012 +0400 fix build under win. commit d550f953479d1ffb237526cbbb8c503a48a4c3b7 Author: Alexander Smorkalov Date: Fri Dec 7 14:46:53 2012 +0400 Date and time added to saved file name. commit 4102aaaf157027e3afd34721a47ed9117cfd2563 Author: Vladislav Vinogradov Date: Fri Dec 7 14:16:18 2012 +0400 fixed compilation of color.cu under windows x86 it was some bug in nvcc (it fails on this file) commit c6263eb25332170ad43d550cffbb0648c0db1d0f Author: Vladislav Vinogradov Date: Fri Dec 7 14:03:23 2012 +0400 fixed build with CUDA and witout OpenGL commit 709a1cc08378931889867191cb31b7a9c9522ad4 Author: Justin Muncaster Date: Thu Dec 6 13:17:25 2012 -0800 Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not finding OpenCL on windows. commit 8ca86e2f52a3802f58ffee581756b3e324634a05 Author: Eugene Gritskevich Date: Thu Dec 6 21:44:55 2012 +0300 Update modules/ml/doc/gradient_boosted_trees.rst commit 1821d21f5b9b922fb95f348ffde0a4f5916f1bb9 Author: Andrey Kamaev Date: Thu Dec 6 19:42:17 2012 +0400 Prevent imread from illegal memory access (Bug #2602) The change is based on pull request #211. commit 0d880479f076e053ca3d359bf8dcce1c56a777dc Author: Vladislav Vinogradov Date: Thu Dec 6 16:00:47 2012 +0400 updated nv perf test script (added opticalFlowBM and HoughLinesP) commit aad76090ce96967f07cb87f8b7152b23190496d8 Author: Vladislav Vinogradov Date: Thu Dec 6 15:14:20 2012 +0400 gpu::HoughLinesP commit a6dc6f72b38c067dbbe2ac9c40f9fbd62e8b085c Author: Vladislav Vinogradov Date: Thu Dec 6 15:11:13 2012 +0400 gpu::calcOpticalFlowBM commit 257d8df1d49c7d078ce7f1ed368a3d5d6c33685a Author: Alexander Smorkalov Date: Thu Dec 6 14:11:30 2012 +0400 Bug with skiped packages fixed. commit d2ed8e5f30545317134238de7dc304592dcba642 Author: Alexander Smorkalov Date: Wed Dec 5 13:04:45 2012 +0400 Bug #2595 in OpenCV Manager fixed. OpenCV Manager 2.x marks old 2.4.2 binary package for Tegra as "in use". The latest version of OpenCV library compatible with platform is used now. commit afa5809473acba14538315aa9176dc68d735b28a Author: Vladislav Vinogradov Date: Wed Dec 5 17:21:08 2012 +0400 added additional performance tests commit e17710c478b4ed67544a9ae5ffea5c5e6aa5967d Author: Vladislav Vinogradov Date: Wed Dec 5 14:20:48 2012 +0400 removed type check in gpu::FarnebackOpticalFlow now it supports all depths commit 0930ac497faa520b892e0382c0145b164ecd7e5c Author: Vladislav Vinogradov Date: Wed Dec 5 14:20:18 2012 +0400 removed type check in gpu::PyrLKOpticalFlow not it support all depths commit d94f08f0e780bafb7f31b4e77fedf2588d820f35 Author: Vladislav Vinogradov Date: Wed Dec 5 14:19:36 2012 +0400 added more types support for gpu separable filters commit b689eca8a0a0bf45edb30d240a06e15389d2c245 Author: Vladislav Vinogradov Date: Wed Dec 5 14:18:57 2012 +0400 fixed OpenGL tests now create window only once per test case commit 4ebcf2b224f318057ca3b4218a31c1c5ba540816 Author: Alexander Smorkalov Date: Tue Dec 4 18:04:11 2012 +0400 GetPublicName function removed for OpenCV LibraryInfo class; Some OpenCV Manager UI behavior updates; CMake build fix. commit 722dedb04dafe8b1e2105ddaf92c9c1174b78fc3 Merge: e10ee89 ae5649d Author: cuda-geek Date: Wed Dec 5 12:22:37 2012 +0400 Merge pull request #201 from taka-no-me:drop_unsupported_highgui commit aabc33c7724fa7ebc0546012efa4fafc8fc1278d Author: Vladislav Vinogradov Date: Wed Dec 5 10:36:54 2012 +0400 temporarily disabled reduceKeyVal implementation for kepler used fermi implementation commit b0d3830399e72113db7cc319d90db363523a5d79 Author: Andrey Kamaev Date: Wed Dec 5 02:52:30 2012 +0400 Update gtest to upstream r629 commit 7852b68c20d834cfbbc79cca09d1e1204b2064fc Merge: f6ca38a 6e0db3f Author: Vadim Pisarevsky Date: Tue Dec 4 21:02:10 2012 +0400 Merge pull request #197 from asmorkalov:ffmpeg_status_message_fix commit 0f64f847b25df1cdd66fd8dda36dd42c56d30469 Author: Alexander Smorkalov Date: Tue Dec 4 16:34:53 2012 +0400 Info library loading implemeneted. commit 9823b7cd0846ac8442ac231dc0753bcfc0e354ff Author: Alexander Smorkalov Date: Tue Dec 4 15:37:27 2012 +0400 Internal version of OpenCV inside OpenCV Manager added to the list of installed packages. commit a0c504aabc8236807013e13087c34bcba733e434 Author: Alexander Smorkalov Date: Tue Dec 4 14:23:25 2012 +0400 Initial stub for OpenCVLibraryInfo class added. commit e311613fc8985e036e0a3a0287575684e0db96ce Author: Vladislav Vinogradov Date: Tue Dec 4 10:37:13 2012 +0400 fixed warnings "double not supported" commit 7ab9c4ccee4a068dbd6c1fe7489152bd5ae7e17b Author: Vladislav Vinogradov Date: Tue Dec 4 10:36:46 2012 +0400 fixed compilation on 1.1 CC commit 6e0db3f52760b17614dc308872ed44b244d53de1 Author: Alexander Smorkalov Date: Thu Nov 29 15:44:24 2012 +0400 Feature #1322 "If dll cannot be loaded a warning should be generated" implemented. commit 06776b612c16c4a6dd247a57de274116da38fbb5 Author: Vladislav Vinogradov Date: Mon Dec 3 13:27:20 2012 +0400 fixed warnings commit be80ad160793fb87c97fe35eb29ee56f530adc5a Author: Alexander Smorkalov Date: Fri Nov 30 13:09:02 2012 +0400 Native camera warper libraries build improved Environment variables support added to Android tree path; Default config updated to use env variable. commit 05d842bcd81ac5bb213ee34821c7df232dff55da Author: Vladislav Vinogradov Date: Mon Dec 3 13:11:06 2012 +0400 a bit more opengl refactoring: * added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods * fixed indentation in gl_core_3_1 * minor improvments for opengl sample commit 07744ccf3d2711c10ce448d9757f587b9abc56f0 Author: Ilya Lavrenov Date: Mon Dec 3 12:30:19 2012 +0400 removed imshow call commit ae5649d3f7db22096c17f32819cc72ea4034e178 Author: Andrey Kamaev Date: Mon Dec 3 09:39:18 2012 +0400 Drop unsupported imageio from grfmt commit 00fbf5890272c03e09671136ffa09bb409589260 Author: Andrey Kamaev Date: Mon Dec 3 09:54:22 2012 +0400 Revert incompletely applied patch from #2192 This reverts commit 2e7656dbdfaccca8bb3245fc70ed6069f8e9f53f. commit 476efd7d37b341dfdfe91c1f74b5edd0f62bcd5d Author: Andrey Kamaev Date: Mon Dec 3 09:28:01 2012 +0400 Drop unsupported yzx and mil camera backends commit e10ee89ec4233daadd688d24acdc1241f3a419a6 Merge: 50bebd6 f6ca38a Author: Andrey Kamaev Date: Fri Nov 30 19:52:59 2012 +0400 Merge branch 2.4 commit 22484872fa7b875b7ba98760d5256bbe46557369 Author: Alexander Smorkalov Date: Fri Nov 30 18:41:46 2012 +0400 Sample Tutorial-5 improved Aditional toasts added; Exception handling improved; Bitmap recycling added. commit 08fbf667f949ee2ed1a23d9715a4718853cfe275 Author: Vladislav Vinogradov Date: Fri Nov 30 17:35:28 2012 +0400 refactored opengl functionality * removed OpenGLFuncTab, now extensions are loaded internally * renamed GlTexture -> GlTexture2D * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback commit f6ca38a579cb39acb6db7be8588ef58b9233e3ab Author: Andrey Kamaev Date: Fri Nov 30 17:09:30 2012 +0400 Adjust Android Manager version from 2.2 to 2.3 commit f12d945712d116dbcc5e69cf0295eeb88c7a5aba Author: Andrey Kamaev Date: Fri Nov 30 14:56:00 2012 +0400 Remove compiled pdf files from source control The documentation is available online at http://opencv.org/documentation.html commit 49c35fafc0936899910e524670e1466b406a5999 Author: Andrey Kamaev Date: Fri Nov 30 14:33:28 2012 +0400 Adjust OpenCV version to 2.4.3.1 commit c09a325d3e317b53de7f4ec5b80426f940b71a9e Author: Ilya Lavrenov Date: Fri Nov 30 13:26:40 2012 +0400 fixed error connected with incorrect range commit 60a98aa5f7471c32439342fd2208ae290eb8324b Merge: 677443f ea83d38 Author: Andrey Kamaev Date: Fri Nov 30 01:20:07 2012 -0800 Merge pull request #199 from apavlenko/remove_android_tutorial0 removing Android tutorial 0 commit 677443f3effc22f51685b79f5a9c28feaaec1380 Merge: bbfccb6 d36f8b9 Author: Andrey Kamaev Date: Fri Nov 30 12:53:26 2012 +0400 Merge pull request #191 from asmorkalov:custom_cam_init commit ea83d384c1eb9db2c3414e5b04d981075d0c3a24 Author: Andrey Pavlenko Date: Fri Nov 30 12:32:16 2012 +0400 removing Android tutorial 0 since it has become irrelevant after moving to the new application framework commit 98031a4147930ec8df5729b9d686fbcaedc4bf5c Author: Ilya Lavrenov Date: Fri Nov 30 12:31:33 2012 +0400 removed const modificators commit bbfccb61f39f2151fd4891d998df1a12123726c6 Merge: 64bed20 f6ff2b8 Author: Andrey Kamaev Date: Thu Nov 29 20:29:22 2012 +0400 Merge pull request #198 from asmorkalov:disable_warp_tests commit 2eebd8d939f27e96829c0e8d229a74072ed8ad59 Author: Vladislav Vinogradov Date: Thu Nov 29 18:40:27 2012 +0400 fixed build under windows commit d36f8b9eb3709431f733b144e86350d51fef5679 Author: Alexander Smorkalov Date: Thu Nov 29 12:51:49 2012 +0400 Code review comments applied Sample renamed to CameraControl; Picture taking added to show camera preview restart. commit f6ff2b87facdd233312f0b6e23b422619b461db2 Author: Alexander Smorkalov Date: Thu Nov 29 17:27:44 2012 +0400 Some perf tests on warping and resize disabled on Android MatInfo_Size_Size.resizeDownLinear MatInfo_Size_Size.resizeUpLinear TestWarpPerspectiveNear_t.WarpPerspectiveNear TestWarpPerspective.WarpPerspective commit 64bed2060a1eeb599bdbca792000eb6f294f7b76 Merge: 7e8fab0 bb3d14e Author: Andrey Kamaev Date: Thu Nov 29 01:27:34 2012 -0800 Merge pull request #194 from asmorkalov/v4l_fix Patch #2323 applied commit 7e8fab0747587f69b040e206e3da0a9a0918b1dd Merge: c646bd4 b57e801 Author: Andrey Kamaev Date: Thu Nov 29 01:27:27 2012 -0800 Merge pull request #195 from vpisarev/inv3x3_fix now invert 3x3 on "bad" matrices works well on Windows commit c646bd4b7ac1b29c8ce3825a946120f385a3d19d Merge: 5047b3f 362655b Author: Andrey Kamaev Date: Thu Nov 29 01:27:14 2012 -0800 Merge pull request #196 from jet47/gpu-bug-2581 fixed Bug #2581 commit 362655b02a028bb1780bf791f02ae4e523d0054c Author: Vladislav Vinogradov Date: Thu Nov 29 11:17:04 2012 +0400 fixed Bug #2581 GoodFeaturesToTrackDetector_GPU fails when no corners found commit b57e801c0409f0f13cec8d2c4a30ee60f4c0f64c Author: Vadim Pisarevsky Date: Wed Nov 28 23:05:51 2012 +0400 now invert 3x3 on "bad" matrices works well on Windows commit bb3d14e1a0be6b8f794b175ac32e7a02411770da Author: Alexander Smorkalov Date: Wed Nov 28 21:53:39 2012 +0400 Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied. commit 5047b3fba2ba7bc357546eeb613c730ae87c1fc5 Merge: e1a4d22 4e21f42 Author: Andrey Kamaev Date: Wed Nov 28 07:18:11 2012 -0800 Merge pull request #193 from AnnaKogan8/perf-tests-increase-time-limits Increased time limits for perf tests commit e1a4d22da6f0dc5bb0afe37427c49a7e04782a41 Merge: 157cdeb cbe22fb Author: Andrey Kamaev Date: Wed Nov 28 07:17:49 2012 -0800 Merge pull request #192 from taka-no-me/ndk_selection_fix Android: always sort list of NDK toolchains commit 4e21f4271460508c070af1ff6b27d4de62664af5 Author: Anna Kogan Date: Wed Nov 28 17:36:19 2012 +0400 increased time-limits commit 8877066846592a2bb32f4ac14c778fcad0e380f9 Author: Anna Kogan Date: Wed Nov 28 14:13:24 2012 +0400 increased time-limits commit 157cdeb44392e1f3fcd4982c6a2f78d4c2acf127 Merge: ae149ad 8daebea Author: Andrey Kamaev Date: Wed Nov 28 12:44:05 2012 +0400 Merge pull request #175 from taka-no-me:run_py commit 50bebd6f0b9c5ceeb1a1d530b6442d476c820ea8 Merge: 61a40dd 3923484 Author: Andrey Kamaev Date: Wed Nov 28 11:31:01 2012 +0400 Merge pull request #166 from askforeric:pvapi_updates commit 3923484341ec8366520879cea7296ffe8e87398c Author: askforeric Date: Tue Nov 13 16:10:22 2012 -0500 Refactored the PvAPI capture class to better facilitate dynamic property changes - Added Gain control - Changed default acquisition mode to grayscale - Fixed a signed/unsigned compare issue - Implemented frame resizing - Implemented automatic buffer resizing on frame resize - Corrected camera initialization so that it attempts to put the camera in Mono8 but does not fail if this doesn't succeed. commit 2e0161c6c5f4f352e879575adba8dced77b75ec2 Author: marina.kolpakova Date: Wed Nov 28 10:50:33 2012 +0400 create objects mat if empty commit d985861462565c3aa4ee044d22b36c9fdd74e260 Author: marina.kolpakova Date: Wed Nov 28 03:50:49 2012 +0400 remove unused std imports commit 1d97a4549da3a601c3b67b8b63e84c4ebfb9d36f Author: marina.kolpakova Date: Wed Nov 28 03:48:54 2012 +0400 fixed compilation for GCC 4.6 commit ae149adb294f81679468f55e98471dd74b0f44a4 Merge: 03f4028 383e04d Author: Andrey Kamaev Date: Tue Nov 27 23:41:30 2012 +0400 Merge pull request #190 from asmorkalov:ninja_fix commit 0b2c1dc871d0a9f1fd439d949780edf749de33cd Author: Vladislav Vinogradov Date: Tue Nov 27 18:43:17 2012 +0400 fixed build without CUDA commit cbe22fb5d12ae8014a5cc24c62144e55af12ca9e Author: Andrey Kamaev Date: Tue Nov 27 18:14:59 2012 +0400 Android: always sort list of NDK toolchains Order returned by CMake is unreliable but we need clang to go after gcc for automatic toolchain selection. commit 86f7a357aee2ee9e6da074e1b83ff087fd6cd12c Author: Alexander Smorkalov Date: Tue Nov 27 14:29:56 2012 +0400 Tutorial-5 functionality implemented. commit 24c920a33a25dcc65c7e174e181c73776bee57e3 Author: Alexander Smorkalov Date: Tue Nov 27 12:47:16 2012 +0400 Base for new sample added. commit 03f402892dd444ee6d61a13969793abac6332f63 Merge: 930b580 2e5a728 Author: Andrey Kamaev Date: Tue Nov 27 17:50:39 2012 +0400 Merge pull request #188 from asmorkalov:app_framework commit 930b580e0dca2369cc19fb5ff17c9e622c4af46a Merge: 214629b 0711e65 Author: Andrey Kamaev Date: Tue Nov 27 17:48:54 2012 +0400 Merge pull request #189 from wswld:2.4 commit 383e04d9e4005447f7d7cab525d4345d2864c563 Author: Alexander Smorkalov Date: Tue Nov 27 17:30:05 2012 +0400 OpenCV Manager build via ninja (Bug #2575) fixed. commit d2591704e8bd1300b64aa052380c5e2342b84dc8 Merge: 22b0ea1 2eca75c Author: Vladislav Vinogradov Date: Tue Nov 27 16:34:45 2012 +0400 Merge branch 'kepler-optimization' into cuda-dev commit b8b13ccd5cc121af52cfb1f3666ea13002bbe2f8 Author: Ilya Lavrenov Date: Tue Nov 27 15:27:58 2012 +0400 parallel version of Bayer2Gray commit 0711e65972b399cf0ee7f77f1ddb9ce4395ab2c1 Author: Vsevolod Glumov Date: Sat Nov 24 13:29:10 2012 +0400 Added a note to the android_dev_intro.rst. commit 2e5a7284d24fcc2eaf992f5d2410de32c8d6e3ce Author: Alexander Smorkalov Date: Tue Nov 27 14:55:49 2012 +0400 Code review comments applied. commit 00bdca76846cffea00febfb533f77ccb96d18592 Author: Jason Newton Date: Tue Nov 27 02:25:52 2012 -0800 A few changes to comply with upstream requirements for merge. -Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert to Input/OutputArrays in the process. -Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in language bindings at the expense of using doubles for everything and slowing statistics computation down.. commit ce5e9a71b51b3ab5626de1301a3158fdb37cc6b3 Author: Ilya Lavrenov Date: Tue Nov 27 13:54:11 2012 +0400 fixed some warnings on Windows and added debug messages commit e95fc27490b9c51d87e208035154668ce7e76787 Author: Alexander Smorkalov Date: Tue Nov 27 11:57:01 2012 +0400 Samples updated In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml; In tutorial-2 message moved ion the bottom of the screen. commit 0efc32fc21bb53eb787f1e9f3123376361a3ac0b Author: Alexander Smorkalov Date: Tue Nov 27 10:31:19 2012 +0400 Attribure loading from layout improved. OpenCV namespace added; Default values for camera_id added; Aditional constructor with cameraId added. Resolution added to FPS message. commit 8266eab8b43f4965829c8c8b4567f4bfc8d188b1 Author: Alexander Smorkalov Date: Thu Nov 22 15:56:55 2012 +0400 OpenCV app framework improved FPS meter added; Camera switching posibility added; Attributes loading for layout filed implemented. commit 4116cbe2c0bb1de073626f01660f197a90b3ecec Merge: 3fa6306 61a40dd Author: Ilya Lavrenov Date: Tue Nov 27 12:46:49 2012 +0400 Merge remote-tracking branch 'upstream/master' into Demosaicing commit 2eca75ccdd04f66e5be10acab20e62fbc4b90f84 Author: Vladislav Vinogradov Date: Tue Nov 27 11:08:53 2012 +0400 added common TransformFunctorTraits for element operations commit 22b0ea1cf0f620bc51aab9278252aeb9420350df Author: marina.kolpakova Date: Mon Oct 15 20:07:24 2012 +0400 sort for Hough sanity checks commit 554a7cb33a8a487657e8ed7f980a20ddc2de1d4b Author: marina.kolpakova Date: Fri Oct 12 16:00:13 2012 +0400 add epsilon in sanity checks commit 61a40ddff8ef2cd2880de6cfdd69403dd3e3e52b Merge: 5c2d590 70c409f Author: Andrey Kamaev Date: Mon Nov 26 22:34:42 2012 +0400 Merge pull request #186 from vpisarev:doc_fixes_master commit 214629b22064d6c93816721a8ef77a62882166a8 Merge: dc3aa27 db96535 Author: Andrey Kamaev Date: Mon Nov 26 22:33:01 2012 +0400 Merge pull request #187 from vpisarev:doc_fixes_2.4 commit dc3aa27be43656006e3162bcdf5db0be73bec0f0 Merge: 8286e1a c36dcbc Author: Andrey Kamaev Date: Mon Nov 26 22:32:38 2012 +0400 Merge pull request #183 from apavlenko:perf/android_filters_accuracy commit 8286e1a5f7fc0c7f2f3625e4e3a5ed1987858e7d Merge: 39da17a b19f672 Author: Andrey Kamaev Date: Mon Nov 26 22:32:22 2012 +0400 Merge pull request #185 from apavlenko:bug2569/simplify_samples_jni_code commit c36dcbcada41e847fafe1e70cfd4d829f8dd6888 Author: Andrey Pavlenko Date: Mon Nov 26 16:09:24 2012 +0400 Increase accuracy interval for image filters on Android and other platforms when sensible commit 70c409f0e81beb2924fee0e1e819baf1da0258ec Author: Vadim Pisarevsky Date: Mon Nov 26 20:40:45 2012 +0400 fixed building PDFs in master commit 3fa630639f86047912b923b0faf162a537479c0c Author: Ilya Lavrenov Date: Mon Nov 26 19:45:56 2012 +0400 fixed bayer2bgra in case when size.width <= 2 commit 209f16455d3b657c59ae2b8c16aeb903014518d0 Merge: 1712d09 05cd88a Author: marina.kolpakova Date: Mon Nov 26 18:57:47 2012 +0400 Merge cuda-geek/soft-cascade-gpu into cuda-dev commit 1712d0930c1bda04df84f81563f196e8fd138ac5 Merge: afff9cf 5c2d590 Author: marina.kolpakova Date: Mon Nov 26 18:54:29 2012 +0400 Merge origin/master into cuda-dev commit 05cd88ae4233824a31072e1ed692ba80604ff51f Author: marina.kolpakova Date: Mon Nov 26 18:50:08 2012 +0400 clean code; fix problems in documentation commit db965353f40ffebbf4d012f722ffd76206c14c2e Author: Vadim Pisarevsky Date: Mon Nov 26 18:48:23 2012 +0400 fixed a few compile errors/warnings in 2.4 branch of the docs commit 39da17a02abace965a416d1c4728f207e2dfa738 Merge: 23011ff a22edb0 Author: marina.kolpakova Date: Mon Nov 26 18:10:21 2012 +0400 Merge pull requst #177 from cuda-geek/another-one-integral-fix commit a22edb037f211291f3c7bfc0ecc9bea3322960e2 Author: marina.kolpakova Date: Mon Nov 26 17:57:56 2012 +0400 fixed typo commit bd3179bda8035f3f349678aad2d1ae0510c52870 Author: marina.kolpakova Date: Mon Nov 26 17:53:25 2012 +0400 fix CUDA support for streams for NMS; refactor tests commit b19f6728431e660f1c01386e7c04c9da67201eba Author: Andrey Pavlenko Date: Mon Nov 26 12:13:33 2012 +0400 (#2569) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments commit 60c0e41ba5a74ed87170c992a043bac9ddaaca2d Author: marina.kolpakova Date: Mon Nov 26 17:22:47 2012 +0400 integrate NMS (Dollar's criteria) commit 5225672dc0b55aae3a023c5efc365bd13f1a7ef5 Author: Ilya Lavrenov Date: Mon Nov 26 16:17:43 2012 +0400 added edge-aware demosaicing and bayer to bgra conversion commit f022b12c579a9deca9b7c6abdf76dc282dd235b2 Author: Vladislav Vinogradov Date: Mon Nov 26 15:36:15 2012 +0400 saturate_cast via asm cvt command commit d2e88e1d4d0e7cf803187e97588a0a4a4338444f Author: marina.kolpakova Date: Mon Nov 26 15:26:11 2012 +0400 nms: part 1 commit 63a022dcd74e4d9058c12693dbe2e2f47dd8481f Author: Vladislav Vinogradov Date: Mon Nov 26 13:12:50 2012 +0400 added explicit unroll to reduce implementation commit 11c6eb63051d9160865436db3cdf69987bc5fe06 Author: Vladislav Vinogradov Date: Wed Nov 21 12:46:11 2012 +0400 element operations commit f00efcfc593b361f875b1b85c2684850cd192974 Author: Vladislav Vinogradov Date: Fri Nov 23 18:36:15 2012 +0400 added optimized deviceSupports function commit a71ef7d67b8d463bd6bbd476fe64b8938d0fe9a3 Author: Vladislav Vinogradov Date: Fri Nov 16 14:48:09 2012 +0400 convertTo commit 572d2d6a84540595d53e43831e7039e7ac07491d Author: Vladislav Vinogradov Date: Fri Nov 16 12:49:43 2012 +0400 warpScanInclusive commit 76e8794e81188a640bcc366527d6a2da1cffe072 Author: Vladislav Vinogradov Date: Thu Nov 15 12:00:38 2012 +0400 fixed warnings on old compute capabilities commit e6b1ccdcdfeb21c4f6ab0d522746f6ba8e6f5362 Author: Vladislav Vinogradov Date: Mon Nov 12 14:22:31 2012 +0400 removed old reduce implementation commit e8f9762ef373be508692d2d692d5c5a97ad533f9 Author: Vladislav Vinogradov Date: Mon Nov 12 13:34:25 2012 +0400 matrix reduction commit fbf3de43a27259959f5a6096fcc7f3bec34a5915 Author: Vladislav Vinogradov Date: Mon Nov 12 14:20:43 2012 +0400 SURF commit 19c87d1c9d75b348bb1027afe6fc29cf7457a3c0 Author: Vladislav Vinogradov Date: Mon Nov 12 14:17:48 2012 +0400 ORB commit 7f97fb481cbdd3b2a432332afecb6ae7ca421d8a Author: Vladislav Vinogradov Date: Mon Nov 12 14:14:48 2012 +0400 FastNonLocalMeans commit 1f1e24be3c475054f168bf2f776bd597e79d4ca4 Author: Vladislav Vinogradov Date: Mon Nov 12 14:12:27 2012 +0400 PyrLKOpticalFlow commit 1b571bde10183b8270e8b46ab0d296ae55a6d39e Author: Vladislav Vinogradov Date: Mon Nov 12 14:08:46 2012 +0400 StereoConstantSpaceBP commit 0e339dd13741a52e29cf65ee4e155e114218af4b Author: Vladislav Vinogradov Date: Mon Nov 12 13:19:48 2012 +0400 hog commit 0ddd16cf78229ceaaeaa5fb5a226a877cfc8feb8 Author: Vladislav Vinogradov Date: Mon Nov 12 13:16:47 2012 +0400 calcHist & equalizeHist commit 7e57648ea22761f9e5cce2d5bba5b7b2ff71b331 Author: Vladislav Vinogradov Date: Mon Nov 12 13:09:39 2012 +0400 FGDStatModel commit 28716d7f306cfc89d7e5507259e98a05bd9b7b8b Author: Vladislav Vinogradov Date: Mon Nov 12 13:02:17 2012 +0400 Canny commit e2995956670488282b4743bc2841279f6481a2ee Author: Vladislav Vinogradov Date: Mon Nov 12 12:50:00 2012 +0400 computeHypothesisScoresKernel commit 05db02fbc8af694c89c4740ecb067ce71eefd999 Author: Vladislav Vinogradov Date: Mon Nov 12 12:46:49 2012 +0400 BruteForceMatcher commit 7a1874b2ccf9bafd12a343baa2f133194439f659 Author: Vladislav Vinogradov Date: Mon Nov 12 10:55:32 2012 +0400 new reduce and reduceKeyVal implementation commit d47c112434064c90816af2cf993e1ede3b303a7a Author: Vladislav Vinogradov Date: Mon Nov 12 12:18:31 2012 +0400 fix abs_func and minimum/maximum functors commit 7df45c0dcc5ccbe0d15bab8a180c1d6ccd710efa Author: marina.kolpakova Date: Sun Nov 25 03:26:50 2012 +0400 remove unnecessary copying in SURF commit 91913364d6cb854455c1b362dcdb8cb5f6742044 Author: marina.kolpakova Date: Sun Nov 25 03:21:51 2012 +0400 reintegrate warp shuffle based integral commit 5460cee9e96bf7e64a09cf8fd9cd81fc05ecef04 Author: marina.kolpakova Date: Sun Nov 25 03:19:24 2012 +0400 fix cascade classifier GFF NMS for empty candidates vector commit 23011ffd81291ee0add15f1502c89b4a1d4c6495 Merge: 6eed90e 285d632 Author: Andrey Kamaev Date: Sat Nov 24 19:24:01 2012 +0400 Merge pull request #179 from cuda-geek:usr-bin-env-python commit 6eed90e5e8cd00b8f89ae01b3857ea5e58643998 Merge: 901c0d8 97e36b9 Author: Andrey Kamaev Date: Sat Nov 24 19:22:02 2012 +0400 Merge pull request #180 from mdim:fix_compile_error commit 901c0d80c3bde4b939fbe729e97ed7121a813dd8 Merge: f45b5b1 fceb623 Author: Andrey Kamaev Date: Sat Nov 24 19:20:53 2012 +0400 Merge pull request #178 from cuda-geek:fix-2504 commit 97e36b937548fa31656a5d06cdc62b0849b2ea41 Author: Maria Dimashova Date: Sat Nov 24 18:10:29 2012 +0400 fix a compile error in case of building without highgui commit 68d04d28b6d1bfec6466b737dd6bc9ac41425e81 Author: marina.kolpakova Date: Sat Nov 24 16:50:29 2012 +0400 replace offsets in surf to simple copy for better speed commit 8daebeac8a5f5d5c8d89a0816f0134b0e634e591 Author: Andrey Kamaev Date: Sat Nov 24 14:12:32 2012 +0400 run.py: add --check option for easy run of sanity checks commit 9db1d9ba13429d80e30c97ca3fecc6489f0ed7dc Author: Andrey Kamaev Date: Sat Nov 24 14:11:07 2012 +0400 run.py: improve handling of multiple Android devices * do not lose auto-selected device while running several tests * reduce output noise * list available devices if unable to auto-select device * fix error message when no devices connected commit be0c20b7582bbe89fdbd5b611d6d0ea657294e40 Author: marina.kolpakova Date: Sat Nov 24 01:55:03 2012 +0400 align grid by 4 commit fceb62386dacf6888c325015071edf74327b922d Author: marina.kolpakova Date: Fri Nov 23 23:11:44 2012 +0400 fix for 2504: WITH_CUDA disabled with OSX in 2.4.3. commit 285d6320beb3715ca4e97811e7f6e0d1c33d2c84 Author: marina.kolpakova Date: Fri Nov 23 22:57:22 2012 +0400 add #/usr/bin/env python to all python files commit f45b5b13f14f241768eb93965b896f8475b470f7 Merge: 081887e 3282e08 Author: Andrey Kamaev Date: Fri Nov 23 14:31:04 2012 +0400 Merge pull request #172 from asmorkalov:default_cam_lib_path commit 081887ee16c76ec6b748d726c5ec411fd25c2a71 Merge: 8579666 2c67731 Author: Andrey Kamaev Date: Fri Nov 23 14:30:48 2012 +0400 Merge pull request #174 from asmorkalov:full_sreen_fix commit 5c2d59066fac7aba1dfea88d58cd0baa7b4c6e71 Merge: 7f542e3 6ccd7ac Author: marina.kolpakova Date: Fri Nov 23 14:21:51 2012 +0400 Merge pull #173 request from cuda-geek/fix-sc-arm commit 2c67731a7be00ee80c14a2b75d4a0575dcccb05a Author: Alexander Smorkalov Date: Fri Nov 23 13:12:11 2012 +0400 Issue #2549 OpenCV Samples does not expand on full screen fixed. All samples use application style in android manifest instead of system calls in onCreate event now. commit d5aa679d3fdc1c778bcfc50d8340877c9bfa9def Author: Jason Newton Date: Thu Nov 22 21:26:52 2012 -0800 adjust output type to return int32... it should at least be unsigned but this breaks python bindings; remove non-8bit input type support, not worth the binary size commit 6ccd7aca4c85f9ab896a5437cb75afd000abd440 Author: marina.kolpakova Date: Thu Nov 22 13:25:46 2012 +0400 fix tests for arm commit 3282e08f55463ab203ac39a6dc04565a4b69e533 Author: Alexander Smorkalov Date: Thu Nov 22 12:40:25 2012 +0400 Default native library path for native camera updated. New versions tries to search library in arm-v7a and Manager packages only. commit 845e52b676443cbaccf0e735e935a63f62a138c8 Author: Alexander Smorkalov Date: Thu Nov 22 12:39:06 2012 +0400 OpenCV Manager headers refactoring. All constants moved to android independent header file. commit 8579666b03b46d888a50940b390ad7eb6881454c Merge: 24af691 8ecd22b Author: Andrey Kamaev Date: Wed Nov 21 14:55:38 2012 +0400 Merge pull request #171 from asmorkalov:android_8_neon_fix commit 24af6918439650801e5f24289cacef4f285b3c9b Merge: c31f106 aa4e6a8 Author: Andrey Kamaev Date: Wed Nov 21 14:50:53 2012 +0400 Merge pull request #168 from asmorkalov:android_42_camera_fix commit 8ecd22ba48cb26052dc399db01ebbbb0cf55d474 Author: Alexander Smorkalov Date: Tue Nov 20 16:43:30 2012 +0400 Automatic minsdkversion setup added; Linker problems on armeabi-v7a+NEON with Android 2.2 fixed; commit c31f106012466d618af30912292f871dfef95f20 Merge: d559c18 4abf0b3 Author: Vadim Pisarevsky Date: Wed Nov 21 11:43:18 2012 +0400 Merge branch 'ParallelVideoStreams' of https://github.com/ilya-lavrenov/opencv into 2.4 commit aa4e6a8a83cdc9a6fdd00b85b7ffeb36e228436c Author: Alexander Smorkalov Date: Tue Nov 20 12:59:42 2012 +0400 Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed; Issue #2506 Unnecessary log printouts in OpenCV::camera fixed; Native camera for MIPS Android 4.1.1 added. Build script for camera updated. commit 7f542e391aa75301333f1a8a6a36f5f6484a5425 Merge: 2e2d927 d559c18 Author: Andrey Kamaev Date: Tue Nov 20 19:12:00 2012 +0400 Merge branch 2.4 Conflicts: android/service/engine/AndroidManifest.xml - use file from 2.4 modules/contrib/src/detection_based_tracker.cpp - move #include as in 2.4 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java - use file from 2.4 commit d559c18ee5836ad5c76ef64e16f13b672f96767f Merge: 4fce5a5 cfd634c Author: Andrey Kamaev Date: Tue Nov 20 19:07:08 2012 +0400 Merge pull request #161 from apavlenko:fix/sdk_r21 commit cfd634ca3e43bd9144dca74c88c828f8d2c96b4d Author: Andrey Pavlenko Date: Tue Nov 20 18:27:03 2012 +0400 Improving compatibility with the latest Android SDK (r21) and NDK (r8c). - Adding Android SDK/ADT r21 compatibility; - fixing stl headers path for new ndk; - fixing native API level for Android projects commit 4fce5a5e83ee64898f0f969b0b8f0f304470dbe3 Merge: 934b623 5b14808 Author: Andrey Kamaev Date: Tue Nov 20 18:27:43 2012 +0400 Merge pull request #170 from asmorkalov:engine_build_fix commit 934b623fa97e66996ea1fa30d3956a5864ccfa0a Merge: d3397a1 04481d9 Author: Andrey Kamaev Date: Tue Nov 20 17:56:11 2012 +0400 Merging pull request #169 from taka-no-me:android-ndk-r8c commit d3397a1d6dee6515a9da2c5b3d7f0c700fbb7848 Merge: f172947 66a1ea7 Author: Andrey Kamaev Date: Tue Nov 20 17:53:06 2012 +0400 Merging pull request #167 from asmorkalov:java_api_manager_test commit 5b148083fea54d0f5c9b4f06ddb5c77652e72750 Author: Alexander Smorkalov Date: Tue Nov 20 17:17:22 2012 +0400 Libinfo build fix; Libinfo revision formating fix; HW dependent VersionCode for Manager implemented. commit f172947ed52bb08d7ff15d53ac670afb4e98afa2 Merge: 5527fc6 9ca1162 Author: Andrey Kamaev Date: Tue Nov 20 17:33:33 2012 +0400 Merging pull request #162 from taka-no-me/opencv commit 5527fc62f469a201862398014b4940633bd67d4d Merge: 6cd70c8 1f1d43f Author: Andrey Kamaev Date: Tue Nov 20 17:23:02 2012 +0400 'Merging pull request 163 from asmorkalov/opencv' commit 04481d9ef487df5e8c80d38dbf1fdeb4a4f81cb0 Author: Andrey Kamaev Date: Mon Nov 19 15:16:13 2012 +0400 Fix Android build with clang compiler commit ab9311947ae788852bae893e5b38da4bb67b81a2 Author: Andrey Kamaev Date: Thu Nov 15 12:44:57 2012 +0400 Update Android CMake toolchain for NDK r8c commit 66a1ea7604d0043343eba3feecfe9b2ccd027e13 Author: Alexander Smorkalov Date: Tue Nov 20 10:45:46 2012 +0400 Test execution inside Eclipse fixed; OpenCV testing via OpenCV Manager implemented. commit 4abf0b31936c96887c028d799c6e89edfc4e197b Author: Ilya Lavrenov Date: Mon Nov 19 16:44:23 2012 +0400 thread-safe VideoWriter and VideoCapture commit 1f1d43fc88e97f10449fd2cfcbe761aa9c174eb4 Author: Alexander Smorkalov Date: Mon Nov 19 12:58:17 2012 +0400 Issue #2548 Missing static library libtbb.a for armeabi and mips build fixed. commit 9ca1162be822f4a62d9ff984bb546d0cb389ffd7 Author: Andrey Kamaev Date: Mon Nov 19 11:43:28 2012 +0400 Update URL for TBB download. Update to TBB 4.1 update 1 commit 6cd70c83fb0b77dd2ebfbd1ee78544fc1ca1980d Merge: f6f1861 759863d Author: Andrey Kamaev Date: Fri Nov 16 17:44:34 2012 +0400 Merge pull request #160 from asmorkalov/android_4_2_manager_fix commit f6f1861a2fdefe9ebcf034766ff757950937a2a3 Merge: 590d1d8 1e0bff3 Author: Andrey Kamaev Date: Fri Nov 16 17:44:02 2012 +0400 Merge pull request #159 from asmorkalov/libinfo_install_fix commit 590d1d811841d6d2d9fd243baea039cd8a52fab5 Merge: 72a6392 9cfa51a Author: Andrey Kamaev Date: Fri Nov 16 17:43:21 2012 +0400 Merge pull request #157 from vpisarev/bug_fixes5 commit 759863d95cc9ac0f45e5692e7a0a07258f9412d0 Author: Alexander Smorkalov Date: Fri Nov 16 17:01:25 2012 +0400 Issue #2537 OpenCV Manager doesn't work on Android 4.2 fixed. commit 1e0bff3268af9c03addf60f8dee33064e7122194 Author: Alexander Smorkalov Date: Thu Nov 15 11:24:41 2012 +0400 Issue #2541 make install does not work for Android build fixed. commit a9f10e5cadeb64bf956e5bef624a494bf65142ce Author: marina.kolpakova Date: Wed Nov 14 20:34:17 2012 +0400 fixed compile without cuda commit 0865227049b465bc61dc104627dbbf50611f3436 Author: marina.kolpakova Date: Wed Nov 14 20:28:08 2012 +0400 check if scaling values changed commit c3e4a52fbe44ae5bf2f754e922a2e932e3d20a28 Author: marina.kolpakova Date: Wed Nov 14 20:11:18 2012 +0400 soft cascade sample commit 2e2d92727308f222860202c6b611acf0c83532bb Merge: e3c93ad 52a1362 Author: Andrey Kamaev Date: Wed Nov 14 17:30:06 2012 +0400 Merge pull request #128 from LeonidBeynenson/fix_args_calcOpticalFlowSF commit ee4f003e725cea21690d361f03c2596304d28720 Author: marina.kolpakova Date: Wed Nov 14 14:49:38 2012 +0400 fixed typo commit 781c04324eab9537dc3ddb0b01f75975990b8e14 Author: marina.kolpakova Date: Wed Nov 14 14:47:00 2012 +0400 refactor: PrefixSum commit a30bbda3bddfa55c1e6261e1d872c262f69deb43 Author: marina.kolpakova Date: Wed Nov 14 14:36:59 2012 +0400 remove hardcoded values commit 52a136227d0eb2a23ecf2e81defcd31a67629004 Author: LeonidBeynenson Date: Wed Nov 14 14:27:41 2012 +0400 Modified documentation for calcOpticalFlowSF. commit 8acfbde68e5b9c4bd6640a21c384c3fff8fd28aa Author: marina.kolpakova Date: Wed Nov 14 14:21:22 2012 +0400 remove debug detect at scale method commit 72e2b8b370c10024adb05a46230fbac782fbeee4 Author: marina.kolpakova Date: Wed Nov 14 14:00:02 2012 +0400 remove size constraints of input frame commit 08910e81af95dd2004930845e5f206c2b9368aac Author: marina.kolpakova Date: Wed Nov 14 12:40:44 2012 +0400 integrate pre-Kepler architectures commit e3c93ad9cfc2a8c5f5bdc5a464885dd24073080f Author: marina.kolpakova Date: Tue Nov 13 23:52:18 2012 +0400 Revert "Merge pull request #141 from jet47/gpu-pyrlk-fix" because this bug appears only in 2.4 This reverts commit 7e301c5c0e0591a751258d044f5f2f0889231591, reversing changes made to b5e009eb87154b830759fe9276b6233f852a4e77. commit be40bd5c74dbaf1250ef338338890f719ded1740 Merge: 9719ea9 1edab12 Author: marina.kolpakova Date: Tue Nov 13 23:37:44 2012 +0400 Merge remote-tracking branch 'cuda-geek/soft-cascade-cpu' commit 9cfa51a4831068c741c312956071f5ce2e5eb06c Author: Alexander Mordvintsev Date: Mon Nov 12 14:42:51 2012 +0400 added CV_OUT to StereoVar output paramiter commit 1edab12068fe04c87fee7cfbc976c0bbe0bfad3f Author: marina.kolpakova Date: Tue Nov 13 23:08:19 2012 +0400 fix for negative confidence commit 9719ea93b68cc4687381de5044572e73beb561f7 Merge: aba5bae 72a6392 Author: Andrey Kamaev Date: Tue Nov 13 19:54:48 2012 +0400 Merge branch 2.4 commit aba5bae400af419ebcb8585077a256d0870e0702 Merge: 0938358 0a4ed2b Author: Andrey Kamaev Date: Tue Nov 13 19:48:51 2012 +0400 Merge pull request #147 from taka-no-me/win_warnings commit 09383580023450615fd0e6de7064e466d874cf82 Merge: 95869a6 6fb9597 95b7f5c 96e4eed dda2eb0 Author: Andrey Kamaev Date: Tue Nov 13 19:45:14 2012 +0400 Merge pull requests #136, #142, #150, #152 from asmorkalov/new_framework_tutorial, asmorkalov/fd_package_fix, asmorkalov/java_test_fix and asmorkalov/engine_build_fix commit 72a63922d2aba33711d355cf5dfb87a281a92833 Merge: e4fb680 a9919e0 Author: Andrey Kamaev Date: Tue Nov 13 18:24:36 2012 +0400 Merge pull request #156 from jet47/gpu-hough-lines-fix commit e4fb68056647cca2c01da822367df2fc127843d2 Merge: 5bc66ec 606c23b Author: Andrey Kamaev Date: Tue Nov 13 18:23:52 2012 +0400 Merge pull request #155 from jet47/gpu-test-fix commit 5bc66ec8e4c17829a274c736c2fcbb35b6e21177 Merge: a218507 a126532 Author: Andrey Kamaev Date: Tue Nov 13 18:21:40 2012 +0400 Merge pull request #149 from taka-no-me/osx_warnings commit a218507586eababa5aa4dc4260e3db7ba3d54a82 Merge: 8ba9289 dad56e2 Author: Andrey Kamaev Date: Tue Nov 13 18:20:49 2012 +0400 Merge pull request #148 from taka-no-me/tutorial_codes commit 8ba9289a2c4735a5ad0d12d00a77f143552cf7dd Merge: 4d6bdc1 8c9c2b3 Author: Andrey Kamaev Date: Tue Nov 13 18:19:42 2012 +0400 Merge pull request #146 from taka-no-me/win_opengl commit 4d6bdc15333b968e3f14fe189925e3e1cbd109b5 Merge: c803cbb e5ffbf9 Author: Andrey Kamaev Date: Tue Nov 13 18:18:48 2012 +0400 Merge pull request #145 from taka-no-me/vec_print commit c803cbb93b1f84f875889be3c3534915903d8865 Merge: 7e301c5 2e54e2a Author: Andrey Kamaev Date: Tue Nov 13 18:17:33 2012 +0400 Merge pull request #143 from vpisarev/bug_fixes4 commit 7e301c5c0e0591a751258d044f5f2f0889231591 Merge: b5e009e a0be7b5 Author: Andrey Kamaev Date: Tue Nov 13 18:16:19 2012 +0400 Merge pull request #141 from jet47/gpu-pyrlk-fix commit b5e009eb87154b830759fe9276b6233f852a4e77 Merge: 6484732 91a9923 Author: Andrey Kamaev Date: Tue Nov 13 18:13:33 2012 +0400 Merge pull request #144 from asmorkalov/fd_package_fix_2.4 commit a9919e01d0c857a568b6fa46fb3a878f6e6e83e1 Author: Vladislav Vinogradov Date: Tue Nov 13 17:54:17 2012 +0400 fixed bug in gpu::HoughLines commit 606c23b9aad5551d90075cfdbb3b3f9f0556709c Author: Vladislav Vinogradov Date: Tue Nov 13 17:50:29 2012 +0400 fixed gpu module tests uses old CommandLineParser class commit 96e4eed018bf6b287927c9576e393bda83899b0f Author: Alexander Smorkalov Date: Tue Nov 13 11:41:08 2012 +0400 Logcat message for disabled test cases added. commit 9f5fcff3ea86e2cd4f70c786c387ca58c3d2346f Author: Alexander Smorkalov Date: Tue Nov 13 10:29:49 2012 +0400 More common way of test case disabling implemented. commit bd9ca48fabd2bc03be2cd3aba6c635d830fb5b0f Author: marina.kolpakova Date: Tue Nov 13 02:49:35 2012 +0400 export to python/java commit 6fb959710dc5c22c852dcc9627f852a1088f1da3 Author: Alexander Smorkalov Date: Mon Nov 12 18:01:56 2012 +0400 Code review comments applied. commit e06c5b6fd5c9c186176263b2def0f71c18af2cfa Author: Alexander Smorkalov Date: Mon Nov 12 17:47:20 2012 +0400 Code review comments applied. commit aa92be34d603a154b6e734d3a52a43507ab150e2 Author: marina.kolpakova Date: Mon Nov 12 16:37:18 2012 +0400 GK107 Policy commit dda2eb0f76535a56a719fc4b6cfac5b9bba62951 Author: Alexander Smorkalov Date: Fri Nov 9 12:16:48 2012 +0400 Libinfo build fix; Libinfo revision formating fix; HW dependent VersionCode for Manager implemented. commit 580d8173e5acc12cc0a5a6997fe8af73efffe619 Author: marina.kolpakova Date: Mon Nov 12 11:54:40 2012 +0400 refactor computing of scaling factor commit afff9cf71634a96a491fdc7d195e267ba126871e Author: Vladislav Vinogradov Date: Fri Oct 26 15:49:39 2012 +0400 Optimized buffers reuse in gpu module: ensureSizeIsEnough now doesn't reallocate memory, if buffer is small submat of big matrix fixed createContinous according new changes commit 810829f32ee604433cf99cbc679139e20407f938 Author: Vladislav Vinogradov Date: Fri Nov 9 13:14:59 2012 +0400 speedup compilation of row_filter.cu and column_filter.cu split them into several small files commit 29f89e8930c91c1e9fdcccb31d34acb1552b9281 Author: Vladislav Vinogradov Date: Tue Oct 30 12:14:07 2012 +0400 moved block.hpp to include folder commit d3ac282487793bc2a609ac1a58973dfa4e714864 Author: marina.kolpakova Date: Sat Nov 10 05:48:06 2012 +0400 GPU soft cascade documentation commit 916967cac5070d231195713f5a1057bd546c1d4d Author: marina.kolpakova Date: Sat Nov 10 04:26:38 2012 +0400 add comments to class declaration commit 0cbf9eb22a264493da9ebf2e1101af60534cc12c Author: marina.kolpakova Date: Sat Nov 10 03:59:09 2012 +0400 add support for CUDA streams commit 40600fa5048ddf43bf8fc7602694ad723234c87d Author: marina.kolpakova Date: Sat Nov 10 00:49:51 2012 +0400 GPU version becomes algorithm commit e6eb1b99e19b5e8e99e1d8aa872363335a6a0a92 Author: marina.kolpakova Date: Sat Nov 10 00:48:37 2012 +0400 fix negative confidence bug commit 27eb2e27db92c47d70c1e9d89187c2a28df93dc7 Author: marina.kolpakova Date: Mon Nov 5 18:52:35 2012 +0400 enable fast integral for Kepler commit 9b251f81309aad65344e3a345c87e132ff37e8d5 Author: marina.kolpakova Date: Mon Nov 5 14:21:46 2012 +0400 remove Sobel normalization commit df392cc830df738cdb8f0f2a2398fad684752f3e Author: marina.kolpakova Date: Mon Nov 5 13:52:24 2012 +0400 use fast integral for soft cascade commit ac5cd4827908952bf29a40879c1b4490c6d3127d Author: marina.kolpakova Date: Sun Nov 4 03:29:20 2012 +0400 add DeviceInfo parameter to the soft cascade tests commit fba62c9251053410adc71ead3d9e594567426242 Author: marina.kolpakova Date: Sat Nov 3 18:03:31 2012 +0400 fix compilation problem after rebase commit 2bd35c4358400657b0b6b1a47905152410e01628 Author: marina.kolpakova Date: Mon Oct 15 21:55:57 2012 +0400 add support for precomputed integrals commit fa55d51b6ae616b90a036de7a231335f1fce475f Author: marina.kolpakova Date: Mon Oct 15 18:13:58 2012 +0400 add sanity check to performance tests for soft cascade commit ca81628a9a3fe8e82f5ba3348a3036e5b6475e45 Author: marina.kolpakova Date: Mon Oct 15 17:38:21 2012 +0400 fix retrieval of detections count commit 022a8b9698c0c488c03fdfb83b47bf1675b6712a Author: marina.kolpakova Date: Mon Oct 15 15:27:33 2012 +0400 fix rounding bug in Level creation commit 2bcb8dbd83a67e27868fba2101bc443d9f892f5c Author: marina.kolpakova Date: Thu Oct 11 21:56:36 2012 +0400 refactor performance tests commit f196e9fda44d71d0be5081dcb0c3d618cd8f06a7 Author: marina.kolpakova Date: Thu Oct 11 19:11:39 2012 +0400 add factory method for Fields structure commit 0898c3c651ef6196a2287d61ef9d6644b5653743 Author: marina.kolpakova Date: Thu Oct 11 18:24:48 2012 +0400 kernel policy commit 916ba4c0ea1493c6883e45d990a85421f975a60b Author: marina.kolpakova Date: Thu Oct 11 17:05:23 2012 +0400 refactor preprocessing commit fa62e2b72f5d1d84b1d056d0e42b80486e210f71 Author: marina.kolpakova Date: Thu Oct 11 16:47:49 2012 +0400 move preprocessing into separate function commit 312a58fcec5d8478cf95352e990ab24601c0108a Author: marina.kolpakova Date: Thu Oct 11 16:27:23 2012 +0400 fix performance test commit ef431f70b640acb969a90b44ed5ffef5a2774719 Author: marina.kolpakova Date: Thu Oct 11 16:26:32 2012 +0400 fix buggy threshold zeroing if feature has zero area commit 0424e2c8d2da9aefa9b8b6898216e7361e3141c3 Author: marina.kolpakova Date: Thu Oct 11 14:19:24 2012 +0400 remove debug code commit 1b9bccb856c7ff2f80c99b6b085db264cffcf79d Author: marina.kolpakova Date: Mon Oct 8 20:20:57 2012 +0400 move Level into shared memory commit 30bce16ad6a79e1b2e1f9f78e524a9faddb63b1f Author: marina.kolpakova Date: Mon Oct 8 15:37:28 2012 +0400 optimize roi loads only one thread load roi for all block commit fdef0adf95052f79a600f77cfb54e41383fa2e58 Author: marina.kolpakova Date: Wed Oct 3 16:39:37 2012 +0400 Corrects objects matrix in case of the absence of objects commit 838842cc96e1f09cbb97c189a9653c46657ac107 Author: marina.kolpakova Date: Wed Oct 3 16:36:00 2012 +0400 Add performance detection test in ROI; refactored soft cascade performance tests commit dd595376ba861ce13f5015abc8297bd92bf5938c Author: marina.kolpakova Date: Wed Oct 3 14:26:26 2012 +0400 Add performance test for detection in ROI; refactor soft cascade performance tests commit eb91593c08daca478663d7d0805f0ce664fd5d9b Author: marina.kolpakova Date: Tue Oct 2 17:25:26 2012 +0400 add roi support commit 64d6e6a48d4580964a8ce8b589a94e973804c3b9 Author: marina.kolpakova Date: Tue Oct 2 16:45:40 2012 +0400 add getROISize commit 672cf1f44576bb82f1202c0c15c947b47469304b Author: marina.kolpakova Date: Mon Oct 1 14:50:28 2012 +0400 implement different behaviour for up- and down-scaling commit 56c7ef06e7a5e40e65c6a4d14775aa8defbc2dfb Author: marina.kolpakova Date: Mon Oct 1 14:08:48 2012 +0400 integrate Kepler version commit 7db1323f81fbc9b3de83c6127a36275470060e6b Author: marina.kolpakova Date: Mon Oct 1 13:49:21 2012 +0400 add test that stores detections on the specific scale commit b52fea7fae6ec38096dcd57458e0ee6be87da996 Author: marina.kolpakova Date: Mon Oct 1 13:48:16 2012 +0400 update soft cascade interface: - add class Detection in interface, - split sync- and async- versions, - add support for detecting at the specific scale. commit 612a258506aec30531e3db9dd1157253a6a4bc23 Author: marina.kolpakova Date: Fri Sep 28 19:10:29 2012 +0400 kepler specific version commit 0314e0e5d74e0e6c979505448c5eb103c2181989 Author: marina.kolpakova Date: Thu Sep 27 16:54:37 2012 +0400 add kind in detection representation commit c0359ed5c5987a3e58151cec20fd866fab3776ca Author: marina.kolpakova Date: Thu Sep 27 16:50:47 2012 +0400 fix test: enough size for detection matrix commit 72b499df006a39185b529861f40e335611ebccc8 Author: marina.kolpakova Date: Thu Sep 27 14:40:13 2012 +0400 add detection storing commit 8108bd30febf17e81f8329ccb65f695dd335a471 Author: marina.kolpakova Date: Thu Sep 27 12:44:06 2012 +0400 optimize memory usage commit b83d4add2ea096b3481a838f9e26a038d10a93d5 Author: marina.kolpakova Date: Wed Sep 26 17:15:17 2012 +0400 memory optimization commit 4d9c7c1012be346f64fb50d50fd52d6ecb16b07e Author: marina.kolpakova Date: Wed Sep 26 13:34:21 2012 +0400 preprocessing ~1.981 ms commit 1917366528d0703b7646de10931a01490bb32b4f Author: marina.kolpakova Date: Wed Sep 26 11:18:09 2012 +0400 empty cascade commit 4881205baee2807aeb9fe5e70551290474e80671 Author: marina.kolpakova Date: Tue Sep 25 22:43:43 2012 +0400 refactor logs commit dca27b4622c711f52797c126c0b2aba72f421497 Author: marina.kolpakova Date: Tue Sep 25 11:32:03 2012 +0400 fix cast bug; add logging commit e606a0d6519eadffba18e6060ace334f408c4411 Author: marina.kolpakova Date: Mon Sep 24 18:05:08 2012 +0400 remove dead code commit ba50d193412677954cff9a4a53c4ebe31e2e9661 Author: marina.kolpakova Date: Mon Sep 24 18:00:47 2012 +0400 first version of soft cascade on GPU commit 1bf85996b37d4d8995041050f6e0d03f2beca4bc Author: marina.kolpakova Date: Mon Sep 24 17:59:44 2012 +0400 add detections vector initialization in tests commit 08b4e780deb9ff6d7f1dc31031c317ea6b3bb6e6 Author: marina.kolpakova Date: Fri Sep 21 19:44:30 2012 +0400 add shrinking kernel commit 1cf7a46f3a01c88fdbefc785943f4b4182ab4079 Author: marina.kolpakova Date: Fri Sep 21 19:42:19 2012 +0400 fix data paths in performance test commit 0691dc554f046b880f61ad26526a798f01c12b34 Author: marina.kolpakova Date: Fri Sep 21 18:49:51 2012 +0400 fix compilation commit 5d15e4ea58f8aa591d9be9d64ae4d22936fe0b88 Author: marina.kolpakova Date: Fri Sep 21 16:12:18 2012 +0400 CUDA kernels interface commit 1a52a322b50b7756464e8021f7225fa75f5a8dc2 Author: marina.kolpakova Date: Fri Sep 21 16:10:40 2012 +0400 add performance test for GPU soft cascade commit 14a0dd8c98ecff30ea17fe4ecd1a900df6f32f06 Author: marina.kolpakova Date: Fri Sep 21 11:44:26 2012 +0400 fix typo in cascade loading commit a3af5ede8059b29617e400bab631c122422b6316 Author: marina.kolpakova Date: Thu Sep 20 19:35:04 2012 +0400 CUDA callers commit 4aac1444ad21041b226199d6fb6dcc12d884f928 Author: marina.kolpakova Date: Thu Sep 20 18:51:41 2012 +0400 integral channel storage are cached as a cascade's field commit 1ab7af69956491e5965a0429093c2296b91b7428 Author: marina.kolpakova Date: Thu Sep 20 18:35:48 2012 +0400 GPU soft cascade: buffers preallocation commit 2b7ce8b16031124d4ebd261fd5b70e5fbc5f6d5a Author: marina.kolpakova Date: Thu Sep 20 16:44:38 2012 +0400 precompute feature response for scaling factor commit 267d140bfeb43b1c47734e554c37c0b1db81787f Author: marina.kolpakova Date: Thu Sep 20 16:22:10 2012 +0400 soft cascade: gpu representation commit dd9c53497bb8c32d411d8b5e784b249ad9d13364 Author: marina.kolpakova Date: Thu Sep 20 03:28:45 2012 +0400 GPU interface for soft cascade commit d65b3e06170e906a68d5f370501facf5ffaacd30 Author: marina.kolpakova Date: Wed Sep 5 10:48:07 2012 +0400 fix warning in CUDA samples commit baef62b4d2c8942ce6fe8a3a62113bc4ce14b8eb Author: Alexander Smorkalov Date: Fri Nov 9 11:46:14 2012 +0400 Java test fix. Eclipse test execution fix. commit a126532cb7e2a02f162ae4c179ea46f8b0a20893 Author: Andrey Kamaev Date: Fri Nov 9 11:29:52 2012 +0400 Fix OS X build warnings commit dad56e202fb400d19fa31b172359cd17048a28e7 Author: Andrey Kamaev Date: Thu Nov 8 11:41:27 2012 +0400 Rename sample & tutorial executables commit b131dfeecd18d23270b39f9aedeb3e4d2fc02de0 Author: Andrey Kamaev Date: Wed Nov 7 18:21:20 2012 +0400 Build tutorial codes together with other samples These codes should be included into regular builds. commit 0a4ed2bc018d7b32b9d5f9b42ed51092c1dbba0d Author: Andrey Kamaev Date: Thu Nov 8 03:15:43 2012 +0400 Fix Windows build warnings commit 8c9c2b3a032b6e50f9f0513c7d745d2f0d6cf4b3 Author: Andrey Kamaev Date: Thu Nov 8 02:11:27 2012 +0400 Fix build on Windows with OpenGl enabled There was missing windows.h include in OpenGL interop code. commit e5ffbf949814ef1810367878d6d3b367be5fe701 Author: Andrey Kamaev Date: Fri Nov 9 07:53:31 2012 +0400 Fix stream output operator for Vec This fixes output for 8U and 8S vector depths. They were mistakenly printed as characters instead of numbers. commit 91a9923dcf89af8492d116fb12ab5aeaf1b679f7 Author: Alexander Smorkalov Date: Fri Nov 9 09:40:19 2012 +0400 Face detection package name replaced on org.opencv.facedetect for consistency with Google Play package. commit 665bf430d5ea585fbf6b18e7fc2b02ea2ed2f2da Author: marina.kolpakova Date: Fri Nov 9 00:07:32 2012 +0400 fix warnings under win commit 2e54e2a5863eb38bedd2bcaf1dbb455655096932 Author: Vadim Pisarevsky Date: Thu Nov 8 16:15:04 2012 +0400 fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility. commit bff818afbd3feca29b8b4ef10b5be68aa5ada7f1 Author: Vladislav Vinogradov Date: Thu Nov 8 15:49:56 2012 +0400 fixed static build of gpu module with ffmpeg: multiple definition of cap_ffmpeg_impl.hpp functions in gpu and highgui commit 7ef378b230eaa3363b1af94b42cbe8be7065370c Author: mikle Date: Fri Nov 2 18:27:26 2012 +0600 Android tutorial updated. HelloWorld sample ported on new framework. commit 91634719877a6c33b40253e30e8e572c63fa0487 Author: Vadim Pisarevsky Date: Thu Nov 8 14:09:43 2012 +0400 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) commit 8a3e89799964caa01e958e852f04a7e9a675f627 Author: marina.kolpakova Date: Thu Nov 8 02:33:19 2012 +0400 min and max params become double commit e379771c039592e4ef879118b9bd194452162d08 Author: marina.kolpakova Date: Thu Nov 8 02:16:04 2012 +0400 git warning commit f93cffaa0dd3263137ba3ff0d0fc52dd02422faa Author: marina.kolpakova Date: Thu Nov 8 00:08:43 2012 +0400 fix compilation under win commit 1022094dc09895c2e6039e95754cc42e22c29f38 Author: marina.kolpakova Date: Wed Nov 7 04:20:35 2012 +0400 fix levels computing commit f1e36043e66930178c7eecb7ce3fcd34f07945ea Author: marina.kolpakova Date: Wed Nov 7 03:14:15 2012 +0400 clean code commit 465687216108ae2b4a2f94a250e83bf131ca4502 Author: marina.kolpakova Date: Wed Nov 7 02:27:07 2012 +0400 fixed typo commit 5fb9f48360e4630233b8a8f57aa496702582ef96 Author: marina.kolpakova Date: Wed Nov 7 02:21:48 2012 +0400 fix angle scaling commit 31a073ca668eb4332e5c15ab04952d62345aa3ab Author: marina.kolpakova Date: Wed Nov 7 01:50:33 2012 +0400 documentation commit 4207552e19e7758e5bda06e10b3d66293a2d6e11 Author: marina.kolpakova Date: Tue Nov 6 02:41:26 2012 +0400 add object init commit 157ab66ab908b44d9f72438a651461a796ce52ca Author: marina.kolpakova Date: Tue Nov 6 01:30:20 2012 +0400 add ROI support commit 6a3a72393867e8377523fd23ef8ae8c54ea8e626 Author: marina.kolpakova Date: Mon Nov 5 23:28:37 2012 +0400 refactor integral channels commit 65543c53f6b93ffaf681e364a4f4a3280f357367 Author: marina.kolpakova Date: Mon Nov 5 22:56:23 2012 +0400 update test according to resize usage commit 4a1c4a98621577b02b43cff9afe33dab50faccf2 Author: marina.kolpakova Date: Mon Nov 5 22:42:08 2012 +0400 soft cascade become Algorithm commit a0be7b57f53ea26cffe8b4560dcf647b450d5a72 Author: Vladislav Vinogradov Date: Wed Nov 7 17:13:19 2012 +0400 fixed bug in gpu::PyrLKOpticalFlow::dense vector index out of range commit 95b7f5c46cf935581e32d56b408324869378b8ca Author: Alexander Smorkalov Date: Wed Nov 7 13:27:33 2012 +0400 Face Detection sample namespace replaced on org.opencv.facedetect for consistency with Google Play. commit 95869a6081ab403254355eed839b14dcb3d70b73 Author: NikoKJ Date: Wed Nov 7 13:49:09 2012 +0800 fix the compilation bug of main.cpp in perf test and accuracy test on ocl module. It caused by the incompatibility of command line parser class in core.hpp between master branch and 2.4 branch. commit ff8417db006279db294d4c6810880300c2502f21 Author: marina.kolpakova Date: Thu Nov 1 15:43:50 2012 +0400 remove input frame size constraints commit 3cb9afb4e760ccf1b20731c6def12437129ca81d Author: marina.kolpakova Date: Thu Nov 1 14:26:28 2012 +0400 test update because changed Sobel Normalization commit a84334cfc21994b2e1f7812c53654ed97403c054 Author: marina.kolpakova Date: Thu Nov 1 06:11:09 2012 +0400 brief soft cascade interface description commit 2e8ed773831abbd1c20d0fc19a67d55a65ec7a28 Author: marina.kolpakova Date: Thu Oct 25 14:50:48 2012 +0400 get rid of hard-coded values commit 16dd09ccfc5faf6686f19f628afd39a6671477c3 Author: marina.kolpakova Date: Thu Oct 25 12:22:54 2012 +0400 move scale related parameters to SoftCascade constructor commit 017d970b9a64e86c223d07e8ac44120f2a89899b Author: marina.kolpakova Date: Thu Oct 25 09:40:16 2012 +0400 load SoftCascade from FileStorage commit a22ee13620d8539be81bacf6d27bd0659e388e28 Author: marina.kolpakova Date: Thu Oct 25 09:10:11 2012 +0400 rename markDetection to addDetection commit 40c0c60e2bf8c30968ddf785b484f1a58033a428 Author: marina.kolpakova Date: Thu Oct 25 02:10:20 2012 +0400 remove unused struct commit 7b6da394f0ae87f1119cb1afabb740d7f85c423b Author: marina.kolpakova Date: Thu Oct 25 02:03:46 2012 +0400 rename Stage to Weak because there is no such term for Soft Cascades commit 2d0fc80c9510fb75556e785f01840b6ee8293172 Author: marina.kolpakova Date: Thu Oct 25 01:56:22 2012 +0400 use IntegralChannels class commit 3d41846c390fdbbe7ed85295bc0187a26af03cf6 Author: marina.kolpakova Date: Wed Oct 24 23:10:15 2012 +0400 move frame processing into separate class commit 565174378418b77d380dd09508d29732c4623b93 Author: marina.kolpakova Date: Sat Oct 6 22:22:53 2012 +0400 remove debug imshow from code commit 8e092f8b5d5e910e2ad7e8708bf4ad86d0e8201a Author: marina.kolpakova Date: Sat Oct 6 21:43:25 2012 +0400 add Detection struct to interface commit 754fd7311b484aa05637a3d17aff509b79ae1209 Author: marina.kolpakova Date: Sat Oct 6 20:18:36 2012 +0400 improve pointer usage commit 2914f2452185d4ef976de1b556e04085e4836aad Author: marina.kolpakova Date: Sat Oct 6 16:58:48 2012 +0400 improve cpu version of SoftCascade: - remove division - remove cvRound - cache feature area commit 2d2c46e717deecb8d8ef4fb3bbc5200585489336 Author: marina.kolpakova Date: Sat Oct 6 15:15:59 2012 +0400 add const qualifier to detectMultiScale method commit 9771c3c7ec0b8e6acd11639bf91de1de78b86927 Author: marina.kolpakova Date: Fri Oct 5 15:59:51 2012 +0400 remove Mat copying commit 0ff8a4633d156d794f4143d5e3ca717ee710b521 Author: marina.kolpakova Date: Fri Sep 28 16:32:33 2012 +0400 remove pow calculations commit cc300a69b1358e5c396c1535179500c37d4676cf Author: marina.kolpakova Date: Fri Sep 28 10:21:22 2012 +0400 add perfomance test for CPU soft cascade commit 26af7d7389b70724c71e8bd8fcf20dd4fc993b3b Author: marina.kolpakova Date: Tue Sep 25 22:09:45 2012 +0400 refactor logs commit b6081438fa20f07ce8312d3bcf342a4e9fd6edc7 Author: marina.kolpakova Date: Wed Sep 19 18:57:59 2012 +0400 clean code commit 296aa8854c27b17a7e3cf4792b85fd256d94b55f Author: marina.kolpakova Date: Wed Sep 19 18:47:56 2012 +0400 fix hog channels commit efd26158448b3fed82f03f883fbd301ed36d90ef Author: marina.kolpakova Date: Wed Sep 19 17:58:44 2012 +0400 fix floating point bug commit 765dea9ddf50ec1b47e68802665642cdd27496a5 Author: marina.kolpakova Date: Wed Sep 19 09:31:02 2012 +0400 fix bugs in the soft cascade detect method; add options for debug logging - WITH_DEBUG_OUT for logging cascade scales - DEBUG_STORE_IMAGES for xml matrix serialization - DEBUG_SHOW_RESULT to see detection result commit ba27d89173d253cbcc34671bffda31ea450328c8 Author: marina.kolpakova Date: Fri Sep 14 19:22:08 2012 +0400 add feature rescaling according to Dollal's paper FPDW commit 8d90b973b0517cfbc1cc2a568a6b10bd5f4d906f Author: marina.kolpakova Date: Thu Sep 13 21:19:01 2012 +0400 add detectAt to soft cascade commit 801368ee82d68c1a502e97c19f8a621042050e90 Author: marina.kolpakova Date: Thu Sep 13 18:58:14 2012 +0400 refactoring commit 6f53be4102d59340198d682b2e7a71e4b57400b2 Author: marina.kolpakova Date: Thu Sep 13 15:15:26 2012 +0400 shrinking before integral calculation commit dc74ce20abc3002d7806809e40560785099bd470 Author: marina.kolpakova Date: Wed Sep 12 20:30:21 2012 +0400 OpenCV friendly xml format for soft cascade commit c04725b6812902c16e8027787365e66be5ac16ae Author: marina.kolpakova Date: Wed Sep 5 18:29:13 2012 +0400 add apply cascade method commit 695827050f3b94500e99e9128850ab4daab9d7f9 Author: marina.kolpakova Date: Wed Sep 5 17:44:28 2012 +0400 Integral images for ICF commit b0b85f36f61b4b5a79ff7cbe035d3829556f0401 Author: marina.kolpakova Date: Wed Sep 5 12:36:37 2012 +0400 add test for soft cascade detect method commit f01c5d9033944c7c766eed60fc1468a5ee78e097 Author: marina.kolpakova Date: Tue Sep 4 19:08:52 2012 +0400 compute scales pyramid commit a54d456ad0aa06e3f4f01f417dfad0451118b8fb Author: marina.kolpakova Date: Tue Sep 4 18:03:10 2012 +0400 parse soft cascade from xml commit fe2c38be8007c675dd4fe5d81e2236bd71d7ae04 Author: marina.kolpakova Date: Tue Sep 4 13:52:07 2012 +0400 add method to fill soft cascade commit 7290d8576d11330f38f38b44bbd559db923dae39 Author: marina.kolpakova Date: Thu Aug 30 20:24:45 2012 +0400 add ICF feature commit fb113e5ce42079e4bc3bd741ec5c402acc7f1e92 Author: marina.kolpakova Date: Thu Aug 30 19:48:59 2012 +0400 scale pyramid calculations commit cd301e530fbed9ef00cf15e78e0b1a20145e7aa5 Author: marina.kolpakova Date: Thu Aug 30 19:48:12 2012 +0400 minor in train application commit 9966d7feba7a3f35196f99e1a4263841cdac634d Author: marina.kolpakova Date: Tue Aug 28 20:01:40 2012 +0400 add structures for cascade representation commit 108fd169f7e253de7435437293c726f4ae195c5f Author: marina.kolpakova Date: Tue Aug 28 17:42:15 2012 +0400 dummy soft cascade commit 85880397c411b58b665a877b2eef5b1dd0cb1863 Author: Jason Newton Date: Mon Nov 5 12:02:53 2012 -0800 connectedcomponents: use opencv integral types, add to docs, fix up things for a python export commit 4c0cb2576d588b641b3496628eb2c07cfeedb7b6 Author: Jason Newton Date: Sat Aug 25 02:31:52 2012 -0700 connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version commit 45b4f4f32bf2aec782432c9755e2e5b03a7bd152 Author: Jason Newton Date: Fri Aug 24 23:57:17 2012 -0700 connectedComponents: warning free version commit beb377b38cbd3ef346b596d9609e6a7a27c6128c Author: Vladislav Vinogradov Date: Thu Oct 25 13:27:14 2012 +0400 gpu implementation of Dual TV-L1 Optical Flow commit 4d059e9e5bc4aa4d7532a95037bb38ab3bdbef43 Merge: 66b90d1 6484732 Author: Andrey Kamaev Date: Fri Nov 2 17:45:58 2012 +0400 Merge release 2.4.3 commit 6484732509400ff1cfed4ba44b4c8a1a11799e40 Author: Evgeny Talanin Date: Fri Nov 2 17:29:49 2012 +0400 Updated docs to 2.4.3 commit 54f96f045ee09820e473fd3ecd3dca5666a77a67 Merge: 4224a64 65c6b81 Author: Andrey Kamaev Date: Fri Nov 2 17:02:40 2012 +0400 Merge pull request #134 from apavlenko/android-tutorial commit 4224a64264852f396ae107a3e30d0dfc6ec9a099 Merge: f2af0e7 9a08b7b Author: Andrey Kamaev Date: Fri Nov 2 17:01:51 2012 +0400 Merge pull request #133 from vpisarev/ios_atomic_fix commit 65c6b81cbcca0320524c586b6d4e0c2ad099e047 Author: Andrey Pavlenko Date: Fri Nov 2 16:11:08 2012 +0400 Android Tutorial update (TADP link, Android SDK platforms, CDT) commit 9a08b7be450c00f8bbc143d24a19f9aeb39c6efe Author: Vadim Pisarevsky Date: Fri Nov 2 15:29:16 2012 +0400 fixed compile problem with the old Xcode (<4.5) commit f2af0e7a578e2b7679fe7b0731a52fb4a297cf59 Merge: 4ac5223 4a2f626 Author: Andrey Kamaev Date: Fri Nov 2 14:31:30 2012 +0400 Merge pull request #132 from taka-no-me/version-2.4.3 commit 4ac5223afa6aad1846b0facc665a907177d6e67d Merge: 828faf4 dbb5a32 Author: Andrey Kamaev Date: Fri Nov 2 14:31:02 2012 +0400 Merge pull request #131 from taka-no-me/tegra-fast commit 828faf4e683ff2bd17676d0934945b55fc88605c Merge: 63ee26a 97cab33 Author: Andrey Kamaev Date: Fri Nov 2 14:30:20 2012 +0400 Merge pull request #129 from cuda-geek/CCL-test-fix commit 63ee26adda3407358aed06184b56bab810752c25 Merge: 42471c0 7a5b9a6 Author: Andrey Kamaev Date: Fri Nov 2 14:29:39 2012 +0400 Merge pull request #127 from cuda-geek/apple2clang commit 4a2f626d85b3c215d72ae5b4e1f320947388786f Author: Andrey Kamaev Date: Fri Nov 2 14:27:34 2012 +0400 Remove "-rc" suffix from version commit dbb5a324530ac88863fb1023f0c340b3df6581bd Author: Andrey Kamaev Date: Fri Nov 2 13:16:16 2012 +0400 Use Tegra version of cv::FAST commit 42471c082f0207a5ef0457c7bb725fa6a3458fd8 Author: Vadim Pisarevsky Date: Fri Nov 2 12:03:25 2012 +0400 possibly fixed compile errors in GPU module on Windows commit 97cab339d2e7c26d745470f40b84e29a1cad458d Author: marina.kolpakova Date: Thu Nov 1 23:59:01 2012 +0400 fix Connected Components Labeling test crash commit a04ef08602291b5846a60dc05a4b4422f740427d Merge: 5ce9965 2b7d65d Author: marina.kolpakova Date: Thu Nov 1 22:29:28 2012 +0400 Merge pull request #122 from kirill-kornyakov:2.4-android-documentation-fixes commit 2b7d65d07876926c79397af52afc85f957ffa885 Author: Kirill Kornyakov Date: Wed Oct 31 19:04:39 2012 +0400 Updated OpenCV4Android SDK tutorial commit 61ed591728593cadedf31a6226e9d7c9a13bc21f Author: Kirill Kornyakov Date: Wed Oct 31 18:42:52 2012 +0400 Updated Introduction into Android Development tutorial commit 1c77f0abfe3a6ec425751a163dbb464c390258b5 Author: Kirill Kornyakov Date: Wed Oct 31 16:32:04 2012 +0400 Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator() commit 2efd9b6ad7494077c2f978949c666e00482f4344 Author: Kirill Kornyakov Date: Wed Oct 31 15:42:36 2012 +0400 Fixed a couple of minor issues in Javadocs commit c5fb2de887db04a4c5825eb01b2f7c4d0f3d964b Author: Kirill Kornyakov Date: Wed Oct 31 15:11:10 2012 +0400 Updated link to OpenCV for Android page in README.android commit 7a5b9a6b7f793eddf4c3d44dedc9f4fb51f614cf Author: marina.kolpakova Date: Thu Nov 1 18:59:07 2012 +0400 replase __APPLE__ marco with __clang__ commit 02646427fb04e80bb56bfb25e9aa88e7d4da364e Author: LeonidBeynenson Date: Thu Nov 1 19:31:45 2012 +0400 Fixed arguments of the function calcOpticalFlowSF. commit 5ce9965459ff861feb9f9883ecc73076d9d261da Merge: 358fcbd e3be5f1 Author: marina.kolpakova Date: Thu Nov 1 19:31:05 2012 +0400 Merge pull request #125 from taka-no-me:perf_tests commit 358fcbd5b62f5f7fde88219c679ff16ee7039303 Merge: 09dec4e 3489652 Author: marina.kolpakova Date: Thu Nov 1 19:28:37 2012 +0400 Merge pull request #115 from asmorkalov:java_test_data_update commit 09dec4e873a0a5e6157b038492c8aaa7053f612e Merge: 334f634 fd49093 Author: marina.kolpakova Date: Thu Nov 1 19:26:11 2012 +0400 Merge pull request #124 from branch taka-no-me:vs8-vs9-tbb commit 334f6344dd5394f1d9cf6259e7536c36e57f0542 Merge: 9b92de9 2045c85 Author: marina.kolpakova Date: Thu Nov 1 19:15:47 2012 +0400 Merge pull request #120 from NikoKJ:ocl2.4.3 commit 9b92de9a889e8d9aa9bd0a267c01f91ccbb437d7 Merge: 57fc5e0 a1a2cb0 Author: marina.kolpakova Date: Thu Nov 1 19:08:32 2012 +0400 Merge pull request #121 from branch asmorkalov:android_samples_fix commit 57fc5e00f3f36a878a4288c1e018364da4964ce7 Merge: 9a01532 3d0c088 Author: marina.kolpakova Date: Thu Nov 1 18:31:23 2012 +0400 Merge pull request #126 from vpisarev:bug_fixes3 commit 3d0c08816d3fc3f74c9b25f69eeaac41dca9160b Author: Vadim Pisarevsky Date: Thu Nov 1 18:15:48 2012 +0400 another fix to make OpenCV more friendly for iOS developers. We now use libc++ instead of libstdc++ and clang instead of gcc to build opencv2.framework. commit 9a01532caa1be5d0bd17a04ded94faf0ede8cb9a Merge: b5ecb1d fc085d9 Author: Andrey Kamaev Date: Thu Nov 1 17:08:45 2012 +0400 Merge pull request #123 from asmorkalov/manager_static_lib_info commit d9d4e8df6f8d26e904ac3c50a54df1d5e1c6cecd Author: Vadim Pisarevsky Date: Thu Nov 1 16:37:39 2012 +0400 fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++) commit e3be5f138acc4c61575e1eba74aa9a283f139d63 Author: Andrey Kamaev Date: Thu Nov 1 16:29:30 2012 +0400 Fixed sanity checks in several performance tests commit 34896529d586329396762f6ced7fa156421a6ae2 Author: Alexander Smorkalov Date: Thu Nov 1 16:18:49 2012 +0400 Review comments applied. commit fd4909360f504af275b6f448115129bee5b78712 Author: Andrey Kamaev Date: Thu Nov 1 12:44:10 2012 +0400 Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. commit 7267d518d5d6979bd33cdd6dd7fda1075f6017e0 Author: Andrey Kamaev Date: Thu Nov 1 00:48:00 2012 +0400 Fix build in Visual Studio 2005 commit fc085d9dbd4b693f149cc14f1f28778f3788ec4b Author: Alexander Smorkalov Date: Wed Oct 31 20:35:37 2012 +0400 info library for OpenCV added. commit a1a2cb0aeb4101bcf08b0cf876d7e77f8e7cf32d Author: Alexander Smorkalov Date: Wed Oct 31 15:20:49 2012 +0400 OpenCV Samples testing problems fixed: Memory leak in color-blob-detection sample fixed; Default face size in face-detection is set to 20%; Error handling improved; Some possible mat leak fixed; Manager verison and engine interface version incremented to fix incompatibilities; Docs updated; commit 66b90d19a6219c806f71bebb247cc5e4bb0fc3a3 Merge: 468eefe 9f8ce90 Author: Andrey Kamaev Date: Wed Oct 31 16:59:45 2012 +0400 Merge pull request #81 from stephenfox/master commit b5ecb1d32d6dce856084584a7b93e21b4838ee23 Merge: 74fe158 ad982f4 Author: Andrey Kamaev Date: Wed Oct 31 16:57:06 2012 +0400 Merge pull request #111 from taka-no-me/algorithm/addParam-short commit 74fe158f4b0040c35f3c6a263735375f51f6bf57 Merge: a1c96c4 849a8c8 Author: Andrey Kamaev Date: Wed Oct 31 16:56:04 2012 +0400 Merge pull request #117 from vpisarev/doc_updates commit a1c96c4b3cbf9c25937863fb5b6cb4c6ba5c9b65 Merge: 3e10e05 da31e12 Author: Andrey Kamaev Date: Wed Oct 31 16:54:07 2012 +0400 Merge pull request #118 from asmorkalov/opencv_manager_cmake commit 3e10e057cb901d5000abcf57c3cbb46a4bb996b0 Merge: f15e490 adc1d94 Author: Andrey Kamaev Date: Wed Oct 31 16:52:50 2012 +0400 Merge pull request #110 from vpisarev/test_fixes2 commit f15e49041e74e95ae5e8f632bc68c64f803ce938 Merge: 78fd99a 2b0072d Author: Andrey Kamaev Date: Wed Oct 31 16:51:35 2012 +0400 Merge pull request #112 from taka-no-me/warnings commit 849a8c8d207e2cd6cfeb337f33d598fb27e99e8e Author: Vadim Pisarevsky Date: Tue Oct 30 17:58:44 2012 +0400 fixed many errors in warnings in rst docs; added ocl module description (by Niko Li) commit 2045c85ad56e819bb81e2da46430a0196bf053c0 Author: NikoKJ Date: Wed Oct 31 16:01:56 2012 +0800 a minor bug fix for brute force commit da31e12fed3f068095e3d22e6850ed39108514b3 Author: Alexander Smorkalov Date: Tue Oct 30 19:01:06 2012 +0400 CMake for OpenCV Manager updated; Some repo normalization problems fixed; Deprecated cmake keys removed; Warning fixed. commit adc1d94e952e50b91980506d19217c94608bc1fb Author: Vadim Pisarevsky Date: Tue Oct 30 15:25:46 2012 +0400 updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request commit 468eefe0ce06b1059db9ab27ab97839cea7c9a4e Merge: 0f65dac 78fd99a Author: Andrey Kamaev Date: Tue Oct 30 15:10:17 2012 +0400 Merge branch '2.4' commit 78fd99abdbe883d533e2a1f4d88f1b2e3a815424 Merge: 0be590d 08ff5f9 Author: Andrey Kamaev Date: Tue Oct 30 15:07:35 2012 +0400 Merge rebased pull request #106 from albenoit/retina_devel commit 08ff5f92f491eefd06442d126e7fb61aa04e699d Author: alexandre benoit Date: Sun Oct 28 18:52:04 2012 +0100 minor updates for doc redirections and tutorial images size commit f593616b8442246d9bc04519a5c77bd97b1da20b Author: alexandre benoit Date: Sun Oct 28 18:34:48 2012 +0100 minor update commit e475010e145188983f22a290e06d106b96e5be12 Author: alexandre benoit Date: Sun Oct 28 10:57:03 2012 +0100 updated first image sample commit 3fb90abb767e46f84e9902468c9e53a3e94a6a4f Author: alexandre benoit Date: Wed Oct 24 12:20:59 2012 +0200 added retina code tutorial commit f05f374fb5dbda76c7904cd37a7712e656e68445 Author: alexandre benoit Date: Wed Oct 24 12:04:32 2012 +0200 updated tutorial, rapid spell check, retina parameters discussion added commit 3eb4e387350f7fe33909c54b54749f9130270831 Author: alexandre benoit Date: Tue Oct 23 18:57:39 2012 +0200 updated tutorial, need spell check, validation, nicer images and a discussion on parameters commit 23bd6735981edf5a02b6dac3f13f6428e6d06599 Author: alexandre benoit Date: Mon Oct 22 13:51:55 2012 +0200 adding retina tutorial commit cdc4679b3ea8cfa613a26021d54ebd3159aba44e Author: alexandre benoit Date: Mon Oct 22 13:36:30 2012 +0200 introducing a tutorial for the retina model commit b0106ca25e8642e4540e837be5c25d0966e84add Author: Alexander Date: Mon Oct 29 20:34:36 2012 +0400 Test data form features2d updated. commit 0be590d898b0dc1da858d026059ff68303d31222 Merge: f3a158c d495daf Author: Andrey Kamaev Date: Tue Oct 30 13:02:29 2012 +0400 Merge pull request #109 from asmorkalov/2.4 commit f3a158c862e0e5d8214b888422c2670ec214cd2b Merge: d936f06 9ccdd17 Author: Andrey Kamaev Date: Tue Oct 30 12:57:26 2012 +0400 Merge pull request #102 from NikoKJ/ocl4_2.43 commit 9ccdd173767c07dd18fac359bb89e0405ad81cce Author: NikoKJ Date: Fri Oct 26 17:43:59 2012 +0800 eliminate all the warnings on win32 and win64 add a new function abssum fix the bug of test and perf because someone remove non-free module from cmakelist.txt commit 63bd6f9adfd3d239b97d983f129f2b39c18a5ca3 Author: Vadim Pisarevsky Date: Mon Oct 29 23:37:18 2012 +0400 fixed compile errors in ocl tests; disabled a few problematic tests commit d495daf1edf304fb5f953836719bb4bb565b26fe Author: Alexander Date: Mon Oct 29 16:56:21 2012 +0400 Memory leak of native OpenCV mats fixed. commit 0f65dacb8b5166ef58a863ded716c5542b948136 Merge: e55b2f7 e0cfc0c Author: marina.kolpakova Date: Mon Oct 29 15:12:28 2012 +0400 Merge pull request #104 from AoD314:master commit e55b2f7d6075b6987744ebb1c4a26912f03ec722 Merge: 729d76a 8db5b7d Author: marina.kolpakova Date: Mon Oct 29 15:00:15 2012 +0400 Merge pull request #99 from jet47:tvl1-opt-flow commit a0c92265db335e20ae6d0534e361bfba2d60feda Author: alexandre benoit Date: Sun Oct 28 18:52:04 2012 +0100 minor updates for doc redirections and tutorial images size commit 4e58fd645cd5fb7563d502cf9e41799d29d71b83 Author: alexandre benoit Date: Sun Oct 28 18:34:48 2012 +0100 minor update commit 02666567b024b45bf3ac4e15d41b772763982fd2 Author: alexandre benoit Date: Sun Oct 28 10:57:03 2012 +0100 updated first image sample commit e0cfc0ccf5dead858c0d2c72745fb128eee8a3e6 Author: morozov.andrey Date: Fri Oct 26 19:46:17 2012 +0400 fixed bug with incorrect syntax in CommandLineParser commit ad982f4ed6e2baba92bf68ce162891dca141b286 Author: Andrey Kamaev Date: Fri Oct 26 14:55:16 2012 +0400 Turn off video IO perf tests on Android commit fcad269e533266d4e12add81d4394110483af9eb Author: Andrey Kamaev Date: Fri Oct 26 14:53:32 2012 +0400 Specify sanity threshold for WarpPerspective perf test commit 84934f7bfc68d110ae0689a432f713fe9afd7217 Author: Andrey Kamaev Date: Thu Oct 25 18:59:10 2012 +0400 Fix SHORT data type support in Algorithm * typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM on attempt to set type property for FAST using setter inherited from Algorithm * added short type support to read/write methods * improved some error messages commit d936f062977333bb2d724174072d0ad7bea90126 Merge: bbb2d27 83d8bc8 Author: Andrey Kamaev Date: Fri Oct 26 14:40:18 2012 +0400 Merge pull request #103 from asmorkalov/2.4 commit 83d8bc8c55b3b6877f6e20f240a3bdb0709533f7 Author: Alexander Smorkalov Date: Fri Oct 26 13:27:42 2012 +0400 Tutorial 1 updated. Execution time camera switching implemented. Some unification done to simplify camera switching. commit 016b2cadb0f4bfcf4e4a1703e5375db2e3f48064 Author: Alexander Smorkalov Date: Thu Oct 25 17:09:54 2012 +0400 Issue 2473 Service connection leak in OpenCV Manager installation waiting fixed. Some code refactoring done. commit 9217095955edf2ab35647f5a40dcc676163dba63 Author: Alexander Smorkalov Date: Thu Oct 25 15:45:18 2012 +0400 Issue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed. commit 729d76ad09490dfb913c58152c2a3347b384ccd2 Merge: 7725868 bbb2d27 Author: Andrey Kamaev Date: Thu Oct 25 15:32:48 2012 +0400 Merge branch '2.4' commit bbb2d27addadd3b87b643fc13b4ee899811645af Merge: 42414b5 63397e8 Author: Andrey Kamaev Date: Thu Oct 25 14:56:53 2012 +0400 Merge pull request #74 from taka-no-me/cl2cpp commit 63397e825c965f71162d49233fc940bc15205d61 Author: Andrey Kamaev Date: Sat Oct 20 16:37:46 2012 +0400 Cleanup CMakeLists.txt of ocl module commit 42414b56899d1bd175139904fd9a709c7add97ec Merge: 1274706 d6aa3bd Author: Andrey Kamaev Date: Thu Oct 25 14:52:50 2012 +0400 Merge pull request #92 from LeonidBeynenson/cv_algorithm_changes_2.4 commit 8db5b7d7d4566820af61221cfd5fb0309f066f77 Author: Vladislav Vinogradov Date: Thu Oct 25 13:28:30 2012 +0400 fixed warnings under Windows commit 0ad849d2fd3335d0d6d5c0dd9a7241081a80e44a Author: Vladislav Vinogradov Date: Fri Oct 19 12:54:06 2012 +0400 Dual TV-L1 optical flow implementation commit 772586801bcd50b0a3ce99c92754c2e14e596079 Merge: 6211f15 26f9534 Author: marina.kolpakova Date: Thu Oct 25 00:40:31 2012 +0400 Merge pull request #87 from jet47:cmd-parser-fix commit 2b0072d823a776429a54c4cc5ab15f444de872f7 Author: Andrey Kamaev Date: Wed Oct 24 20:36:30 2012 +0400 Suppress more warnings in gtest on OS X commit 673aa91bacdb5948cca6711dd3f30101cf5900d4 Author: Andrey Kamaev Date: Wed Oct 24 20:27:20 2012 +0400 Fix remaining windows build warnings commit 6211f156e6dca9f0549b63cbb2e0ed0cb9f7fa7c Merge: f14a711 1274706 Author: Andrey Kamaev Date: Wed Oct 24 19:56:27 2012 +0400 Merge 2.4.3-rc commit 12747068b52f81909c99e22051d9ccfa84590978 Author: Evgeny Talanin Date: Wed Oct 24 17:28:17 2012 +0400 Updated docs to 2.4.3 rc commit ca202289564132d2c6867dbed67ac6162c7c711a Merge: 6c59225 a94e80b Author: Andrey Kamaev Date: Wed Oct 24 15:39:53 2012 +0400 Merge pull request #95 from apavlenko/perf-test/warp commit 6c5922542e80cf2a56ea2a859f2d0330ddc6111b Merge: 734b0da e7e14b2 Author: Andrey Kamaev Date: Wed Oct 24 15:02:05 2012 +0400 Merge pull request #97 from asmorkalov/2.4 commit 734b0da01465dac20e706b0801050dd3ca4aa842 Merge: 080b9bb ae10ecd Author: Andrey Kamaev Date: Wed Oct 24 14:42:20 2012 +0400 Merge pull request #94 from vpisarev/test_fixes commit ae10ecd2641a76ca4f935c1dd74707c943479cde Author: Vadim Pisarevsky Date: Wed Oct 24 01:58:17 2012 +0400 fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions) commit b5bd86b2a7f75aa206c354c78a5c75ae942707aa Author: alexandre benoit Date: Wed Oct 24 12:20:59 2012 +0200 added retina code tutorial commit 4c5bcd80dec56264fd67e329ceb28e4857299c40 Author: alexandre benoit Date: Wed Oct 24 12:04:32 2012 +0200 updated tutorial, rapid spell check, retina parameters discussion added commit e7e14b20cd982fc45d46d432a36036d0e3e7546f Author: Alexander Smorkalov Date: Wed Oct 24 13:25:07 2012 +0400 OpenCV Manager version ++. commit 293063eed3178992054b3976f57ccea59d0c9255 Author: Alexander Smorkalov Date: Wed Oct 24 12:47:43 2012 +0400 Code normalization problems fixed. Rair hangs on library installation fixed. commit 680fba7e0dedee3f7566075d55069ab26115e78d Author: Alexander Smorkalov Date: Wed Oct 24 12:46:36 2012 +0400 Repo normalization problems fixed. commit 4f0f6686d171f09a4b71af748087a221ef090d46 Author: Alexander Smorkalov Date: Wed Oct 24 12:28:31 2012 +0400 Undefind behavior in Async Service Helper fixed. commit a94e80bea365c4edb61e37e7592cb6b3b1514def Author: Andrey Pavlenko Date: Wed Oct 24 11:21:58 2012 +0400 fixing typos in perf tests for warp funcs commit 76bcf72ded5fe7101fab2be507941e683ed18890 Author: Alexander Smorkalov Date: Tue Oct 23 19:49:00 2012 +0400 2.4.3 version support added to OpenCV Manager. Docs updated. Samples updated. commit d6aa3bd8edb10b8554a7ef65198cf95da1c59cd5 Author: LeonidBeynenson Date: Tue Oct 23 21:37:27 2012 +0400 Made changes in cv::Algorithm made it to give more verbose errors when arguments of wrong types are passed, added setters with types (e.g. setInt, etc) commit 90d10e6b734b619e981cd539fde647e9e99cea1a Author: alexandre benoit Date: Tue Oct 23 18:57:39 2012 +0200 updated tutorial, need spell check, validation, nicer images and a discussion on parameters commit 080b9bbcd3e4f51476237d7e4223afe4dbbb9741 Merge: b88323a c1d4266 Author: Andrey Kamaev Date: Tue Oct 23 20:53:59 2012 +0400 Merge pull request #80 from apavlenko/android-samples-refactor commit b88323afc3e8a52b8e1ed53b556799e0f37219c2 Merge: 9b149ed 1a50081 Author: Andrey Kamaev Date: Tue Oct 23 20:52:42 2012 +0400 Merge pull request #91 from taka-no-me/warnings/windows commit f14a711bdaef6a659845935c04d0be24c0834ea9 Merge: 91f47d2 d681717 Author: Andrey Kamaev Date: Tue Oct 23 20:47:56 2012 +0400 Merge pull request #85 from Nerei/master commit 91f47d27794bbcf7e4e4582875923643230d57d7 Merge: 8dbde32 9b149ed Author: Andrey Kamaev Date: Tue Oct 23 20:39:02 2012 +0400 Merge branch '2.4' Conflicts: modules/core/include/opencv2/core/version.hpp commit 9b149edde6dec7b040fceab74e004d35f08adea4 Merge: 15b7b01 6f08d03 Author: Andrey Kamaev Date: Tue Oct 23 20:36:51 2012 +0400 Merge pull request #90 from taka-no-me/version_2.4.3-rc commit 8dbde3297eead00a07f76498346816b56605609d Merge: 1cb21d2 15b7b01 Author: Andrey Kamaev Date: Tue Oct 23 20:32:19 2012 +0400 Merge branch '2.4' commit c1d42664bc1919251d761d2d5fc7b7697775bbae Author: Alexander Smorkalov Date: Tue Oct 23 17:35:29 2012 +0400 Refactring. Bug fix. commit a9427470464de55fa6f09700ef6e51a63584a14b Author: Alexander Smorkalov Date: Tue Oct 23 17:00:14 2012 +0400 Code review coments fixed. Lint wornings fixed. commit 4c06d0834e7252b98ca8a58d69e130531fa0d0cf Author: Alexander Smorkalov Date: Mon Oct 22 17:19:18 2012 +0400 camera-preview sample removed from CMakeLists.txt commit 84856fa2c1d4a7c736e4fea7510e574054950b57 Author: Alexander Smorkalov Date: Mon Oct 22 17:15:51 2012 +0400 CMakeLists.txt rescued. Androidmanifest unified. commit a5ee07d340e9324ee2578843060a4492087e9c80 Author: Alexander Smorkalov Date: Mon Oct 22 17:06:15 2012 +0400 Image manipulations sample ported on new framework. commit 898320a0f619ff7676562e6e0f2d4301ffa2ab9f Author: Alexander Smorkalov Date: Mon Oct 22 16:43:20 2012 +0400 Code clean up. commit c64ee44c9e12ef61df12c86d50c1a49630244173 Author: Alexander Smorkalov Date: Mon Oct 22 16:21:35 2012 +0400 Color blob detection sample ported on new framework. commit 2fd8b51a2669e28737727d5d040041412059ff2e Author: Alexander Smorkalov Date: Mon Oct 22 15:29:19 2012 +0400 Face detection sample ported on new framework. commit d9ea16ce57424e40f44c4508b91a7aaca86713a5 Author: Alexander Smorkalov Date: Mon Oct 22 14:59:03 2012 +0400 Tutorial1 ported on new framework. commit 873f47654aab2c5b65a8616649eb1cea8f32a02e Author: Alexander Smorkalov Date: Mon Oct 22 14:43:55 2012 +0400 Tutorial2 ported on new framework. commit 31763bdcf05504493511cdb3554fe16e9ddd7827 Author: Alexander Smorkalov Date: Mon Oct 22 13:25:57 2012 +0400 Tutorial3 ported on new framework. commit 50500e5923f0d103385999152a4fa9be24c4c204 Author: Alexander Smorkalov Date: Mon Oct 22 13:04:23 2012 +0400 Tutorial4 ported on new sample framework. commit 641ee645ab2adcc7ee1b313ef98355bd9f8abc0e Author: Alexander Smorkalov Date: Mon Oct 22 12:58:13 2012 +0400 New sample framework integrated to Java part of SDK; Frame format setter added to both views. commit 9029acf6f03812a5864c046eee3e9733c11ecb77 Author: Alexander Smorkalov Date: Fri Oct 19 16:21:09 2012 +0400 openCV application framework moved to modules/java/... folder. Now it is part of OpenCV SDK. commit 68ab3d5be63849afaecb525e932f817ceba8843a Author: Alexander Smorkalov Date: Fri Oct 19 14:40:07 2012 +0400 Processing thread added to Java camera view. commit 8393fd0c9d8335a2cbc4a9204ee0258cb81312c9 Author: Alexander Smorkalov Date: Thu Oct 18 17:51:12 2012 +0400 Auto focus added; Old Android support added; Android 4.1.x fixes added; Thead sync added; Camera errors handling added. commit f8bcff8ff38b3ef77cccd35895e8e057e2698005 Author: Alexander Smorkalov Date: Thu Oct 18 17:50:20 2012 +0400 Device rotation support added; Nexus 7 support added. commit 09901fae2b42e14eb1472b0a6c7841e5261103b6 Author: Alexander Smorkalov Date: Thu Oct 18 12:36:30 2012 +0400 OnResume/OnPause handlers added to start/stop camera. OpenCV initialization moved to onResume event to support package installation waiting. commit cc3430dbccd9de16317f76ccd9cd9e6c3945e953 Author: Alexander Smorkalov Date: Wed Oct 17 14:58:45 2012 +0400 Naming fixed; Warnings fixed; Nexus 7 support added to manifest. commit cd152c3a0378acc95a990af8390ecde69d44bee3 Author: Konstantin Bezruk Date: Thu Oct 18 09:50:22 2012 +0400 Puzzle15 implementation with use of the OpenCV surface framework commit 5f1339b319409ab3fdd35d752207f531c3a934e3 Author: Alexander Smorkalov Date: Mon Oct 15 11:51:27 2012 +0400 Menu and style removed from sample. commit a32004f90cfd20859f9dc906a460a35fc0ac00e3 Author: Andrey Pavlenko Date: Fri Sep 28 16:12:59 2012 +0400 adding initial version of a sample with new Camera-View handling design commit 1a500813f65b7ccb02accd4b628c830b43e46d4f Author: Andrey Kamaev Date: Tue Oct 23 18:14:13 2012 +0400 Remove dead blobtrackingkalman.cpp commit ac96bb357c767b161e6240573c923c48526944a6 Author: Andrey Kamaev Date: Tue Oct 23 15:04:38 2012 +0400 Suppress more warnings in libtiff commit 9751014067d6aad3482c0a1462691e1104fa4f2f Author: Andrey Kamaev Date: Tue Oct 23 13:22:03 2012 +0400 Fix warnings from MSVC 10 64-bit commit afc79e2a02110d47aad49bbe81a15dcd07f1f46f Author: Andrey Kamaev Date: Tue Oct 23 13:08:43 2012 +0400 Fix warnings from MSVC 9 64-bit commit 00720788570325594688eb0f2d8db548656e44c2 Author: Andrey Kamaev Date: Tue Oct 23 12:57:56 2012 +0400 Hide non-windows variable in gtest commit 1d8729a7aaaf5013c17821a0927d277c1aac4a3b Author: Andrey Kamaev Date: Tue Oct 23 12:52:54 2012 +0400 Don't use _interlockedExchangeAdd in case of GNU compiler commit 15b7b01243188e4cada6b9b853186cc74b322a36 Merge: 08e4298 e64bb36 Author: Andrey Kamaev Date: Tue Oct 23 18:03:52 2012 +0400 Merge pull request #86 from taka-no-me/test/python_kmeans commit 6f08d0332207f6872be4227b21c3dac32fc4a134 Author: Andrey Kamaev Date: Tue Oct 23 17:59:59 2012 +0400 Advance version number to 2.4.3-rc commit 08e4298a96c9b6da6f08288e7652820de266f293 Merge: cd32056 e9ba5c2 Author: Andrey Kamaev Date: Tue Oct 23 17:28:01 2012 +0400 Merge pull request #84 from Daniil-Osokin/perfTest-warpPerspective commit cd320565ddc0f047e988c0b3a27bc73bea4a8c4a Merge: 2d6ff8e 585f3bc Author: Andrey Kamaev Date: Tue Oct 23 16:22:16 2012 +0400 Merge pull request #82 from taka-no-me/perf/fix_failures commit 2d6ff8e9463279c57ca8e81cb7143cb65a932281 Merge: 22e352d ed00642 Author: Andrey Kamaev Date: Tue Oct 23 16:20:56 2012 +0400 Merge pull request #88 from taka-no-me/build_ubuntu_x86_o2 commit e9ba5c225dcc19a8b3f24b9cde1e4d42c2ee9179 Author: Daniil Osokin Date: Tue Oct 23 15:14:40 2012 +0400 extended perf test warpPerspectiveLarge commit ed0064260008cff6c4a9ef5e03e6520f23aede20 Author: Andrey Kamaev Date: Tue Oct 23 15:52:11 2012 +0400 Force build with -O2 instead of -O3 on 32-bit linux commit e64bb3654afd57eed978d735f113077fd79ca8ee Author: Andrey Kamaev Date: Tue Oct 23 15:28:44 2012 +0400 Remove wrong assertion commit 26f9534544f7c2a1c7549af8b060ade15079d470 Author: Vladislav Vinogradov Date: Tue Oct 23 15:24:21 2012 +0400 fixed string->string conversion commit d681717702b0bf134b9b63032f11fe3ec08b304e Author: Anatoly Baksheev Date: Tue Oct 23 15:13:46 2012 +0400 warnings commit 275ab53ebc361279a3119e051155d2c174a41be6 Author: Anatoly Baksheev Date: Tue Oct 23 15:12:39 2012 +0400 Added default Eigen search path to support Eigen that comes with PCL commit 1cb21d292bac4a5ac0ce88984b049515b1c77c05 Author: OpenCV Buildbot Date: Tue Oct 23 13:17:43 2012 +0400 update FFMPEG wrapper binaries commit 585f3bc3919132eba4e46c704eaed12158d59037 Author: Andrey Kamaev Date: Tue Oct 23 12:13:39 2012 +0400 Disable perf test for unstable solvePnPRansac commit b45a870d9a3f856a4b0fe71caa903a6a4f5cda0d Author: Andrey Kamaev Date: Tue Oct 23 12:07:32 2012 +0400 Limit 32S data in perf test for addWeighted to avoid integer overflow commit c13eb07d4789c3a128d5aef0c4fc0efc4f7b167a Author: Andrey Kamaev Date: Tue Oct 23 12:07:01 2012 +0400 Fix argument parsing for old command line parser commit 9f8ce906f4a3262c516e9f329401df86b22b07d7 Author: Stephen Fox Date: Mon Oct 22 23:16:17 2012 -0500 fix to documentation regarding CV_CAP_OPENNI_* in high gui userguide fix comments to accurate match CV_CAP_OPENNI_* vs. wrong OPENNI_* commit 22e352d9cc35d21f686fd67aeaa285dbfae1fec2 Merge: 781d898 fbe0d69 Author: Andrey Kamaev Date: Mon Oct 22 21:08:47 2012 +0400 Merge pull request #76 vpisarev/test_fixes_1 commit fbe0d6963c1d45660c913035c3c1f1e56ce70616 Author: Vadim Pisarevsky Date: Mon Oct 22 17:26:22 2012 +0400 disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW commit 781d89829f3a58ef5d0d44291d8d24a666eec7ff Merge: bfa466d 2e91405 Author: Andrey Kamaev Date: Mon Oct 22 20:56:53 2012 +0400 Merge pull request #79 from taka-no-me:warnings commit 2e91405833668d914a0d35b7ca45172ef9bee6e3 Author: Andrey Kamaev Date: Mon Oct 22 19:13:29 2012 +0400 Fix OS X build warnings commit 40030d2ca038b1a5b446a023ecb0700ee5d5de83 Author: Andrey Kamaev Date: Mon Oct 22 18:46:26 2012 +0400 Fix windows build warnings commit 15076f923238d606adc8a20d0de2e738f0dcf829 Author: Andrey Kamaev Date: Mon Oct 22 18:39:56 2012 +0400 Fix implementation of PCA overload with retained variance parameter commit d0ec65e80c2d6a7b57da9aafa3acd40ea2a66204 Author: Andrey Kamaev Date: Mon Oct 22 18:19:32 2012 +0400 Fix linux build warning commit bfa466dcbd59f897adf7152fdd4042a6cef83bb7 Merge: 769f61f 9900f8d Author: Andrey Kamaev Date: Mon Oct 22 18:31:20 2012 +0400 Merge pull request #75 form taka-no-me:comments/2463 commit 9900f8deb2747fd6946b6687871eb7e53488c4a6 Author: Andrey Kamaev Date: Mon Oct 22 17:24:43 2012 +0400 Remove russian comments commit ecb707ca7b2ee76ea1e3c816776f022f87a60157 Author: Andrey Kamaev Date: Sat Oct 20 16:17:41 2012 +0400 Convert cl2cpp.py script to cmake New version removes inner comments and empty lines commit 57775988e725de89627971f85a83f4def04d79c9 Merge: ef6a6cf 769f61f Author: Andrey Kamaev Date: Mon Oct 22 16:57:56 2012 +0400 Merge branch '2.4' commit ef6a6cfb4054adcde41d9f334e124fe4eb807014 Merge: d9ffe5e 78dd189 Author: Andrey Kamaev Date: Mon Oct 22 16:47:49 2012 +0400 Merge pull request #69 from mdim/core_tests commit 769f61f8c77445a8ca531012db275776b8febf18 Merge: d1d6ce6 f75946a Author: Andrey Kamaev Date: Mon Oct 22 16:39:09 2012 +0400 Merge pull request #55 from vpisarev/ocl_fixes commit d1d6ce63fc479e270c9d33be17cb7bf11615548c Merge: eea6fe8 72c93da Author: Andrey Kamaev Date: Mon Oct 22 16:27:10 2012 +0400 Merge pull request #48 from kazuki-ma/2430_ostream_24 commit eea6fe8e7f2d5ab5ef1a5d3374ae1cf22ae808db Merge: 1770ba1 5df77a8 Author: Vadim Pisarevsky Date: Mon Oct 22 04:57:42 2012 -0700 Merge pull request #71 from NikoKJ/ocl4_2.4.3 This patch is for the ocl module of 2.4.3 (tested on Mac (OSX 10.8, Xcode 4.5, OpenCL 1.1(?)) commit 6e63073c6cf88e3153fdb0573fece964d797ddfa Author: alexandre benoit Date: Mon Oct 22 13:51:55 2012 +0200 adding retina tutorial commit 0d3fb3cef336b17b4389bb1e4eebbe861f3ff05d Author: alexandre benoit Date: Mon Oct 22 13:36:30 2012 +0200 introducing a tutorial for the retina model commit 1770ba1df7defc8329f1fbc0985c9a9a4a3e80c6 Merge: 8e2f729 2dba13f Author: Vadim Pisarevsky Date: Mon Oct 22 04:07:07 2012 -0700 Merge pull request #66 from alekcac/ios-armv7s added support armv7s for iOS framework; tested on my computer (OSX 10.8, Xcode 4.5) commit 8e2f729aa7c9e0ecd86c3fa3324a7282e752340e Merge: 99c6666 b14f447 Author: marina.kolpakova Date: Mon Oct 22 13:16:27 2012 +0400 Merge remote-tracking branch 'cuda-geek/surf-with-mask-fix' into 2.4 commit 5df77a841e8f81ee7ab975a19a92fd16c25daaa0 Author: Niko Date: Mon Oct 22 15:14:22 2012 +0800 remove redundant OPENCL_DIR flag remove as much warnings as possible use enum instead of MACRO for ocl.hpp add command line parser in accuracy test and perf test some bug fix for arthim functions commit 78dd1893bb854b314ea22a6a61cda0f910354dfb Author: Maria Dimashova Date: Sat Oct 20 19:37:19 2012 +0400 added tests for cv::merge, cv::split, cv::phase commit b14f447cc69a3bc75ba727a11e058a7e1774f855 Author: marina.kolpakova Date: Sun Oct 21 11:37:35 2012 +0400 fix GPU SURF tests for masked case commit 99c666691e3cd47a69219a5e8df14a2c3bac09ab Author: marina.kolpakova Date: Sun Oct 21 11:20:39 2012 +0400 Restore core multiply/divide depth to CV_64F value. After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions. commit 72c93dabd33528e1cd5a6cfbf6e528b6e8293cb1 Author: Kazuki MATSUDA Date: Sat Oct 20 11:19:42 2012 +0900 Add stream operators (Requested #2430) Add output stream operators (<<) for Rect, Size, Matx, Vec. I can't add operations for cv::KeyPoint. And putting together all operator<<. (Matx, Point_, Point3_, Vec, Size_, Rect_) commit b6a2717c2b8d998d5a12b4baa6f2d331ad34f84d Merge: 59452df 8fb6d9f Author: Andrey Kamaev Date: Fri Oct 19 20:49:19 2012 +0400 Merge pull request #65 from taka-no-me:android/warnings commit 59452dfc6f96ce88fecce1260f681cba8aef8117 Merge: 546ec2a 40a30b6 Author: Andrey Kamaev Date: Fri Oct 19 18:46:47 2012 +0400 Merge pull request #64 from vpisarev/bugs_1939_2100 commit 40a30b6f30efaf92d48a41b40155a4058eb5528d Author: Vadim Pisarevsky Date: Fri Oct 19 13:43:14 2012 +0400 fixed type "compatible -> incompatible" in the error message commit d652cc72f2ab09f5fbe1066ee2d0f1e5bdc568af Author: Vadim Pisarevsky Date: Thu Oct 18 15:29:03 2012 +0400 fixed bugs #2100 (kind of) and #1393 [edit: cleaned whitespace] commit 2dba13f7d47921a6ab203e969c952d2e47b9b183 Author: Alexander Shishkov Date: Fri Oct 19 18:56:12 2012 +0400 added support armv7s for iOS framework for supporting with iOS 6 devices commit 8fb6d9f65038fad8e483fde8c51b67fef637f073 Author: Andrey Kamaev Date: Fri Oct 19 16:08:10 2012 +0400 Fix Android build warnings commit d9ffe5e7c4b349d2314475c754de6b616a0f3143 Merge: cb66dd8 546ec2a Author: Andrey Kamaev Date: Fri Oct 19 15:07:12 2012 +0400 Merge branch '2.4' commit cb66dd8000880789dc5b6e86a5f7e1fe4debc02d Author: Andrey Kamaev Date: Fri Oct 19 15:06:32 2012 +0400 Normalize android/scripts/wincfg.cmd.tmpl commit e8dd73798c9a45c776141f7258326bed96f43428 Merge: 5bc104c 73bbabf Author: Andrey Kamaev Date: Fri Oct 19 15:03:26 2012 +0400 Merge pull request #59 from taka-no-me:doc/fix-signatures-master commit 546ec2af6519398a49555d5e4e2b383a4083e76f Merge: 09abcd5 461b69f Author: Andrey Kamaev Date: Fri Oct 19 15:02:30 2012 +0400 Merge pull request #54 from taka-no-me:doc/fix-signatures commit 5bc104cef50c79a68ef342f7057d1362fda51d28 Merge: 0e7ca71 09abcd5 Author: Andrey Kamaev Date: Fri Oct 19 15:00:05 2012 +0400 Merge branch '2.4' commit 09abcd567e11924985b374ae9a4935051aeb9cb7 Merge: ec8fb32 7173c82 Author: Andrey Kamaev Date: Fri Oct 19 14:57:08 2012 +0400 Merge pull request #50 from taka-no-me:parallel/fix-build-2445 commit 7173c823825a8562b351316ad00af34f6b351d77 Author: Andrey Kamaev Date: Wed Oct 17 17:00:53 2012 +0400 Include unistd.h to parallel.cpp on UNIX-like systems This fixes build without TBB and CUDA. Issue #2445 commit ec8fb3233674b351130cbd16f75da0b68b49f513 Merge: 9a97c74 34b4a35 Author: marina.kolpakova Date: Fri Oct 19 13:04:04 2012 +0400 Merge pull request #63 from jet47/gpu-sep-filters commit 34b4a35ea7ce6e5a826fe9dafc4f5a847ff5635b Author: Vladislav Vinogradov Date: Thu Oct 18 10:59:25 2012 +0400 gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types commit 9a97c74ef36543e5d65015ffe3a615ca95f94e28 Merge: 49397f7 c40718a Author: Andrey Kamaev Date: Fri Oct 19 11:16:50 2012 +0400 Merge pull request #61 from vpisarev/bug_2509 commit 49397f794698315010b09a50acd849c76ec965cc Merge: 1341c64 908f25b Author: Andrey Kamaev Date: Fri Oct 19 10:59:31 2012 +0400 Merge pull request #60 from kirill-kornyakov/documentation-link-to-answers2 commit 1341c64290316f59b0905469b61988a8ba6917da Merge: 65d07c5 57d077b Author: Andrey Kamaev Date: Fri Oct 19 10:26:58 2012 +0400 Merge pull request #51 from taka-no-me/java/fix-build-after-normalization commit 65d07c56fb441934adcf5749b903f7cca10914c1 Merge: 634fedc e1c3ffb Author: Andrey Kamaev Date: Thu Oct 18 19:42:14 2012 +0400 Merge pull request #57 from vpisarev/bug_2429_2.4 commit e1c3ffb23fc473616269c261fcad3e98a531c168 Author: Andrey Kamaev Date: Thu Oct 18 19:35:57 2012 +0400 Fix weight calculation for the last pixel in generic area resize. Also removed assigned only variable. commit 80f9bd864f86852f781faef50b3667cf463cb3d6 Author: Vadim Pisarevsky Date: Wed Oct 17 23:04:22 2012 +0400 fixed bug #2429 [edit: cleaned whitespace] commit c40718ab6116d12e811f491c9926d4ab1bfe3845 Author: Vadim Pisarevsky Date: Thu Oct 18 14:41:26 2012 +0400 fixed bug #2059 commit 908f25bc432236cab22c85c828db3224f9340450 Author: Kirill Kornyakov Date: Mon Oct 15 17:56:59 2012 +0400 changed link to Q&A forum in the docs commit 634fedc3cb4f8dc18f7de1b45f63d53ee75f3e75 Merge: 04384a7 f5742e6 Author: Andrey Kamaev Date: Thu Oct 18 13:21:41 2012 +0400 Merge pull request #56 from vpisarev/bug_2447_2.4 commit f5742e6cacbef77011f3d0b02e8d88a251e63212 Author: Vadim Pisarevsky Date: Wed Oct 17 22:33:37 2012 +0400 fix bug #2447 - unary operator bug for single column matrix commit 73bbabf2072fe886f65f280cc7a1b0f8c109a281 Author: Andrey Kamaev Date: Thu Oct 18 12:16:04 2012 +0400 Eliminate discrepancies between signatures in documentation and OpenCV headers All errors were found by doc/check_docs2.py commit 0e7ca71dcc1b53430893362faf302c05c8695524 Author: Andrey Kamaev Date: Wed Oct 17 21:42:09 2012 +0400 Normalize whitespace in documentation and text files commit 461b69f6eeb0f54f29d8960f89b5cfcfd364b5f9 Author: Andrey Kamaev Date: Wed Oct 17 21:24:55 2012 +0400 Eliminate discrepancies between signatures in documentation and OpenCV headers All errors were found by doc/check_docs2.py commit 57d077b936cfa6a9758682563872960cf1d8c186 Author: Andrey Kamaev Date: Wed Oct 17 18:20:46 2012 +0400 Fix Java API generation after normalization The rst_parser.py was unintentionally corrupted by normalization. This fix repairs the script and fixes Java API generation. commit 9337246867e409e109340126c4dc60a7c4b6075f Merge: 81f826d 04384a7 Author: Andrey Kamaev Date: Wed Oct 17 16:18:08 2012 +0400 Merge branch '2.4' commit 81f826db2b3945854a87cf7ceb1b2244103dbed9 Author: OpenCV Buildbot Date: Wed Oct 17 11:12:04 2012 +0400 Normalize line endings and whitespace commit 04384a71e409edc65c41669fa8f7ef9d568050a2 Author: OpenCV Buildbot Date: Wed Oct 17 03:18:30 2012 +0400 Normalize line endings and whitespace commit f75946a16ad3d2d5122e006b09ca14be702d9bb9 Author: vpisarev Date: Wed Oct 17 15:08:03 2012 +0400 made opencv_ocl module build with VS2012 commit 69020da607026ac9431f5c8e4e0af3a19ad18420 Merge: e9009db f4e33ea Author: Andrey Kamaev Date: Wed Oct 17 02:12:20 2012 +0400 Merge branch 'release2.4.3' into 2.4 commit f4e33ea0ba6a9b07e58f7f71ed75ce10e055ea31 Author: Andrey Kamaev Date: Tue Oct 16 20:03:07 2012 +0400 Fix build of samples commit 7225f89ea25a3e90e5f709cd9a1eaccd4bcb002d Author: Andrey Kamaev Date: Tue Oct 16 23:18:05 2012 +0400 Revert opencv_videostab to the state of 2.4.2 commit e5437e5486799ebfef9a85a1ed2a3ab213ade527 Author: marina.kolpakova Date: Tue Oct 16 18:06:45 2012 +0400 Fix binary compatibility of opencv_gpu commit ed5116256884fdb0abef7cf79dbf2949754a510b Author: Andrey Kamaev Date: Tue Oct 16 14:22:17 2012 +0400 Fix binary compatibility of Java wrappers commit 42c8a42ad3834f4ef0315db611bd243670cfde92 Author: Andrey Kamaev Date: Tue Oct 16 17:48:51 2012 +0400 Fix binary compatibility of opencv_objdetect commit a07cc84436495610c56322d499e00a97b4ec9443 Author: Andrey Kamaev Date: Tue Oct 16 02:05:26 2012 +0400 Fix binary compatibility of opencv_nonfree commit 26bcb3812cdbf7fccb07548fb09d4da4d8e68350 Author: Andrey Kamaev Date: Tue Oct 16 01:59:49 2012 +0400 Fix binary compatibility of opencv_contrib commit 971d02cde63b5d8baf0c39a1b99dd18cc74d3e03 Author: Andrey Kamaev Date: Tue Oct 16 01:06:37 2012 +0400 Fix binary compatibility of opencv_stitching commit edee177ef17ae94b942a76cfec51acddd6e20e6b Author: Andrey Kamaev Date: Tue Oct 16 17:48:42 2012 +0400 Fix binary compatibility of opencv_ml commit 7d6a2f1bcaf819764ea4b375453733dc907d0776 Author: Andrey Kamaev Date: Mon Oct 15 23:00:22 2012 +0400 Revert "skip of table header in MLData (#1962)" This reverts commit 4d36be8794a56e3ea91fbd9df53e299dc8d951aa. Conflicts: modules/ml/include/opencv2/ml/ml.hpp modules/ml/src/data.cpp commit 0dc3d6107161f5718e52c4fc90ede5515c9b3b30 Author: Andrey Kamaev Date: Mon Oct 15 22:56:30 2012 +0400 Revert "yet another portion of changes towards the binary compatibility" This reverts commit 618fbf5508c8a55cd9132605bb9fc4a686b3872a. commit 5a730d09cdccbe7b6a61d71f571b4cda37ae54c9 Author: Andrey Kamaev Date: Mon Oct 15 21:09:24 2012 +0400 Fix binary compatibility of opencv_features2d commit 0442bca235b9b6d9f4da79f1239a3aed50a14a2b Author: Andrey Kamaev Date: Tue Oct 16 19:37:12 2012 +0400 Revert "partially recovered binary compatibility (ticket #2415)" This reverts commit 94b97b7a631abb1f42b4f66cfc7149e6e46203c8. commit 075372a71cbfbbc230b1c6b35ddee595160a046c Author: Andrey Kamaev Date: Tue Oct 16 19:37:02 2012 +0400 Revert "fixed compilation error because of DetectionBasedTracker" This reverts commit 9b8c47399a3b4bcb8928156b7ea54fa7d0dfbd03. commit e7b81688a464e0cc94d635259728f36f480fd10f Author: Andrey Kamaev Date: Tue Oct 16 19:35:57 2012 +0400 Revert "yet another portion of changes towards the binary compatibility" This reverts commit 618fbf5508c8a55cd9132605bb9fc4a686b3872a. commit 18ab16dbd32ce2f3b09717de9f978cdb17dd88c6 Author: Andrey Kamaev Date: Tue Oct 16 19:35:28 2012 +0400 Revert "some more fixes towards binary compatibility" This reverts commit a8c5e356199057538d65b7fbd8db573f96089089. Conflicts: modules/imgproc/src/imgwarp.cpp commit 88e9a072eccf894172f38903cab2cae6073ea7aa Author: Andrey Kamaev Date: Mon Oct 15 20:46:39 2012 +0400 Fix binary compatibility of opencv_flann commit 64b56d7018c66916731dab18ff08bc0953ab5c97 Author: Andrey Kamaev Date: Mon Oct 15 20:26:42 2012 +0400 Revert "remaining C-style planar subdivisions data structures are moved to legacy" This reverts commit 4aaaef5967240d2da4d78674048c0c3a1a6fef53. Conflicts: modules/imgproc/include/opencv2/imgproc/types_c.h modules/legacy/include/opencv2/legacy/legacy.hpp commit ebac3a02aa5c2524a6401b33229e3b1dbefc77c2 Author: Andrey Kamaev Date: Mon Oct 15 19:30:18 2012 +0400 Fix backward compatibility of opencv_core commit d566c6bc865408b31b61a56c71c865474cff9ee4 Author: Andrey Kamaev Date: Mon Oct 15 19:46:57 2012 +0400 Revert "add new version of CommandLineParser. add empty docs" This reverts commit 54a202b3d522f19a05993998ab40a40733a0d3b8. Conflicts: modules/core/doc/command_line_parser.rst modules/core/include/opencv2/core/core.hpp modules/core/src/cmdparser.cpp modules/gpu/perf/main.cpp modules/gpu/test/main.cpp modules/ts/src/ts_perf.cpp commit 52e490ef88bf1f23723ad8865b606d4bd33c6a5f Author: Andrey Kamaev Date: Mon Oct 15 19:30:47 2012 +0400 Revert "fixed compile error under linux" This reverts commit e2d9fc4dcc9d4f9bc3daefdaaa55e36e34fac7af. commit 58f31819cc7ae5354ad24fdbcd25a28c4097d58b Author: Andrey Kamaev Date: Mon Oct 15 18:12:33 2012 +0400 Return drawContours back to imgproc This partly reverts commit 6ca618277c8ec110eb2a28f00cc3fb7329b1d00b. commit dbd30d4fbaec457c48aeef3464ef02cf92c95ee1 Author: Andrey Kamaev Date: Mon Oct 15 17:53:57 2012 +0400 Revert "fixing Java test and sample after moving drawContours() from Imgproc to Core" This reverts commit eb4ce67dac4b0ebdb7e0c6f97cecd3bf263c14e5. Conflicts: samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionView.java commit a3b19719774df52099880d05af0e4ff1e4a48426 Author: Andrey Kamaev Date: Mon Oct 15 17:48:49 2012 +0400 Bring back escaped virtual destructors from 2.4.2 commit 3ffe0f011712787436c0c62854d007bc984fbff8 Author: Andrey Kamaev Date: Mon Oct 15 16:25:06 2012 +0400 Remove unused tbb::task_scheduler_init from perf tests commit c3881ede62d1f15264f1e4dcd285f81dfdee5699 Author: Andrey Kamaev Date: Mon Oct 15 16:14:11 2012 +0400 Refactor thread management in performance tests commit aedf56404ee85fe2f0b8e34fa5e5ea7c6128a8f6 Author: Kirill Kornyakov Date: Mon Oct 15 15:23:38 2012 +0400 made imread description slightly better #2406 commit 5b2271c6fb0e13e92d9f4b6ff46195328804b010 Author: Vadim Pisarevsky Date: Mon Oct 15 14:12:32 2012 +0400 another fix for #2332 test commit 78a0b9787c938f792353bca7ff8fee2c19e1dfc6 Author: Vadim Pisarevsky Date: Mon Oct 15 13:55:32 2012 +0400 fixed build errors on Mac; moved test for #2332 from imgproc to highgui commit 460644b8a4325558414f1d30ba15138857434875 Author: Andrey Kamaev Date: Fri Oct 12 20:06:40 2012 +0400 Reimplement thread management functions: * Refactor auto-detection of parallel frameworks * Implement cv:getNumThreads, cv::setNumThreads and cv::getThreadNum for all supported frameworks * From now cv::setNumThreads(0) can be used to turn off parallelisation commit b54f59de904bccd0d5410baa6867ddb39cc1f7c7 Author: Andrey Kamaev Date: Fri Oct 12 14:49:22 2012 +0400 Move thread-related functions implementation to parallel.cpp commit 2cda65a782f0fb1b18fff586f34743698d556160 Author: Ilya Lavrenov Date: Mon Oct 15 12:22:36 2012 +0400 fixed cvtColor (RGB <-> Lab) tests and created another one commit 5f9aedbe01bd8f250273140dcac3797342d8903f Author: Ilya Lavrenov Date: Mon Oct 15 12:21:16 2012 +0400 fixed bug in cvtColor RGB(BGR) <-> Lab conversion commit f9ac5e240403c3e98fa73dea30c21e7b3cc2497a Author: Anatoly Baksheev Date: Thu Oct 11 00:54:45 2012 +0400 minor commit c1f2b1fcc4381862e174e34ffef61131c5d2454e Author: KOLANICH Date: Fri Oct 12 19:43:45 2012 +0400 replaced python build script with WSH one for windows platforms commit cfe28e3b739b114ee7836c61a14069c6d86930d5 Author: Evgeny Talanin Date: Fri Oct 12 18:43:00 2012 +0400 Added test inspired by #2332 commit e770691522ca4ecd9b104dd160dcf5a1f67bc9ae Author: Kirill Kornyakov Date: Fri Oct 12 17:31:26 2012 +0400 deleted wrong line commit de98da42f7c6b00693fcaa2dd0b5bc4f4a5957b9 Author: Kirill Kornyakov Date: Fri Oct 12 17:30:23 2012 +0400 commented wrong line commit 84176fa027b797246fbed97fd97ef57161ff5f90 Author: Kirill Kornyakov Date: Fri Oct 12 17:10:58 2012 +0400 Added perf test for warpPerpsective with large resolutions commit fa368d620276d3fbb6f03a28b90d2aa0dba93271 Merge: 5474b4d 319e861 Author: Vadim Pisarevsky Date: Fri Oct 12 16:29:20 2012 +0400 Merge remote-tracking branch 'origin/master' commit 5474b4d4bcc65419daf9f67fa6b5eff2b847634c Author: Vadim Pisarevsky Date: Fri Oct 12 16:28:26 2012 +0400 finally, a proper fix for VNG (both SSE2 and C version) commit 319e861cf2e6117c74459ad27dc53ea33aaf6e76 Author: marina.kolpakova Date: Fri Oct 12 14:34:10 2012 +0400 FAIL_NO_CPU marco commit 8d7ac8ad19ec8b589662aa9d3af90026ed33fe1b Author: marina.kolpakova Date: Fri Oct 12 14:33:19 2012 +0400 minor ending fix commit 800cb9d0e63dce4b5815be12b95c39b91ed5a3ce Author: marina.kolpakova Date: Fri Oct 12 14:32:47 2012 +0400 allow gpu module write sanity data for GPU and CPU tests in one xml commit 4500c48349116f030e275f62d40d720f03adf50b Author: Daniil Osokin Date: Fri Oct 12 14:38:37 2012 +0400 fixed 7 point mode in findFundamentalMat #1978 commit 5dd1ec98f72e0afff402a713c159c4da8cdd7faf Author: Evgeny Talanin Date: Fri Oct 12 14:25:36 2012 +0400 #720 patch apply commit b91ca6a73f1091525e6f99dfe39295aea5d00bb3 Author: Vsevolod Glumov Date: Fri Oct 12 14:15:30 2012 +0400 Removed the phrase, that was causing all the confusion. Issue #2406. + Some minor formatting fixes. commit 7bbf8744d659d54cb8fffe631bec261b0bf32947 Merge: cb58e5a 296aa7c Author: Vadim Pisarevsky Date: Fri Oct 12 14:01:47 2012 +0400 Merge remote-tracking branch 'origin/master' commit cb58e5a3a4c72eb065daf7d3e1ab04754533f9ee Author: Vadim Pisarevsky Date: Fri Oct 12 14:01:36 2012 +0400 let Kalman handle the missing measurements (bug #1380) commit 296aa7c4fbf29b3a76773e23e576fb8e4b6a071c Author: marina.kolpakova Date: Fri Oct 12 13:02:35 2012 +0400 One more fix for Kepler-specific gpu::integral usage commit 1d3ec99102b456fbff4866c4fd8c9ce6f146f35d Author: Daniil Osokin Date: Fri Oct 12 12:31:05 2012 +0400 fixed batchDistance minimum finding #2292 commit 2abb67cc925a1f7ecd6c2112926c63ab2ae455fa Merge: 2e7656d ec45453 Author: Andrey Kamaev Date: Fri Oct 12 13:16:17 2012 +0400 Merge pull request #29 from thorikawa/feature-523 commit 2e7656dbdfaccca8bb3245fc70ed6069f8e9f53f Author: Evgeny Talanin Date: Fri Oct 12 13:03:43 2012 +0400 #2192 patch apply commit 83799d6bf479492126622fe8a94540ca429cae70 Author: Andrey Kamaev Date: Fri Oct 12 12:58:16 2012 +0400 Fix Mat indexing in TrackingMotion tutorial code (supersedes pull request #38) commit 304714862f8a4327c4c3a05ca37b335fd2b51122 Author: Vladislav Vinogradov Date: Fri Oct 12 12:47:07 2012 +0400 fixed bug in gpu::HOGDescriptor::computeConfidenceMultiScale commit 8abcad6b00f87f965bf27925141aa110012c25b5 Author: Vladislav Vinogradov Date: Fri Oct 12 12:45:50 2012 +0400 fixed CUDA_FAST_MATH flag commit a390c1e2e681635ff5f9b3dc9aa0467d20eed686 Merge: a3a658c 594ce1c Author: Andrey Kamaev Date: Fri Oct 12 12:28:37 2012 +0400 Merge pull request #40 from emchristiansen/manualBRISKFREAK commit 594ce1c869d45e89ab1c1922dccdfca118262859 Author: Eric Christiansen Date: Thu Oct 11 12:14:06 2012 -0700 fixed indentation commit caebcdcb3df5315352d5c1bd61d005eea2112910 Author: Eric Christiansen Date: Thu Oct 11 11:24:22 2012 -0700 Minor tweak to add BRISK and FREAK support for the Java wrapper commit a3a658c034373ef40ec1cedeca147a46a4f1c4a7 Author: Andrey Kamaev Date: Fri Oct 12 12:19:34 2012 +0400 Quiet MSVC warning commit bddd06e6c40cf4388dc67a771b14d1681155b0b2 Author: Vadim Pisarevsky Date: Thu Oct 11 23:22:32 2012 +0400 another fix for the updated parallel_for_ implementation commit d64438dcfd68aef73d6eb8dc8a7081f4bdfd9c74 Author: Vadim Pisarevsky Date: Thu Oct 11 23:04:45 2012 +0400 fixed build errors in the case of TBB and Concurrency commit 8441cf700d390fd2cc6f38375dcc125aa19f9042 Author: Vadim Pisarevsky Date: Thu Oct 11 22:52:15 2012 +0400 added function cv::findNonZero (patch #2205) commit d72cc06b969183c188de6c272cda1811ce27aa74 Author: Vadim Pisarevsky Date: Thu Oct 11 22:40:37 2012 +0400 fixed possibly inccorrect interval measurements in flann's timer (bug #1165). Note: this may break binary compatibility, but since the class is not wrapped in Java and not exposed in Windows API, for example (it's considered internal-use class for flann), the effect should be minimal commit 354a5f2686e8c3cdfc3a02cc9f23ce91fc454a55 Author: Vadim Pisarevsky Date: Thu Oct 11 22:37:14 2012 +0400 added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance) commit 821de96346253f76a67b68e895a7fe31ca5ffb8f Author: Andrey Kamaev Date: Thu Oct 11 20:35:28 2012 +0400 Adjust thresholds in sanity checks for batchDistance commit b8a67dc0e322c0f44391c4dae13de2e299bed475 Author: Andrey Kamaev Date: Thu Oct 11 19:45:28 2012 +0400 Adjust thresholds in sanity checks for calcOpticalFlowPyrLK commit 5a524bdfd7cef5e2bf90143fe97483f3aea258ba Author: Alexander Smorkalov Date: Thu Oct 11 19:20:20 2012 +0400 Issue #1861 Improve Javadoc documentation fixed. Multiline code segments added to Javadoc. commit a2088d0c52e305ff611248fd39746675d672ea53 Author: Vsevolod Glumov Date: Thu Oct 11 18:37:00 2012 +0400 Replaced SVN instructions with Git ones for 'Installation in Windows' section (Issue #2249); Also, fixed both bugs from issue #2374 in the same section. commit 97640847c587d32d2cf1c12305e86b42b44fdfff Author: Andrey Kamaev Date: Thu Oct 11 18:25:45 2012 +0400 Add methods to sort keypoints and corresponding descriptors commit 18295bc778094472cfac2e179a5cf6bbeb79fefd Author: Andrey Kamaev Date: Thu Oct 11 17:41:02 2012 +0400 Improve performance tests failures formatting commit 8f44f25f474e7e69bab384c491109e97260ca9b6 Author: Andrey Kamaev Date: Thu Oct 11 17:05:06 2012 +0400 Fix AndroidManifest.xml generation for OpenCV Android library project (second attempt) commit a3080636baded14116d3387b102ae3362e760c11 Author: Vsevolod Glumov Date: Thu Oct 11 16:44:53 2012 +0400 Replaced SVN instructions with Git instructions in iOS and Linux installation tutorials. Issue #2249 + Minor formatting fixes. commit f41ab3a330692449b3cb6ab9939ce784c75ab3c9 Merge: 0c70b45 5d9d465 Author: Andrey Kamaev Date: Thu Oct 11 16:30:47 2012 +0400 Merge pull request #34 from roynos/master commit 0c70b456253898307257e2e7c3499c57f22bcf75 Author: Alexander Smorkalov Date: Thu Oct 11 16:27:01 2012 +0400 Clickable optin turned off. Text disapearing fixed. commit c46affe63edb32cd99f3566e5da35b6abc0736af Author: Andrey Kamaev Date: Thu Oct 11 16:10:01 2012 +0400 android.toolchain.cmake: restore implicit link with math library for C++ objects Ticket #2426 commit 7cb525d63f153dcd2c68ce6d51e83af214a2fb84 Author: Andrey Kamaev Date: Thu Oct 11 15:47:57 2012 +0400 Fix AndroidManifest.xml generation for OpenCV Android library project commit dc4a6495132dd94016fc39cd4bafa523cd3624d3 Author: Andrey Kamaev Date: Thu Oct 11 15:36:47 2012 +0400 Fix OS X build commit be98693aafa094b8568c72e2ab163d235b68295c Author: Andrey Kamaev Date: Thu Oct 11 15:05:13 2012 +0400 Enable parallel CvtColorLoop for all platforms commit df945913367258a5054647d2c1ff9183e7c46a73 Author: Andrey Kamaev Date: Thu Oct 11 15:00:43 2012 +0400 Fix instability of Luv/Lab color conversions commit 7ee604019269f543598e72aaf71571bab1ddb264 Author: Vadim Pisarevsky Date: Thu Oct 11 15:02:48 2012 +0400 enable Matx as Mat elements (bug #1705). commit e435674a901409846c7660856a39b10bcfcd461b Author: Daniil Osokin Date: Thu Oct 11 14:52:35 2012 +0400 added perf test for gabor filter commit f1e025dc6896774a21df8ab3eb9e555df0a486d0 Author: Daniil Osokin Date: Thu Oct 11 14:36:12 2012 +0400 delete normalization in gabor kernel #1995 commit eb189713aee76eb61ce409724da41ef9904195b9 Author: Alexander Smorkalov Date: Thu Oct 11 14:04:11 2012 +0400 Issue #2431 OpenCV Manager UI crashes at start fixed. Data rase in OpenCV Manager connection fixed. commit bd4620f04e3c4909d82a4a5e5248065c49982d56 Author: Evgeny Talanin Date: Thu Oct 11 14:38:25 2012 +0400 #2408 patch apply (see pull request at https://github.com/Itseez/opencv/pull/33) commit 43e3b8383259cb37451892c31b6c0b46b4ae16e9 Author: Vadim Pisarevsky Date: Thu Oct 11 14:07:07 2012 +0400 fixed potential memory buffer corruption in StereoSGBM (patch #2203) commit 8528b0abcda7ab39257e4c14b090cc5e971a560f Author: Evgeny Talanin Date: Thu Oct 11 13:45:21 2012 +0400 #1941 fix commit 56d3cad326e3df8e87280f3b56bdd2974923edbe Author: Vadim Pisarevsky Date: Thu Oct 11 12:27:10 2012 +0400 enabled odd size in DFT_COMPLEX_OUTPUT test commit 97156897b2460fd1cc88d4ad54684e92323fc990 Author: niko Date: Thu Oct 11 16:22:47 2012 +0800 format files to ANSI C style with coolformat change the download channels to oclchannles() fix bugs of arithm functions perf fix of bilateral bug fix of split test case add build_warps functions commit 69fbc6102c3872975e374c609f9276a19b7a1de4 Author: Vsevolod Glumov Date: Thu Oct 11 03:51:34 2012 +0400 Fixed an issue with 'how_to_scan_images.cpp' tutorial code. Issue #2259 commit 1f21b96b9d3232764a8aba7adbf979d199e5a431 Author: Vsevolod Glumov Date: Thu Oct 11 03:26:23 2012 +0400 Fixed the formulas, based on issue #2145 commit 37ad10bf0d9b217f18a3059016ef75f284ddb5c6 Author: Vadim Pisarevsky Date: Thu Oct 11 00:53:43 2012 +0400 fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223) commit 63c9412922be78ade412b2e4738ed0e0fb0505ec Author: Vadim Pisarevsky Date: Wed Oct 10 23:05:15 2012 +0400 enable huge value range in highgui sliders on Windows (patch #941) commit 1d68850cb22ebcbda1e114ec3d586edb60dcff5e Author: Anatoly Baksheev Date: Wed Oct 10 22:16:42 2012 +0400 Added CUDA fast math flag commit 354b77e2e1ad3ffabb6ca3326e96cf5dfa523c4a Author: Andrey Kamaev Date: Wed Oct 10 19:40:55 2012 +0400 Applied fix from bug #2324: ocv_list_unique makes for incorrect linking commit d6a87531249125c790c723f865f0e16f0c6f9794 Author: Andrey Kamaev Date: Wed Oct 10 19:40:19 2012 +0400 Remove second argument from VideoCapture_Reading perf test commit d40083a9269bab4634a23222e9d93fdbdec608cf Author: Andrey Kamaev Date: Wed Oct 10 18:23:11 2012 +0400 Add concurrency test for solvePnPRansac commit 423837ddae9be2b6da88de193f2a9411cd89906b Author: Andrey Kamaev Date: Wed Oct 10 18:07:03 2012 +0400 Restore theRNG seed reset on test SetUp as it is still needed commit 0e314163e5f8d1f612c2e7f390bf32ee92779845 Author: Vadim Pisarevsky Date: Wed Oct 10 17:27:32 2012 +0400 fixed INT64_C & UINT64_C definitions (patch #2033) commit 2f4e8ee73e2edbde5d52b00a5e2eca1eb6828a92 Merge: 3f61b97 a008d6f Author: Oleg Sklyarov Date: Wed Oct 10 17:05:29 2012 +0400 Merge branch 'master' of git://code.opencv.org/opencv commit 3f61b9792b1d2dbffbe58ef288f4e15369551c34 Author: Oleg Sklyarov Date: Wed Oct 10 16:59:00 2012 +0400 fixed bug #2407: run.py now understands android device names with spaces commit a008d6fc17bf13d3b9724794cdb5da7791c3cbea Author: Vladislav Vinogradov Date: Wed Oct 10 16:55:16 2012 +0400 fixed bug #2425 : Concurrent convolutions with streams commit 9368aa9f7be713b2207d286fca55bb962dddabcd Merge: e80cbbb b28acfc Author: Vadim Pisarevsky Date: Wed Oct 10 16:16:05 2012 +0400 Merge remote-tracking branch 'origin/master' commit e80cbbb1013125d9b59da58715311928f4307736 Author: Vadim Pisarevsky Date: Wed Oct 10 16:15:27 2012 +0400 fixed C= detection script commit b28acfc12e4e37c1bb64b28c78e6d299da9c945f Author: marina.kolpakova Date: Wed Oct 10 15:16:28 2012 +0400 add GPU module specific command line arguments commit f88be98ec4ef5b1c1b45f50c3b1d2dd95a043cd2 Author: marina.kolpakova Date: Wed Oct 10 13:36:24 2012 +0400 print information message about target device for GPU module tests commit 715a0032e040752abb093ac103b3af495f5c1fe4 Author: marina.kolpakova Date: Wed Oct 10 13:34:50 2012 +0400 add sanity checks into the denoising gpu performance tests commit 45190aea4765ee113fe64485001f40de51a23f4b Author: marina.kolpakova Date: Wed Oct 10 13:10:03 2012 +0400 add sanity checks into the features2d gpu performance tests commit 2243645d36f2465d5b632c81b704e12cdb2c5e64 Author: marina.kolpakova Date: Wed Oct 10 10:26:48 2012 +0400 add sanity checks into the objdetect gpu performance tests commit 3de2023c61f149e5f5e2466b0bf296ab488d0d28 Author: marina.kolpakova Date: Wed Oct 10 10:20:07 2012 +0400 add sanity checks into the calib3d gpu performance tests commit dce323a67b78fcc6d722543bf09a0fb310c0d9bb Author: marina.kolpakova Date: Wed Oct 10 09:31:49 2012 +0400 add sanity checks into the video gpu performance tests commit d7ef6f078ffab99dc307061ffd9c1b2f2461b823 Author: marina.kolpakova Date: Wed Oct 10 09:12:40 2012 +0400 temporarily disable HoughLines test commit 3dbfde421cba77af1cb31d20e32e7afaf450a004 Author: marina.kolpakova Date: Wed Oct 10 09:04:38 2012 +0400 add sanity checks into the matop gpu performance tests commit 2a277fb7773e343fc125524eff99ded51b8f0bd4 Author: marina.kolpakova Date: Wed Oct 10 08:50:33 2012 +0400 add sanity checks into the filters gpu performance tests commit 1e344d7eba2c199067953870c2a243bfd39588f3 Author: marina.kolpakova Date: Wed Oct 10 08:45:24 2012 +0400 add sanity checks into the imgproc gpu performance tests commit e46e928429584137fbb5e1dcfe394adab1d9d7fd Author: marina.kolpakova Date: Wed Oct 10 02:48:33 2012 +0400 add sanity checks in core gpu pefrormance tests commit f5d6367ea1541c24434df92aae15e560292155ad Author: marina.kolpakova Date: Wed Oct 10 01:34:21 2012 +0400 GPU module performance tests are aligned with other OpenCV pefrofmance tests commit 10f1004465e9b7a2ae27e624df84a7d8132d382b Author: marina.kolpakova Date: Tue Oct 9 23:30:59 2012 +0400 move GPU utiluty functions in utility.cpp commit a9ab26f7991fed3a6f4f2788d5de42f03aff6f9a Author: marina.kolpakova Date: Tue Oct 9 23:22:35 2012 +0400 main.cpp moved to perf_main.cpp commit ece77e39301c38ed538fff36dae5b1e70f81e0cc Author: Vladislav Vinogradov Date: Wed Oct 10 16:07:07 2012 +0400 fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate commit e625d86485b405716013e02a15adf4219c2a6e30 Author: Vadim Pisarevsky Date: Wed Oct 10 15:36:32 2012 +0400 added C= support; modified threading logic in threshold commit 1516a6169a41d8585b09ff41adec4596f8a6ab4b Author: Daniil Osokin Date: Wed Oct 10 14:51:46 2012 +0400 fixed one more msvc warning in tbb kmeans commit cc2d12b3e6727ee4564cb397cc8710b2fd3946c6 Author: Daniil Osokin Date: Wed Oct 10 14:35:20 2012 +0400 fixed msvc warning in tbb kmeans commit a91de25f10f91405912baf9cca65eeceb7c07836 Author: Alexander Smorkalov Date: Wed Oct 10 14:27:17 2012 +0400 Build fix after issue #2284 fix. commit 9ad5fd709bb92d439ad5aa491101745e56bfddb6 Author: Alexander Smorkalov Date: Wed Oct 10 13:28:26 2012 +0400 Fixed Javadoc problems with ">" and "<" symbols. commit 006a4ba5296513667f99be397dc49d8aab4ffb54 Author: Andrey Kamaev Date: Wed Oct 10 13:23:39 2012 +0400 Fix gcc build error introduced in a9f36df commit cabddaeb4f504be5d078ac975121ef78cd02aa42 Author: Andrey Kamaev Date: Wed Oct 10 13:17:37 2012 +0400 Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed." This reverts commit 36135fc59d59f1ebfce4b00bb36ce6edfbcd9018. commit e83ff354bd9ce8b6da2605daa5a65e58b0ad21da Author: daniil.osokin Date: Wed Oct 10 12:40:03 2012 +0400 added TBB for kmeans (patch #1261: thanks to Boris Mansencal) commit a245161de6c129552b7d990c09bdbbfb81942cb8 Author: daniil.osokin Date: Wed Oct 10 12:28:17 2012 +0400 added perf test for kmeans commit 36135fc59d59f1ebfce4b00bb36ce6edfbcd9018 Author: Alexander Smorkalov Date: Wed Oct 10 12:40:36 2012 +0400 Issue #2035 Calling cv::namedWindow crashes on Android fixed. Window-related functions is guarded from calls from application code. Old implementations with "no-gui" exception are stell compiled and linked to OpenCV library for binary compatibility. commit 306ed9801a28533bb15ef0aeb63225df43b6c058 Author: Alexander Smorkalov Date: Wed Oct 10 11:21:54 2012 +0400 Issue #2284 BaseLoaderCallback requires use of Activity fixed. commit a9f36dfcfea1f533534cacbce3a792b61e040c52 Author: Andrey Kamaev Date: Wed Oct 10 02:31:44 2012 +0400 Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST cornerScore commit 56b27bcc7ebdaa921f36ad8ce32099b7036a77b8 Author: Andrey Kamaev Date: Wed Oct 10 00:31:22 2012 +0400 Fix inconsistent argument type in HammingLUT distance (flann) this fixes 64-bit MSVC warning commit 044d38a051703b96525027474c2a7e3de7c85025 Author: Vadim Pisarevsky Date: Tue Oct 9 22:38:04 2012 +0400 expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching commit e365726c4a39872473b932089c703d66e1702070 Author: Vadim Pisarevsky Date: Tue Oct 9 22:16:57 2012 +0400 fixed example of iteration through a SparseMat (bug #2310) commit a09c88ab167aeb66c276fde49ea8a2160ce85519 Author: Vadim Pisarevsky Date: Tue Oct 9 22:01:43 2012 +0400 added Asus Xtion QVGA modes to the OpenNI backend (patch #1753) commit 89de0bebd877b99d01b6d9a8f27e5a118332e578 Merge: 3243ad3 0afd512 Author: Vadim Pisarevsky Date: Tue Oct 9 21:52:56 2012 +0400 Merge remote-tracking branch 'origin/master' commit 3243ad3483607f12ffbec4d56537d726ed0c40ce Author: Vadim Pisarevsky Date: Tue Oct 9 21:52:41 2012 +0400 applied patch #1473 (timestamp retrieval in OpenNI) commit 0afd51253db4860c96c1e498e7c990879b0a6d37 Author: Andrey Kamaev Date: Tue Oct 9 20:34:10 2012 +0400 Add else branch to previous fix commit 34bfda10caf27e13394e91ed06cbab0f7550b85f Author: Andrey Kamaev Date: Tue Oct 9 20:25:36 2012 +0400 Fix regression in core arithmetic commit 8ebd04cbf9a25cc54c20097a267595f922279a5f Author: Andrey Kamaev Date: Tue Oct 9 19:39:03 2012 +0400 Fix sanity checks in highgui module commit 4a53199e7ac09b92f2635efb7f57b85dabf26166 Author: Andrey Kamaev Date: Tue Oct 9 19:28:15 2012 +0400 Quiet logs in stitching module commit 7cc67701a66d0c7b05d36162e56275ebea599f6e Author: Andrey Kamaev Date: Tue Oct 9 19:17:40 2012 +0400 Add sanity checks to stitching perf tests commit 39d6eb73128333bb4f6739d44123e353e188be4b Author: Andrey Kamaev Date: Tue Oct 9 19:13:57 2012 +0400 Add sanity check support for vector commit d970a9159edcf863809ba2dab3488f2f4702e097 Author: Andrey Kamaev Date: Tue Oct 9 18:56:39 2012 +0400 Add sanity checks to nonfree module commit e8a173bcaf493221912d41bf51a94053d6e33fc4 Merge: 9b8c473 5047f2d Author: Kirill Kornyakov Date: Tue Oct 9 18:57:02 2012 +0400 Merge branch 'master' of git://5.9.49.245/opencv commit 9b8c47399a3b4bcb8928156b7ea54fa7d0dfbd03 Author: Kirill Kornyakov Date: Tue Oct 9 18:55:20 2012 +0400 fixed compilation error because of DetectionBasedTracker commit 5047f2d64d54d01a81d8b2ba1c2cd3aa71a8bd61 Author: Andrey Kamaev Date: Tue Oct 9 18:37:40 2012 +0400 Fix perf tests in features2d module commit 95b6a103b54874e367c409f89568a3afddac7019 Author: Andrey Kamaev Date: Tue Oct 9 18:37:26 2012 +0400 Add sanity checks support for vertor commit 5a5c477be643e6225625ccc00c861d57298b1ea1 Author: Andrey Kamaev Date: Tue Oct 9 18:34:55 2012 +0400 Make performance tests for solvePnPRansec more determenistic commit d4cf9e22ccdaeb0071208f0a1563ff58bc0254db Author: Andrey Kamaev Date: Tue Oct 9 15:54:13 2012 +0400 Fix terrible perf test for FAST detector commit b95923360d7f2fdcc9beb47fa3d13a09e0a2820a Author: Andrey Kamaev Date: Tue Oct 9 15:40:18 2012 +0400 Add sanity checkes to video module perf tests commit 9a76573172f6493e5633f900a4a4ecf4c695e875 Author: Alexander Smorkalov Date: Tue Oct 9 18:29:25 2012 +0400 Auto expand of OpenCV version for Android Library prject and some documentation pages added. commit 705b4724cb63af4a32c7c9898e0811d748ecaf59 Author: Alexander Smorkalov Date: Tue Oct 9 18:27:45 2012 +0400 ABI Compatibility config generator bug fix. commit b0ad424087b283a47b38c7a39f0fe93c5b68abcc Author: Vadim Pisarevsky Date: Tue Oct 9 17:24:37 2012 +0400 fixed several warnings from VS2010 commit a135e862c169338cfa2e836d7f999a169838484d Author: Vadim Pisarevsky Date: Tue Oct 9 17:12:42 2012 +0400 made opencv headers windows.h-less (Bug #2122) commit df8364ce631bf6bc271f62eb746bd7c364830feb Author: Vadim Pisarevsky Date: Tue Oct 9 16:28:31 2012 +0400 Fixed "arr = NaN" case (bug #2056) commit d54f4e1cfb1ead6d9f41e1b8adf58049ea9b5c3f Author: Vadim Pisarevsky Date: Tue Oct 9 16:02:06 2012 +0400 added #undef True/False to avoid collision with X11 (Patch #1562) commit a8c5e356199057538d65b7fbd8db573f96089089 Author: Vadim Pisarevsky Date: Tue Oct 9 15:56:16 2012 +0400 some more fixes towards binary compatibility commit e2ff0ed1fb0499f874f9c7d94f41e1a1534d7a82 Author: Andrey Kamaev Date: Tue Oct 9 15:28:10 2012 +0400 Add sanity checks to objdetect module perf tests commit c146c54bcdbdf59de33b8e774979340813f9b196 Author: Andrey Kamaev Date: Tue Oct 9 15:27:26 2012 +0400 Fix sanity checks for empty objects commit f8672d49a045439ba36f001f9fd64575b6e759fd Author: Andrey Kamaev Date: Tue Oct 9 13:25:59 2012 +0400 Add sanity checks to calib3d perf tests commit 7c71c8fa524f9e80e3d12c6767f25bae4f806530 Author: Evgeny Talanin Date: Tue Oct 9 14:52:47 2012 +0400 #2258 fix commit 9ab19691d459a49e453c91c2da377fc45133c402 Author: Alexander Smorkalov Date: Tue Oct 9 10:33:26 2012 +0400 OpenCV Manager documentation updated. Diagram rendering script updated. commit 4b808b11992e9386a9267647bde2fa729bdb5d67 Author: Alexander Smorkalov Date: Mon Oct 8 15:31:56 2012 +0400 RESTART_REQUIRED status removed from OpenCV Manager API; OpenCV info library name fixed; Minimum API level for OpenCV library project increased up to 3 for using message dialogs. commit 408e0dcbd0713a0955d4be7f468d9c4b297499c7 Author: Anatoly Baksheev Date: Tue Oct 9 00:44:48 2012 +0400 Fixed output log in GPU perf tests commit c9bcbda8276ae0121fe015078d22f4b17379d6d4 Author: Anatoly Baksheev Date: Mon Oct 8 22:49:02 2012 +0400 more compilation fixes commit 91a1a71de2fa2ee320d423250f6a41b98e8d6d79 Author: Anatoly Baksheev Date: Mon Oct 8 22:20:53 2012 +0400 fixed compilation under Ubuntu without CUDA commit a310e2f027b8e4775d9c9a75c72b200c197d10bc Author: Vadim Pisarevsky Date: Mon Oct 8 22:39:11 2012 +0400 fixed the case of scale != 1 in stereo_match.cpp (patch #1936) commit a63669f819f2ce59c4117b67bd296a46f75cee42 Author: Vadim Pisarevsky Date: Mon Oct 8 22:24:38 2012 +0400 fixed linking CLP in the case of MinGW (patch #1872) commit ca6f2f080f9060d6c2edd383c9912865425c1878 Author: Vadim Pisarevsky Date: Mon Oct 8 22:18:13 2012 +0400 hopefully, correctly applied modified patch #2034 that handles Windows case commit 4be8fd725305762d6aba090d2d4a4def026a1bd7 Merge: 0bfa58b bc0d0c8 Author: Vadim Pisarevsky Date: Mon Oct 8 22:00:40 2012 +0400 Merge remote-tracking branch 'origin/master' commit 0bfa58b68d748ebe74fa6f41db38cbf5a3daa55e Author: Vadim Pisarevsky Date: Mon Oct 8 22:00:25 2012 +0400 fixed detection of IPP 7.1 (patch #2413: thanks to Gino van den Bergen!) commit bc0d0c8f3142c7b8d9b5789e6626a0f440f36fa2 Author: Anatoly Baksheev Date: Mon Oct 8 21:48:56 2012 +0400 fixed compilation without CUDA commit 13bfcd643e69415451dd5f2f627de93b553dde85 Author: Andrey Kamaev Date: Mon Oct 8 21:31:07 2012 +0400 Fix sanity checks in improc perf tests commit a3ab6d147d0ef4e883fafb5a7effdd6eac033f42 Author: Andrey Kamaev Date: Mon Oct 8 21:30:40 2012 +0400 Fix CV_ENUM macro instability commit 4be7619ce4c5173a520860357871c1dd830ef0d8 Author: Vadim Pisarevsky Date: Mon Oct 8 21:37:15 2012 +0400 _InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3 commit 618fbf5508c8a55cd9132605bb9fc4a686b3872a Author: Vadim Pisarevsky Date: Mon Oct 8 21:36:27 2012 +0400 yet another portion of changes towards the binary compatibility commit 5b31c46c4f87a48501e8974873816e6c20085ac3 Author: Anatoly Baksheev Date: Mon Oct 8 13:58:03 2012 +0400 added MatCn enum to GPU perf tests commit 9a4265a8d08412acbb0a8a5bf203fca1a6a50f0f Author: Anatoly Baksheev Date: Thu Oct 4 19:36:48 2012 +0400 fast nlm (class version) commit 4b5bbb77520a6c4395f0b428de4da93c158b6b0c Author: Anatoly Baksheev Date: Thu Sep 27 18:11:06 2012 +0400 fast_nlm initial version commit 2446c9329fa183caf8d727d3e7c343bc0d7a1b07 Author: Andrey Kamaev Date: Mon Oct 8 18:40:41 2012 +0400 Remove bad perf test for cvRound commit 8c8ebd9ca6c12b0d74b3ee975d8d14487f6dcbbc Author: Andrey Kamaev Date: Mon Oct 8 18:06:17 2012 +0400 Fix sanity checks for arithmetic tests on CV_32S data commit 6151a6ea0b552e79f3668e908f43dc961376559e Author: Andrey Kamaev Date: Mon Oct 8 17:17:42 2012 +0400 Make SANITY_CHECK required for all performance tests commit 94b97b7a631abb1f42b4f66cfc7149e6e46203c8 Author: Vadim Pisarevsky Date: Mon Oct 8 17:06:05 2012 +0400 partially recovered binary compatibility (ticket #2415) commit 25a9b0a255d2c0c9ee23e9fff4132f33ddaf0016 Author: Andrey Kamaev Date: Mon Oct 8 16:15:27 2012 +0400 Fix depth calculation for Scalar in core arithmetic commit c0f2a8e0ccc6cfaa67809e6791ab10418c3fcc17 Author: Andrey Kamaev Date: Mon Oct 8 16:08:16 2012 +0400 Fix build without SSE commit febfdc9fa2994cde1bfa6ced4046c4e5c035729f Author: Alexander Smorkalov Date: Mon Oct 8 14:35:04 2012 +0400 Wating for OpenCV library package installation added. commit 11839e2cc94455560781cd2251b116bafb3249ff Author: Alexander Smorkalov Date: Mon Oct 8 12:58:14 2012 +0400 Wating for OpenCV Manager installation added. commit 601b87e3ed741de17974f4223d5cc9b33dbef9d5 Author: Alexander Smorkalov Date: Mon Oct 8 12:41:20 2012 +0400 Java tests updated. Build fix. commit cb705aad1ae6865958e64ecdd04aaf42c4b110fd Author: Alexey Spizhevoy Date: Mon Oct 8 14:29:02 2012 +0400 updated DP seaming to support 4 channel images commit 925d0cc7699ea2e40d9381626bf4f85f2cc2db3d Author: Vadim Pisarevsky Date: Mon Oct 8 14:11:39 2012 +0400 added test for box filter 16u, fixed bug #2416 commit 280ecb68bf746fd187ff6b7cc11faa21b85f2a15 Author: Ilya Lavrenov Date: Mon Oct 8 13:27:28 2012 +0400 changed file path commit 2759f026e9223c072f2f9634cbc2d1f66c6b2f66 Author: Ilya Lavrenov Date: Mon Oct 8 12:59:15 2012 +0400 fixed Bug #2074 commit 6b19c762333c41949f9b90e1187c5252bd96026a Author: cuda_geek Date: Sun Oct 7 23:42:46 2012 +0400 fix hardcoded paths for static build OpenCV with CUDA commit b486a5922168c8572bd66fd0c0e115afe86f8e5a Author: Andrey Kamaev Date: Mon Oct 8 10:36:48 2012 +0400 Quiet MSVC warning commit 23699acca083589be9dc3b6e8e5c5d09f654648d Author: marina.kolpakova Date: Mon Oct 8 02:37:22 2012 +0400 fix for bug 2264 fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7 commit 2ec264303edaa113676d41f2ef95b8c389087ee6 Author: Alexey Spizhevoy Date: Fri Oct 5 21:30:58 2012 +0400 Added initial docs for the videostab module commit c0638aa2e028e3e44ba49a75e3739bcd1a1c2659 Author: Abhinav Gupta Date: Fri Oct 5 17:25:19 2012 +0300 Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp Changes made for OpenCV 2.4.2 compatibility commit 73cb77842e04c4da0960d9213dcacbd26473b245 Author: Andrey Kamaev Date: Fri Oct 5 18:14:00 2012 +0400 Replace jpegs with png (see 06a13d9) commit 2885eb86b8d35e0230d69c8e969e1635da2b4f2e Author: Andrey Kamaev Date: Fri Oct 5 17:31:31 2012 +0400 Remove alignment reqirements from NEON optimizations in libpng On Android memory is not guaranted to be aligned and applications often crash with BUSERROR commit f017ad594308e8188fe864cc09f86127850b91ea Merge: 9085fbe be19150 Author: Vladislav Vinogradov Date: Fri Oct 5 18:13:46 2012 +0400 Merge branch 'gpu-device-layer' commit be19150672a1345e8ca0cd0bfe1e633952798ea5 Author: Vladislav Vinogradov Date: Fri Oct 5 18:06:46 2012 +0400 deleted thrust header commit ab3a5244ba05df68a1ab4706fa910cd3e892ffaf Author: Vladislav Vinogradov Date: Fri Oct 5 18:04:23 2012 +0400 moved device layer headers to include directory commit 9085fbe1e0b86798a31f05bcc62aae8ea9e70002 Author: Alexander Smorkalov Date: Fri Oct 5 17:58:00 2012 +0400 Native cameras build script output colorized. commit 3ebec7448dd616ea71e93eff3833eb7e64e769bd Author: Vladislav Vinogradov Date: Fri Oct 5 17:43:22 2012 +0400 minor refactoring: moved lbp.hpp to src/cuda folder added missing cv::gpu::device namespace deleted whitespaces commit a703df545603d6446fb5ae95481fd7db329eba25 Author: Ilya Lavrenov Date: Fri Oct 5 13:11:24 2012 +0400 parallel cvtColor for MSVS and Apple commit 2fd8ad65b999ba7a4e2aab974d7789ba6fcfd806 Author: Leonid Beynenson Date: Thu Oct 4 20:50:59 2012 +0400 Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects commit 9218bdcbb48b64cdb45571b9b2736c21687b110a Author: Andrey Kamaev Date: Thu Oct 4 16:58:34 2012 +0400 TBB version of GridAdaptedFeatureDetector commit 8d07e92b2c61ef1b0754655cec1f800900858de5 Author: Vladislav Vinogradov Date: Thu Oct 4 13:33:47 2012 +0400 disabled NPP resize for 8uc4+Cubic (Bug #2388) commit cfc09d01c8eeccdaff6260a6542a848498056396 Author: Vladislav Vinogradov Date: Thu Oct 4 13:33:06 2012 +0400 disabled NVidia test output by default commit 5d9d4659ad25c29b854cf8fd3dace2c79ac40b17 Author: Roy Reapor Date: Wed Oct 3 23:06:59 2012 -0700 Fixed issue 2404 - imdecode_() only creates a temporary file when needed. - Use the string's empty() function to flag if the temporary file needs to be deleted. commit aa400c5837faf07a9c3178f5b4dbd90b91a4ba9a Author: Roy Reapor Date: Wed Oct 3 22:44:29 2012 -0700 Fixed issue 2403 Created temporary files are now deleted in Win32. commit 06a13d9ba06d4ed7f0edaed228188a5b7a0f4147 Author: Vadim Pisarevsky Date: Tue Oct 2 23:07:46 2012 +0400 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet commit d40a2c28c50dbf265e538713aa826ce82ef8c65d Author: Alexander Smorkalov Date: Tue Oct 2 15:05:19 2012 +0400 Ant build.xml and deps added. commit 5ffbcf1e1687c3f33931d2f4c9d0ccc9325c2ac7 Author: Alexander Smorkalov Date: Tue Oct 2 15:02:04 2012 +0400 MIPS arch support added to OpenCV manager; Internal OpenCV library in OpenCV Manager support added; Unit tests improved, platform specific tests added, MIPS related tests added; Code refactoring done. commit ad58e9658130664bd1523f761f3f92e1465ff984 Author: Alexander Smorkalov Date: Tue Oct 2 14:59:00 2012 +0400 Automation for build and test OpenCV Manager on several devices added. commit d64d76086e99947bf1c2956f04be40c337434af8 Author: Alexander Smorkalov Date: Tue Oct 2 14:55:51 2012 +0400 MIPS architecture support added. Native camera library built for MIPS device. commit 11367e2c3d1f57c0ef527432da87c3ee9e1a6c0b Author: Vladislav Vinogradov Date: Tue Oct 2 14:34:17 2012 +0400 added GpuMat support to OutputArray commit b2bf90e9518767ecfc052775871e8851e668fd04 Author: Vadim Pisarevsky Date: Tue Oct 2 10:49:19 2012 +0400 fixed build errors in java bindings on desktop in Debug mode commit 4df537bc1c4a066f8e5bec7eebd5a9f92f5f6a04 Author: Anatoly Baksheev Date: Mon Oct 1 23:43:57 2012 +0400 warnings commit 55b1d7c097c516a29a51019b27249f5927d672a5 Author: Anatoly Baksheev Date: Mon Oct 1 22:37:20 2012 +0400 added CUDA_DISABLER preprocessor commands commit 46874d40dfb56560bc76936747400f76197f1a59 Author: Anatoly Baksheev Date: Mon Oct 1 22:28:34 2012 +0400 warnings under windows commit c560a78c65584c5cf5b50a4cb02325d306efdc01 Author: Ilya Lavrenov Date: Mon Oct 1 18:52:27 2012 +0400 stable cvtColor commit 45593030ab2ebe2b11e5dbed5ad5658963a9b983 Author: Ilya Lavrenov Date: Mon Oct 1 17:29:56 2012 +0400 fixed TestRemap_Remap commit 57d969905813029a79c2e7398f1f5bb9ca5d0508 Author: Vadim Pisarevsky Date: Mon Oct 1 16:43:07 2012 +0400 added the note about 1-pixel border in findContours (relates to ticket #2362) commit a4adf57edc9254c6ae0e0472ae9206a58f9e1dce Author: Vadim Pisarevsky Date: Mon Oct 1 16:35:12 2012 +0400 fixed typos in the mat tutorial (ticket #2380) commit c9f149030211693053b18ed50b9db2a902ba24bd Author: Vadim Pisarevsky Date: Mon Oct 1 16:23:40 2012 +0400 added variant of cv::imdecode with the specified output matrix commit 420dd22258ff7a7f4cb4ce4c4ea4e9c55585a4e3 Author: Vadim Pisarevsky Date: Mon Oct 1 14:12:19 2012 +0400 fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST commit dc568d4de1e9f8023298ec282cdae0f5f23730f3 Author: marina.kolpakova Date: Mon Oct 1 08:33:56 2012 +0400 fix for 4-channels TIFF missing 'break' statement commit ae4ff999d78f842f849b679d896ad5c368214ea1 Merge: 5cf6c5f 06e7101 Author: Marius Muja Date: Fri Sep 28 10:40:51 2012 -0700 Merge branch 'master' of git://code.opencv.org/opencv commit 5cf6c5f0b273cf73be623c1df4ea2a01c3c4be8a Author: Marius Muja Date: Fri Sep 28 10:40:38 2012 -0700 Added test to fix backwards compatibility with the way LSH was handled before comit 7236858b commit 06e7101795110278b27952152e29cf33cb29f5ae Author: Andrey Kamaev Date: Fri Sep 28 18:56:36 2012 +0400 Add Tegra optimization for fastNlMeansDenoising commit a8e7f91e34c62a6be0840b989e4e581934be3001 Author: Andrey Pavlenko Date: Fri Sep 28 18:18:34 2012 +0400 java samples fix (clear view before drawing frame) of 'dirty' FPS display bug commit 9ee87bd04b7f9006787c348ab7b2076e8eef55dc Author: Ilya Lavrenov Date: Fri Sep 28 17:42:48 2012 +0400 added parallel version of CvtColorLoop - main inner function of cvtColor commit c6e741196abe58b224ae52749355d95791c44da7 Author: marina.kolpakova Date: Fri Sep 28 14:04:43 2012 +0400 fix device pointer alignmen in sft-based integral integration commit ed6885dd8bd75e90fc66630212cf455f2b2927f1 Author: marina.kolpakova Date: Fri Sep 28 14:02:21 2012 +0400 fixed bit arifmetic in sft-based integral commit eafb02411229094ffdb2498977461312362ce64c Author: Alexey Spizhevoy Date: Fri Sep 28 14:37:38 2012 +0400 fixed one of the log messages in the stitching module commit 8c1550a4ece6934ca8f6801509ef14e864e0245b Author: Andrey Pavlenko Date: Thu Sep 27 19:10:06 2012 +0400 a new Java test to imencode() with params commit 7236858bea3c4da1c0cb7c6ccaf62fed184926e1 Author: Marius Muja Date: Thu Sep 27 03:58:17 2012 -0700 Exposed HierarchicalClusteringIndex in OpenCV wrapper commit 56200dbd377a74d2078c1d8cb4e7961b1d6b60cf Author: Andrey Pavlenko Date: Wed Sep 26 14:02:23 2012 +0400 REVERT OF: Update libjpeg to release 8d (reverse-merged from commit d28af08ef3b5910c634d9fa2ba3f961e37674a37) commit 4e193a33800797dc8a4cb17499c21a0702d26757 Author: Andrey Pavlenko Date: Wed Sep 26 14:01:51 2012 +0400 REVERT OF reverted libjpeg to an earlier version (reverse-merged from commit bfc8a524022364a09a75c3308c19ab00e30684a5) commit 317a27e9eba4258de51c970f1f7fea246b730d1d Author: Alexey Spizhevoy Date: Tue Sep 25 16:07:49 2012 +0400 fixed the bug #2385 commit 60769f544face6e30a7aa46289ca28be29304b75 Author: Vadim Pisarevsky Date: Tue Sep 25 15:50:03 2012 +0400 possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper) commit 6308be2c3e07a520e0b2763c9aa9fc67bfb3f12b Author: Evgeny Talanin Date: Tue Sep 25 12:18:33 2012 +0400 Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp commit b8c185de9f692b3059678ac81ea3f347fe8c8771 Author: Ilya Lavrenov Date: Mon Sep 24 20:36:25 2012 +0400 changed map indexes in test_remap commit 6a3d5a1355ad0c2d8209d523fda227d34a96ac68 Author: Ilya Lavrenov Date: Mon Sep 24 17:07:08 2012 +0400 reorganized the resize algorithm commit f059899329e822380b066e3efc2db552560a0141 Author: Anatoly Baksheev Date: Mon Sep 24 17:01:44 2012 +0400 fixed bug in nln (out of border access) commit dffba48517857fc033aa511e1ad53dee927652ec Author: Anatoly Baksheev Date: Fri Sep 21 17:42:37 2012 +0400 Added host compiler check before CUDA detection. For not supported compilers CUDA will be disabled. commit 854902b0776017cb436d7cc4463b436882aaf446 Author: Vadim Pisarevsky Date: Mon Sep 24 16:31:07 2012 +0400 lowered tolerance thresholds in BRISK tests commit 3579c613884b452ace17a35330b7dfe10754d290 Merge: 0935998 d09b382 Author: bitwangyaoyao Date: Mon Sep 24 20:29:21 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 09359982b1faed5c505b1282053dcaf26f213654 Author: bitwangyaoyao Date: Mon Sep 24 20:28:35 2012 +0800 some optimizations to ocl::pyrDown, PyrLK and Canny commit d09b3828b80ec406df1cf6a5b500052308e176f9 Author: Vadim Pisarevsky Date: Mon Sep 24 16:14:19 2012 +0400 fixed fail in arithmetic test commit 494ae1562d74c8ae9751297680123728838273aa Author: Kirill Kornyakov Date: Mon Sep 24 15:44:11 2012 +0400 Added 240p resolution alias for perf tests commit da6e3ebff2ab2f13ec5d438ed77973637321545c Merge: bfc8a52 33983bc Author: Vadim Pisarevsky Date: Mon Sep 24 15:11:45 2012 +0400 Merge remote-tracking branch 'origin/master' commit bfc8a524022364a09a75c3308c19ab00e30684a5 Author: Vadim Pisarevsky Date: Mon Sep 24 15:11:29 2012 +0400 reverted libjpeg to an earlier version commit 33983bcbb7c3bcb2b5681e9de756a0a179561958 Author: Ilya Lavrenov Date: Mon Sep 24 14:18:54 2012 +0400 edited misprint commit 0e07b0d73ac1d6aa42bdf07eb7dd5508565a16e1 Author: Ilya Lavrenov Date: Mon Sep 24 14:18:15 2012 +0400 uncommented auto enabling GCD on Mac commit 9c899474333dc065b2fe5f9ea2440161f6990cfc Author: Ilya Lavrenov Date: Mon Sep 24 13:46:09 2012 +0400 edited misprint commit 2627c91c5e3b2c2f853c87ad6843a20ef0e77ecb Author: Ilya Lavrenov Date: Mon Sep 24 12:57:39 2012 +0400 added platform specific definitions in resize algorithm commit 077115bd4accfa44af660bc4a47ca30f2dab4817 Author: Ilya Lavrenov Date: Mon Sep 24 12:40:20 2012 +0400 debug commit bb589a590eff81f9c1f66d29f9e79092b9a984c9 Author: Ilya Lavrenov Date: Mon Sep 24 11:35:46 2012 +0400 debug commit 427ce1247a218f2d44e0c04e425a0e699aefbac2 Author: Vadim Pisarevsky Date: Sun Sep 23 20:57:34 2012 +0400 some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover commit b7b32e74a52fd4c0e6ba241bd6a987511f1bb9d9 Author: Ilya Lavrenov Date: Fri Sep 21 18:17:54 2012 +0400 some restructuring of resize algorithm code commit 222303f24b35c708608614a1888b7da6a49f65b1 Author: Ilya Lavrenov Date: Fri Sep 21 17:25:42 2012 +0400 attempt commit a8ba2d7f520219834115d627449d9866cf035699 Author: Ivan Korolev Date: Fri Sep 21 16:54:21 2012 +0400 Added Rotation motion mode in the videostab module commit 3b075a50e937d264b23444f190c1e2491f65f5b1 Author: Anatoly Baksheev Date: Fri Sep 21 13:41:36 2012 +0400 fixed warnings under windows commit 0abe7f319687883669f113ff2716cf2fa7e67886 Author: niko Date: Fri Sep 21 16:51:45 2012 +0800 many bugs fix for intel's HD4000 from my svn 855 commit f3bc1aede12fb65a555497d5d8e544768b63772c Author: Alexey Spizhevoy Date: Fri Sep 21 10:46:00 2012 +0400 removed obsolte global motion estimation method commit 46ce5976aec207a519a760956883b376bb11c7f2 Author: Leonid Beynenson Date: Thu Sep 20 18:11:33 2012 +0400 Fix: Windows compilation error in CommandLineParser. commit 0bde00a88a210908bf82602fa79d2fd055fe1949 Author: Leonid Beynenson Date: Thu Sep 20 17:58:44 2012 +0400 Changed CommandLineParser to make it less verbose when it is unrequired. commit 858f4371623afef8ac0a25f8bce66404a77179cb Merge: 8f4ddad 44e8d76 Author: Alexander Kapustin Date: Thu Sep 20 17:32:54 2012 +0400 Merge branch 'master' of git://code.opencv.org/opencv commit 44e8d76d74f1b936e2f996ee300fab12f03c5765 Author: Andrey Kamaev Date: Thu Sep 20 17:27:48 2012 +0400 Change denoising strength parameter from int to float commit 8f4ddad52dbe692e892e0714966c808c4687d23c Author: Alexander Kapustin Date: Thu Sep 20 17:24:20 2012 +0400 1. New function ActualScalarDepth was added 2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added commit bb3332508e96381965386809c39259052a5e6c59 Author: Alexander Kapustin Date: Thu Sep 20 16:26:45 2012 +0400 1. New function ActualScalarDepth was added 2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added Conflicts: modules/core/src/arithm.cpp commit 6f175a3c52e0658eac71a53d3096d7c05c7f7afd Author: Vladislav Vinogradov Date: Thu Sep 20 13:52:04 2012 +0400 changed the type of the arguments to const reference (Bug #2376) ORB_GPU::downloadKeyPoints ORB_GPU::convertKeyPoints commit 2e36338636d3eeb437548519b7a75649fb8287f6 Author: yao Date: Thu Sep 20 09:23:11 2012 +0800 remove warnings of some functions in ocl module commit 82b30963d2a0814a8a693bb461665e024208c0ec Author: Andrey Kamaev Date: Wed Sep 19 18:45:57 2012 +0400 Restore pdf patch command commit 3bad6ac0ee37a0f76ae8303a42af931346700125 Author: Andrey Pavlenko Date: Wed Sep 19 18:03:50 2012 +0400 This reverts commit 738d3fef3819a11930502c44555cfacb95b29e5c. commit 1ded1597e77c2710635173d5339b51ee1b4cf87e Author: Vadim Pisarevsky Date: Wed Sep 19 17:55:34 2012 +0400 fixed mixed-type array operations (bug #2336) commit 738d3fef3819a11930502c44555cfacb95b29e5c Author: Alexander Kapustin Date: Wed Sep 19 17:02:08 2012 +0400 1. New function ActualScalarDepth was added 2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added commit 45fd6f509f058e4c940d8542a90316e702937e8e Merge: 40d5b02 56ac293 Author: Vadim Pisarevsky Date: Wed Sep 19 16:57:27 2012 +0400 Merge remote-tracking branch 'origin/master' commit 40d5b026c7f05b25760cbe8ad2f4881225c86013 Author: Vadim Pisarevsky Date: Wed Sep 19 16:57:10 2012 +0400 fixed verbose mode in highgui's DirectShow wrapper (bug #2350) commit 56ac2937d88c4cf927352a0f2c4dd26d9c0695ad Author: Andrey Kamaev Date: Wed Sep 19 16:56:27 2012 +0400 Fix typo commit 54705a009ab27b8895ac6b6a9a2ff36e5dd596a6 Merge: c3c49a3 f42b38a Author: Vadim Pisarevsky Date: Wed Sep 19 16:52:07 2012 +0400 Merge remote-tracking branch 'origin/master' commit c3c49a317b8f0ce5a2e9df36cb9cd65261178df7 Author: Vadim Pisarevsky Date: Wed Sep 19 16:51:49 2012 +0400 fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367) commit f42b38ac440b7ee576381ee00c3b69c9b8870eb3 Author: Andrey Kamaev Date: Wed Sep 19 16:42:39 2012 +0400 Refactor fast NL-means denoising * reorder arguments * rewrite accuracy tests * replace doubles with integer arithmetic inside the main loop commit 87f282eed27d65c8b8d604738612f55d2cf04bcc Author: OpenCV Buildbot Date: Wed Sep 19 16:49:39 2012 +0400 update FFMPEG wrapper binaries commit 4e07561141ac997756686a65549b8f9066cfc345 Author: Vadim Pisarevsky Date: Wed Sep 19 16:48:19 2012 +0400 fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365) commit d38359620eb0894f90eb3ef79e60504c80bfb938 Author: yao Date: Wed Sep 19 10:52:25 2012 +0800 some optimizations to ocl::blend commit bbe418427eb3fe11e5d08e2121b8ea1cadab321c Author: Oleg Sklyarov Date: Tue Sep 18 18:02:29 2012 +0400 Added WQHD = 1444p frame size commit 2d334401b13ab38dbdea41130c068cdb2af38538 Author: Vadim Pisarevsky Date: Tue Sep 18 14:34:50 2012 +0400 improved the condition in the FAST test commit d2613dd9f61cd00ccb1fe12d640974327352f63d Author: Vadim Pisarevsky Date: Tue Sep 18 14:11:08 2012 +0400 added patches by Bram Bolder commit 310bd8701c6dd306345115c197b6b469d9b66611 Author: yao Date: Tue Sep 18 17:57:37 2012 +0800 a little optimizations to ocl::pyrDown commit b1d14f766de49d572e90443522a7e0df4a2e3992 Author: Alexander Smorkalov Date: Tue Sep 18 10:52:28 2012 +0400 Bug with several "in use" labels fixed in OpenCV Manager UI. commit 0105d0a241dafc799a1f77c4743124a168583887 Author: Alexander Smorkalov Date: Tue Sep 18 10:09:31 2012 +0400 "in use" label update fix in OpenCV Manager UI. commit 92b0cc541e0898ca7e70443c61344817fe47bd79 Author: Alexander Smorkalov Date: Mon Sep 17 11:56:46 2012 +0400 Minor bug fix in building all native camera libs for android commit ada27b54eb7ad63d28a49b61281d88e646036d1b Author: Alexander Smorkalov Date: Fri Sep 14 18:19:17 2012 +0400 NDK detection bug fix. commit 556e6c14752678bc185242304e969fd92ac32b29 Merge: 1017dea fffd263 Author: Alexander Mordvintsev Date: Mon Sep 17 19:42:55 2012 +0400 Merge branch 'master' of git://code.opencv.org/opencv commit fffd263ce4782dad0e99bab6c4486270ba7c7d10 Author: Ilya Lavrenov Date: Mon Sep 17 19:39:49 2012 +0400 attempt commit 1017dea3325bbde264f74657745e6d092f13e50d Merge: 2a96f28 f58c564 Author: Alexander Mordvintsev Date: Mon Sep 17 19:37:38 2012 +0400 Merge branch 'master' of git://code.opencv.org/opencv commit 2a96f28bc190268fc3dd7deb90f19bf2579ed4b2 Author: Alexander Mordvintsev Date: Mon Sep 17 19:30:20 2012 +0400 get rid of Lock in gabor_threads.py commit f58c5646b0cb9543c7ad41dbdba4ca93d1a3d00a Author: Ilya Lavrenov Date: Mon Sep 17 18:30:55 2012 +0400 fixed wrong condition with interpolation types commit 5ab3fe489f500672e12c6bc5d1d9ad57dfd41f49 Author: Ilya Lavrenov Date: Mon Sep 17 17:38:23 2012 +0400 changed resize_area test commit 7e35838849c8b5cb08658c7b4fdcc2f7dd85f92b Author: Andrey Kamaev Date: Mon Sep 17 17:18:04 2012 +0400 Minor refactoring of NL-means denoising commit 3c4917555d7d3f512a7021dfe5a1c500d5228f6e Author: Andrey Pavlenko Date: Mon Sep 17 17:06:04 2012 +0400 fixing git commit getting for Android build commit a65cb5d2dedb1f8a08791d5a3d42100ebfa86e24 Author: Ilya Lavrenov Date: Mon Sep 17 17:08:06 2012 +0400 added extra debug parameters in resize test commit 58fb8692c36bd83e71f1232cb9effed5d8449d84 Author: Vadim Pisarevsky Date: Mon Sep 17 16:44:40 2012 +0400 added test for png encoding bug #2352 commit 03daf44848c7672e8798f392b9710361710ae5b1 Author: Ilya Lavrenov Date: Mon Sep 17 16:31:30 2012 +0400 added recalculating scale coefficients commit d9e801fbfa0daa17042f91834bfdddba270ab2da Author: Vadim Pisarevsky Date: Mon Sep 17 16:13:53 2012 +0400 improved image rendering performance in Qt backend for highgui UI (bug #2356) commit 37f4ea6be7b595fd1c693d86d7feca3b128e3c1b Merge: 7946fcd e73089b Author: Vadim Pisarevsky Date: Mon Sep 17 16:12:36 2012 +0400 Merge remote-tracking branch 'origin/master' commit 7946fcdb696b77f4f352249f78c3d5719fec5341 Author: Vadim Pisarevsky Date: Mon Sep 17 16:12:30 2012 +0400 added test for #2336 commit e73089bdb5839bfdcf12f894b7c50ddcb19022c2 Author: Andrey Kamaev Date: Mon Sep 17 00:42:34 2012 +0400 Fix windows build warnings commit 089de14ed760cd40dc62e960c937ef93e70d1799 Author: Andrey Kamaev Date: Mon Sep 17 00:41:32 2012 +0400 Fix copy-paste bug in AVX optimization of haar commit f32eb05ea1e998f62d9e0d44bd3fd3bca46de451 Author: Andrey Kamaev Date: Mon Sep 17 00:40:17 2012 +0400 Fix AVX and other SIMD support detection commit cd05d9aaadd85271f0ac32c32d1f0327028ada98 Author: Andrey Kamaev Date: Sat Sep 15 15:36:37 2012 +0400 Fix build of Java API for Windows commit fe0d07ae53ba9e6dcd1e470165ed0a85cbfce006 Author: Andrey Kamaev Date: Sat Sep 15 15:46:34 2012 +0400 Add experimental support for desktop Java Based on pull request #31 (thanks to Eric Christiansen) Support for Java is turned off by default and can be enabled setting BUILD_opencv_java to ON (e.g. cmake -DBUILD_opencv_java=ON ..) commit ece71d6a0677d9c8c9cb9b44d6f000636f95c2bc Author: Andrey Kamaev Date: Sat Sep 15 15:45:27 2012 +0400 Remove misused REQUIRED keyword from CMake scripts commit 78e89890b0b4be6827dc8123316799856dd28eaa Author: yao Date: Mon Sep 17 09:48:34 2012 +0800 add PyrLK to ocl module commit 0e9405e5914401f6e4ce11c85d9400cb1a5cfaf5 Author: Andrey Kamaev Date: Sat Sep 8 00:40:06 2012 +0400 Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation commit e9009db66760dad732a3370c62d1176146e6bd31 Author: Alexander Smorkalov Date: Fri Sep 14 16:50:04 2012 +0400 All HTC One S related changes reverted due to applyProperties problems on other devices. Libraries rebuilt. (cherry picked from commit 8104164c78f62046f014ea273c23d64e1f6d8c26) commit dc5c7ee68fa945b41c290002ee98b413b1a26586 Author: Alexander Smorkalov Date: Fri Sep 14 17:44:08 2012 +0400 Link to OpenCV website updated. Full Manager version added to UI. Screen orientation fixed. commit d55e114f96ee33d78da11680e318d307f5bad10e Author: Alexander Smorkalov Date: Fri Sep 14 17:20:59 2012 +0400 Issue #2357 OpenCV manager fails to determine hardware platfrom on Tegra2 fixed. commit 415636a6770900e5a60b025985f04e6f73e27476 Author: Vsevolod Glumov Date: Fri Sep 14 17:06:59 2012 +0400 Fixed a minor issue in OpenCV4Android Reference. commit 8104164c78f62046f014ea273c23d64e1f6d8c26 Author: Alexander Smorkalov Date: Fri Sep 14 16:50:04 2012 +0400 All HTC One S related changes reverted due to applyProperties problems on other devices. Libraries rebuilt. commit 9efd7019ad95da8abdb33f06330c7031117e7fc5 Author: yao Date: Fri Sep 14 17:07:29 2012 +0800 A more reasonable verify method for ocl::HOG accuracy test commit 1052a0b4eb4f8a11dbb0a121fab74bf6377d4ff3 Author: Vsevolod Glumov Date: Fri Sep 14 11:10:53 2012 +0400 Fixed some language issues in OpenCV4Android Reference. commit 538847e8a388b1b123fa3348dfe1346e207517ed Author: Vladislav Vinogradov Date: Fri Sep 14 09:34:56 2012 +0400 fixed compilation under VS2012 (Bug #2352, #2355) commit 4772c42c663b5eb73086c8929f2253d1f842a7fe Author: Andrey Kamaev Date: Thu Sep 13 20:27:03 2012 +0400 Tweak strip flags for Android camera wrapper libs commit 1e69d47ba5f3569bcd132cc357aea66cafd53fa4 Author: Andrey Kamaev Date: Thu Sep 13 20:25:53 2012 +0400 Remove -g from Android complier flags in release mode (used by NDK but inconvenient for CMake) commit 04e946b2a3c5a226e968cf669e5dbeaaac2d0ec9 Author: yao Date: Thu Sep 13 17:34:06 2012 +0800 make ocl surf sample compile on Linux commit 35b671efb536f63fdc55e0d75aef5b7e6d8724fa Author: Vladislav Vinogradov Date: Thu Sep 13 12:17:35 2012 +0400 disabled utility code in gpu tests when WITH_CUDA=false commit fd77ef7ece741fcc936ada32e52fb0e1a186fc60 Author: Vladislav Vinogradov Date: Thu Sep 13 10:21:43 2012 +0400 optimized gpu pyrDown and sepFilter2D commit 7591ee16883c039a22b1ea608dea3df90e518f36 Author: Vladislav Vinogradov Date: Thu Sep 13 10:18:42 2012 +0400 fixed gpu perf tests (VideoCapture reopen) commit af2de8691427ed885b631811f2349c8a72a0b677 Author: Alexander Smorkalov Date: Wed Sep 12 14:29:00 2012 +0400 Native camera fix for Nexus 7 with Android JB. Camera build script updated. (cherry picked from commit afe30d0f8a62af58f396db8ca87bb32bdcf97acb) commit afe30d0f8a62af58f396db8ca87bb32bdcf97acb Author: Alexander Smorkalov Date: Wed Sep 12 14:29:00 2012 +0400 Native camera fix for Nexus 7 with Android JB. Camera build script updated. commit ccafed3d90690498845238f7230ae737a9e81cc8 Author: Alexander Smorkalov Date: Wed Sep 12 10:48:45 2012 +0400 ABI compatibility check config generator updated. Command line params added. NDK searching added. commit ec8b79cc91cd26487f25c545d9a4875a85547663 Author: Alexander Smorkalov Date: Tue Sep 11 17:40:44 2012 +0400 Small camera build script improvements. commit c09e2f88df6143b08686674a00281f5b20bae889 Author: yao Date: Wed Sep 12 11:49:37 2012 +0800 Add a SURF sample for ocl module commit 656f06fa74f2753ca730d4530926d96f5eadea10 Author: yao Date: Wed Sep 12 11:40:13 2012 +0800 add bruteForceMatcher to ocl module commit 23244a35651cd4da7b439b5b82ffc670c369bb7b Author: niko Date: Wed Sep 12 10:20:04 2012 +0800 rename all the perf test files fix the channel 3 bug in matrix operation perf and buf fix for LUT haardetect convertC3C4 resize warpaffine copytom settom add convovle remove stereo commit e94cd1ec724701ffab362bf902a36f077e431ac8 Author: Vadim Pisarevsky Date: Tue Sep 11 20:20:05 2012 +0400 updated description of LineIterator with information about LineIterator::pos() (ticket #2338) commit 52ede9c84d6a3945da82c7f27f069129bce52c86 Author: Vadim Pisarevsky Date: Tue Sep 11 20:04:18 2012 +0400 fixed just introduced bug in Python wrapper generator commit f22a3af4831b54c586b293e4d2d9d09c2292f78f Author: Alexander Smorkalov Date: Tue Sep 11 17:04:01 2012 +0400 Issue #2345 Adapt OpenCV Manager UI for different screen resolution partially fixed. Layout for small resolution added. Layout for small display resolution added. commit a69959485400d07fe092dd768f9657bec4bf92fc Author: Alexander Smorkalov Date: Tue Sep 11 16:10:15 2012 +0400 Issue # 2344 OpenCV Manager doesn't tell which pack is used fixed. commit 84087a8566f08a92b6d27accf99780e27c805405 Author: Vadim Pisarevsky Date: Tue Sep 11 16:47:25 2012 +0400 fixed crash in Python's SURF wrapper (bug #2325) commit e975259c068f8ab2cc5137211d9a9bb90daab065 Author: Vladislav Vinogradov Date: Tue Sep 11 14:59:52 2012 +0400 several fixes in gpu module fixed iterations>1 case in morphological operations fixed possible access violation in HSV2RGB fixed the case learningRate==0 in BackgroundSubtractorMOG2 commit 9956c42804cf7f9e930db69aae243bfa4a9a7e87 Author: Vadim Pisarevsky Date: Tue Sep 11 14:49:56 2012 +0400 fixed iterations>1 case in morphological operations (bug #2348; thanks to Andrei Zaharescu for the fix) commit f53d94c64505dc86611aa7bd93cb8eac6beb48a6 Author: Vadim Pisarevsky Date: Tue Sep 11 14:32:31 2012 +0400 fixed OpenCL detection in Linux (patch #2261) commit 9ea5b6bb44e3ef6a6ce6c09d82b2a7e2a5a59ae3 Author: Vadim Pisarevsky Date: Tue Sep 11 14:25:34 2012 +0400 fixed possible access violation in HSV2RGB (patch #2020) commit bbeffcc11560b72416779e16b2a4bc3a6e4011ef Author: Vadim Pisarevsky Date: Tue Sep 11 14:13:37 2012 +0400 fixed the case learningRate==0 in BackgroundSubtractorMOG2 (patch #2221; thanks to Will Lucas) commit bb9365104872885fe0530059e68c8f7f5ace87d7 Author: Vadim Pisarevsky Date: Tue Sep 11 14:05:25 2012 +0400 added support for bi-level PNG's (patch #2301; thanks to Costantino Grana) commit b3408a9b3a0d899ef52543c99e3d7a79fd34db3c Author: Vadim Pisarevsky Date: Tue Sep 11 13:56:25 2012 +0400 fixed bug #2186 (thanks to Joao Soares for the patch) commit fbd9bfba47cf3fc4613ab9703877613294b92758 Author: Ilya Lavrenov Date: Mon Sep 10 21:37:44 2012 +0400 fixed some warnings and errors on windows commit b1b5e392e60c5370d37af9f28ac34117e6d011d9 Author: Andrey Kamaev Date: Mon Sep 10 20:33:35 2012 +0400 Fix Android build warnings in new imgproc tests commit dd1091bbe142610e43fff121dffc72b0e5d28d67 Author: Ilya Lavrenov Date: Mon Sep 10 19:55:03 2012 +0400 a reference function for remap was stabilized commit a201233b59ca1b227bd245fd7409800dd1ee8ef7 Author: Andrey Kamaev Date: Mon Sep 10 19:44:59 2012 +0400 Fix warning in Android camera code commit 36f912261b373b194b9fa9e9a2e65c958bed2f39 Author: Andrey Kamaev Date: Mon Sep 10 19:17:50 2012 +0400 Move gpu sample to gpu folder commit 200a81746e6567f5adc570455880a957e49930df Author: Andrey Kamaev Date: Mon Sep 10 18:14:32 2012 +0400 Improve Eigen search Should now automatically detect it during Android build commit 8a8e71969057f7771e6f6a0d586bd069a09b5567 Author: Alexander Smorkalov Date: Mon Sep 10 17:07:21 2012 +0400 getWidth/getHeight optimized. (cherry picked from commit 7d4432df27d1ff8f0f09cae90a7d613d5122baf2) commit 7d4432df27d1ff8f0f09cae90a7d613d5122baf2 Author: Alexander Smorkalov Date: Mon Sep 10 17:07:21 2012 +0400 getWidth/getHeight optimized. commit 98c92f196ea6ac9e1a60b1b44d4fb34f87c4ff2a Author: Vladislav Vinogradov Date: Mon Sep 10 16:24:55 2012 +0400 added Generalized Hough implementation commit 86c7e183d2826851a7dae737250ece8d75ea98d1 Author: Alexander Smorkalov Date: Mon Sep 10 16:28:56 2012 +0400 Issue #2316 Change default libnative_camera path implemented. commit e564a53ccdf54c563da100486918a18db179648d Author: Andrey Kamaev Date: Mon Sep 10 15:48:57 2012 +0400 Add gitignore for Android tests and samples commit 43a401ba192b4bc1f6e6fa798a442aedd97306d3 Author: Alexander Smorkalov Date: Mon Sep 10 11:37:04 2012 +0400 OpenCV Manager version incremented. commit 1de829c359384d9dd8a655854f5697c1b4077e7a Author: Alexander Smorkalov Date: Mon Sep 10 11:35:22 2012 +0400 abi-compatibility-check tool configuration script for adnroid added. commit 7d83db7d4d8aa79acf0b0edbe3aa97c3b6d8acc3 Author: yao Date: Mon Sep 10 14:52:28 2012 +0800 fix ocl::columnsum bug commit 42f7329c788bf2eb60b2c1de2ed8efb91ae84cde Merge: cfa250e f268af8 Author: Philipp Wagner Date: Fri Sep 7 22:44:15 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit cfa250eff58324bfecac841f1524907709df84eb Author: Philipp Wagner Date: Fri Sep 7 22:42:46 2012 +0200 The labels of a model are now cloned instead of using Mat::copyTo, because Mat::copyTo leads to a crash with the Python wrapper. I need to further investigate it. commit f268af8ef05712557aae949eda8055f6c673e544 Author: Andrey Kamaev Date: Wed Sep 5 01:15:00 2012 +0400 Removed remaining SWIG marks from headers commit a5e37779fb5a0528517e3f7eaf7d91f77ccc4a49 Author: Philipp Wagner Date: Fri Sep 7 17:33:44 2012 +0200 Added a simple CMakeLists.txt to the facerec_samples, which are not included in the samples folder. Makes building these samples a lot easier. commit 4bd2c6b50da08e9863fb09fa335b682ce1968ba5 Author: Andrey Kamaev Date: Fri Sep 7 18:27:47 2012 +0400 Android toolchain: added fixes/workarounds for NDK r8b and NDK r6 bugs commit 0ab954a3c4c8c23fc841e994eaa182d237a12333 Author: Alexander Smorkalov Date: Tue Sep 4 10:39:44 2012 +0400 Issue #2270 OpenCV Manager fails with JNI error fixed. Local reference table overflow in JNI code fixed. (cherry picked from commit 457c8785383c89c766f613d8b581ec00ddd2a4d7) commit e2d9fc4dcc9d4f9bc3daefdaaa55e36e34fac7af Author: Andrey Morozov Date: Fri Sep 7 18:01:06 2012 +0400 fixed compile error under linux commit 7c13dc6cb38eef573c56b7638626702152d898db Author: Vadim Pisarevsky Date: Fri Sep 7 17:49:38 2012 +0400 little fix in command line parser - catch unknown parameter types commit 0598f33a85191cdd686038db04c4ba80fe810bea Author: Vadim Pisarevsky Date: Fri Sep 7 17:44:01 2012 +0400 refactored command line parser, fixed the docs commit 0efa9d4c063401c5e811b4992d912b50d48c6bf5 Author: Alexander Smorkalov Date: Fri Sep 7 17:22:11 2012 +0400 Build script for all native cameras added. (cherry picked from commit b16b50d61b552a7f7eb3f86c2b28bcb9d933f0a4) commit a12baf180a58d52c3dab7dbc7b63e23b61b84a2b Author: Alexander Smorkalov Date: Fri Sep 7 17:19:46 2012 +0400 All native camera libraries rebuild after HTC One S fix. (cherry picked from commit 568d9583c1621e78a966a131a92e515c4d2f5a26) commit da167d8f38903fd63c77cb91210111f07cccb8c7 Author: Alexander Smorkalov Date: Fri Sep 7 12:57:37 2012 +0400 Issue #2248 OpenCV manager fails to determine hardware platfrom on Android Emulator fixed. Search keys for /proc/sysinfo updated. (cherry picked from commit db3a35f90125eb13716cc323802662c240e4cd2a) commit c07ba32e16758459d6b8fcfe66ee3b8c81859e3c Author: Alexander Smorkalov Date: Fri Sep 7 12:43:45 2012 +0400 Native camera issue on HTC One S fixed. Camera connect->disconnect->connect leads to sigsegv. Apply properties method reimplemented. (cherry picked from commit 710e070990ac2375a1a450c2d215eb68f15139e5) commit b16b50d61b552a7f7eb3f86c2b28bcb9d933f0a4 Author: Alexander Smorkalov Date: Fri Sep 7 17:22:11 2012 +0400 Build script for all native cameras added. commit 568d9583c1621e78a966a131a92e515c4d2f5a26 Author: Alexander Smorkalov Date: Fri Sep 7 17:19:46 2012 +0400 All native camera libraries rebuild after HTC One S fix. commit db3a35f90125eb13716cc323802662c240e4cd2a Author: Alexander Smorkalov Date: Fri Sep 7 12:57:37 2012 +0400 Issue #2248 OpenCV manager fails to determine hardware platfrom on Android Emulator fixed. Search keys for /proc/sysinfo updated. commit 710e070990ac2375a1a450c2d215eb68f15139e5 Author: Alexander Smorkalov Date: Fri Sep 7 12:43:45 2012 +0400 Native camera issue on HTC One S fixed. Camera connect->disconnect->connect leads to sigsegv. Apply properties method reimplemented. commit 19e1f89cd6ec6ce7c8789ec2aaa71012bdfa6d3c Author: Vadim Pisarevsky Date: Fri Sep 7 15:35:18 2012 +0400 regenerated opencv_cheatsheet.pdf from the previously updated opencv_cheatsheet.tex commit 53fdae93bdcce290f042eb42366b56b52a89006d Author: Vadim Pisarevsky Date: Fri Sep 7 15:25:32 2012 +0400 fixed compile error on Windows commit 54a202b3d522f19a05993998ab40a40733a0d3b8 Author: AoD314 Date: Fri Sep 7 13:24:48 2012 +0400 add new version of CommandLineParser. add empty docs commit 6a112aa87ae3a12dd13e2dfc9263ed4dcdf82f7d Author: Andrey Kamaev Date: Thu Sep 6 19:38:13 2012 +0400 Use TBB 4.1 on Android commit 70234433d33cfb403e24f1ec72b8e6c5fccb261f Author: Andrey Kamaev Date: Thu Sep 6 14:55:48 2012 +0400 Reduce verbosity of Java API generators commit b8adc04545b3fc0c8c24433b660c7ada75bea2fa Author: Andrey Kamaev Date: Thu Sep 6 14:43:08 2012 +0400 Fix Android build warnings commit b8767f5fbe3f20ad7ebdbea1772ae497d35075b9 Author: Andrey Kamaev Date: Thu Sep 6 14:42:30 2012 +0400 Disable TBB on Android for mips commit 2cc262bce46cd983203630f43c221cd07c061fc0 Author: Andrey Kamaev Date: Wed Sep 5 20:31:09 2012 +0400 Fix Android CMake toolchain compiler and linker flags commit 04e9698685ed10ca687f46e2dbd83818d4ca7ae3 Author: Andrey Pavlenko Date: Thu Sep 6 16:09:20 2012 +0400 possibility to maintain custom hardware-specific libs folders commit 186f8b74177e309b0bdee0e1aa6d1d5cd2cb60c4 Author: Andrey Pavlenko Date: Thu Sep 6 16:00:57 2012 +0400 possibility to maintain custom hardware-specific libs folders commit 36dacc688addf219a0fae4298f1470e92804a6ee Author: Vadim Pisarevsky Date: Thu Sep 6 14:22:40 2012 +0400 removed non-existing CoreAnimation framework from the list of required frameworks (bug #2326) commit 283087dd56b392dbcbbaa6a80ee94aee69e39254 Author: Vadim Pisarevsky Date: Thu Sep 6 14:16:18 2012 +0400 fixed typo (bug #2327) commit 037e3ee2883bb888f24ed0d26c809c572e04b028 Author: Vsevolod Glumov Date: Thu Sep 6 10:57:28 2012 +0400 Fixed some minor formatting issues in 'old_basic_structures' and 'operations_on_arrays'. commit a1796469f7ddb95a18b897f5e04f9b5d034e67dc Merge: 1b6639a 3d072dc Author: yao Date: Thu Sep 6 14:39:56 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 1b6639aa3d73801179f9694fdec30580cf4cb2ad Author: yao Date: Thu Sep 6 14:39:20 2012 +0800 A little optimization on ocl/pyrdown, ocl/canny commit 3d072dce02aaa4efe55df215e8746bd252d3ce74 Author: Vsevolod Glumov Date: Thu Sep 6 10:38:03 2012 +0400 Revert "Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'." This reverts commit 907a9101eb7aca65e5f096cde387df65be8b271d. commit 907a9101eb7aca65e5f096cde387df65be8b271d Author: Vsevolod Glumov Date: Wed Sep 5 18:13:54 2012 +0400 Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'. commit 932100c5a374f8681db9a18c9d498178169d8e12 Author: Vadim Pisarevsky Date: Wed Sep 5 17:06:07 2012 +0400 fixed build errors and warnings on Windows commit d3501f1545f7769fa63a1df12226164b22dd69a9 Author: Andrey Kamaev Date: Wed Sep 5 16:25:14 2012 +0400 Android toolchain: restored explicit include_directories of system /usr/include It is needed because of explicit STL include paths. Otherwise some standard headers (like fenv.h) can not not be correctly found by the compiler. commit dcdbc638af3fcf425c30032b394444bebce13863 Merge: bcd0aef 66ce62c Author: Vadim Pisarevsky Date: Wed Sep 5 16:01:59 2012 +0400 Merge https://github.com/urikz/opencv commit bcd0aefbca846b4c59be4e12eee37211cba526a3 Author: Andrey Kamaev Date: Wed Sep 5 15:51:51 2012 +0400 Fix gcc build errors and warnings commit 66ce62cd0dc66f0d86580ecd7d20bfb7a990a86d Author: Yury Zemlyanskiy Date: Wed Sep 5 14:39:33 2012 +0400 Small fixed #3 commit 036258b8da70c027ae3c5756a5dc7ba8e45f35ac Author: Yury Zemlyanskiy Date: Wed Sep 5 14:36:40 2012 +0400 Small fixed #2 commit 9d1aa37e214485e18793df09ad473dc76d8c548c Author: Yury Zemlyanskiy Date: Wed Sep 5 14:19:44 2012 +0400 Small fixes commit 4e0fdf2205dfc75b48cd74dd5de415c685925576 Merge: 0c10ed2 5eac041 Author: Yury Zemlyanskiy Date: Wed Sep 5 13:40:14 2012 +0400 Merge remote-tracking branch 'itseez/opencv' Conflicts: modules/video/src/simpleflow.cpp modules/video/test/test_simpleflow.cpp commit 0c10ed26e3cf3d336689a538c060359e63a30458 Author: Yury Zemlyanskiy Date: Mon Sep 3 20:35:20 2012 +0400 Update to improve performance of SimpleFlow algorithm + Improve performance of calcOpticalFlowSingleScale method + Small refactoring Current results: IMAGE NAMES RMSE Beanbags Dimetrodon 0.329428 DogDance Grove2 0.550852 Grove3 1.464699 Hydrangea 0.523277 MiniCooper RubberWhale 0.367246 Urban2 2.717003 Urban3 4.185070 Venus 0.775422 Walking Time (for Urban3): 17.490248 sec commit ec45453baabbea6f28ccf073d22109eb34bb63d1 Author: Takahiro Horikawa Date: Tue Sep 4 20:46:42 2012 -0700 #523 Fix the problem where the MaxSize parameter in cvHaarDetectObjects does not work when the flag CV_HAAR_SCALE_IMAGE is not set. commit 5eac0419b2b6e34b1606c1a601074aeaa87f6f4f Author: Ilya Lavrenov Date: Tue Sep 4 22:22:07 2012 +0400 changed eps in validate_result function commit be51e5d1b15ec44a333bdec344cbdfd177150f0c Author: Ilya Lavrenov Date: Tue Sep 4 21:52:40 2012 +0400 More strict tests for image waring algorithms commit 07d92d9e5a4f3250231c3cddbd51911ebd00c666 Author: Andrey Kamaev Date: Tue Sep 4 17:44:23 2012 +0400 Fix android build warnings commit 8325a28d09d33519965fccb1feda1931e327c9ac Merge: 16717a8 02b3379 Author: Andrey Kamaev Date: Tue Sep 4 17:00:40 2012 +0400 Merge branch 'android-toolchain' commit 02b33792cbffe47974a85ce0f33323caa3932a16 Author: Andrey Kamaev Date: Tue Sep 4 16:50:55 2012 +0400 Fix precompiled headers support detection for gcc-4.6 toolchain from Android NDK r8b The version reported by toolchain is 4.6.x-google so regex needs an adjustment. commit b0c72809788f03d49b1e311fb502858a74b2de0c Author: Andrey Kamaev Date: Tue Sep 4 16:33:24 2012 +0400 Android toolchain: protect from changes of NDK_CCACHE on subsequent cmake commit af415085d891781072b017f63c67c9d1a8ea875b Author: Andrey Kamaev Date: Tue Sep 4 13:26:08 2012 +0400 Fix Android build with CMake 2.6.3-2.8.3 commit 53d219c857cb1020345aa7851b5d3e36a70ae11b Author: Andrey Kamaev Date: Tue Sep 4 14:59:26 2012 +0400 Improved CMake warnings about known problems of Android NDKs commit 16717a8641eff4a7177277e579ac4d6b12fa422a Author: Vsevolod Glumov Date: Tue Sep 4 15:43:59 2012 +0400 Partially cleaned 'operations_on_arrays' section of undocumented parameters. commit 959674618f29cbf1ed26d6d43d4ecf0fd4d66eb8 Author: Vadim Pisarevsky Date: Tue Sep 4 14:59:38 2012 +0400 restored SSE2 and added AVX optimization of the old haar face detector commit dea52eb730b4c221c89c7f87bbd6bb26ad111481 Author: Vadim Pisarevsky Date: Tue Sep 4 14:51:31 2012 +0400 fixed 4-channel resizeAreaFast x2 decimation case commit bf7295f584ea1a5c90c4476db76c3032c7fb465c Author: Vadim Pisarevsky Date: Tue Sep 4 14:15:00 2012 +0400 fixed multiple build warnings commit e17b70e533fc1edb4d8bf40c307b5bb0c1474b6a Author: Vadim Pisarevsky Date: Tue Sep 4 14:14:24 2012 +0400 updated documentation with the new PCA functionality commit 93155c6ae049bc3d8f5b99b0f1606ba88ef53ed8 Author: Kevin Date: Wed Aug 22 23:21:49 2012 -0400 Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated commit a74a2302aa875ef6da02a37b7d7fccfd25781cba Author: Vadim Pisarevsky Date: Tue Sep 4 13:34:52 2012 +0400 fixed bug #2331 commit a08290d843391098d4df88330dcc6c0a44c39417 Merge: 457c878 8f8a69d Author: Alexander Smorkalov Date: Tue Sep 4 10:50:35 2012 +0400 Merge branch 'master' of git://code.opencv.org/opencv commit 457c8785383c89c766f613d8b581ec00ddd2a4d7 Author: Alexander Smorkalov Date: Tue Sep 4 10:39:44 2012 +0400 Issue #2270 OpenCV Manager fails with JNI error fixed. Local reference table overflow in JNI code fixed. commit 8f8a69d6f5f7b9a17f313dcb9d9ef6f3fe56a0be Author: yao Date: Tue Sep 4 08:51:08 2012 +0800 fix bug of ocl::canny commit a3125c0b8de20b00bfded81a2eb87a92851ec3d6 Author: Andrey Kamaev Date: Mon Sep 3 20:58:14 2012 +0400 Added C++ runtime search for standalone toolchain commit ac808b51a5dcac5b91e129c11a56ac771b023795 Author: Andrey Kamaev Date: Mon Sep 3 19:13:51 2012 +0400 Fixing STL support in case of standalone toolchain commit c91850ec2ec8a3d2c22a7f71a171288909a2159d Author: Andrey Kamaev Date: Mon Sep 3 18:42:13 2012 +0400 Fix executable and C objects linking commit 778c31a1c8d205ef959be9963ee5a45ad75126a1 Author: Vadim Pisarevsky Date: Mon Sep 3 17:31:20 2012 +0400 added SSE2-optimized boxfilter by Grigoriy Frolov commit 67ff95083d010773b552eaafe994e6bd6380deed Author: Vadim Pisarevsky Date: Mon Sep 3 17:03:31 2012 +0400 added openfabmap code, contributed by Arren Glover. fixed several warnings in the new versions of retina filters commit 6ee7ecb6177b4cc70d6f1ddb9f11fa38b4532707 Merge: 11b4039 5258175 Author: Andrey Kamaev Date: Mon Sep 3 16:03:25 2012 +0400 Merge pull request #28: add openexr to 3rdparty libs commit 52581750fc99e6b97e3d9f88ec1e20ac173c5830 Author: Andrey Kamaev Date: Mon Sep 3 15:58:30 2012 +0400 Fix openexr build on Linux commit 11b403900ea91b93384a9a216cdc13e7a8077dcb Author: niko Date: Mon Sep 3 18:07:31 2012 +0800 add channel 3 for test/main.cpp add remap commit c8bfc0fd890bdea4ba7f14918c64c78a31c4d9e5 Author: yao Date: Mon Sep 3 17:23:13 2012 +0800 A little fix to ocl accuracy tests, make them more uniformed commit 0fdb55a54d211aa642721a9623c41380f1da7623 Author: yao Date: Mon Sep 3 17:03:37 2012 +0800 update some of the functions in ocl module to the latest version commit e402bb496d3c147a2561664b633fce21b38b1d3c Author: Andrey Kamaev Date: Mon Sep 3 03:54:06 2012 +0400 Add support for all NDK runtimes commit 7280039d8cab0ec97baaf8eefcf133159e608d9f Author: Andrey Kamaev Date: Sun Sep 2 21:16:57 2012 +0400 Update readme for 3rdparty libs commit 577d9cdece0e20e13e3ee9f52a621d1b0d73ea9f Author: Andrey Kamaev Date: Sat Aug 25 18:13:59 2012 +0400 Fix openexr build on MinGW commit 941391c0bead29f29904b49e776d5468ac8c20ff Author: Andrey Kamaev Date: Sat Aug 25 17:12:17 2012 +0400 Fix openexr build with MSVC commit 867777f82531a51eba4a3b9f926d53e4471ab7f6 Author: Andrey Kamaev Date: Sat Aug 25 00:31:49 2012 +0400 Added OpenEXR library v1.7.1 commit 21a536f999e553122f6566739bfdbd6d6b536b51 Author: Andrey Kamaev Date: Sun Sep 2 01:11:41 2012 +0400 Add NDK release detection into CMake toolchain commit c9dbb0d31450163d7b5d97b16533fea80ebb6382 Author: Andrey Kamaev Date: Sun Sep 2 01:02:50 2012 +0400 Several small fixes in Android CMake toolchain * fix formatting * honor Windows-style paths * suppress warnings inside try_compile * correct caching of toolchain variables commit 3fb3851c7a77ee25f6acc2c9d54bbdd238da8753 Author: Andrey Kamaev Date: Sat Sep 1 08:42:07 2012 +0400 Remove debug print commit ce4ac2d74ad917b9d9b92d7a1fc7745368d67f08 Author: Vsevolod Glumov Date: Fri Aug 31 19:32:07 2012 +0400 Cleaned 'old_basic_structures' of undocumented parameters. commit 44da71daf4f845d2b8209ba5c57d430a7bad2ce9 Author: kir Date: Fri Aug 31 18:38:42 2012 +0400 removed duplicated sample (for facedetect) commit f2a486c34b6ed23209e2cdb9f141402e61515927 Author: Andrey Kamaev Date: Fri Aug 31 14:26:22 2012 +0400 Fix Android samples for devices having front camera only (Nexus 7) (cherry picked from commit 067744d07109713a7cbf1db16d831580f6d65ea3) commit 58baf2b455f6327527c999ee3557e4ab304c9673 Author: Andrey Kamaev Date: Fri Aug 31 14:23:52 2012 +0400 Fix package name of Android color blob detection sample (cherry picked from commit fc93518449b6c128766266910faea5fe72d0e69d) Signed-off-by: Andrey Kamaev commit 11bffb0e7de61db1ecd8a705d0501a4fabfc8c36 Author: Andrey Kamaev Date: Fri Aug 31 12:36:24 2012 +0400 Unify manifest files in Android examples (cherry picked from commit bd12f636c8afbfc22f00342438112fe068551537) Signed-off-by: Andrey Kamaev commit ca0609dde30dcbf8131249e0da475995d9aa8302 Author: Andrey Kamaev Date: Tue Aug 28 17:23:33 2012 +0400 Fixed java camera release in Android tutorial-0 sample (cherry picked from commit cd59cf3ab5c37d1db53394f5143cd87f9047547f) Signed-off-by: Andrey Kamaev commit 067744d07109713a7cbf1db16d831580f6d65ea3 Author: Andrey Kamaev Date: Fri Aug 31 14:26:22 2012 +0400 Fix Android samples for devices having front camera only (Nexus 7) commit fc93518449b6c128766266910faea5fe72d0e69d Author: Andrey Kamaev Date: Fri Aug 31 14:23:52 2012 +0400 Fix package name of Android color blob detection sample commit bd12f636c8afbfc22f00342438112fe068551537 Author: Andrey Kamaev Date: Fri Aug 31 12:36:24 2012 +0400 Unify manifest files in Android examples commit 37fe2a252a57ce281efcf00884d7216d380bae62 Author: Alexandre Benoit Date: Fri Aug 31 14:55:32 2012 +0200 updated Retina module code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper... compile error corrected commit 5a6114e29975f66240ab7acae6e35fca65064a2c Author: Alexandre Benoit Date: Fri Aug 31 14:14:57 2012 +0200 updated code for more flexible parallelisation : TBB parallel for loops are replaced by opencv parallel_for_ wrapper commit e5f9f97954406f22cb873b385e28e7eda5ec4f2d Author: Vadim Pisarevsky Date: Fri Aug 31 14:56:28 2012 +0400 fixed build warnings on Windows commit 1686b0d9d3699c2ee80f97ea2d117e6afa9a19bf Merge: 1fde184 1a2bbfa Author: Vadim Pisarevsky Date: Fri Aug 31 14:56:09 2012 +0400 Merge remote-tracking branch 'origin/master' commit 1fde18419203c17dc112948f7559989466de523c Author: Yury Zemlyanskiy Date: Fri Aug 31 13:27:14 2012 +0400 Small fixes for SimpleFlow algorithm + Fixed warnings + Add new function calcOpticalFlow with smaller number of arguments + Add asserts to algorithm and remove 'exit(1)' commit 784c09d6f9f85f1aa0774fdca56387cd6817868d Author: Yury Zemlyanskiy Date: Mon Aug 27 14:40:57 2012 +0400 Updates for SimpleFlow algorithm + New format for flow data - CV_32C2 + Memory optimization + Cross Bilateral Filter optimization + Minor optimizations + Sample for calcOpticalFlowSF improved commit c77d099018f613dcc4b1cc58720c7e78cf143e44 Author: Yury Zemlyanskiy Date: Sun Aug 19 15:56:19 2012 +0400 "SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test commit 1a2bbfafbaae2a02baf5bcca8c637a18881e0cc6 Author: OpenCV Buildbot Date: Fri Aug 31 14:36:22 2012 +0400 update FFMPEG wrapper binaries commit 2367a195c5f9903e120e9359f7d823fd7d02b142 Author: Vadim Pisarevsky Date: Fri Aug 31 14:35:11 2012 +0400 probably fixed compile error on MacOSX 10.6 commit 7ad4c2545225aa735b9d1b5cd8e043be07d91643 Author: Yury Zemlyanskiy Date: Fri Aug 31 13:27:14 2012 +0400 Small fixes for SimpleFlow algorithm + Fixed warnings + Add new function calcOpticalFlow with smaller number of arguments + Add asserts to algorithm and remove 'exit(1)' commit 2907eec670f1b23ffcb33dbeedfa23c91a28c301 Merge: ffb3842 6f6e990 Author: Alexandre Benoit Date: Fri Aug 31 11:20:13 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit ffb3842ef1f5e47ddada178922bf8f04e899f421 Author: Alexandre Benoit Date: Fri Aug 31 11:19:46 2012 +0200 updated retina documentation commit 6f6e990988eb2cf41b05c9e89b435dec781df3d6 Author: niko Date: Fri Aug 31 14:08:52 2012 +0800 use mutex provided by opencv itself add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module correct haar test cases add face detection sample commit 11e16a7204824d025f4ef780b30a8089d73c88ed Merge: ecd96c8 85eae7b Author: Andrey Kamaev Date: Thu Aug 30 23:15:58 2012 +0400 Merge pull request #27 from sergiud/master commit ecd96c8b180bfc63bbc61edc1671bb776fb668ae Author: Andrey Kamaev Date: Thu Aug 30 23:14:09 2012 +0400 Fix libjasper build on 32-bit MinGW commit f02c1ad6882932fdbd7676205216f5add9575ffc Author: Andrey Kamaev Date: Thu Aug 30 22:48:36 2012 +0400 Fix MinGW warning on implicit 'exit' declaration commit 9f1c10e1c5a7d26f9e1f33505bcaea30dec95af0 Merge: 52b4b5b 0141067 Author: Alexandre Benoit Date: Thu Aug 30 16:02:48 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit 52b4b5b052880b2b6bec2df193b9ef559f7b8921 Author: Alexandre Benoit Date: Thu Aug 30 16:02:04 2012 +0200 added retina module documentation commit 014106783d854cb4d89015171b26e79dda3c2632 Author: Vadim Pisarevsky Date: Thu Aug 30 17:32:47 2012 +0400 fixed building BRISK on Windows commit 85eae7b30dec42c657253be600c14c9b43618441 Author: Sergiu Dotenco Date: Thu Aug 30 14:52:39 2012 +0200 win32: always link to vfw32 commit 3ca0cc22531473c2aa0adb3acf8a06d9334a2b07 Author: Vincent Rabaud Date: Fri Aug 24 16:35:35 2012 +0200 add a scale invariance test for the detector commit 84c4797030e981f46257b34a1260892cceabb0a1 Author: Vincent Rabaud Date: Fri Aug 24 16:23:07 2012 +0200 revert orientation computation in jeypoint detection for efficiency (like done originally) commit da1921b2fc727062049974a61537976e44c7037a Author: Vincent Rabaud Date: Fri Aug 24 04:03:06 2012 +0200 add const correctness, replace __inline__ and remote a useless release() commit 92da6d381bd069751c452cff7cc1890eae4670e9 Author: Vincent Rabaud Date: Fri Aug 24 03:42:58 2012 +0200 add rotation tests for the descriptors commit b325b2f9a42568c1db6fd586ca5c2075103f0036 Author: Vincent Rabaud Date: Fri Aug 24 02:31:37 2012 +0200 add more test to BRISK commit 13ded36ecb831d512a0f92a0baebdab8bedded6f Author: Vincent Rabaud Date: Thu Aug 23 14:52:01 2012 +0200 initial addition of BRISK with some tests commit 228070a74cf43f4f37e6c65110ea18587d76e4a6 Author: Vincent Rabaud Date: Thu Aug 23 14:33:11 2012 +0200 split FAST in order to reuse it in BRISK commit a6e2acbfee08f1bd73a278a2df53d609d50be604 Author: Vadim Pisarevsky Date: Thu Aug 30 16:23:18 2012 +0400 added a few missing images for tutorials; integrated pull request #26 commit 3d4ca2d709139557bb305c0d92916636b5e26275 Author: Vadim Pisarevsky Date: Thu Aug 30 15:49:53 2012 +0400 added ios tutorials by Charu Hans and Eduard Feicho commit b2acf50c817c8fad3f535e1b70672b0a029fef60 Author: Andrey Kamaev Date: Thu Aug 30 13:04:34 2012 +0400 Fix build warning introduced in commit:424bc609b6f352a2b10f2a01ffcd037483e3591f commit b929012583ab7a7a2a7187c4e512c11c134b9515 Author: niko Date: Thu Aug 30 16:03:46 2012 +0800 performance fix of convertC3C4 add OCL 1.2 feature for setTo bug fix of integral replace the error code -217 with suitable MACRO simplify tests, no need apply a new context for each test case add more control for tests in utility.hpp commit 44330afc7f77398818c37d6871cbacb7f4e2ecfc Author: Vladislav Vinogradov Date: Thu Aug 30 10:35:32 2012 +0400 fixed build without CUDA commit 29cdddd84540990b1140987facae68fac9b55eb6 Author: Vladislav Vinogradov Date: Thu Aug 30 09:48:16 2012 +0400 fixed bug in buildPointList commit 3ae2244bd9246862544316f3e92326bc5d4a50a8 Merge: 3456238 a881f16 Author: Andrey Kamaev Date: Thu Aug 30 00:57:40 2012 +0400 3rdparty libs are updated to latest available versions commit a881f165ecdaecc0faff5b794f46baa75022dd95 Author: Andrey Kamaev Date: Thu Aug 30 00:56:18 2012 +0400 Update readme for 3rdparty libs commit d8015fd6ed7664bd178ad3a3c9fd3644c7cfb245 Author: Andrey Kamaev Date: Wed Aug 29 23:15:07 2012 +0400 Fix libjasper build with MSVC commit 6e6cfdd0241a184d51adf68e079580c255577e15 Author: Andrey Kamaev Date: Wed Aug 29 02:05:07 2012 +0400 Add changelog and copyright files from debian libjasper-dev (1.900.1-13) package commit 70fed019ae4f78582d0ab17a38688e8bce409f21 Author: Andrey Kamaev Date: Wed Aug 29 02:03:20 2012 +0400 Apply 03-CVE-2011-4516-and-CVE-2011-4517 patch from debian libjasper-dev (1.900.1-13) package commit c7db1c1cc81083eb5c5ccf3111486cfaa9aae202 Author: Andrey Kamaev Date: Wed Aug 29 01:59:32 2012 +0400 Apply 02-fix-filename-buffer-overflow patch from debian libjasper-dev (1.900.1-13) package commit 4157a640ba30bb75e0c0f1e38686a27ec7887f30 Author: Andrey Kamaev Date: Wed Aug 29 01:55:20 2012 +0400 Apply 01-misc-fixes patch from debian libjasper-dev (1.900.1-13) package commit d28af08ef3b5910c634d9fa2ba3f961e37674a37 Author: Andrey Kamaev Date: Wed Aug 29 00:09:36 2012 +0400 Update libjpeg to release 8d commit 35a869f6f0a1084e6d486023ce5f30f315c2503b Author: Andrey Kamaev Date: Tue Aug 28 11:29:40 2012 +0400 Update libtiff to release v4.0.2 commit e9392d14669a39495d0bdb4e0e074e0fbb26cf3d Author: Andrey Kamaev Date: Wed Aug 29 03:03:36 2012 +0400 Fix Android build with cmake 2.6.3 commit 90a3d227c92d38b98419fe62de985d1f49be67f6 Author: Andrey Kamaev Date: Tue Aug 28 04:54:15 2012 +0400 Enable libpng NEON optimization in Android build for armeabi-v7a with NEON target commit c6d1421f9be64953353b39e5ab56f83f037fd41e Author: Andrey Kamaev Date: Tue Aug 28 04:44:09 2012 +0400 Update libpng to release v1.5.12 commit ae4718558d50bd23e83f12a20545e924677f32ba Author: Andrey Kamaev Date: Tue Aug 28 04:23:47 2012 +0400 Update zlib to release v1.2.7 commit 3456238c1655118e3459d78f9895b4e27d0b990e Author: Anatoly Baksheev Date: Wed Aug 29 21:25:35 2012 +0400 minor commit fba081992d0d6da5f546e4434c1aabaf1db80d03 Merge: 424bc60 0ba01af Author: noob Date: Wed Aug 29 18:14:07 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit 424bc609b6f352a2b10f2a01ffcd037483e3591f Author: noob Date: Wed Aug 29 17:44:21 2012 +0200 Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms commit 0ba01afd83d16d8ba2cfbf98dd46debe569b69cd Author: Anatoly Baksheev Date: Wed Aug 29 16:49:07 2012 +0400 added GPU bilateral filter + tests added GPU non local means brute force filter + tests commit a09679044e5334aebe3dbd1929a950ccee40ac56 Author: Anatoly Baksheev Date: Mon Aug 27 14:27:13 2012 +0400 renamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct naming fixed some warnings commit 3d9018f0191304c3f24816530a3552d57a557428 Author: Andrey Kamaev Date: Wed Aug 29 19:16:11 2012 +0400 Fix run.py version control detection when used outide of OpenCV build commit ee2bebf5f7a9fda0e3aac9d5edd35d7f58ac3939 Author: OpenCV Buildbot Date: Wed Aug 29 18:59:21 2012 +0400 update FFMPEG wrapper binaries commit 429e5367c467f79f36b3cd763da8ad74817fb0f5 Merge: 1469434 6c3e769 Author: Andrey Kamaev Date: Wed Aug 29 17:54:49 2012 +0400 Merge pull request #25 from sergiud/master commit 14694343cba605aa0bed6e3af0925cc63ec9d033 Author: Vladislav Vinogradov Date: Wed Aug 29 10:51:40 2012 +0400 fixed gpu PyrLKSparse perf test commit 0adbead654e49ec352ab4bb21cf112d47a44ab71 Author: Andrey Kamaev Date: Tue Aug 28 20:39:10 2012 +0400 Android toolchain: fix CCache program search commit cd59cf3ab5c37d1db53394f5143cd87f9047547f Author: Andrey Kamaev Date: Tue Aug 28 17:23:33 2012 +0400 Fixed java camera release in Android tutorial-0 sample commit 6c3e769f328d6930f989b54eba9dcdc48257c0fe Author: Sergiu Dotenco Date: Tue Aug 28 17:21:06 2012 +0200 eliminated type conversion warnings commit 4d6730dc68ea69843eb30c449882b5284d76dd49 Author: Vsevolod Glumov Date: Tue Aug 28 18:51:34 2012 +0400 Improved javadoc comments. Minor formatting fix. commit 633a8bfaccfad935f7bf2f969c97dfe3091109ac Author: Vadim Pisarevsky Date: Tue Aug 28 18:15:14 2012 +0400 fixed many warnings (modified pull request 13) commit aa2524f41e509dc990388ca4c4a343117ffec20b Author: Leonid Beynenson Date: Tue Aug 28 17:46:45 2012 +0400 Changed the file .gitignore (added vim swap files and tag files) commit 8dcf52c90b1340b9aadd3c8b7eae50302efb7b4c Author: Leonid Beynenson Date: Tue Aug 28 17:44:33 2012 +0400 Added possibility to make subfolders in modules' folders "src/". commit 18fc11bc0464a8c84ea93dcb77c4957e715f1779 Author: Corentin Wallez Date: Tue Aug 21 23:45:12 2012 +0200 Fix fixed-point arithmetics in FREAK::meanIntensity commit dc6fa94118860ddbb31f1141834b90af14afc3f9 Author: Vsevolod Glumov Date: Tue Aug 28 15:49:50 2012 +0400 Improved javadoc comments. commit f56432559e9b7607fb70ed0a71b65c4337a82b1e Author: Vincent Rabaud Date: Fri Aug 24 11:26:34 2012 +0200 add conversion from/to Matx commit 05630b336b257a5255652cc5ffa89638a8f91433 Author: Andrey Kamaev Date: Tue Aug 28 15:06:47 2012 +0400 Updated package version in Android samples (cherry picked from commit 47b9640785cb0fe4dce043cb676e687e74704276) Signed-off-by: Andrey Kamaev commit 47b9640785cb0fe4dce043cb676e687e74704276 Author: Andrey Kamaev Date: Tue Aug 28 15:06:47 2012 +0400 Updated package version in Android samples commit 7744b1d6005fa3a503b17d2a12acf0a57125b149 Author: Andrey Kamaev Date: Tue Aug 28 14:44:46 2012 +0400 Android camera: fix logging macro part 2 commit 396e4517ffc72283631c7b5b8d2e44366f223141 Author: Vsevolod Glumov Date: Tue Aug 28 15:01:14 2012 +0400 Improved javadoc comments. Draft. commit a07e33609b737bebae3fb64ddc4c1c37ff9213b1 Author: marina.kolpakova Date: Tue Aug 28 14:45:45 2012 +0400 added test for caltech images commit e2c9e7c3fbd0d95f78f2e61b41c138daa1f00dc8 Author: Vadim Pisarevsky Date: Tue Aug 28 14:19:34 2012 +0400 applied patches from #2311 commit 0bd68a70f141d4f98dbe75339740ef2ad83ff74f Author: Vadim Pisarevsky Date: Tue Aug 28 13:45:35 2012 +0400 fixed #2297, #2300; fixed several warnings commit 95d54196dbe8a3562feef3cd251e03a7878fec93 Author: Andrey Kamaev Date: Tue Aug 28 13:30:11 2012 +0400 Android camera: fix logging macro commit d421ec26e2c34912cb2d8f85e729cd226ba4fe0d Author: Andrey Kamaev Date: Tue Aug 28 13:26:57 2012 +0400 Android toolchain: fixed ccache search commit 5ee632fe90a5425532588bdd8b60e25c847b317b Author: Yury Zemlyanskiy Date: Mon Aug 27 14:40:57 2012 +0400 Updates for SimpleFlow algorithm + New format for flow data - CV_32C2 + Memory optimization + Cross Bilateral Filter optimization + Minor optimizations + Sample for calcOpticalFlowSF improved commit cc6f1eb824b37b6a5c9b3b0d303c2ed78402974e Author: Yury Zemlyanskiy Date: Sun Aug 19 15:56:19 2012 +0400 "SimpleFlow" optical flow estimation algorithm (GSoC project) declaration in includes, implementation, usage example, test commit bbbe77e05e7f1bdccb8f58ce347d4f314ac3f140 Author: Andrey Kamaev Date: Mon Aug 27 20:16:54 2012 +0400 Fix Android build for mips platform commit c0786e9d338664d2d932aa76ade99030181cf9ea Author: Andrey Kamaev Date: Mon Aug 27 19:45:24 2012 +0400 Support for the gold linker (NDK r8b is required) commit bcf8dd510f738a121b9db8d5a93559fd35cc360d Author: Andrey Kamaev Date: Mon Aug 27 18:22:00 2012 +0400 Added CCache support to Android build To speed up rebuilds, define the NDK_CCACHE environment or CMake variable to the path to your ccache binary. When declared, the android.cmake.toolchain automatically uses CCache when compiling any C/C++ source file. For example: export NDK_CCACHE=ccache commit 5c01d13f38c7826e5d03ea9944a818c8c9937126 Author: Andrey Kamaev Date: Mon Aug 27 16:48:09 2012 +0400 Pass list of modules to javadoc generator Previously the generator always uses hardcoded list of modules. This fix replaces hardcoded list with actual set of modules coming from cmake. commit c78884c7804cd58a9dda1df8d0ae18922f3c8576 Author: Vsevolod Glumov Date: Fri Aug 24 19:05:34 2012 +0400 Improved 'Operations on Arrays" section of 'Core' module documentation. commit 4449efb24286c610bb038276179b0382c43a4f0d Author: Anatoly Baksheev Date: Fri Aug 24 19:01:13 2012 +0400 minor commit d3f4c9b2dcaffa9c36c79a3f0a09f2261e79f307 Author: Anatoly Baksheev Date: Fri Aug 24 14:22:26 2012 +0400 Fixed bug in BP_GPU commit 0948f4f863d2aa196d23a4d009803714a9db6b88 Merge: a21df06 4aa03d4 Author: Andrey Kamaev Date: Fri Aug 24 16:55:44 2012 +0400 Merge branch 'android_camera_2.4' into 2.4 commit 4aa03d4b2bd7cfe3acd399eb30db955bcfe3120b Author: Andrey Kamaev Date: Thu Aug 23 19:17:51 2012 +0400 Fix/workaround bogus error in Android samples running on Android 4.1.1 commit eaf75dbc95745a18b3dda50a9e3331b2907deddb Author: Andrey Kamaev Date: Thu Aug 23 16:02:33 2012 +0400 Fix crash on resume in face detection sample commit c9d078ab009e1315f6a1957a44ffa97b43797dda Author: Andrey Kamaev Date: Thu Aug 23 14:39:10 2012 +0400 Fix formatting in detection based tracker commit a4235948a72a0b2771ba16c678c87b7b1fcf7f60 Author: Andrey Kamaev Date: Wed Aug 22 21:14:06 2012 +0400 Fix Andoid samples: black screen after resume problem commit d849f51023209a329427910915cd50803bc6edfc Author: Andrey Kamaev Date: Wed Aug 22 19:24:11 2012 +0400 Android camera: commented logs in frame callback commit 4ac2c22776f85749f8fba3554fcacadbe805d7de Author: Andrey Kamaev Date: Tue Aug 21 17:44:24 2012 +0400 Fix buffer allocation in Android camera commit a21df069e06526aed0e47251e0057bca9d792048 Merge: c42c3eb dd3b094 Author: Andrey Kamaev Date: Fri Aug 24 16:52:30 2012 +0400 Cherry pick Android-related changes from master till 2012-08-23 * service * tutorials * samples * gitignore commit 42a4ed6ebfe64ae9832be31c38ab03989b2a1cdb Merge: 1b5903a ba862ff Author: Andrey Kamaev Date: Fri Aug 24 16:44:52 2012 +0400 Merge branch 'android_camera' commit ba862ffdff90504d7f9ad1c4bb85dfd7396d7b3d Author: Andrey Kamaev Date: Thu Aug 23 19:17:51 2012 +0400 Fix/workaround bogus error in Android samples running on Android 4.1.1 commit e9e06685491c123465e272511a623d3ef72f6046 Author: Andrey Kamaev Date: Thu Aug 23 16:02:33 2012 +0400 Fix crash on resume in face detection sample commit ce11c0d1ebca66d89984fbc4421f674e3a885f87 Author: Andrey Kamaev Date: Thu Aug 23 14:39:10 2012 +0400 Fix formatting in detection based tracker commit 285af48040bd9fb3fb3eea5ae44d25035777745c Author: Andrey Kamaev Date: Wed Aug 22 21:14:06 2012 +0400 Fix Andoid samples: black screen after resume problem commit 71df8906beef183f57fca00b9f89db720f91dda3 Author: Andrey Kamaev Date: Wed Aug 22 19:24:11 2012 +0400 Android camera: commented logs in frame callback commit ad35f317f60462f69eeda56fecd255bbc5939231 Author: Andrey Kamaev Date: Tue Aug 21 17:44:24 2012 +0400 Fix buffer allocation in Android camera commit dd3b09441f3ec6fecaebac1c9092a93c3621193f Author: Andrey Kamaev Date: Fri Aug 17 19:23:45 2012 +0400 Fix formatting in Android tutorials commit 62f9c0e140a231fe1011ce9d16b7a07de7e167ea Author: Andrey Kamaev Date: Fri Aug 17 18:12:40 2012 +0400 Fixed layout in third Android tutorial commit 3c8e151c7347e682bba844e393944bd92e6e4b74 Author: Vsevolod Glumov Date: Wed Aug 15 15:10:58 2012 +0400 Reviewed 'android_dev_intro' commit 69538c3596bbc92a95a38cf7c95f886527e53f25 Author: Andrey Pavlenko Date: Wed Aug 15 12:21:58 2012 +0400 improving android tutorial v2 commit 1e25e736f0ffafb18268cd9f07a7120b48f7f66e Author: Andrey Pavlenko Date: Wed Aug 15 11:44:54 2012 +0400 improving android tutorial v2 commit efc87105a3685576a89a14dc716bcb3e56f8183b Author: Andrey Pavlenko Date: Wed Aug 15 10:56:50 2012 +0400 improving android tutorial v2, removing v1 commit 526efe67245b7430341efb181ebfc083c6826aab Author: Vsevolod Glumov Date: Wed Aug 15 11:39:02 2012 +0400 Reviewed 'android_dev_intro' and 'O4A_SDK' commit 8facfd4fc8d23313cb7d0ffb5c77c99e3347ebee Author: Andrey Kamaev Date: Tue Aug 14 17:25:55 2012 +0400 Fixed tutorial link to NVIDIA Tegra platform commit 6946213ecf768dd20a3cb7d4612056e532714985 Author: Andrey Pavlenko Date: Tue Aug 14 17:17:04 2012 +0400 improving android tutorial v2 commit a053f611a44760fa8ea310479ee425da728ec7db Author: Oleg Sklyarov Date: Mon Aug 13 16:03:01 2012 +0400 ubuntu screenshot png commit c24549742b6eccb84ab6f3d2c53afd7fdd92b090 Author: Oleg Sklyarov Date: Mon Aug 13 16:00:58 2012 +0400 Android device recognition in Ubuntu Linux manual commit 5577485755e63eebaec23a3e108d6ae1980a1f80 Author: Vsevolod Glumov Date: Mon Aug 13 16:29:00 2012 +0400 some minor fixes to the 'android_dev_intro' commit 2eb1a6d9d635ab4bfb20cc3756dc5d6f9aba7ead Author: Vsevolod Glumov Date: Mon Aug 13 13:13:07 2012 +0400 added a short preface to the 'android_dev_intro' doc. commit 2315d5988f0b294c3a70503a084b486af4c43a63 Author: Andrey Pavlenko Date: Thu Aug 9 22:57:06 2012 +0400 android tutorial, part 1 - adding 'device connection via usb' section, sections reordering commit 71f032699d9a8e0b8e3763f1e6d59e9986348c6f Author: Oleg Sklyarov Date: Thu Aug 9 18:21:56 2012 +0400 android tutorial minor layout fix (also my first test commit) commit b29a6396085ab2c0374580fe0c8443ddeef69673 Author: Andrey Kamaev Date: Wed Aug 8 16:27:13 2012 +0400 Fixed links in formatting in Android intro tutorial commit 5c788df83ada7441273f29a13e57178e2079086e Author: Andrey Kamaev Date: Tue Aug 7 18:00:09 2012 +0400 Fix several documentation build warnings Conflicts: modules/gpu/doc/video.rst modules/ocl/doc/ocl.rst commit 9e171c9e26a420ee635e190d1aa3b1391bc23299 Author: Andrey Pavlenko Date: Tue Aug 7 17:27:48 2012 +0400 android tutorial v2, initial draft commit commit 639bbec44a80f92ff2c1afa658aa6a5115189f95 Author: Andrey Kamaev Date: Tue Aug 7 13:29:43 2012 +0400 svn repository web references are replaced with links to git commit b061d4847fa99d51ccbeb3def022a3f1d3b832d0 Author: marina.kolpakova Date: Mon Aug 6 13:18:48 2012 +0400 minor in license file commit afe8fbb018a2a027729fd2acc0e0d38eaeabfb7e Author: Andrey Pavlenko Date: Tue Jul 31 12:31:23 2012 +0400 minor update (pictures resize removed, emulator screen-shot downscaled) commit 7b68271e3118839cd6cad2507be49145645aef82 Author: Andrey Pavlenko Date: Tue Jul 24 17:34:36 2012 +0400 minor updates to android tutorials commit 1b5903a7198794743a1546cef9228c122d3344e3 Author: Alexander Kapustin Date: Fri Aug 24 14:36:16 2012 +0400 Laplacian tegra optimized was added commit 70204a8e6874b8dfbf3f702cd969d7005d2241b0 Author: Anatoly Baksheev Date: Thu Aug 23 17:45:50 2012 +0400 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now commit 9be63c50dd07a58db1447b64206e5c51b0af0cf2 Merge: 56b7dda 1baf520 Author: Andrey Kamaev Date: Fri Aug 24 00:38:10 2012 +0400 Merge branch 'norm_Matx' of git://github.com/vrabaud/opencv commit 56b7ddad0909b7dd78ba132c5b07c283bfdd6a2a Author: Vladislav Vinogradov Date: Thu Aug 23 17:06:38 2012 +0400 fixed type for threshold parameter commit 8c1f9bafdc9f707d82a8155434425e119132b232 Author: Vladislav Vinogradov Date: Thu Aug 23 17:00:12 2012 +0400 fixed gpu::integral for Kepler commit c3f277b7bc47256ef9466d996f9736fde8a6c704 Author: Vladislav Vinogradov Date: Thu Aug 23 16:54:48 2012 +0400 gpu version of HoughCircles commit e60a50c43c9ed43e4e52b3729a4baa225822b399 Author: Anatoly Baksheev Date: Thu Aug 23 15:46:19 2012 +0400 removed /EHa flag for cuda compilation commit 290030d030dc27fa4cdf476cf06d7c912c51cf36 Author: Anatoly Baksheev Date: Thu Aug 23 14:05:25 2012 +0400 possibility to enable /mp compiler flag from cmake fixed MCVC warnings commit 1baf5209c4df292922f78e2757321c359f8b28e8 Author: Vincent Rabaud Date: Thu Aug 23 14:20:31 2012 +0200 fix the compile bug commit 5648e49d59cddc718be3f18d030846687332b577 Merge: fc307c8 c8a54f6 Author: Vsevolod Glumov Date: Thu Aug 23 14:58:41 2012 +0400 Merge remote-tracking branch 'origin/master' commit fc307c87dc8c8b247a186292533b7436fa73eac5 Author: Vsevolod Glumov Date: Thu Aug 23 14:56:02 2012 +0400 Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions. commit c8a54f67d4df0e64d44914b4ca37d6d7d5ce3824 Author: marina.kolpakova Date: Wed Aug 22 20:26:32 2012 +0400 minor warning fix commit d395bf1522163cceb59b100bab8c01d9b8be1136 Author: Anatoly Baksheev Date: Tue Aug 21 13:59:27 2012 +0400 minor fix in FindTBB added texture_binder commit c8b7a8c80c9d290bf9264a73b344d2cea4dbd233 Author: Alexey Spizhevoy Date: Thu Aug 23 10:47:15 2012 +0400 added median-based version of global motion estimation (videostab) commit 6a5d996ca88387bb9f9b8ae03b6b46bb0a874df4 Author: Leonid Beynenson Date: Wed Aug 22 17:51:52 2012 +0400 Removed the header opencv2/photo/denoising.hpp All the functions from it are moved to the header opencv2/photo/photo.hpp commit 4fb15ae1f09ee1c2ec8f55418b7470ce4e496f7e Merge: d9185ec bbf6792 Author: Alexander Mordvintesv Date: Wed Aug 22 16:43:48 2012 +0300 Merge branch 'master' of code.opencv.org:opencv commit d9185ec21b42198b55b97bef119a9621da34258a Author: Alexander Mordvintesv Date: Wed Aug 22 16:42:19 2012 +0300 added _doc.py -- doc-string ckecking utility added some sample description commit bbf679267ae1ffdd4bdedb5497a8e03ed059678b Author: Vadim Pisarevsky Date: Wed Aug 22 15:48:57 2012 +0400 modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012) commit e95bc7d502ce74748cde30c48bc54e360e039fd1 Author: Vadim Pisarevsky Date: Wed Aug 22 13:33:13 2012 +0400 fixed ios camera timing (patch by Eduard Feicho) commit da5aaab27788d32a9f4118b4a90667000c8282aa Author: Vladislav Vinogradov Date: Wed Aug 22 12:11:11 2012 +0400 optimized gpu::integral for Kepler commit 92795ba4769e77a9833a06fcd67c444f3c9c2122 Author: Ilya Lavrenov Date: Wed Aug 22 11:49:21 2012 +0400 parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm commit f2a02feffa582a850800174e9a520e2a4d730777 Author: Andrey Kamaev Date: Wed Aug 22 03:59:05 2012 +0400 Fix Windows build issues * No /arch:SSE3 in MSVC * Warnings fixed or suppressed commit 793e8b546d060a6ad032a794afd4cbd351ed87ed Author: Vadim Pisarevsky Date: Tue Aug 21 23:11:49 2012 +0400 fixed build on Ubuntu commit 64661ea9cd2cdd97b43740f07565a6f64abbb810 Author: Vadim Pisarevsky Date: Tue Aug 21 23:00:50 2012 +0400 added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov commit a840d929aca2ffc6429882e92570b69850e88784 Author: Andrey Kamaev Date: Tue Aug 21 18:59:51 2012 +0400 #2170 fix warning of undefined GTEST_HAS_DEATH_TEST commit 10dcf9ea39999a26f5b1d49cf7f742be9899f53d Author: Andrey Kamaev Date: Tue Aug 21 18:34:02 2012 +0400 Fix Java API build commit 2f1cc018c9be148ebe55976e41ab70faafeee45d Author: Vadim Pisarevsky Date: Tue Aug 21 17:16:06 2012 +0400 enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays) commit 9f016da4841b4aac458e7488c85dee06db504a7e Merge: 0d2b8f4 18de45f Author: Leonid Beynenson Date: Tue Aug 21 16:07:18 2012 +0400 Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means commit 18de45f7bcda86e453156f3d18e1cdb8ded5ec42 Author: Victor Passichenko Date: Tue Aug 21 16:05:18 2012 +0400 Add CV_Asserts for channels count commit 92edd4fc6e15bc98f6cd8903bd49ecd06a736253 Author: Victor Passichenko Date: Tue Aug 21 15:41:51 2012 +0400 Fix building for MS VS C++: remove allocation of arrays of dynamic size in stack commit 0d2b8f4ba11651306cf59dfaf4c0c29a0822b881 Author: Vadim Pisarevsky Date: Tue Aug 21 15:41:05 2012 +0400 fixed the channel ordering of rgba images (by Eduard) commit 017ab51bf4edc45d0da2ccb0ca889c206f6735a1 Author: Victor Passichenko Date: Tue Aug 21 15:38:38 2012 +0400 Fix wrong memory deallocation commit 5acb80a9b1bd06570ca055e8c0890457596aa4eb Author: Alexander Smorkalov Date: Tue Aug 14 16:59:36 2012 +0400 ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed. commit 9314e3266c16b079f44e1c00d40680cfec0cf638 Author: Alexander Smorkalov Date: Tue Aug 14 12:03:05 2012 +0400 Debug build for Android added. Stripping of debug build turned off. commit 7eb9fa14d3e8f52ade5dca4ab3583addc4234be2 Author: Alexander Smorkalov Date: Tue Jul 31 12:15:54 2012 +0400 Warning fix. ifdefs for 4.1.1 added. commit 6bb509b44a4d001804480df81ac303804d295dfe Author: Alexander Smorkalov Date: Tue Jul 31 11:09:34 2012 +0400 Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated. commit ca6e85f52673c1afff6390a9e57d8e8cf1292282 Author: Alexander Smorkalov Date: Mon Jul 16 07:56:12 2012 +0000 Tegra3 package support enabled; Version code incremented; commit 48aeaf623907b9a976145be4f82c50528fad44b9 Author: Alexander Smorkalov Date: Thu Jul 12 13:12:16 2012 +0000 Tegra detector fixed; Some aditional logs added; AndroidManifest version incremented. commit b1811a8bf6b716fbd2782471a5264047a487dc0e Author: Alexander Smorkalov Date: Thu Jul 12 11:50:40 2012 +0000 HW compatibility tests added; Arm-v7a neon package support enabled. commit 44aeff04ae56acae53dac58902c31bcfa9a195b4 Author: Alexander Smorkalov Date: Thu Jul 12 08:02:41 2012 +0000 Package name logic improved; Aditional tests added; Some bug fixes with different __SUPPORT_XXX defines. commit a82fc0a04663d46b16184e00ab85aed6275f499a Author: Alexander Smorkalov Date: Wed Jul 11 13:30:41 2012 +0000 Unit tests updated. Version and HW compatiblity tests added; Tegra3, neon, sseX, x64 support uncomment and guarded by ifdefs commit cd062b7cc0758d4c3a99151c761405fe6716f42b Author: Daniil Osokin Date: Fri Aug 10 17:32:29 2012 +0400 Add ignore for *.user files commit 6007bbc82d9c5128d851a0f994d62bc1286d745a Author: Andrey Kamaev Date: Mon Aug 6 15:48:31 2012 +0400 Added ignore for tbb source tarballs commit 2c7c9d0915e375bf9c840487ed0ff0eb6868142b Author: Vadim Pisarevsky Date: Thu Jul 26 17:11:00 2012 +0400 added gitignore to filter out certain temporary files commit 81d6400f45796f701c4f01057ee8216af01fba56 Author: Vladislav Vinogradov Date: Tue Aug 21 14:28:40 2012 +0400 fixed compilation under windows commit 94f7c3c5923888caf14acb4ea86355888e3040fc Author: Andrey Kamaev Date: Tue Aug 21 01:03:52 2012 +0400 Fixed FAST algorithm initializer commit 35754c0c03e6f904edabef27152ded469d9b3055 Merge: ee0dd4d 1f42de3 Author: Andrey Kamaev Date: Tue Aug 21 00:23:48 2012 +0400 Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means commit ee0dd4d4967082c6bf3e4ba8d8bb3871720a7ec8 Author: marina.kolpakova Date: Mon Aug 20 23:35:29 2012 +0400 disabled -Wunused-but-set-variable because of multiple warnings during building nvcc auto generated files (GCC 4.6) commit 682dede87e9b2d52ef3725608e1438a4ab8f202f Author: Andrey Kamaev Date: Mon Aug 20 19:52:24 2012 +0400 #2215 Fix dependencies escaping in generated OpenCVConfig.cmake commit 4a1ef53deb6f64ae88ec25efd8ac262553eecf07 Author: Andrey Kamaev Date: Mon Aug 20 19:51:19 2012 +0400 Fixed gcc build warning commit d8b69d750df06ddbb1c4de1b884f8d3938b86079 Author: Vadim Pisarevsky Date: Mon Aug 20 19:46:52 2012 +0400 some tweaks in optimization flags for opencv2.framework commit 8efb84b5a4cc98c6e3b1266923e744e6032ed52f Author: Vadim Pisarevsky Date: Mon Aug 20 19:36:36 2012 +0400 added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232) commit c26d543e1e5007e5566f9fd8d4d3a121c97005d3 Author: Vladislav Vinogradov Date: Mon Aug 20 16:03:01 2012 +0400 gpu::HoughLines : minor code improvements commit 1e4012079d84b5f1742f539f2eae3a85254a1409 Author: marina.kolpakova Date: Mon Aug 20 13:26:51 2012 +0400 removed logging from test commit 3956e425073a2548d3ee94e9d63ae9d637a63174 Merge: e7f4dd1 ec7f956 Author: Vladislav Vinogradov Date: Mon Aug 20 11:29:40 2012 +0400 Merge branch 'gpu-tests' commit ec7f9566e0df2d535d7ac5123026720cb7e80d2d Author: Vladislav Vinogradov Date: Mon Aug 20 10:15:36 2012 +0400 minor gpu tests fix commit a0aef244d675afc515397e2df3bd7a5d04312b78 Author: Vladislav Vinogradov Date: Mon Aug 20 09:58:37 2012 +0400 removed perf_gpu_cpu from CMake scripts commit e7f4dd1a2e5d648c242af0151b0a183eb7dcd950 Author: niko Date: Mon Aug 20 10:06:41 2012 +0800 temp build fix because the new core.hpp impact on this project commit f17f4bda6026ea02668c1a6ccf8f0726b1ed8682 Author: marina.kolpakova Date: Mon Aug 20 03:26:53 2012 +0400 more warning fixes for GCC commit 15213401529574ba4f4ae81d04dd01ec61f83991 Author: marina.kolpakova Date: Mon Aug 20 03:25:52 2012 +0400 updated CascadeClassifier_GPU documentation commit ede3781e3efdcf7e5333638c0808ea80190aa4dd Author: marina.kolpakova Date: Mon Aug 20 02:27:54 2012 +0400 fixed -Wstrict_alliasing warning for GCC commit aeaf1a6f6d724552f3b7dd4c5dbcd1d0652a6e78 Author: marina.kolpakova Date: Mon Aug 20 02:26:23 2012 +0400 refactoring in Emulation commit 9c13b84e35b8108dd958416451e404eeccb9a37b Author: marina.kolpakova Date: Mon Aug 20 00:06:12 2012 +0400 fixed unused warnings commit 66eb96d719309ed8f3252ef0ea27632005d65ec6 Author: marina.kolpakova Date: Sun Aug 19 22:43:27 2012 +0400 minor warning fix commit 122f59560ccfb22f7dab09583ebde255355411e4 Merge: c9f2ff4 1a621c2 Author: Alexander Mordvintesv Date: Sun Aug 19 20:37:10 2012 +0300 Merge branch 'master' of code.opencv.org:opencv commit c9f2ff44876349a3164025b0919d51378e3002ff Author: Alexander Mordvintesv Date: Sun Aug 19 20:36:50 2012 +0300 added texture_flow.py sample commit 1a621c2916e0793a3380d5121be9470e2dac882b Author: Andrey Kamaev Date: Sun Aug 19 19:36:43 2012 +0400 Fix build warnings commit 7d2b7b801a2d8eddca6d44ed5c9bc67b32d59c59 Merge: 8e2258c ddc7bd7 Author: Andrey Kamaev Date: Sun Aug 19 17:49:54 2012 +0400 Merge branch 'sergiud_vs2012rtm_support' commit ddc7bd76591d42f264b21f1773a786c241eed576 Author: Sergiu Dotenco Date: Sun Aug 19 15:30:41 2012 +0200 fixed compilation errors caused by std::tuple commit 4993748c91ef222cd79b05e2c4d8437581b0caef Author: Sergiu Dotenco Date: Sun Aug 19 15:25:07 2012 +0200 added missing includes commit 1f42de39a33a3a5e2f9f21d4ea36219b42d6a865 Author: Victor Passichenko Date: Sun Aug 19 13:13:58 2012 +0400 Add non-local means denoising algorithm implementatation into photo module commit 8e2258c494db6bc701aceab443278f1f10e6d867 Author: Andrey Kamaev Date: Sun Aug 19 00:20:08 2012 +0400 Fix Windows build after commit:41b6d25 commit 4c15465fbbed920663b158b578b966312bb57797 Merge: a4bffd9 bf4c1df Author: Alexander Mordvintesv Date: Sat Aug 18 19:43:46 2012 +0300 Merge branch 'master' of code.opencv.org:opencv commit a4bffd96c470be50eb21880beb4e1e895c39ae84 Author: Alexander Mordvintesv Date: Sat Aug 18 19:43:32 2012 +0300 added deconvolution.py sample and example images commit bf4c1df0d0edafab8a225590b0996a077fce1144 Author: Andrey Kamaev Date: Fri Aug 17 19:23:45 2012 +0400 Fix formatting in Android tutorials commit ff3aa6cbe1fcd5abd07d6d9637ece1f17cdd1d33 Author: Andrey Kamaev Date: Fri Aug 17 18:28:50 2012 +0400 Fix Android build after commit:41b6d25 commit 9d6ccecfddd55dd6c72a8dfc372a57a394ef3abd Author: Andrey Kamaev Date: Fri Aug 17 18:12:40 2012 +0400 Fixed layout in third Android tutorial commit 915169e8b7b4d3293e375eb18e59a07bd4ae2d55 Author: Andrey Kamaev Date: Fri Aug 17 17:09:26 2012 +0400 Fix documentation build warnings in gpu module reference commit a507d564a4aaa33cb1fa8bac144a3dacbddbf103 Author: Vladislav Vinogradov Date: Fri Aug 17 17:34:58 2012 +0400 merged gpu_perf_cpu into gpu_perf commit ec8f926686457d4b5f4c7c8d9d78b975ac846812 Author: Vadim Pisarevsky Date: Fri Aug 17 17:34:51 2012 +0400 small correction for the previous patch in parallel.cpp commit 38ea339990c983497825d299bebba39b8ac636fd Merge: 41b6d25 6da9b9f Author: Vadim Pisarevsky Date: Fri Aug 17 17:32:20 2012 +0400 Merge remote-tracking branch 'origin/master' commit 41b6d25bdd78ae684d8630fdb20a8752d6d7dee6 Author: Vadim Pisarevsky Date: Fri Aug 17 17:32:06 2012 +0400 added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed. commit 6da9b9f13739994e5a291b9106eb353b66b8a2b4 Author: Andrey Kamaev Date: Fri Aug 17 01:23:25 2012 +0400 Android toolchain: libstdc++ and libsupc are removed from explicit link libraries # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # # Changes to be committed: # (use "git reset HEAD^1 ..." to unstage) # # modified: android/android.toolchain.cmake # commit 93172bab87c2c9bab596b964a16256a2f479b303 Author: Vladislav Vinogradov Date: Fri Aug 17 16:12:32 2012 +0400 added --cpu flag (run tests on CPU) commit 00546f24e006c0454dd138f8faec81891543dabe Author: Vladislav Vinogradov Date: Fri Aug 17 15:50:35 2012 +0400 updated mark_nvidia.py script commit 2634dc6cce264af42379961c64c0ac84a9ba0074 Author: Vladislav Vinogradov Date: Fri Aug 17 15:22:29 2012 +0400 removed license comments commit 362df96cb9670c1757f1aae77541010da6bbe0a4 Author: Vladislav Vinogradov Date: Fri Aug 17 15:16:45 2012 +0400 renamed perf_main.cpp to main.cpp commit 6e4eb722a6e426960f2e515cf35b28482fc4a8bc Author: Vladislav Vinogradov Date: Fri Aug 17 15:14:14 2012 +0400 updated gpu performance tests now it executes only on one device added posibility to specify device on which tests will be executed commit 2e685dcf0a74c185db1d7fdf5b460ecbba86dcc0 Author: niko Date: Fri Aug 17 15:47:02 2012 +0800 performance & bug fix for resize erode dilate sobel remap commit a1d8091e104f5b43f6ad574972c932ffb349916e Author: Alexander Smorkalov Date: Tue Aug 14 16:59:36 2012 +0400 ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed. commit a091f9e4e25f8951a7a9baa234613fbec8ce4621 Author: bitwangyaoyao Date: Thu Aug 16 20:34:24 2012 +0800 bug fix of "squares" sample for ocl module commit ddca47040b01ae7fff0f6028fbc1acb3f3f1e0d4 Author: Vladislav Vinogradov Date: Thu Aug 16 16:23:27 2012 +0400 updated gpu accuracy tests added posibility to specify device on which tests will be executed commit cfdeb50335906febd012082a69c6051b03d90494 Author: Vladislav Vinogradov Date: Thu Aug 16 12:54:00 2012 +0400 updated mark_nvidia.py script commit d363d5589ccbc24eda6fd78e1f37196dac2ab864 Author: yao Date: Thu Aug 16 16:01:40 2012 +0800 add an "squares" sample for ocl module commit 19462c871dc0b30d6c6b3f8b1b76d17ebcf88d66 Author: Vladislav Vinogradov Date: Wed Aug 15 17:23:04 2012 +0400 Forbid incorrect patchSize values in gpu::ORB commit 528ddb5647d5d4beca91527cd0f963feefbe3bd3 Author: Vladislav Vinogradov Date: Wed Aug 15 17:16:02 2012 +0400 fixed block size for old CC commit 65f85856306575e4d71164c8212e84d26424cf0f Author: Andrey Kamaev Date: Wed Aug 15 17:23:07 2012 +0400 #2229 Fix FREAK build on CentOS commit 859ee6087c4a1c02635dc392623b69d98ed84d8c Author: Andrey Kamaev Date: Wed Aug 15 16:50:02 2012 +0400 #2216 Forbid incorrect patchSize values in ORB commit b0927397e90e288a9add7c064716dc4a8497b19c Author: Andrey Kamaev Date: Wed Aug 15 15:28:12 2012 +0400 #2225 Rename getConvertData to getConvertElem to match the headers and documentation commit e578259a34f296b7bc8a261df6cd07e90a2f8681 Merge: 8899835 a9fba14 Author: Vsevolod Glumov Date: Wed Aug 15 15:12:48 2012 +0400 Merge remote-tracking branch 'origin/master' commit 889983588666ef5fe6e77f69f5ec01436ab8f5b3 Author: Vsevolod Glumov Date: Wed Aug 15 15:10:58 2012 +0400 Reviewed 'android_dev_intro' commit a9fba14898129003d3cad2853ab838e800b47df2 Author: Vladislav Vinogradov Date: Wed Aug 15 15:06:09 2012 +0400 added docs for gpu::HoughLines commit 97731c152d403e6b3b0c39951c678499b032ad88 Author: Vladislav Vinogradov Date: Wed Aug 15 15:05:18 2012 +0400 fixed typo commit db79022b852a3cd4e02b9381b5bb0a75664e1de1 Author: Vladislav Vinogradov Date: Wed Aug 15 14:31:27 2012 +0400 fixed shared memory size for linesAccumShared commit 36fe62d7a5129525d49d7356f2d6e969e74dac51 Author: Andrey Kamaev Date: Wed Aug 15 15:02:20 2012 +0400 #2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa) commit 456890e9e4915745e33d84b17fac6223c44185ed Author: Vladislav Vinogradov Date: Wed Aug 15 13:48:28 2012 +0400 fixed warning C4512 commit 647d4ae1f13638901f234d85764b4915895e3641 Merge: 3b07e97 7928cec Author: Vladislav Vinogradov Date: Wed Aug 15 13:24:46 2012 +0400 Merge branch 'hough-lines-gpu' commit 7928cec6704919fbc1280cec2d24e2ac3342b07e Author: Vladislav Vinogradov Date: Wed Aug 15 13:18:35 2012 +0400 added linesAccumGlobal kernel commit 3b07e977a93ae160f798fb04d3fe2208fb7f83f5 Author: Andrey Pavlenko Date: Wed Aug 15 12:21:58 2012 +0400 improving android tutorial v2 commit 6e07a1346cf54c1479921a56a2c5d7e045d076fd Author: Andrey Pavlenko Date: Wed Aug 15 11:44:54 2012 +0400 improving android tutorial v2 commit a4392e4906b666fa74be5ea2bbd8225ad08a60dc Merge: 5825c60 c004df2 Author: Vsevolod Glumov Date: Wed Aug 15 11:39:54 2012 +0400 Merge remote-tracking branch 'origin/master' commit 5825c60491afdcc63cc0f1952ecc228aac048c52 Author: Vsevolod Glumov Date: Wed Aug 15 11:39:02 2012 +0400 Reviewed 'android_dev_intro' and 'O4A_SDK' commit c004df234fbd24c16da715fd2606bea731c687a1 Author: Andrey Pavlenko Date: Wed Aug 15 10:56:50 2012 +0400 improving android tutorial v2, removing v1 commit 7ae94c571c9b3837c6faa973eacf183c4e9fea2f Author: Vladislav Vinogradov Date: Tue Aug 14 17:54:42 2012 +0400 fixed build without cuda commit 34b9bd61a232f064dcadbce5fe0a69997c88e035 Author: Vladislav Vinogradov Date: Tue Aug 14 17:42:15 2012 +0400 fixed failure commit d861063159ae71e668c633ef2f099f2dd45f6cf6 Author: Andrey Kamaev Date: Tue Aug 14 17:25:55 2012 +0400 Fixed tutorial link to NVIDIA Tegra platform commit 37740fa30e775daa921d94cec60cba57aea46724 Author: Andrey Pavlenko Date: Tue Aug 14 17:17:04 2012 +0400 improving android tutorial v2 commit d973d571a4abb31dcc6f6909f71a27c7e2f5b5f2 Author: Maria Dimashova Date: Tue Aug 14 17:15:03 2012 +0400 changed the value that replace NaNs in bilateralFilter_32f commit c3fa7974e6113f87876759f32c223fb88afb0ccb Author: Vladislav Vinogradov Date: Tue Aug 14 17:00:57 2012 +0400 new optimized version commit f1d41d8b94f3d3007ac489735c5f6c2298f86fe1 Author: Daniil Osokin Date: Tue Aug 14 13:01:52 2012 +0400 disabled whole perf test for distance transform commit 9201db32ebe87468d5a0548507c376db39ba35a4 Author: Vladislav Vinogradov Date: Tue Aug 14 12:33:47 2012 +0400 fixed overflow bugs, updated perf tests commit 2b53d2e6a4484aacfbb0608289b92ff75019fee9 Merge: f4d4b0d 14fa645 Author: Daniil Osokin Date: Tue Aug 14 12:17:44 2012 +0400 Merge branch 'master' of code.opencv.org:opencv commit f4d4b0d742a5905c16908ff28b6a81f4d47043c6 Author: Daniil Osokin Date: Tue Aug 14 12:13:42 2012 +0400 disabled perf test on distance transform commit f66ac31d62824a5b1393ca1e479d5cd3987ac161 Merge: 70bb857 cfd8015 Author: Daniil Osokin Date: Tue Aug 14 12:10:45 2012 +0400 Merge branch 'branch1' commit 14fa6450260ec1af6077e229dd0abdd1b1e48f40 Author: Alexander Smorkalov Date: Tue Aug 14 12:03:05 2012 +0400 Debug build for Android added. Stripping of debug build turned off. commit 1eefc699274545540d6cf8b232e9088d292bca18 Author: Vladislav Vinogradov Date: Tue Aug 14 11:36:32 2012 +0400 added accuracy and performance tests commit 70bb857c7e0c60dbbd240c4f9ff44f91773fef43 Merge: ff90c3e d525362 Author: Vadim Pisarevsky Date: Mon Aug 13 21:22:17 2012 +0400 Merge remote-tracking branch 'origin/master' commit ff90c3eba664370f2cb57083d141b4b53d4dc892 Author: Vadim Pisarevsky Date: Mon Aug 13 21:22:06 2012 +0400 possibly fixes #2242 and #2257 commit d525362cd5145ae4dd9108d49db6eac33780de33 Author: Andrey Kamaev Date: Mon Aug 13 19:24:31 2012 +0400 Fixed 2 new Android build warnings commit 3703722a7215e2ed371aeb758e4ea9a5354488f9 Author: Vladislav Vinogradov Date: Mon Aug 13 17:44:23 2012 +0400 first naive version commit 941897aa3da6b0d158477beb5f03e0c9ab305e91 Author: Vladislav Vinogradov Date: Mon Aug 13 17:00:21 2012 +0400 fixed build errors in bgfg_gmg commit 2a1e8e3efd25a81a65c302f7d3fadde336d5a3da Merge: 27212fd 8535138 Author: Vsevolod Glumov Date: Mon Aug 13 16:29:08 2012 +0400 Merge remote-tracking branch 'origin/master' commit 27212fdafefd064aef0a47e3b041ea67671388e2 Author: Vsevolod Glumov Date: Mon Aug 13 16:29:00 2012 +0400 some minor fixes to the 'android_dev_intro' commit 85351389f45b369402619d64068646c6b96719d5 Author: Oleg Sklyarov Date: Mon Aug 13 16:03:01 2012 +0400 ubuntu screenshot png commit 3b70fc6d3260bf29f15b088b119b5fe899428f8c Author: Oleg Sklyarov Date: Mon Aug 13 16:00:58 2012 +0400 Android device recognition in Ubuntu Linux manual commit 7992203598241e374e136a0ec83edf103e4f5b22 Author: Alexey Spizhevoy Date: Mon Aug 13 14:44:41 2012 +0400 Fixed CMakeLists.txt commit 27eb5d07cff01234a3236d19ff7cbc1622e514b7 Author: Alexey Spizhevoy Date: Mon Aug 13 14:35:31 2012 +0400 Added getScale/setScale for image warpers (stitching module) commit 87737c20c17d1ef8e92e17dd42c9453cd041ddfa Author: Vsevolod Glumov Date: Mon Aug 13 13:13:07 2012 +0400 added a short preface to the 'android_dev_intro' doc. commit 4dbc7600e787fee2d02ccaf8b5698396c7ff14ad Author: Vladislav Vinogradov Date: Mon Aug 13 10:28:42 2012 +0400 added support of all types to BackgroundSubtractorGMG commit 9c75ff43ba402c933bc3e7b8d82a3d49d68bf3b1 Author: Philipp Wagner Date: Sat Aug 11 22:36:35 2012 +0200 Bug #2257: Adding a quick workaround for truncated labels on 64bit machines in the Python FaceRecognizer wrapper code. This is only a temporary bugfix, that will be fixed at a better point as soon as possible. commit fa78459c56b5af0993f474969d1a89f9c9b75c9f Author: bitwangyaoyao Date: Sat Aug 11 13:10:43 2012 +0800 fix ocl/match_template compiling error on Linux commit 6bc060fddb3fc73b9e777d9698db9fbb493c60fa Author: Daniil Osokin Date: Fri Aug 10 17:32:29 2012 +0400 Add ignore for *.user files commit 45c49a9088132b63dc561f51705694cc23b2aeb0 Author: Daniil Osokin Date: Fri Aug 10 16:39:36 2012 +0400 Added perf test commit 0609f4e9b49d07afe59c0aed6b19be34a0c8697c Author: Daniil Osokin Date: Fri Aug 10 15:45:18 2012 +0400 Added blur16x16 perf test commit b97b48ecb6c785371d7367dc0655cecf88e0efc5 Author: Daniil Osokin Date: Fri Aug 10 15:43:03 2012 +0400 Added perf tests for histogram commit 0b54739822e849caf6d3a87f97b1a66a09f507ab Author: Daniil Osokin Date: Fri Aug 10 15:33:19 2012 +0400 Added perf test for distanceTransform commit 7a2eb514fa9e2fadc3d919a1ab7a29a5f8d3654b Author: Daniil Osokin Date: Fri Aug 10 15:32:15 2012 +0400 Added color YUV422 perf test commit e37b9469dac0cad460d8e6731f210f26a56d835d Author: Daniil Osokin Date: Fri Aug 10 17:17:09 2012 +0400 Added perf tests commit cfd80152bb1206123b9c7a8f0b498cc00bb65d55 Author: Daniil Osokin Date: Fri Aug 10 17:08:27 2012 +0400 test commit 39d6adea173e81df8eeada17d558f42310849152 Author: Daniil Osokin Date: Fri Aug 10 16:39:36 2012 +0400 Added perf test commit 4fdff6347f0473c01efca4e22d086adf11f8397a Author: Daniil Osokin Date: Fri Aug 10 15:45:18 2012 +0400 Added blur16x16 perf test commit 136dff5fe4d0ea815c3b0f38894f9984414e3216 Author: Daniil Osokin Date: Fri Aug 10 15:43:03 2012 +0400 Added perf tests for histogram commit c3ae08a13d94088f2741028ff771aab278a47305 Author: marina.kolpakova Date: Fri Aug 10 15:39:35 2012 +0400 fixed typo in enum commit 9a408c744d689f3600873318aeed54b5be0d05cc Author: Daniil Osokin Date: Fri Aug 10 15:33:19 2012 +0400 Added perf test for distanceTransform commit bbc8605530391add1d9b21ffb1a23589c52f2cc3 Author: Daniil Osokin Date: Fri Aug 10 15:32:15 2012 +0400 Added color YUV422 perf test commit 8f6a2438a7817ef46df6e4af6c079ff6d46ecb08 Author: Daniil Osokin Date: Fri Aug 10 14:24:44 2012 +0400 Added perf test for remap commit 575078502fa3743bbc2e47edd4598d6a82769eb9 Author: marina.kolpakova Date: Fri Aug 10 15:01:03 2012 +0400 fixed perfomance test for CCL commit 19313923cce719f80eee2165a17ccc0254e5d4b2 Author: Evgeny Talanin Date: Fri Aug 10 14:09:58 2012 +0400 Use github pat to get data for in python tests (files from code.opencv.org are received truncated sometimes) commit 7ff04a65f14a64a1d8c4f4faf02f6bb49f4013ab Author: Vladislav Vinogradov Date: Fri Aug 10 10:03:35 2012 +0400 fixed build for old compute capabilities commit fa5113f3034bcec0f1e50791acb27cc6d510af10 Author: yao Date: Fri Aug 10 11:59:47 2012 +0800 add Canny to ocl module commit 6161a3335c8cc95bb6a26ebdfa9a67cc832ced88 Author: Philipp Wagner Date: Thu Aug 9 23:52:09 2012 +0200 Removed writing the test.png, wasn't meant to be commited. commit 45e44442ad69fa672d1c8d24e48bf2116e9d1cb3 Merge: 9db42ac a682ee4 Author: Philipp Wagner Date: Thu Aug 9 23:05:07 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit a682ee40adcf91ce8be61968356ba58478c729b7 Author: Andrey Pavlenko Date: Thu Aug 9 22:57:06 2012 +0400 android tutorial, part 1 - adding 'device connection via usb' section, sections reordering commit 40c76b9de29fab13c24894d2096e265b88b7ff11 Author: marina.kolpakova Date: Thu Aug 9 18:48:25 2012 +0400 1.x related fixes commit 3f68e5bb0ea8b8c6226263650766ac6fe28ab61b Author: Oleg Sklyarov Date: Thu Aug 9 18:21:56 2012 +0400 android tutorial minor layout fix (also my first test commit) commit 79ef454c5fd5c53a865a56fd792bddf195913fa7 Merge: 827fa85 bfd9e61 Author: Vladislav Vinogradov Date: Thu Aug 9 14:55:36 2012 +0400 Merge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged commit 827fa850f659f8a62c933e7598b24a8c9a621976 Merge: 634c9da 1ecf491 Author: Vladislav Vinogradov Date: Thu Aug 9 14:48:26 2012 +0400 Merge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged commit 1ecf491373db7066571eeb5c40ebd5fb9716f15d Author: Vladislav Vinogradov Date: Thu Aug 9 14:46:27 2012 +0400 added updateBackgroundModel parameter commit bfd9e6102a8995fd2ada9e5e91c38296fd383667 Author: Vladislav Vinogradov Date: Thu Aug 9 14:37:08 2012 +0400 added updateBackgroundModel parameter and release method commit 7f3296566c1a8a209cdb26e28ca29d30514a277b Author: Vladislav Vinogradov Date: Thu Aug 9 14:14:13 2012 +0400 added performance tests commit 77cae11a749aaa1c88c250660dcb641b58c98a96 Author: Vladislav Vinogradov Date: Thu Aug 9 13:28:28 2012 +0400 added docs for GMG_GPU commit ace7e9d8427461992b870bd85400b5ec436f7885 Author: Vladislav Vinogradov Date: Thu Aug 9 13:13:04 2012 +0400 added release method to GMG_GPU commit beb3e6ff1868e1febf8434ed12c1d9eef84fab6a Author: Vladislav Vinogradov Date: Thu Aug 9 12:59:18 2012 +0400 added GMG_GPU to bgfg_segm sample commit 634c9dae46307950bca74decffe44292edbb718a Author: marina.kolpakova Date: Thu Aug 9 12:42:27 2012 +0400 added performance test fot CCL commit 55f8310cacebb1072d9f2880f7eb5a1be25264bc Author: Vladislav Vinogradov Date: Thu Aug 9 12:37:35 2012 +0400 fixed number of training mode operation commit f7f1fb2bd71f63175fb355df92810b2c0fca28a5 Author: Vladislav Vinogradov Date: Thu Aug 9 12:30:55 2012 +0400 added tests for VIBE_GPU and GMG_GPU commit da38a95de6a65e5e0c8e148fee026fda170b393a Author: Vladislav Vinogradov Date: Thu Aug 9 12:28:30 2012 +0400 fixed number of update operation commit 9ec96597cd9718158f14cc11624496ca0e18d21f Author: Vladislav Vinogradov Date: Thu Aug 9 11:31:08 2012 +0400 gpu version of GMG Background Subtractor commit 9b16563f44c5ce0f8d471a7ac759867876202d8f Author: Vladislav Vinogradov Date: Thu Aug 9 11:05:27 2012 +0400 fixed build warnings commit fb5f36645957967adddb09354d5b4aacd3019c96 Author: Vladislav Vinogradov Date: Thu Aug 9 10:23:24 2012 +0400 made BackgroundSubtractorGMG's parameters public commit 0ceb9b6a0031319e576a84eb6bd27f1169d5f83f Author: Andrey Kamaev Date: Wed Aug 8 20:57:12 2012 +0400 Fixed division by zero case in SphericalProjector::mapForward commit 42c1d4f4b1880f229b9ae0b23f9331937848051b Author: Vladislav Vinogradov Date: Wed Aug 8 18:15:06 2012 +0400 new optimized version of BackgroundSubtractorGMG commit 017abbd96325a30af592249d9746faf002f64896 Author: Andrey Kamaev Date: Wed Aug 8 17:15:46 2012 +0400 Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test commit c42c3ebc9cca21fa2f4c9143c424cffaea0e8967 Author: Andrey Pavlenko Date: Wed Aug 8 16:39:24 2012 +0400 duplicating cv::error() message to Android logcat commit 1995b1a06c3842c26ee5b1ebe472793228058ef5 Author: Andrey Pavlenko Date: Wed Aug 8 16:39:24 2012 +0400 duplicating cv::error() message to Android logcat commit 73f720d4709b30fb214708a1ed775b9ebc21fe17 Author: Andrey Kamaev Date: Wed Aug 8 16:27:13 2012 +0400 Fixed links in formatting in Android intro tutorial commit 5084511fff911f9033e040aa2bf3011d74d3bf7b Author: marina.kolpakova Date: Wed Aug 8 15:51:56 2012 +0400 reserved flags parameter for future usage commit 3e8c35a347c1a899b03999931b14adcbf8a1a4f6 Author: marina.kolpakova Date: Wed Aug 8 15:17:26 2012 +0400 added perf. test for GFF commit cbfee83b06cec162afb6cf6199494a0eb3cdef78 Author: marina.kolpakova Date: Wed Aug 8 14:46:11 2012 +0400 test: GFF same as cpu greedy implementation commit 490622231afea331c501f01953c626bd07115925 Author: marina.kolpakova Date: Wed Aug 8 14:15:36 2012 +0400 refactored test code commit c5e92c31ba2e67f69844c86e5dd6ba7f232505d2 Author: Vladislav Vinogradov Date: Wed Aug 8 14:38:14 2012 +0400 fixed Bug #2252 error in the tutorial Similarity check (PNSR and SSIM) on the GPU commit 0f4bdcd708fdf2526383ed8a45883a525fed71f6 Merge: 2fed1fc 37ca6d3 Author: yao Date: Wed Aug 8 17:13:30 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 2fed1fcbff4c6981ce9400a46285080806599c30 Author: yao Date: Wed Aug 8 17:12:53 2012 +0800 add an ocl sample commit 37ca6d378bd8fa9245a54f6a25af704dc20c884f Author: niko Date: Wed Aug 8 17:09:29 2012 +0800 add performance test code for ocl module commit 64e9cf5d75f9e9190601753dd93c198be4604d9e Author: yao Date: Wed Aug 8 15:55:39 2012 +0800 add SURF and HOG to ocl module commit a2df49091418a56e7104052abcd5502bfa40f4cb Author: Alexander Mordvintesv Date: Wed Aug 8 11:18:52 2012 +0300 added CV_IN_OUT to img argument of drawing functions commit 8c3984c5ff290deb02beae6a31a5cfe89979e79e Author: Alexey Spizhevoy Date: Tue Aug 7 23:55:06 2012 +0400 Refactored the DP based seam finder commit 7db1f711f690ca0dd0002f43e827482ac84f8f8a Merge: 647b1dd e2eb81b Author: Alexander Mordvintesv Date: Tue Aug 7 23:21:56 2012 +0300 Merge branch 'master' of code.opencv.org:opencv Conflicts: samples/python2/common.py samples/python2/feature_homography.py samples/python2/plane_ar.py samples/python2/plane_tracker.py commit 647b1dd96c9970f257240ab29f7e7d070846849a Author: Alexander Mordvintesv Date: Tue Aug 7 23:19:13 2012 +0300 comment fixed commit a29be81d779d9e12c29b906fa7645a4417825bae Author: Alexander Mordvintesv Date: Tue Aug 7 21:37:46 2012 +0300 typo fix in features_homography.py commit 0998669d26ee2161e7dc6a3e97139e1e12b89a2c Author: Alexander Mordvintesv Date: Tue Aug 7 21:37:19 2012 +0300 Revert "fixed LshIndex types in its constructor" This reverts commit 54d68da8e75d2620b0781a8a45a5ad612a02ae5e. commit 0adf68ae621a28cb196d6ef3c875ad02e83a9fee Author: Alexander Mordvintesv Date: Tue Aug 7 21:03:17 2012 +0300 work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown. commit e2eb81bcb28d61e7ae102c8e38078c75a8826cdb Merge: 36d3bbf fc8c65f Author: Vadim Pisarevsky Date: Tue Aug 7 18:17:49 2012 +0400 Merge remote-tracking branch 'origin/master' commit fc8c65ff157ce754e208c9bcb9873b0f910f198a Author: marina.kolpakova Date: Tue Aug 7 17:27:02 2012 +0400 HAVE_CUDA macro commit 8e274c886c9c913effb0602c8215b09a8416dbd1 Author: marina.kolpakova Date: Tue Aug 7 17:25:29 2012 +0400 Greedy Labeling implementation in correctness test commit e8e7b94443252ede423f069626d2701f3822ddfd Author: marina.kolpakova Date: Tue Aug 7 14:25:27 2012 +0400 test fix commit 36d3bbff8b162376a819c60ee35216f07da0d1ce Author: Vadim Pisarevsky Date: Tue Aug 7 18:17:30 2012 +0400 added description of FAST 5/8 and FAST 7/12 (by Vincent) commit bcb499328d4c302e00acc7cef38f1a930f141bf4 Merge: 4b5f948 8aa2d6c Author: Vadim Pisarevsky Date: Tue Aug 7 18:00:10 2012 +0400 Merge remote-tracking branch 'origin/master' commit 8aa2d6cddc4011c3dd21454c57af0c34fc60165b Author: Andrey Kamaev Date: Tue Aug 7 18:00:09 2012 +0400 Fix several documentation build warnings commit 4b5f948307ce7e1a579b8e998f10d13f35cb271b Author: Vadim Pisarevsky Date: Tue Aug 7 17:59:52 2012 +0400 added SSE2-optimized 3x3 invert by Grigoriy Frolov commit c1571e21ff5b02426b1aaa15e31ea43ce6424a75 Author: Andrey Pavlenko Date: Tue Aug 7 17:27:48 2012 +0400 android tutorial v2, initial draft commit commit 43d46c0e8b6a1aa027070575e92662f3e68a1077 Author: alexey.spizhevoy Date: Mon Aug 6 17:20:06 2012 +0400 Minor fix in the DP based seam estimator commit 7222f2724fec2564d5127546ce25889520f98762 Author: alexey.spizhevoy Date: Mon Aug 6 14:57:45 2012 +0400 Fixed bug commit 85d1c463b90c824a85c6d69a40a328a13e94f27d Author: alexey.spizhevoy Date: Mon Aug 6 11:46:40 2012 +0400 Minor changes commit 897c2bbd14205ef54c527f58a78da6eb0f38ca6a Author: alexey.spizhevoy Date: Mon Aug 6 11:20:54 2012 +0400 Added support of 8UC3 commit a39bce204d05e382f99cfb8819bf78b83b5f15c7 Author: alexey.spizhevoy Date: Thu Aug 2 11:37:47 2012 +0400 implemented DP-based seam estimation method commit cd58b7e1549b36839d44bd846468a2c9b0b05188 Merge: 76d46e2 ce9b97c Author: Vladislav Vinogradov Date: Tue Aug 7 16:09:04 2012 +0400 Merge branch 'master' of code.opencv.org:opencv commit 76d46e20de34297235594fafb8f83e36d85a560e Author: Vladislav Vinogradov Date: Tue Aug 7 16:08:22 2012 +0400 fixed build with CUDA 4.2 commit ce9b97c78ceede766183a38b15d206d807355e22 Merge: 1852cb7 5100ca7 Author: Andrey Kamaev Date: Tue Aug 7 14:32:57 2012 +0400 Fixed number of svn->git migration issues commit 5100ca75084a92dadffffcdcec44a4f37654b470 Author: Andrey Kamaev Date: Tue Aug 7 13:29:43 2012 +0400 svn repository web references are replaced with links to git commit a3527fc4d8a332795163e3d301bd727045d917f3 Author: Andrey Kamaev Date: Tue Aug 7 11:35:13 2012 +0400 Add git support to run.py commit bd33e166d0e560c88699b052d3c1dfb4e810cc6e Author: Andrey Kamaev Date: Tue Aug 7 10:59:20 2012 +0400 Use git hash instead of svn version in cmake status report commit 1852cb7eabcf34f7159fdc637dfb8eafc435fdfb Author: Andrey Kamaev Date: Tue Aug 7 12:42:25 2012 +0400 Fix tegra build warnings commit 8624d18ca5694be59d8a689c28c5f572751f9f71 Author: Vladislav Vinogradov Date: Mon Aug 6 10:58:11 2012 +0400 new implementation of gpu debayer * without border extrapolation * with aligned write * process 4 pixels per thread in 8u case commit 5ce896d9ee6963760734fdcf55e23f93ed1f45b8 Author: Vladislav Vinogradov Date: Thu Aug 2 15:58:25 2012 +0400 added perf tests for new gpu::cvtColor functions commit b0461db43f9c1561f27951f002e2f1fd68509b37 Author: Vladislav Vinogradov Date: Thu Aug 2 15:56:59 2012 +0400 added missed device synchronization commit 7b025474e2977cadd33f73db1a0f5c6f461301ff Author: Vladislav Vinogradov Date: Thu Aug 2 15:04:00 2012 +0400 added debayer to gpu::cvtColor commit c0d3adef256bbdfe3685b172635db6e3ccbf8ca3 Author: marina.kolpakova Date: Mon Aug 6 18:43:25 2012 +0400 intervales for vector type support commit 0bf10c9a47987470a4113e3915c6d20dda2d793b Author: marina.kolpakova Date: Mon Aug 6 18:10:06 2012 +0400 added connectivityMask calculation function commit a9764dd910b2051486bccc33d3831379418b0740 Author: marina.kolpakova Date: Mon Aug 6 18:08:57 2012 +0400 fixed not defined macro warningds commit 51433a933168cdf75209f4d9d38d73813f2867b0 Author: marina.kolpakova Date: Mon Aug 6 15:08:27 2012 +0400 C.C. Labeling: added stream support commit 350621057f0f292a40452119e95a5ab625457d2d Author: marina.kolpakova Date: Mon Aug 6 14:20:21 2012 +0400 connected components labeling commit 2c8d11071c65dde692f726afbc763ed18c7ebaab Author: marina.kolpakova Date: Mon Aug 6 13:18:48 2012 +0400 minor in license file commit 0d5c694ec4bf7d0b7c6bddb028abf5874d2595e1 Merge: 2013118 c03ac12 Author: Vadim Pisarevsky Date: Tue Aug 7 12:54:22 2012 +0400 Merge remote-tracking branch 'origin/master' commit c03ac12fcdee4333b90db690429848bd072bd31e Author: yao Date: Tue Aug 7 16:33:46 2012 +0800 Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries commit 7741d585f56cd3b30d4300c6876b726a388513eb Merge: 7d97e81 50d13ba Author: yao Date: Tue Aug 7 08:37:38 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 50d13ba5c4fb91bada63e4140b44cde8dfe3c683 Author: Andrey Kamaev Date: Mon Aug 6 18:41:20 2012 +0400 Fixed xml name generation in run.py commit 9981b283a6213cbab62353125942a674431e44b4 Author: Andrey Kamaev Date: Mon Aug 6 15:49:07 2012 +0400 Fixed build warnings (including error in FAST) commit fdc48abd18a7900a673a3b23902c4d77507dcc62 Author: Andrey Kamaev Date: Mon Aug 6 15:48:31 2012 +0400 Added ignore for tbb source tarballs commit bc227ab075a9c1e77197ab10b9834e9159f5d889 Author: Andrey Kamaev Date: Mon Aug 6 14:48:23 2012 +0400 Intermediate files generated by Android toolchain are moved into CMakeFiles subfolder commit a717b7cbedd50b129428d72b2a15ab0168a4c46c Merge: d9dc025 2c2d6fa Author: Alexander Mordvintesv Date: Mon Aug 6 17:17:13 2012 +0300 Merge branch 'master' of code.opencv.org:opencv commit 20131189717b75870908543ddea14fe2aaa3db06 Author: Vadim Pisarevsky Date: Mon Aug 6 16:35:35 2012 +0400 new/improved Python samples by Alexander Mordvintsev commit 7d97e8112aa78045525d3fde55839a5bb8a05436 Author: yao Date: Mon Aug 6 15:51:27 2012 +0800 fix bugs in tests, set device for each test case Signed-off-by: yao commit 505cda43d1f6f5daaa592e9c799cbf0ce091032e Merge: 0db69fb 2c2d6fa Author: yao Date: Mon Aug 6 15:01:21 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 0db69fbe193b5f5925deebaff90d94f4ef7ba3d5 Author: yao Date: Mon Aug 6 15:00:27 2012 +0800 Add blend, columnsum, pyrUp/down, matchTemplate for ocl module commit 9db42aca048072320a867034a8c4cd20094bd44c Author: Philipp Wagner Date: Mon Aug 6 01:37:43 2012 +0200 Issue #2232: Bugfixes for 64bit Python-compability. commit 2c2d6fa5fd368fae323c35d3a641eff0ca83670f Author: Philipp Wagner Date: Mon Aug 6 01:14:51 2012 +0200 Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly. commit d9dc02541a3987c58579c44a50ba1d82e378b782 Author: Alexander Mordvintesv Date: Sun Aug 5 10:20:42 2012 +0300 Added descriptions to PlaneTracker samples commit 353c69e0172093eaeaf8ce9f61cd40a6382d4a39 Author: Alexander Mordvintesv Date: Fri Aug 3 22:17:11 2012 +0300 created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking rewritten feature_homography.py using it added plane_ar.py - simple augmented reality sample commit 2ea3dd391a6f93dd445cd00e4a55050b366835af Merge: ffa8c32 064d022 Author: Alexander Mordvintesv Date: Fri Aug 3 19:21:10 2012 +0300 Merge branch 'master' of code.opencv.org:opencv commit 064d022a4bacfe6c21243739625fef3c1f8c9192 Author: Evgeny Talanin Date: Fri Aug 3 17:50:55 2012 +0400 Set correct path to repo in python tests (changed after migration to git) commit 9c0f556d8844ad98cd0e2ce9c11615d0ba460dce Author: Vadim Pisarevsky Date: Fri Aug 3 17:12:45 2012 +0400 fixed a few compile warnings and errors with VS2010. commit 5b4297cccffafe7a1ffeb4a5f76268823a205c3a Author: andrey.kamaev Date: Fri Aug 3 17:00:18 2012 +0400 Android CMake toolchain is updated for NDK r8b commit 310b1ad7b9aabdd8443cd53f5bd321a22c9d5902 Author: Vadim Pisarevsky Date: Fri Aug 3 16:41:00 2012 +0400 moved parallel_for_ and ParallelLoopBody to core.hpp commit fd9069422a4d7739c59d76264d63c75cf31fd878 Merge: fac3d99 687d763 Author: Vadim Pisarevsky Date: Fri Aug 3 16:14:38 2012 +0400 Merge remote-tracking branch 'origin/master' commit 687d7639a8c4e828825f0c75f990055322ace6b0 Merge: 1eedcea 3180bbe Author: yao Date: Fri Aug 3 15:44:15 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 3180bbe3a84dcca2b665dd33db34baa3c9377496 Merge: 8eeacc8 27c2aa3 Author: niko Date: Fri Aug 3 14:09:04 2012 +0800 Merge branch 'master' of git://code.opencv.org/opencv commit 8eeacc8cc87c052bf10cfba915d2818eaefb48dc Author: niko Date: Fri Aug 3 14:08:36 2012 +0800 performance and bug fix for addWeighted cartToPolar div exp log resize setTo add channel 3 support add fast way Between CPU and GPU for the data which is aligned commit 27c2aa3a4ed54b4dfc391f441e0e071a9253e62d Author: Ilya Lavrenov Date: Thu Aug 2 16:25:30 2012 +0400 parallel version of bilateral filter was implemented using parallel_for_ commit 8d73bbb8b71843ae7669cc2e38c32cfebb50d2a1 Author: marina.kolpakova Date: Thu Aug 2 13:18:55 2012 +0400 fixed 2228 commit 1eedcea58d95a8a7485e34a3ee470dadb338877a Author: yao Date: Thu Aug 2 11:34:11 2012 +0800 for test Signed-off-by: yao commit ffa8c323488dcf768cf498ec3b5711d4fb3853a8 Author: Alexander Mordvintesv Date: Wed Aug 1 21:41:03 2012 +0300 work on feature_homography.py: multiple targets commit 989631c5cc312c7d750e15b16a22901529a26233 Author: Philipp Wagner Date: Tue Jul 31 21:54:48 2012 +0200 facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning. commit 4a4f90c406239e6d4735b91f2d34a2469220f564 Author: Philipp Wagner Date: Tue Jul 31 21:50:46 2012 +0200 facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting. commit fac3d9994c8cb8308ac2919a459abae349ed2f7e Author: Vadim Pisarevsky Date: Tue Jul 31 19:07:55 2012 +0400 integrated another portion of SSE optimizations from Grigory Frolov commit 5f2ce22fbf2a1c92e9fcef3639e516a0a0533951 Merge: 640408e d0608c2 Author: Vadim Pisarevsky Date: Tue Jul 31 17:18:35 2012 +0400 Merge remote-tracking branch 'origin/master' commit 640408ebe77ea263a980fb414692ceedc4555087 Author: Vadim Pisarevsky Date: Tue Jul 31 17:17:58 2012 +0400 added FAST<5/8> & FAST<7/12> (by Vincent Rabaud) commit 73f95e59f306d6b8c4016c1f8d2bc2b7ee870773 Author: Andrey Pavlenko Date: Tue Jul 31 15:22:58 2012 +0400 Tegra3 package support enabled; Service version code incremented. Android 4.1.1 native camera fix (shared libraries for native Android camera updated). commit d0608c2cd4e1f3615e2d575196cf07b2a1a03d74 Author: Alexander Smorkalov Date: Tue Jul 31 12:23:48 2012 +0400 Shared libraries for native Android camera updated. commit f1e3bc850b8b22daccc4277cfd2036fcebf161a6 Author: Alexander Smorkalov Date: Tue Jul 31 12:15:54 2012 +0400 Warning fix. ifdefs for 4.1.1 added. commit 7d63f9f6807a14de8bfdcf24dc102ca47128298c Author: Alexander Smorkalov Date: Tue Jul 31 11:09:34 2012 +0400 Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated. commit b43cec3301b4140f63c74ea09e061de96eae65aa Author: Vladislav Vinogradov Date: Tue Jul 31 10:45:40 2012 +0400 added gpu::graphcut for float sources (CUDA 5.0) commit 4f99f69a29a6c3b6c3ae8736e49b650b4dccd2cf Author: Vladislav Vinogradov Date: Tue Jul 31 10:32:16 2012 +0400 added gpu alpha premultiplication commit 79d0dc25f4e93d5f82dd855a5e140c82449c3cff Author: Vladislav Vinogradov Date: Mon Jul 30 18:24:52 2012 +0400 added gpu RGB<->Lab and BGR<->Luv conversions commit 051adcb78606effd24fdcb9842d19c568c67084e Author: Vladislav Vinogradov Date: Mon Jul 30 15:18:48 2012 +0400 added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection commit 484e83a9b6c97ad3b235cc56ec8927cf20ed1739 Author: Andrey Pavlenko Date: Tue Jul 31 12:31:23 2012 +0400 minor update (pictures resize removed, emulator screen-shot downscaled) commit 40e65b96038ebfe24d9cb3ad6fa461edf66b3fc1 Author: Philipp Wagner Date: Mon Jul 30 19:31:49 2012 +0200 facerec_demo.py: Updated contact mail address. commit 62a8f6783e67aa5b59869fd38324ee72a22d4b83 Author: Philipp Wagner Date: Mon Jul 30 19:31:10 2012 +0200 FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes. commit b9d7c712f51e2fafbab633105df09a3a6b94d2de Author: Vadim Pisarevsky Date: Mon Jul 30 16:02:49 2012 +0400 made countNonZero SSE code SSE2-compliant and portable commit 72a4f1924d87eaa02f5ebdcec56088f7ac632208 Author: Alexander Mordvintsev Date: Mon Jul 30 12:39:41 2012 +0400 feature_homography.py: building descriptor index on target capture simple AR experiment (work in progress) commit dea7f92c86d89f6ef9a722e92a0b3e3cccc14cc9 Author: Andrey Pavlenko Date: Mon Jul 30 10:39:59 2012 +0400 updating URL to Android info start page commit e2b9c65b35db4655ccab5c4921dad226afde8e6e Author: Andrey Pavlenko Date: Tue Jul 24 13:13:21 2012 +0400 updating README content commit cf04fed3690211f59c5e671f4aaddc4a71ff0808 Author: niko Date: Mon Jul 30 14:34:36 2012 +0800 fix the compilation bugs commit c0a41054674ea92834d7a8b98e1cf4b360aacd6d Author: Philipp Wagner Date: Mon Jul 30 02:24:39 2012 +0200 facerec_demo.py: Shortened code. Final version. commit 4a7e29b3f43a8b9b8987032fe476ddcaac122853 Author: Philipp Wagner Date: Mon Jul 30 02:18:27 2012 +0200 facerec_demo.py: Reworked demo to remove all matplotlib dependencies. commit 508a029daec201601ad616370de91e6019e65bde Author: Philipp Wagner Date: Mon Jul 30 01:18:58 2012 +0200 Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder. commit 1454f3d3910f214c0ad7889ca7d8eaa1b4ea3592 Author: Philipp Wagner Date: Mon Jul 30 01:16:38 2012 +0200 Added the facerec_demo.py to show how to perform Face Recognition with the Python module. commit f29d73fe864abfc241ad8c88cb59cebecdd190b3 Author: Philipp Wagner Date: Sun Jul 29 23:51:12 2012 +0200 Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works). commit b2deab2175bf05c140ca68e04a7ecef25b1d12ba Author: Philipp Wagner Date: Sun Jul 29 23:16:51 2012 +0200 Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked. commit 5983f8008ffe2f4f9bf487bacc7e05080e53e5b3 Author: Philipp Wagner Date: Sun Jul 29 22:41:40 2012 +0200 Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp. commit f160c494733365ba52b64bebb550401e9fcf85a3 Merge: 79b45b1 f169055 Author: Philipp Wagner Date: Sun Jul 29 22:20:48 2012 +0200 Merge branch 'master' of git://code.opencv.org/opencv commit 79b45b13927e870a7e588ee0fb60d565205aa2be Author: Philipp Wagner Date: Sun Jul 29 22:20:07 2012 +0200 Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model. commit f1690557bf9891301f4105075d6d34741e9bcfc8 Author: Josh Doe Date: Sun Jul 29 14:48:21 2012 -0400 core/stat: fix build with 32-bit Optimization introduced in b782d8bb only works for 64-bit builds, but ifdef failed to check for this. commit f8facadc673e8da83e6143278510a92e4eeef1ab Author: Alexander Mordvintesv Date: Sun Jul 29 17:24:47 2012 +0300 print description in mosse.py commit f6191cc5bb6b63986b49e4506ea6f5630f761d10 Author: Alexander Mordvintesv Date: Sun Jul 29 17:21:49 2012 +0300 added MOSSE sample commit 0f9bbf85e5f49e6a79794096a544d1f167fd938b Author: Alexander Mordvintesv Date: Sun Jul 29 16:26:22 2012 +0300 spelling corrections, added aero images as a more impressive example for ASIFT commit 88a9f8f9195f456b8b3fd9165747eb46f35a19da Author: Alexander Mordvintesv Date: Sun Jul 29 16:15:44 2012 +0300 spelling corrections, added aero images as a more impressive example for ASIFT commit 22673c161a5a93d1de7223923e77662ac229ab01 Author: marina.kolpakova Date: Sat Jul 28 13:05:40 2012 +0400 fixed 2212 commit 4869e846f3b046b91cdb1854c39a3aa22a7579de Merge: f08996b 8506ce0 Author: marina.kolpakova Date: Fri Jul 27 13:06:28 2012 +0400 partly merged with sbromle/opencv fixes branch commit f08996bd37f7f80fc22d3c59073c80bc3fc37222 Author: Eric Christiansen Date: Thu Jul 26 16:55:54 2012 -0700 asserted in LBPH code that images must have a single channel commit 8506ce06c19ce0005452f1efc887886d6894eb44 Author: Sam Bromley Date: Thu Jul 26 12:46:51 2012 -0230 Fix missing remainder of line. commit fd98520d7830b061bfe8b72a161920c0a7fb1cb8 Author: Sam Bromley Date: Thu Jul 26 12:43:56 2012 -0230 Protect check of CV_SSE4_2 with #if defined. commit 8f41f592d73d21f00a9476e1c0ad01365b1b1551 Author: OpenCV Buildbot Date: Thu Jul 26 19:11:14 2012 +0400 update FFMPEG wrapper binaries commit 966a652142267aab31b58453adc568c694324f92 Author: Sam Bromley Date: Thu Jul 26 12:36:21 2012 -0230 Fix crash when polling for non-existent Kinects. If no Kinects are present, crash can result from stepping beyond end of device list. Now we check to ensure this does not happen. commit 49b55a7245a5452e836aee76cf4237f0d90f97ee Author: Sam Bromley Date: Thu Jul 26 12:35:21 2012 -0230 Protect check for _MSC_VER with #if defined. commit 318151d75b4041c437f8805ab2479b7ef82f2ae6 Author: Vadim Pisarevsky Date: Thu Jul 26 17:11:00 2012 +0400 added gitignore to filter out certain temporary files commit acd19fe36c680b4d0dfe8c4f86b363dc024a706b Author: Anatoly Baksheev Date: Wed Jul 25 22:20:41 2012 +0400 test7 commit de90033e93766bd6aa649ee8362d02e1f1aed899 Author: Andrey Pavlenko Date: Wed Jul 25 18:24:10 2012 +0400 test commit 29fee9cab36a3d7919040b23dc1de49c8c3ef749 Author: Anatoly Baksheev Date: Wed Jul 25 18:11:07 2012 +0400 test2 commit 2b0c0e71bbe203b1faf3211ff6dfe16b05a116ff Author: Anatoly Baksheev Date: Wed Jul 25 18:00:42 2012 +0400 test commit a39cf2dd28b71d9fe54c64f1aa8556266037112b Author: Maria Dimashova Date: Wed Jul 25 17:51:37 2012 +0400 updated doc on triangulatePoints (#2167) commit e1e0c4663980b49647ce8020db9a38cc001bb98c Author: marina.kolpakova Date: Wed Jul 25 15:26:26 2012 +0400 integrated patch: HOG confidence calculation. Thanks, Wongun. commit 4fa282e1a9796eaca7c965922a80291cfffefce0 Author: marina.kolpakova Date: Wed Jul 25 13:08:05 2012 +0400 fixed SURf according to clockwise descriptor convention commit afc0cf8c4ed6b34a05b5c88e2809a655dd773456 Author: marina.kolpakova Date: Wed Jul 25 12:19:08 2012 +0400 fixed surf for upright case commit fdfa40242855b11a4cc6452b60c9e95bf7fce684 Author: marina.kolpakova Date: Wed Jul 25 12:19:08 2012 +0400 fixed surf for upright case commit cf92e4b4e070f66869baad5e99db947fb0c71370 Merge: 51f7a3c 794b07b Author: marina.kolpakova Date: Wed Jul 25 08:33:51 2012 +0400 Merge branch 'master' of git://5.9.49.245/opencv commit 51f7a3ca81b3c0babfa8d7f1852b8fc0b44fa0c7 Author: marina.kolpakova Date: Wed Jul 25 08:32:14 2012 +0400 fixed #2190 commit 794b07ba11a666feaddf212986e1bdb3d1b353d7 Author: Andrey Pavlenko Date: Tue Jul 24 23:58:52 2012 +0400 removing unused files commit e16ae33a176658612ba4c956b171e1c0f188c1c1 Author: Andrey Pavlenko Date: Tue Jul 24 23:55:14 2012 +0400 removing unused file commit e1c7bcab3a16ed8fe79456064dc8b67c7d55e066 Author: Andrey Pavlenko Date: Tue Jul 24 17:34:36 2012 +0400 minor updates to android tutorials commit 6b7470f683cbc9e0541ec6c2e01e0ce3cdb5c3eb Author: Maria Dimashova Date: Tue Jul 24 18:25:46 2012 +0400 fixed gcc compilation commit 39554ead215736f5709f57a0d62a3c394b90f49c Author: Andrey Pavlenko Date: Tue Jul 24 13:13:21 2012 +0400 updating README content commit c5dbc061585d898c1cb3061831f201faf83687e4 Author: Maria Dimashova Date: Tue Jul 24 17:51:20 2012 +0400 fixed bilateralFilter on uniform CV_32F image commit b782d8bb53d180f20f90b16b123637463e33d879 Author: Vadim Pisarevsky Date: Tue Jul 24 17:24:31 2012 +0400 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov commit 54d68da8e75d2620b0781a8a45a5ad612a02ae5e Author: Maria Dimashova Date: Tue Jul 24 17:09:24 2012 +0400 fixed LshIndex types in its constructor commit 1efb3c823596d23c37fae46c1e3fc9cbd3e3f9fb Author: Anatoly Baksheev Date: Tue Jul 24 14:13:17 2012 +0400 test commit 1b7ad93dc98b5f00270d7063bc6ec74b3a173b07 Author: marina.kolpakova Date: Tue Jul 24 13:51:35 2012 +0400 LBP features integrated in CascadeClassifier_GPU commit 2dc93574e19047dd2529f21093d7a8c9f9e83051 Author: marina.kolpakova Date: Tue Jul 24 13:41:19 2012 +0400 LBP: switched to PImpl pattern commit 6c3eeb7d7cac7a781751e49ff409f1a1b59031e1 Author: marina.kolpakova Date: Tue Jul 24 13:35:04 2012 +0400 removed division commit 8fb1f4093ba2eca81d753f2004c8ad10d926eb5b Author: marina.kolpakova Date: Tue Jul 24 13:26:53 2012 +0400 removed unused code commit 29f86df585a2691c195b4d1c8121f40dee195989 Author: Maria Dimashova Date: Tue Jul 17 14:24:54 2012 +0000 merged with r9002 (fix for SURF descriptor) commit e63ab8dec5d9d83edabe69cebab01776f1bb7dda Author: Marina Kolpakova Date: Tue Jul 17 08:27:34 2012 +0000 LBP: multiscale approach; refactored atomics usage commit 5dc7752d54e78f298c2f1e7cdd80f797945396e2 Author: Niko Li Date: Tue Jul 17 06:49:32 2012 +0000 fix a bug of detect opencl commit 9f4efab40a72da981858392deb1c838f68bd4afd Author: Vadim Pisarevsky Date: Mon Jul 16 17:08:14 2012 +0000 merged ocl module from ocl branch (it's not quite usable yet; at least on Mac) commit cfeb28f2baa70fbaf2da5f8ab4e410ccab171ab1 Author: Maria Dimashova Date: Mon Jul 16 16:21:40 2012 +0000 fixed tests for scale invariance (uncommented sift test, it's ok now) commit ea96047f7826567d8038c8aaf7062f3dc037fbce Author: Alexander Mordvintsev Date: Mon Jul 16 14:17:39 2012 +0000 small doc fix commit 200357fdf425cac4f337107b2305bfaca9498715 Author: Alexander Mordvintsev Date: Mon Jul 16 14:16:36 2012 +0000 window name changed commit 2556bb04f0ae6a2bd6a451ad8979dbc63382e470 Author: Maria Dimashova Date: Mon Jul 16 13:01:55 2012 +0000 changed tests for rotation/scale invariance of descriptors commit ad7a6ec41fdd0dfa355f4f14502a03c56bfc8ef2 Author: Alexander Mordvintsev Date: Mon Jul 16 12:31:56 2012 +0000 correct unknown feature report in find_obj.py commit 3ce5b0154366d06ded57819bd2677177530855ac Author: Alexander Mordvintsev Date: Mon Jul 16 12:29:49 2012 +0000 added asift.py sample commit 99e404fe86011eddb32a72ffd7b9c80faa4c215f Author: Alexander Mordvintsev Date: Mon Jul 16 11:46:05 2012 +0000 moving data used by sample into a separate folder small fix in find_obj.py commit 8610ff1b4d0e9618fcade06a20395c9f8c1937ef Author: Alexander Mordvintsev Date: Mon Jul 16 11:31:43 2012 +0000 find_obj.py allows to select detector and matcher and explore matching pairs commit 63d8eedc513309aab598482adf72b3089bfb3e97 Author: Maria Dimashova Date: Mon Jul 16 09:26:02 2012 +0000 changed the way of HARRIS creation commit 839761fa3d64fd52380aa9a141e012823c87a480 Author: Maria Dimashova Date: Mon Jul 16 09:00:25 2012 +0000 fixed #2167 commit 5112d74cad9d4d98269b8e208178cf38e0ec4f87 Author: Maria Dimashova Date: Mon Jul 16 08:02:50 2012 +0000 revert my incorrect fix of #2167 commit ddcc83951911e9070ea74e6df2a8b467ffb2f27c Author: Alexander Smorkalov Date: Mon Jul 16 07:56:12 2012 +0000 Tegra3 package support enabled; Version code incremented; commit d65920d2f701c49d5e1e05001f67d38b0fa46dd7 Author: Maria Dimashova Date: Sun Jul 15 19:10:52 2012 +0000 fixed #2167 commit ec23d9bb5e422f48312e650fcfb787c5a1d4e806 Author: Maria Dimashova Date: Sun Jul 15 17:42:41 2012 +0000 added tests on scale invariance of detectors and descriptors commit 9f4c5afbbbd304a7f5069710ff4eeabf348e0f8c Author: Andrey Pavlenko Date: Sun Jul 15 13:20:38 2012 +0000 merging r9039-9040,9044 from trunk (warnings and message in Java) commit dc68a56babd7d05d52c80617960f8615bc227be7 Author: Andrey Pavlenko Date: Sun Jul 15 05:51:29 2012 +0000 fixing wording commit 336dcbcff7526a3074c10e1e8b9bdfebaec49397 Author: Marina Kolpakova Date: Sun Jul 15 04:11:46 2012 +0000 fixed brocken tests by classifier loger from r9027 commit e4e00498a85aee097f0beb09c4c64e7db2234c3b Author: Maria Dimashova Date: Sat Jul 14 20:32:31 2012 +0000 fixed typo in test class names commit 0c6480d89ba90a9c72370705e20f7d951a5627a3 Author: Maria Dimashova Date: Sat Jul 14 20:03:07 2012 +0000 added tests to check rotation invariance of descriptors (features2d and nonfree) commit 92e6aa5f1795ce5ae37681b864899d9d4b65a061 Author: Andrey Pavlenko Date: Sat Jul 14 19:49:00 2012 +0000 customizing the 'Google Market error' message in samples commit 4e4db94b6bfa5b4f60af8f43e702d3da6df195ae Author: Andrey Pavlenko Date: Sat Jul 14 19:07:27 2012 +0000 removing warnings on deprecated api when targeting to android-15+ commit a2430afcac2defd2d7f31a4e47d091be88ff2f0d Author: Anatoly Baksheev Date: Sat Jul 14 16:23:56 2012 +0000 minor LBP for GPU commit 5120d690f043825f7d986b1a06f9a9e77cd70ba9 Author: Maria Dimashova Date: Sat Jul 14 16:07:48 2012 +0000 fixed nonfree rotation invariance tests for detectors commit 2c0455da174e4a3358babcb9acfe81b511014f52 Author: Maria Dimashova Date: Sat Jul 14 16:02:45 2012 +0000 changed sift angles according to KeyPoint::angle specification in r9034 commit b9e53ec8ea86aa6e6ab09cf85dfe67fad3936173 Author: Marina Kolpakova Date: Sat Jul 14 15:50:49 2012 +0000 fixed build after r9027 commit 6dc5cd15ed539c70b30f1f0c0bd086efd2b1c715 Author: Maria Dimashova Date: Sat Jul 14 15:36:35 2012 +0000 specified KeyPoint::angle in rst doc and code comment commit bfe6e2c4b1f80cce10a5e85e365279c7098157a9 Author: Anatoly Baksheev Date: Sat Jul 14 15:36:25 2012 +0000 minor in LBP for GPU commit eb119959e8baf9536db4f86971a7480fdec845da Author: Maria Dimashova Date: Sat Jul 14 15:05:41 2012 +0000 fixed features2d rotation invariance tests commit c94974ccb3d5ac031827ac95e90f7d09bc120380 Author: Maria Dimashova Date: Sat Jul 14 15:03:39 2012 +0000 fixed mser (angle is -1 now) commit 2bd86e25414666765d6adc3d8bb256616ff5e330 Author: Maria Dimashova Date: Sat Jul 14 13:25:41 2012 +0000 fixed compile errors under win commit 7bbc42127e46ed6846df219866d10852d63ef393 Author: Alexander Mordvintsev Date: Fri Jul 13 20:27:54 2012 +0000 refactored find_obj.py sample: - handle bad matching case - use BFMatcher and FlannBasedMatcher (and thus fixing a bug: L2^2 metric was used for flann) commit 30c611f1d523032b5a0e58f6a7eaf95e66f0c7eb Author: Maria Dimashova Date: Fri Jul 13 18:03:20 2012 +0000 added tests to check rotation invariance of detectors commit 9706079ace2ae6427533d028a1fab21ca13c1cd0 Author: Anatoly Baksheev Date: Fri Jul 13 15:47:09 2012 +0000 a bit refactoring in LBP face detection on GPU commit fb3d6ecb983dcceef5e350e8ca6ed77339d90ca8 Author: Marina Kolpakova Date: Fri Jul 13 14:27:09 2012 +0000 merged documentation and android service from trunk commit bb516265734a3ce487883785b9a9d783753f30c7 Author: Andrey Kamaev Date: Fri Jul 13 13:00:29 2012 +0000 Build pdf for Android Manager documentation commit be2457c24967a8e0f03d952daf359f058e1b7281 Author: Andrey Pavlenko Date: Fri Jul 13 08:39:31 2012 +0000 removing 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF commit 722df6a9984e90c0adc0de2f35949c7f95815070 Author: Maria Dimashova Date: Fri Jul 13 06:00:30 2012 +0000 minor change in doc commit 438c1444eb94179ac891c9d8d53d8cada89bd8fd Author: Maria Dimashova Date: Thu Jul 12 17:52:49 2012 +0000 added test to check keypoints returned by FeatureDetector (center, size, angle) commit 017895dd93fbf1afa4adaa9672f56cd8b46f041a Author: Maria Dimashova Date: Thu Jul 12 17:51:12 2012 +0000 filtered MSER keypoints that have centers out of image commit fbf1973bacbd27db4dea1a35654258b2251daca6 Author: Vincent Rabaud Date: Thu Jul 12 16:04:51 2012 +0000 backport 9018 commit 3df72fe669d27893fae2cffa6287ad8abdcac84f Author: Vincent Rabaud Date: Thu Jul 12 16:02:02 2012 +0000 fix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also fixed in FLANN upstream commit 507f546158cf9dfd280345da5d3c81d4f3fbb4f1 Author: Maria Dimashova Date: Thu Jul 12 13:57:17 2012 +0000 split file of features2d tests commit 76fdbeee8ac4168273eed5169877eb113b526c16 Author: Alexander Smorkalov Date: Thu Jul 12 13:12:16 2012 +0000 Tegra detector fixed; Some aditional logs added; AndroidManifest version incremented. commit 69296c33335acf8de5c7e4a50a53d383370c0f98 Author: Maria Dimashova Date: Thu Jul 12 12:32:54 2012 +0000 fixed #2165 commit d38f69427538173ba7df15118e53d4d94a83efd7 Author: Maria Dimashova Date: Thu Jul 12 12:29:50 2012 +0000 fixed CvBoost in mll if no tree can be trained. commit 65e235060623b0e58ad96b126c7bcf256874a159 Author: Alexander Mordvintsev Date: Thu Jul 12 11:51:27 2012 +0000 work on digits_video.py commit 9f0a16c8449908f4e2d6832bbe8c8c4f1789704a Author: Alexander Smorkalov Date: Thu Jul 12 11:50:40 2012 +0000 HW compatibility tests added; Arm-v7a neon package support enabled. commit 76cb051082ccdfb7e8e83fef88ec79efac0f89c7 Author: Andrey Pavlenko Date: Thu Jul 12 09:21:39 2012 +0000 better wording commit 06a4553a4ff0582768625c7b7830382e97c43889 Author: Andrey Pavlenko Date: Thu Jul 12 09:21:36 2012 +0000 minor upd. (formatting and wording) commit f6a4350ddd6423649d1a09604faa3cc4a93c892b Author: Andrey Pavlenko Date: Thu Jul 12 09:21:32 2012 +0000 updating wording and initDebug() descr commit cacf1d1ed385640056ca470676f381ec3b931996 Author: Andrey Pavlenko Date: Thu Jul 12 09:21:29 2012 +0000 adding java api ref. to top-level index commit 58c67ccfeac3935607ca1eade42464537df0eb0b Author: Marina Kolpakova Date: Thu Jul 12 08:50:41 2012 +0000 improved LBP indexing commit 965109228dbc526bb41e5446b8b110379c96e3c7 Author: Marina Kolpakova Date: Thu Jul 12 08:50:36 2012 +0000 added delobal memory version commit 422f650b20cbc138c396d3c4c7986522c500e10a Author: Alexander Smorkalov Date: Thu Jul 12 08:02:41 2012 +0000 Package name logic improved; Aditional tests added; Some bug fixes with different __SUPPORT_XXX defines. commit 2aacff4c39538a421338080158f00871f573aafa Author: Marina Kolpakova Date: Thu Jul 12 07:11:26 2012 +0000 swithed to the fixed size thread block commit c5669448a35289a0599e459cd53a995fb78d3ba1 Author: Alexander Mordvintsev Date: Wed Jul 11 17:13:43 2012 +0000 work on features2d python interface commit ffd283b7d5cd1f3966518cc10bd25b0fce517a0d Author: Alexander Mordvintsev Date: Wed Jul 11 16:26:52 2012 +0000 fixed SURF orientations, broken in r8892 (see also r8895, r8887 and #2043) commit 0b4e96d89cf32122b3cc89152c1d09f51bc41075 Author: Maria Dimashova Date: Wed Jul 11 13:52:19 2012 +0000 updated thresholds in EM test after cv::EM fixing commit 75e0eeab17ae5d58798cb1c1e741551b93a2e9cf Author: Maria Dimashova Date: Wed Jul 11 13:51:36 2012 +0000 fixed #2160 commit ed0a158cc1877392cf0a076528d5175bfec6cb08 Author: Alexander Smorkalov Date: Wed Jul 11 13:30:41 2012 +0000 Unit tests updated. Version and HW compatiblity tests added; Tegra3, neon, sseX, x64 support uncomment and guarded by ifdefs. commit 994f8710f307750711edfec1301d6da0ea61a4c3 Author: Maria Dimashova Date: Wed Jul 11 13:26:58 2012 +0000 fixed #2159 commit 7c211796e7df9479ab04be4aa13520ed7d9945a4 Author: Maria Dimashova Date: Wed Jul 11 13:23:18 2012 +0000 more doc details for #2152 commit 5ec9909b711dedf5ec93a8b5fb453a19340699d6 Author: Andrey Pavlenko Date: Wed Jul 11 13:12:37 2012 +0000 updating include dirs to make CDT project in Eclipse happy commit 3c2691ef96f3e52deb042776818d9ec9dde0d2b2 Author: Marina Kolpakova Date: Wed Jul 11 12:22:28 2012 +0000 LBP: minor changes commit ed1b293d34a0b5d0a31d127eecb3713ebca71a72 Author: Marina Kolpakova Date: Wed Jul 11 12:22:22 2012 +0000 refactored GPU LBP cascade. Added support for big images. Fixed bug in connected components function commit 469ec7c522a971b5a50261f20f83a0c7f1770852 Author: Maria Dimashova Date: Wed Jul 11 09:04:25 2012 +0000 fixed vfw (#2156) commit bc3fb347a3ecb9d8b1d2633c8117bca5d163761c Author: Maria Dimashova Date: Wed Jul 11 08:41:09 2012 +0000 fixed #2155 commit e68b26e71f39411f21a4981b9ceb85ba5b8a19cc Author: Maria Dimashova Date: Wed Jul 11 08:05:06 2012 +0000 fixed doc #2152 commit 84281d284e83765fd3ebfbbdf1ef106f016e0c89 Author: Alexander Mordvintsev Date: Wed Jul 11 05:07:00 2012 +0000 mdot function in common.py commit 185673e9e2ebfb86a6e504338c2d8d2da27236b7 Author: Vincent Rabaud Date: Tue Jul 10 19:09:25 2012 +0000 backoprt 8987 commit c52d620817ff766fec9d9bda55b6b29d334df285 Author: Vincent Rabaud Date: Tue Jul 10 19:09:00 2012 +0000 update the docs for cvExtractSURF and initModule_nonfree() commit 86d785622bf5215fa889fd4429dc02de6d90c10a Author: Marina Kolpakova Date: Tue Jul 10 11:58:15 2012 +0000 LBP: switched to texture implementation commit b0606b0557e65487f9ec0408554500a008d90439 Author: Marina Kolpakova Date: Tue Jul 10 11:58:10 2012 +0000 LBP classifer moved to ptr from DevMem2D commit 436d2ff1fc6297774cfd5836f4994cea1d2659df Author: Marina Kolpakova Date: Tue Jul 10 11:58:06 2012 +0000 LBP classifer moved to ptr from DevMem2D commit c474e27c1d099b440b3e6a0d0054e71e1b60afb2 Author: Andrey Kamaev Date: Mon Jul 9 19:16:38 2012 +0000 One more fix for zlib search #1902 commit 6d3db49932b2c8f6ab59a406491e803548f2c937 Author: Leonid Beynenson Date: Mon Jul 9 14:37:12 2012 +0000 Changed DetectionBasedTracker a bit to make its method addObject to return an integer value -- the id of the new added object. commit d9478252e97dcb2f324aaa4f576092f5a63627c8 Author: Alexander Mordvintsev Date: Mon Jul 9 12:19:59 2012 +0000 show detected keypoints in feature_homography.py commit a5b60fa5321644319b58e62a20637948096348ee Author: Andrey Kamaev Date: Mon Jul 9 10:52:28 2012 +0000 Fixed typo in Java wrapper for FetauresDetector class commit 3869d38671de6452a0fda79128ea105d24dde74a Author: Andrey Kamaev Date: Mon Jul 9 10:47:09 2012 +0000 fixed typo in SURF detector #2149 commit d88bbb3d9de15602a7761c575165ee32ea404856 Author: Marina Kolpakova Date: Sun Jul 8 18:26:28 2012 +0000 fixed undefined behaviour in image codecs initialization commit 8c9a9f1c9422bbb8c05f6705fd185cac828c81bd Author: Marina Kolpakova Date: Sun Jul 8 18:26:23 2012 +0000 fixed documentation missmatch for ORB commit 33d95642d3e163b4d6222ff12a2d811f4b1838e5 Author: Marina Kolpakova Date: Sun Jul 8 18:26:18 2012 +0000 fixed documentation missmatch for polylines function commit f094983d499bde3ac84035be6c2e5350f4308f93 Author: Marina Kolpakova Date: Sun Jul 8 18:26:13 2012 +0000 reduced the number of registers used in the LBP responce operator commit 09269b4cd802b1669a061fc80d36c37c377ebc8a Author: Marina Kolpakova Date: Sat Jul 7 21:48:53 2012 +0000 fixed backward compatibility with less than 1.2 CUDA capability commit 3ac6272c3b5f7612528356762b28c2bad2469428 Author: Philipp Wagner Date: Fri Jul 6 20:42:02 2012 +0000 Grammar and Formatting fixes. Added link to the Yale Facedatabase A. Added download directive links for linking to the sample source code samples. commit a2c3c1800a2af53699434cae0e4db497329cbff2 Author: Alexander Mordvintsev Date: Fri Jul 6 15:42:42 2012 +0000 new feature_homography.py sample commit c6705fbe2000ebe91545cf6d6e88e503c5bf6fda Author: Alexander Mordvintsev Date: Fri Jul 6 15:41:57 2012 +0000 exposed ORB features to python commit 66aff45e96a577e3582273e189b6efb0690b7c40 Author: Marina Kolpakova Date: Thu Jul 5 20:55:55 2012 +0000 fixed #2130 commit e900952b87fdc8c6a8b66bf0c40d9a289766665f Author: Andrey Kamaev Date: Thu Jul 5 12:56:31 2012 +0000 quiet most of the OSX build warnings commit b712bbe9a5d7e467fc724684a610bdeb2696ebcd Author: Andrey Kamaev Date: Thu Jul 5 09:22:52 2012 +0000 Android: updated default TBB version to 4.0 update 5 commit 620d122fc2923fc7474cc77fdd9266b13e280014 Author: Andrey Kamaev Date: Thu Jul 5 07:58:40 2012 +0000 Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings commit b1eba01afbd611fb5347d27ec1f0e8addd48c018 Author: Andrey Kamaev Date: Thu Jul 5 07:30:45 2012 +0000 Fixed several mistakes in documentation commit 5f8715c8b4270ddf45ff208f6a227fce9eac146c Author: Andrey Kamaev Date: Thu Jul 5 05:11:15 2012 +0000 Fixed file globbing in documentation parsers commit acf356b0802c7b86fa0f640552bd4e7bfa20f7b0 Author: Vadim Pisarevsky Date: Wed Jul 4 17:59:14 2012 +0000 added contrib module support in Python wrappers (thanks to Eric Christiansen) commit bc83011736f3273b543cbebff3ec69dab1ab4afe Author: Marina Kolpakova Date: Wed Jul 4 16:03:48 2012 +0000 removed unnecessary memory allocation in LBP classifier commit eb599f68327bebb71f668f7503592cd72961bf25 Author: Marina Kolpakova Date: Wed Jul 4 16:03:43 2012 +0000 added checking destination matrix size for resize and integral functions commit 6c0af66fd8ed61ca5c9530b8abbe0971795a423a Author: Marina Kolpakova Date: Wed Jul 4 16:03:40 2012 +0000 removed unused class filds commit e496345d331ab0b26fb651f61c27cc3629ba20ba Author: Marina Kolpakova Date: Wed Jul 4 12:11:16 2012 +0000 added lbp cascade test, fixed race conditions problems commit 248f39e13e5d2cf422f055c597b67d03cfb32f16 Author: Marina Kolpakova Date: Wed Jul 4 12:11:07 2012 +0000 added performance test for LBP classifier. commit a9718cc79fdfdc0a2c5f15788d8fd1b630f2baa9 Author: Alexander Smorkalov Date: Wed Jul 4 09:55:00 2012 +0000 Messages updated. Samples rebuild is needed. commit 51f6127e0a07cf7a2bda6bb664be89e0f1c5a247 Author: Andrey Kamaev Date: Wed Jul 4 08:04:31 2012 +0000 Merged the recent fixes from 2.4 branch commit 4128d5782fb2d0322e71efe6d9a1eb90be9145dc Author: Marina Kolpakova Date: Wed Jul 4 04:51:09 2012 +0000 added hipotesis filtration commit a53f0f397ee3966e141680c6a4a2467c75518ad6 Author: Marina Kolpakova Date: Wed Jul 4 04:51:00 2012 +0000 LBP classifier: tracking of count of detected objects was moved in cascadeclassifier.cpp commit cdbda45125ac1b5b5afb724c76469ed7df8f2637 Author: Marina Kolpakova Date: Tue Jul 3 16:16:24 2012 +0000 merged GPU resize became same as CPU implementation commit 13735decf3124dfad1f19e3cb678d756faec5e08 Author: Alexander Shishkov Date: Tue Jul 3 15:55:39 2012 +0000 updated pdfs to 2.4.2 commit 0ee2662da6daf3c5fc17ba69042ff6f5ae6c0e0a Author: Alexander Shishkov Date: Tue Jul 3 15:37:49 2012 +0000 updated docs theme commit 7c2270bb3b9fd498292b0ca3e857b260971fb38b Author: Alexander Shishkov Date: Tue Jul 3 15:31:13 2012 +0000 updated docs theme commit f0bff1b64fc9d9457599168304bdc59670d05edd Author: Kirill Kornyakov Date: Tue Jul 3 15:10:40 2012 +0000 minor fixes for the second Android tutorial commit 4ac3eb04c418f954b1640c0974cbb31b50c949eb Author: Andrey Pavlenko Date: Tue Jul 3 15:07:20 2012 +0000 updating pictures; removing redundant 'fix prj prop-s' step commit 892a0e28ad5e9c06a41dc993cbb723ff1a13bab8 Author: Kirill Kornyakov Date: Tue Jul 3 14:13:05 2012 +0000 minor fixes for the first Android tutorial commit 01d08208f63ed82e839455891cdc8b382ed15195 Author: Alexander Smorkalov Date: Tue Jul 3 13:40:30 2012 +0000 Library name updated. commit d943c35ef71a2a836122f22f2a38ab31e4fe2ee9 Author: Alexander Smorkalov Date: Tue Jul 3 13:31:15 2012 +0000 Touchscreen requirement turned off. commit a5c3c1a7deac4ac1d5fbcfd4d3f1f8554002ccc9 Author: Alexander Smorkalov Date: Tue Jul 3 13:18:22 2012 +0000 Package name pattern changed. commit 960a03ca65058c2504796e2ad9b89da54306a55b Author: Kirill Kornyakov Date: Tue Jul 3 13:16:22 2012 +0000 renamed google group to the OpenCV4Android instead of android-opencv commit 4b8863c933f49caa2798e6365f48bb9596174bd0 Author: Andrey Pavlenko Date: Tue Jul 3 13:15:41 2012 +0000 install bin.apk commit 73a798e7181394a1ab9bfaaa3047004bd0722828 Author: Alexander Smorkalov Date: Tue Jul 3 13:04:40 2012 +0000 About message updated. Version updated. commit 1ba250b69c77693428257f787798213cdfcbe1cf Author: Alexander Smorkalov Date: Tue Jul 3 13:03:38 2012 +0000 Message box text updated. commit 50c49f73f870822c96786aebbfe55d7c5907cffd Author: Alexander Smorkalov Date: Tue Jul 3 12:56:53 2012 +0000 Icon for binary package updated. commit 94f05241c57a781ac77693f1f512e73648017d10 Author: Andrey Pavlenko Date: Tue Jul 3 12:50:36 2012 +0000 removing windows-specific path from includes commit efdc055fb1958cb47838804c821d1a0ecd6bfef5 Author: Andrey Kamaev Date: Tue Jul 3 12:44:32 2012 +0000 Fixed Java API tests commit 5615ec7c97778de44058e76cec95eaf9d6ce2d4a Author: Andrey Kamaev Date: Tue Jul 3 12:02:58 2012 +0000 Fixed code block in android tutorial commit d386667478f4031c64d00f47faa032da7993b118 Author: Andrey Kamaev Date: Tue Jul 3 11:52:54 2012 +0000 Merged the trunk r8927, r8929 commit bd394012e8e2df4d204668134b76723f0ad41536 Author: Andrey Kamaev Date: Tue Jul 3 11:30:17 2012 +0000 Eliminated discrepancy between SSE and non-SSE versions of bilinear resize commit aa4cad80a00d59e879575608d4a27144eab6d90b Author: Andrey Kamaev Date: Tue Jul 3 11:01:56 2012 +0000 Fixed opponent space color conversion commit a0ce328f98cdbd1518ca92cfb535e7c5c24af42a Author: Alexander Smorkalov Date: Tue Jul 3 09:19:04 2012 +0000 Internal docs about service were moved to opencv_extra. commit 7294ccba3cae522769f74b6fad35883f8d08aace Author: Alexander Smorkalov Date: Tue Jul 3 09:14:54 2012 +0000 Icon for OpenCV Manager updated. commit 9c604124804c70df5ba968adea4a013bcdf507f6 Author: Andrey Pavlenko Date: Tue Jul 3 08:38:34 2012 +0000 starting 2.4.2 O4A packages will be packed with ZIP instead of TAR.BZ2 commit e5067bff41ff6ea41ae2c3b63c1bb66bb749664b Author: Alexander Smorkalov Date: Tue Jul 3 08:12:27 2012 +0000 Typo fix. commit 65b53f96d0a47be13dee06169b77ae1da9604ec5 Author: Alexander Smorkalov Date: Tue Jul 3 07:58:48 2012 +0000 OpenCV 2.4.0 constant version removed. All docs and samples updated for 2.4.2. commit a78bd92b8e882988a72b3a8bc95ea68756549cb6 Author: Andrey Kamaev Date: Mon Jul 2 21:39:17 2012 +0000 Documentation: fixed duplicated appendix reference commit c68eb408c075a5a07d749544dddf6aea08a920f2 Author: Andrey Kamaev Date: Mon Jul 2 21:12:45 2012 +0000 Merged the trunk r8917:8919 commit cfc593eb0d1a45fef7b5f3c8e20e9129a188dc50 Author: Andrey Kamaev Date: Mon Jul 2 21:07:32 2012 +0000 Fixed run.py bugs commit b528348f397c564c2e9a7ba62aa7eb442526c8ac Author: Maria Dimashova Date: Mon Jul 2 20:21:34 2012 +0000 fixed #2118 commit 927523bc3d41bbcae34c5705a2cb7ff242a3e364 Author: Philipp Wagner Date: Mon Jul 2 18:43:20 2012 +0000 Bug 2129: Fix for missing citations in FaceRecognizer documentation. commit a4ec89fb2ceb53efd8a7fab8bab8261e5eef40b7 Author: Andrey Kamaev Date: Mon Jul 2 15:41:14 2012 +0000 Merged version references fix commit de153f01549f8c20675507e545fe1983c0211c36 Author: Andrey Kamaev Date: Mon Jul 2 15:40:18 2012 +0000 Fixed several opencv version references commit 81a5415417cf325adaad627a3e98feb2b5ba23b3 Author: Andrey Kamaev Date: Mon Jul 2 15:15:40 2012 +0000 Merged the trunk r8913 commit 249bf008ab48e19ec68237ff312293698e168ff3 Author: Maria Dimashova Date: Mon Jul 2 14:50:28 2012 +0000 fixed #1834 commit d2b36d74cd4d12a83e01f4946979f7585f6a66bf Author: Andrey Kamaev Date: Mon Jul 2 14:21:51 2012 +0000 Merged the trunk r8911 commit df262b340cbe1b362977573bb34138d837f79648 Author: Andrey Kamaev Date: Mon Jul 2 14:20:59 2012 +0000 Fixed #2125 commit 139cc61001231072a32c139d6bba8a42b4c7aa4b Author: Alexander Smorkalov Date: Mon Jul 2 14:19:14 2012 +0000 Application start without service fixed. commit aa911275c3e2c1e30ac1c5f42ced42ef02b0f5b4 Author: Andrey Kamaev Date: Mon Jul 2 14:12:34 2012 +0000 Merged the trunk r8907, r8908 commit eaddfb32decf22a7ec160f0ae0eeccad946f6399 Author: Andrey Pavlenko Date: Mon Jul 2 14:10:06 2012 +0000 updating tutorial commit 1543b46383de9288e0d45b3fd5abbd5d9c936a7e Author: Alexander Mordvintsev Date: Mon Jul 2 13:49:36 2012 +0000 HoG and Hellinger-metric preprocess for digit recognition line breaks in fitline.py description commit af912f4843f047329319ba6208a7ccc7ba09a221 Author: Andrey Kamaev Date: Mon Jul 2 13:46:47 2012 +0000 Merged the trunk r8901:8904 commit 721c24bc1f1632f7c6ab11000c8d3def998e5e83 Author: Alexander Smorkalov Date: Mon Jul 2 13:39:55 2012 +0000 Typo fix. Name of native library was inconsists with java loadLibrary commit efe139667b408228b502e2442d832a06fd48984b Author: Andrey Kamaev Date: Mon Jul 2 13:26:51 2012 +0000 Fixed Android package dependencies commit 08890118db2c46a09684caa67565b8c14f53d7bb Author: Andrey Kamaev Date: Mon Jul 2 13:19:46 2012 +0000 Fixed Android package dependencies commit 4216f3b24caabc6e9f755bc76da0ae6ac4780262 Author: Andrey Kamaev Date: Mon Jul 2 13:17:12 2012 +0000 Fixed Android package dependencies commit e2e6838da38f511bcced2d7ede0bbfafd5138e2c Author: Andrey Pavlenko Date: Mon Jul 2 13:15:16 2012 +0000 adding CDT Builder (via ndk-build.cmd) for JNI part commit a66cd5698a0562fd94122b47f10cb2ff12dc3be6 Author: Andrey Kamaev Date: Mon Jul 2 13:06:28 2012 +0000 Merged the trunk 8892,8894,8898 commit a1bc11c4295d62477d9b583e9c178c6639177558 Author: Vadim Pisarevsky Date: Mon Jul 2 12:59:02 2012 +0000 fixed typo in minMaxIdx description (ticket #2081) commit cf97209f95b12fd67a4d1225e444f7b329b206c0 Author: Alexander Shishkov Date: Mon Jul 2 12:57:52 2012 +0000 update FFMPEG wrapper binaries commit 76a644372f9d3117158022fde9d306da40470acb Author: Alexander Shishkov Date: Mon Jul 2 12:49:18 2012 +0000 update FFMPEG wrapper binaries commit 52ba2e45c4811683a32739adf8099f9003ce5ffd Author: Maria Dimashova Date: Mon Jul 2 12:44:41 2012 +0000 removed obsolete parameter 'time' in regression test for descriptors commit d4df1e0b5c0708413884f5cb740ecf3a2cdcc4e7 Author: Andrey Kamaev Date: Mon Jul 2 12:33:37 2012 +0000 Merged the trunk r8887, r8891, r8314 commit 9cd0c9033f53fb7261616219f19b03de36706d18 Author: Maria Dimashova Date: Mon Jul 2 12:32:14 2012 +0000 fixed angles of SURF detector commit 565a8dc30dd1db3799ff6f4ca4543f4100240d1e Author: Andrey Kamaev Date: Mon Jul 2 12:23:57 2012 +0000 Fixed automatic temporary files cleaning with run.py on Windows commit 5a7804d9581c3d4bf6c58e659bcaff453b474a7b Author: Andrey Kamaev Date: Mon Jul 2 12:10:13 2012 +0000 Version number is adjusted to 2.4.2 commit 088a6597bc8e95e5cf7691c0a2e6c681f068ca91 Author: Andrey Kamaev Date: Mon Jul 2 12:05:06 2012 +0000 Merged the trunk 8855,8885,8886 commit ad6929b6a4122a79e71b0196b3ede653ab9d43df Author: Maria Dimashova Date: Mon Jul 2 12:04:00 2012 +0000 removed y-axis inversion in drawKeypoints (FeatureDetector has to do this) commit 0f21890d7db90588a8048b055bb053bd6ee9ddc3 Author: Maria Dimashova Date: Mon Jul 2 11:58:17 2012 +0000 added test for opponent descriptor extractor commit 600ad799c78a5826fad7eaebdce623a51040a003 Author: Andrey Pavlenko Date: Mon Jul 2 11:54:24 2012 +0000 restoring binary compatibility with 2.4.1 commit 3a40f276559a04ce43b8a19dbca2519aa42b3cb4 Author: Andrey Kamaev Date: Mon Jul 2 11:48:16 2012 +0000 Merged facerec from the trunk commit 5d6c90e166699415e699a5935ef3ba7df12033a3 Author: Andrey Kamaev Date: Mon Jul 2 11:46:17 2012 +0000 Fixed bugs in facerec documentation commit b368f99d03e317ed0977adb770ff17310e0338b5 Author: Andrey Kamaev Date: Mon Jul 2 11:04:43 2012 +0000 Merged the trunk r8852:8880 commit 76354287aafdead84f97a4bc2ba113af4761c0dc Author: Marina Kolpakova Date: Mon Jul 2 10:54:05 2012 +0000 fixed build without CUDA commit c80d205ecfc142c6921f92f244b85c15f78ffe61 Author: Alexander Smorkalov Date: Mon Jul 2 10:07:24 2012 +0000 OpenCV Library renamed. commit 3a88fc5aa9ce0ffcf5e5737e1fb6cf6060a22d99 Author: Alexander Smorkalov Date: Mon Jul 2 10:06:08 2012 +0000 Android samples renaming was done. Icon updated. commit b3f68d29e725861c0b535ee665ea712823f8d363 Author: Maria Dimashova Date: Mon Jul 2 09:21:55 2012 +0000 fixed bow sample commit 319c20c797704b33bae284af9f5f11fd0da99697 Author: Marina Kolpakova Date: Mon Jul 2 08:08:17 2012 +0000 result storing: atomic based commit a9f2f522e7c0352e80ab0f95b46e180f55aec98d Author: Marina Kolpakova Date: Mon Jul 2 08:08:11 2012 +0000 LBP classifier was refactored, added parameter for max size of detected object commit e6f7e4d83eff8f39314a18eeeba3d3ea602234d0 Author: Marina Kolpakova Date: Mon Jul 2 08:08:02 2012 +0000 GPU resize became same as CPU implementation commit 60b73e7471b1970e211c1ee13dcf477c5435312f Author: Marina Kolpakova Date: Mon Jul 2 08:07:55 2012 +0000 gpu classifier default values became same as to cpu implementation commit e7f5978768820639637f703fbfd648245c3ee8ec Author: Marina Kolpakova Date: Mon Jul 2 08:07:46 2012 +0000 classifier loading has been improved commit 83ccdbd0ce519ad7a1905ecd8c0c9c045cf9c4f7 Author: Alexander Mordvintsev Date: Mon Jul 2 07:49:46 2012 +0000 refactored digits_adjust.py (dataset preprocess in cloud) commit 6977a895257dc8511ddce36d2eb2bf45a2bf0242 Author: Alexander Mordvintsev Date: Mon Jul 2 04:44:31 2012 +0000 descriptions for watershed.py and video.py commit d015bf6f5ed09c96c1b915d8a586581a5c068c5f Author: Alexander Mordvintsev Date: Mon Jul 2 03:51:47 2012 +0000 fitline.py sample added commit 6042c59495ade8f55a7bfedafe8f60c87cd03db5 Author: Maria Dimashova Date: Sun Jul 1 22:40:25 2012 +0000 fixed #1764 commit 31395b0759427130b5d2ca5ad81818b5c6d87163 Author: Vadim Pisarevsky Date: Sun Jul 1 21:29:50 2012 +0000 added check for false bug report #2081 commit 562838e0b57e7c73e26588822ddbdda1c91e8e5b Author: Vadim Pisarevsky Date: Sun Jul 1 21:14:16 2012 +0000 partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter) commit d56b7719638cd3a3eb4c55da07eebe7b60e4c4f1 Author: Maria Dimashova Date: Sun Jul 1 20:59:29 2012 +0000 fixed #2082 commit 8f5b15b1c3c0e845890b9255568e22f55b78bfb1 Author: Maria Dimashova Date: Sun Jul 1 20:58:08 2012 +0000 fixed compilation in msvc commit e918877bcfd1e943033be0e78a5de8b156f12833 Author: Vadim Pisarevsky Date: Sun Jul 1 20:56:27 2012 +0000 fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker) commit 7ef21141073802ee12911cc8a5a42b5bddd62054 Author: Vadim Pisarevsky Date: Sun Jul 1 20:25:24 2012 +0000 added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa) commit b5eb318ae31ca4e4f22c0e8eabf7a145f717df73 Author: Vadim Pisarevsky Date: Sun Jul 1 20:13:49 2012 +0000 added support of homogeneous points to calcCorrespondEpilines (ticket #2055) commit dec38e594956475c63a7e52f96a8ec9344a8663c Author: Andrey Kamaev Date: Sat Jun 30 20:47:09 2012 +0000 Background subtractor GMG: removed flexitype, fixed build errors. commit afe11f69fb16ca4ce95face1d8e9afe598230616 Author: Andrey Kamaev Date: Sat Jun 30 20:45:01 2012 +0000 Fixed Windows build warnings and configuration problem. commit 27c23b557c3549ef51b015f5da7530c206734c63 Author: Andrey Kamaev Date: Sat Jun 30 13:36:27 2012 +0000 Merged few small fixes from 2.4 branch commit 304dac7f001662adca9743c8b76b5559b622455e Author: Marina Kolpakova Date: Sat Jun 30 09:37:40 2012 +0000 fixed #2113 commit cdad4ac7c91fe440be0fd43c7b011b23bacdba21 Author: Marina Kolpakova Date: Sat Jun 30 09:29:33 2012 +0000 Merge branch 'home' commit 6d3fecd490da137e1f272e6b91c24260a5b43ca1 Author: Leonid Beynenson Date: Fri Jun 29 16:38:03 2012 +0000 Fixed small bug in cv::Ptr<_Tp> conversion to cv::Ptr<_Tp2>. Now this conversion is made in a more accurate way. commit a72f4474b4deb9a5cfe0450856a297ac0832e7da Author: Andrey Pavlenko Date: Fri Jun 29 15:38:10 2012 +0000 fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly) commit 2b6b6f12e286b563c23d85de2aaa144d114919e5 Author: Andrey Kamaev Date: Fri Jun 29 08:47:38 2012 +0000 Debug message is turned off commit 0584ac525b4246f27a124df35c6b1e8480d3f478 Author: Andrey Kamaev Date: Fri Jun 29 08:34:07 2012 +0000 Quiet MSER tests commit 71729a596713dc56d6a23714a0b963ec157c9ab0 Author: Andrey Kamaev Date: Fri Jun 29 08:11:20 2012 +0000 opencv_ts is removed for java API commit 17fd1c7c610c2bbf83cb482d4ccf3e9610db6e77 Author: Andrey Kamaev Date: Fri Jun 29 07:52:34 2012 +0000 Merged recent changes from trunk - 8833,8848,8850 commit 4d09d62f85d5154af8ab5463f2d511379c886e69 Author: Andrey Kamaev Date: Fri Jun 29 07:46:53 2012 +0000 Added Ptr support to AlgorithmInfo; fixed some warnings commit a25c27ca05fdddfdedfe14fe0207e48dfde3785a Author: Andrey Kamaev Date: Thu Jun 28 20:42:26 2012 +0000 Fixed windows build problems of BackgroundSubtractorGMG but code still need more work. commit 82cb2ab5560685a75360826ef791861210ea34e7 Author: Vadim Pisarevsky Date: Thu Jun 28 19:45:13 2012 +0000 fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX commit 57fb5f0981119cf96cc14e23190e976de6f1c91e Author: Andrey Kamaev Date: Thu Jun 28 19:32:32 2012 +0000 Merged Android build fix commit 5a2ba94dd6d4458621b2de60b044472272aef882 Author: Andrey Kamaev Date: Thu Jun 28 19:30:39 2012 +0000 Fixing parallel build for Android commit 35a31e1c353a1f408c3174bb1e2ec446ae48b0bc Author: Andrey Kamaev Date: Thu Jun 28 18:11:54 2012 +0000 Fixed few warnings commit 2a2092092f546fa9edbfce05dc1ffe7147b326f7 Author: Andrey Kamaev Date: Thu Jun 28 18:11:10 2012 +0000 Fixed Android build warnings in backgroundsubtractor_gbh commit 37a63523e7abf388461fefd022b21efdaaf35fd8 Author: Marina Kolpakova Date: Thu Jun 28 17:54:08 2012 +0000 fixed merge problem commit a71797c0c4b8d76c9cea9dcad57e7efe36226070 Author: Andrey Kamaev Date: Thu Jun 28 17:48:53 2012 +0000 Reverted some changes in videostab module commit 5715d9ef4217ba4387c41a17d621cd762a7d3eaf Author: Andrey Kamaev Date: Thu Jun 28 17:41:03 2012 +0000 Removed incorrectly merged test commit ab69f5e0918fd45618c2b89326d3629b397957df Author: Marina Kolpakova Date: Thu Jun 28 17:33:11 2012 +0000 merged python samles commit 54ee92e3b0a2b832399d85879c443c5ef9c0343d Author: Marina Kolpakova Date: Thu Jun 28 17:28:27 2012 +0000 merged trunk r8815:8827 commit b28b2428f6d32faad1d194703dd7f3fab6670549 Author: Marina Kolpakova Date: Thu Jun 28 17:23:50 2012 +0000 changing package layout after 'make install' for Android build commit 2dcb091d9493ab6f9bfb55d3bb1926e16a07109f Author: Marina Kolpakova Date: Thu Jun 28 17:14:29 2012 +0000 merged Android samples commit 162f9fd7ead1b8941e24f856a9b4fed4fb68c9c3 Author: Marina Kolpakova Date: Thu Jun 28 17:07:17 2012 +0000 merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 commit b156e2f7edd02aafb1eeac088f4965aef82df930 Author: Marina Kolpakova Date: Thu Jun 28 16:46:29 2012 +0000 added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst) commit 3def8436526926d87298520aabe2bc813edb8769 Author: Marina Kolpakova Date: Thu Jun 28 16:39:53 2012 +0000 merged the trunk r8719:8731 and 8807 commit 7c778fc0436de2b5bc9505f9602586dc7108cece Author: Vadim Pisarevsky Date: Thu Jun 28 16:34:53 2012 +0000 fixed possible video distortion problem when cap_avfoundation.mm is used to capture video (ticket #1980) commit e4b58ebff5d610b2a990ea27096d304b73e9cdae Author: Vadim Pisarevsky Date: Thu Jun 28 16:24:48 2012 +0000 added GMG background segmentation algorithm by Andrew Godbehere, ticket #2065 commit 01570fa8006c5e2047e8fba563628afc07a2f058 Author: Marina Kolpakova Date: Thu Jun 28 16:23:19 2012 +0000 merged Android Manager and new java layout commit 680a44189c96ec309e9c0fda0199663b28dbd861 Author: Marina Kolpakova Date: Thu Jun 28 16:13:29 2012 +0000 merged the trunk r8704:8716 commit 35344569bf08aa3fd7f4a7465d002459cc5ccbbd Author: Leonid Beynenson Date: Thu Jun 28 16:07:10 2012 +0000 Added possibility in the class DetectionBasedTracker to work as a tracker only -- without the mainDetector. In this case new objects will be added into it by the method addObject(const cv::Rect& location). commit 2777ebb8a0b14eb53e7d6b23b82309efce8b0871 Author: Marina Kolpakova Date: Thu Jun 28 16:00:38 2012 +0000 merged GPU scan commit fd901d8323b6eb6d6491f8d1058b47413d96fe1f Author: Vadim Pisarevsky Date: Thu Jun 28 15:52:34 2012 +0000 fixed #2108 (thanks to Vincent for the report and proposed solution) commit 6cca6a45482ae0650d13ee1550724b32c9a76b7c Author: Marina Kolpakova Date: Thu Jun 28 15:41:27 2012 +0000 merged the trunk r8669:8702 commit 150aeee58fc39c11293ee7271aa182a23406c84f Author: Marina Kolpakova Date: Thu Jun 28 15:13:57 2012 +0000 merged iOS framework from the trunk commit 6a13c9efc03f27062511c3e544c94f185c25dc37 Author: Andrey Kamaev Date: Thu Jun 28 13:42:08 2012 +0000 Added cmake for building Android package commit d822989c8bc5123f2a9c04639a8b9fa6ca721563 Author: Leonid Beynenson Date: Thu Jun 28 12:17:11 2012 +0000 Added template method cv::Algorithm::set(const char* _name, const Ptr<_Tp>& value), which allows to pass as the second parameter of the method set any cv::Ptr<_Tp> object. commit 00b02f9f6db69f329de0e8ce3522c7382feaa2db Author: Leonid Beynenson Date: Thu Jun 28 11:17:32 2012 +0000 Small addition change in the FileStorage sample. commit e4965b143fcd431136c7992735f204476dd11501 Author: Andrey Kamaev Date: Thu Jun 28 11:08:11 2012 +0000 Fixed discrepancy between SSE and regular baranches in FREAK commit 739da31add2c1502670929afb0954de83b6a9b9a Author: Andrey Kamaev Date: Thu Jun 28 11:06:31 2012 +0000 Fixed Android build with SDK tools revision 20 commit 7fc18fe146039928250db883e996c8cc98216b42 Author: Leonid Beynenson Date: Thu Jun 28 10:32:34 2012 +0000 Added to the sample, demonstrating FileStorage, how to read/write data from/to std::string. commit 42d830ec234a999be022b3aa4929ef724ca373b1 Author: Andrey Pavlenko Date: Thu Jun 28 07:51:19 2012 +0000 switching to dynamic linking commit e8b0d279426c60ce40e6b01703c475b35db03689 Author: Andrey Kamaev Date: Thu Jun 28 05:59:30 2012 +0000 Fixed cvExtractSURF in case of no keypoints found #2076 commit d60b1f2f82a272d6c34eb848675a691c5053b251 Author: Vadim Pisarevsky Date: Wed Jun 27 20:51:48 2012 +0000 fixed bug #2106; added test commit 73ce3ef8c1bfe8573446a04cb0498b7b4e3b0f76 Author: Vadim Pisarevsky Date: Wed Jun 27 19:52:59 2012 +0000 fixed ios framework build (ticket #2092) commit ea0b57cc2326836f4698c030deab6989fe7a452e Author: Philipp Wagner Date: Wed Jun 27 18:37:03 2012 +0000 API Link corrected. commit d636c677f41ea2cbf04c033baa10f8ee1411e560 Author: Philipp Wagner Date: Wed Jun 27 18:35:52 2012 +0000 API Link corrected. commit 6c3137a8b5e71785a86e40cc78e0e5748e30ce8f Author: Andrey Kamaev Date: Wed Jun 27 15:15:32 2012 +0000 Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099 commit f09ae32796cfa49671b82814e525a944f4a05f44 Author: Andrey Kamaev Date: Wed Jun 27 14:19:35 2012 +0000 Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103 commit 15e50420bc1bba898795b63ef272dea1a9689398 Author: Andrey Kamaev Date: Wed Jun 27 13:52:29 2012 +0000 Fixed linux and android install commit c6685bc9a70399bbf19725ecfc090b4ede70641f Author: Alexander Mordvintsev Date: Wed Jun 27 13:22:06 2012 +0000 improved recognition accuracy by better region normalization commit 60dd599aeab3e84fdb62e987a0c92aaed2501bbf Author: Alexander Mordvintsev Date: Wed Jun 27 12:42:21 2012 +0000 discard digit's internal contours in digits_video.py commit 8b67adea98207513c6f149a216dbefba5c95d801 Author: Andrey Pavlenko Date: Wed Jun 27 12:38:57 2012 +0000 workarounding missing native part in Java tests commit a323da6fd57c8aab01092fccb509b16199963b59 Author: Andrey Kamaev Date: Wed Jun 27 12:02:31 2012 +0000 Fixed some warnings and install problems on linux commit 59ce0a9f8182f54fde25f0fb1cbaeb889a14b68e Author: Vladislav Vinogradov Date: Wed Jun 27 10:53:35 2012 +0000 Merged revision(s) 8679 from trunk: new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster) ........ commit 981564ffe9b64ae230085c144bf52fced2ef1d77 Author: Alexander Mordvintsev Date: Wed Jun 27 10:09:45 2012 +0000 work on digits_video.py commit 5c19c6cb6725eb88c6b505ca4a65611d63347c56 Author: Vladislav Vinogradov Date: Wed Jun 27 09:58:33 2012 +0000 Merged revision(s) 8664 from trunk: new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster) ........ commit c71c82a8f1da678da740b726a66ab5bc9955b261 Author: Alexander Mordvintsev Date: Wed Jun 27 09:46:04 2012 +0000 work on digits_video.py commit abde1377f364b5bf0b406ed874f1958bf017a7e1 Author: Andrey Kamaev Date: Wed Jun 27 09:20:02 2012 +0000 Fixed mistake in documentation commit b987154ebc6757050c691d01dcb63d3d33cd8f7e Author: Alexander Mordvintsev Date: Wed Jun 27 08:29:22 2012 +0000 digits_video.py prints warning if trained classifier (should be created by digits.py) not found commit 3804ca3e20597772f2703f71ea23d5d23e3546e8 Author: Andrey Pavlenko Date: Wed Jun 27 06:22:26 2012 +0000 changing package layout after 'make install' for Android build commit 6dffc5332d5ece2c48dcf13cbe7c2a5fbd242de5 Author: Alexander Mordvintsev Date: Wed Jun 27 05:59:16 2012 +0000 digits_video.py (VERY IMMATURE) digits.py now saves the resulting SVM classifier for use in digits_video.py commit 13b30d7428001e6b93248c7c25c0e48cb7187b3d Author: Alexander Mordvintsev Date: Wed Jun 27 05:51:24 2012 +0000 digits_adjust.py sample added commit d636e1128bb550aef2be93a57cac96ec0895ab81 Author: Alexander Mordvintsev Date: Wed Jun 27 04:29:15 2012 +0000 removed ANN digits recognition added deskew for SVN and KNearest recognition sample commit f2e78eed8cb5118cead6ff1b0438f2bde6ac38e0 Author: Philipp Wagner Date: Tue Jun 26 21:24:19 2012 +0000 Fixed wrong restructured text directive, when referencing to other documents. commit 69b5972e03d6471075972ba83b202675b12c7af7 Author: Andrey Kamaev Date: Tue Jun 26 21:05:15 2012 +0000 Fixed MSVC build with Qt enabled #2096 commit a15d97b716ceef8d93f1c2aa94b4c353614eeb0f Author: Philipp Wagner Date: Tue Jun 26 20:13:11 2012 +0000 Added the cv::FaceRecognizer documentation (API, Face Recognition Guide, Tutorials). commit 9efc1a689bfe7890eee9e83bd7dc0109954987ba Author: Andrey Pavlenko Date: Tue Jun 26 15:25:00 2012 +0000 fixing project properties commit ac6061ee8a75eec64d2f09b6835cbedf61765915 Author: Andrey Pavlenko Date: Tue Jun 26 13:42:10 2012 +0000 hiding extra build-time messages commit b962bf75cfed79ce9f16a58bf3006ae387680213 Author: Alexander Smorkalov Date: Tue Jun 26 13:24:12 2012 +0000 Sample3-native build fix. Dependency from OpenCV library project added. Scripts updated. commit 369f2c4903bb17ad6f22ff9e6a78be20e075b965 Author: Alexander Smorkalov Date: Tue Jun 26 12:58:46 2012 +0000 Color blob detection example updated for OpenCV Manager model. commit 109e308763f982b9e1cdf7a9c7c6d42596ca8e5a Author: Alexander Smorkalov Date: Tue Jun 26 12:57:43 2012 +0000 Sample4-mixed was updated for OpenCV Manager model. commit 0693073b981b3b07a23fba5efbdd3eea674ab7c7 Author: Alexander Smorkalov Date: Tue Jun 26 12:44:57 2012 +0000 Example3-native updated for OpenCV Manager model commit bd500ff0f7b00f13f7a32ccba3a41773c5bdcf87 Author: Marina Kolpakova Date: Tue Jun 26 12:44:27 2012 +0000 fixed LBP loader test commit 521b89e69d6eeaab30defdd53b1feea0183c290b Author: Alexander Smorkalov Date: Tue Jun 26 12:31:04 2012 +0000 Sample 2 was updated for OpenCV Manager model. commit 207f4fc53cb11a08512c69db42b4ae303cc4fb82 Author: Alexander Smorkalov Date: Tue Jun 26 12:26:42 2012 +0000 Sample 1 updated for OpenCV Manager model. commit e7c35b185272b65e181a457e47bcafce0e88529d Author: Vladislav Vinogradov Date: Tue Jun 26 12:24:48 2012 +0000 fixed bug in cv::gpu::HOGDescriptor::detectMultiScale commit 7a858885e6d0e7ccf7273c0c6f8fa8d48af6061e Author: Alexander Smorkalov Date: Tue Jun 26 12:20:35 2012 +0000 Image manipulations sample updated for OpenCV Manager model. commit a743eca076c6a6c1b35d7cbe8ff9258dad5b7a6f Author: Marina Kolpakova Date: Tue Jun 26 12:15:19 2012 +0000 LBP features: GPU representation commit 55567582a680d6445f400facd37febbebeffec8f Author: Andrey Kamaev Date: Tue Jun 26 11:48:58 2012 +0000 added XIMEA support for linux (by Igor Kuzmin) #2085 commit f9418853a03a6273f320f1d40345399025cebcf5 Author: Andrey Kamaev Date: Tue Jun 26 11:47:49 2012 +0000 Applied XIMEA path (by Marian Zajko) with multiple changes #2054 commit e9e66e5796489f705a20b0ab176f972e0d6b17d5 Author: Vladislav Vinogradov Date: Tue Jun 26 10:38:15 2012 +0000 added VIBE_GPU (background subtraction) to gpu module commit 0f8e271509c44f1733a032be9743af2e87ae6000 Author: Andrey Kamaev Date: Tue Jun 26 09:21:22 2012 +0000 Fixing iOS detection in core persistence commit dd7eeea11809d4d3091698cfcfd8e31075036285 Author: Andrey Kamaev Date: Tue Jun 26 09:07:37 2012 +0000 Fixing cv::tempfile on Windows #2093 commit a142a3b78a4bc8f489ca8870833cd8bbfab32060 Author: Andrey Kamaev Date: Tue Jun 26 08:48:45 2012 +0000 Fixed Android Manager build commit ecf6b5a87c095510ec90279d629a9bebf06993ac Author: Andrey Kamaev Date: Tue Jun 26 07:29:36 2012 +0000 Making all dependencies from highgui module optional commit 700b685575c646eb1577bdccf16ed4c7951bdfbf Author: Alexander Smorkalov Date: Mon Jun 25 17:12:19 2012 +0000 Revision 8725 restored. Android sample FaceDetection updated according DetectionBasedTracker interface. commit 80febef237d44f16c4ea5136c8c4baffe5cb1d31 Author: Alexander Smorkalov Date: Mon Jun 25 17:01:55 2012 +0000 revision 8721 vas merged to head. Detection based tracker interface changed. cpp and android samples updated. commit 915c81febf5379347d1f94595f5600adfeffb919 Author: Marina Kolpakova Date: Mon Jun 25 16:52:54 2012 +0000 fixed build without CUDA commit 6801f475ad0da51f222b4682e50247266115b6c7 Author: Marina Kolpakova Date: Mon Jun 25 16:39:50 2012 +0000 LBP: implemented first version of device side part commit 71f94e12fb83c6c95960f9841d32fadc153031f7 Author: Marina Kolpakova Date: Mon Jun 25 16:39:45 2012 +0000 LBP: implemented image data preparing commit 91ba48c5f99158a51883c4884567c68f450060ab Author: Marina Kolpakova Date: Mon Jun 25 16:39:40 2012 +0000 added lbp related CUDA files commit e637168e4479ee6eebcbf45e29213ce4289a4ee8 Author: Marina Kolpakova Date: Mon Jun 25 16:39:34 2012 +0000 completed test: load LBP classifier commit 143c57064b2682be7493dc79837a02b55f304d10 Author: Marina Kolpakova Date: Mon Jun 25 16:39:29 2012 +0000 LBP classifier represintation in GPU memory commit 4a0249f865bc82a3aa81365aeb4c916fa50f7706 Author: Andrey Kamaev Date: Mon Jun 25 16:03:45 2012 +0000 Minor update for zlib search commit 4ee236b1b6b800289955b90ccd28401767f879de Author: Vladislav Vinogradov Date: Mon Jun 25 13:19:55 2012 +0000 added docs for MOG_GPU and MOG2_GPU commit 7b806f60081e7fe93e62544c633ad714c9c4fa7d Author: Andrey Kamaev Date: Mon Jun 25 12:56:46 2012 +0000 fixed several documentation errors commit d85ef03a42b80bd1311e3da1fa3f395f0a3f4c3c Author: Vladislav Vinogradov Date: Mon Jun 25 12:48:54 2012 +0000 added background subtraction sample for gpu module commit 3a4353f04dcfe5faec8aa6f4b4bbf277ea9f81ce Author: Vladislav Vinogradov Date: Mon Jun 25 11:46:45 2012 +0000 added FGDStatModel, MOG and MOG2 to gpu performance sample commit ed8b6c798b73ab6a7e6bb220e88b60fb4cd3ecbe Author: Vladislav Vinogradov Date: Mon Jun 25 11:26:07 2012 +0000 copy 768x576.avi video to sample directory commit d9c74f63e13b962d3eb6a9db05502277b157f6ad Author: Andrey Kamaev Date: Mon Jun 25 11:24:06 2012 +0000 All tests writing temporary files are updated to use cv::tempfile() function commit ec3a7665b008be09d88bfcd56d8c80be0d74d8d1 Author: Andrey Kamaev Date: Mon Jun 25 11:19:11 2012 +0000 Fixed FREAK on Android commit acc031aabafe07bf2430b5881b0721e326efae3f Author: Vladislav Vinogradov Date: Mon Jun 25 11:13:50 2012 +0000 added MOG_GPU and MOG2_GPU (Gaussian Mixture background subtraction) commit d49c697fdaf58c08565aecb2eee5598d1e59bb01 Author: Alexander Mordvintsev Date: Mon Jun 25 10:58:34 2012 +0000 added comments to contours.py and edge.py samples commit a3220a446f991665d80d1093f560b2324bafe347 Author: Alexander Mordvintsev Date: Mon Jun 25 10:52:45 2012 +0000 added comment to letter_recog.py sample (adopted from c++ version) commit 5f6bbcc89ad48472d50b0a6e3a7cdebbcb28da49 Author: Marina Kolpakova Date: Mon Jun 25 08:46:34 2012 +0000 added test for GPU LBP cascade: load cascade commit 715b0d181c32a6514e6d36775789e4906c676570 Author: Andrey Pavlenko Date: Mon Jun 25 06:44:08 2012 +0000 adding missing images commit 1ee5c95ee9c4920e1de3efa3d1fc6559370e5b1a Author: Andrey Kamaev Date: Sun Jun 24 18:25:58 2012 +0000 Updated gtest to upstream rev616 commit cfa9aa9206627c06e528ff4e4ea24b6e2fcc8cb8 Author: Andrey Kamaev Date: Sun Jun 24 18:25:01 2012 +0000 Search python libs exactly matching to python executable on cmake 2.8.9 and newer commit 84d62b69dcac6c8220570af66ebd9b9b30a7ffff Author: Andrey Kamaev Date: Sun Jun 24 14:33:30 2012 +0000 Fixed windows build of FREAK commit bd901eb52d4de71ada993196fadf64102d88a5ff Author: Andrey Kamaev Date: Sun Jun 24 08:50:03 2012 +0000 Reverted r8721 and r8725 (issue #2080) commit 74707ec7ae946f87d36a040fe7a93494ac5d2d1a Author: Vadim Pisarevsky Date: Sun Jun 24 01:37:55 2012 +0000 added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst) commit a381b95e918623b6b98cfcae66a6a2569bf95397 Author: Andrey Kamaev Date: Fri Jun 22 16:10:43 2012 +0000 Fixed buggy NEON check inside flann commit cc54226e12a4c022af2a6eaafb93468ce1b5aef6 Author: Andrey Pavlenko Date: Fri Jun 22 15:19:03 2012 +0000 updating version commit cf88b9d00c7c2a53ad935aae733c543521ad6e57 Author: Andrey Pavlenko Date: Fri Jun 22 15:18:06 2012 +0000 workarounding service-related changes commit 87d1731714df3638b1590fde3ec64282e3f194e1 Author: Vadim Pisarevsky Date: Fri Jun 22 15:12:19 2012 +0000 added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073) commit 1365e28a54e26f72d312ee17c622de58f4686194 Author: Marina Kolpakova Date: Fri Jun 22 15:00:36 2012 +0000 initial support of GPU LBP classifier: added new style xml format loading commit 02170a0a58d17797925718f4853299d5ea62caa5 Author: Alexander Smorkalov Date: Fri Jun 22 14:07:54 2012 +0000 Sample updated due to new DetectionBasedTracker interface. commit 0c65ea976a85663331cf507a049dc6e095a77c85 Author: Vadim Pisarevsky Date: Fri Jun 22 13:34:03 2012 +0000 added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl) commit 511d09f5870b37efb898147410bb924132b13e87 Author: Andrey Kamaev Date: Fri Jun 22 08:36:29 2012 +0000 Fixed tests broken by r8708 commit 2984fa751e6a8d8896827ff0b0beef79b72be5ed Author: Andrey Pavlenko Date: Thu Jun 21 14:50:05 2012 +0000 adding OpenCV Manager commit a3be73b5cc58c4bbc38e1cb112f7ff70587a0262 Author: Alexander Smorkalov Date: Thu Jun 21 14:37:28 2012 +0000 revisions 8681 and 8688 restored. Warning fixed. Warning: changes beak binary compatibility commit 0a58d8f139cdc3289001d7d1db31457726c252cd Author: Andrey Pavlenko Date: Thu Jun 21 14:06:23 2012 +0000 moving to OpenCVLoader API commit 5e0160d71160b524a14939a05175aa476c3aacea Author: Andrey Kamaev Date: Thu Jun 21 12:44:48 2012 +0000 Fixed few warnings on Linux commit 952b25f86f4d4b856c34842aedc985d75052137f Author: Andrey Pavlenko Date: Thu Jun 21 11:44:31 2012 +0000 changing 'java' module layout commit 25f70e691a797f460ba0496066292853a9e18044 Author: Andrey Kamaev Date: Thu Jun 21 10:28:57 2012 +0000 Fixed warnigs from zlib defines commit 3af92a9d92ae60069b330536329abe03f4995f73 Author: Andrey Pavlenko Date: Thu Jun 21 09:14:14 2012 +0000 fixing warnings commit b065c7a2965712c6abd03731f207e3b3836a4846 Author: Marina Kolpakova Date: Thu Jun 21 03:48:36 2012 +0000 fixes for the newly added gcc warning keys commit f6ef504ef0f9a243d434684435d1129c0d1a8ad2 Author: Andrey Kamaev Date: Wed Jun 20 21:09:27 2012 +0000 Fixed few more warnings/bugs. commit e94e5866a12faa1fbccdcd74f89d83613e75a0df Author: Andrey Kamaev Date: Wed Jun 20 17:57:26 2012 +0000 Fixed mingw build warnings commit 988c405f79b5e5add8c9f07d9312ddd4670bf25b Author: Andrey Kamaev Date: Wed Jun 20 16:03:03 2012 +0000 Fixed build with MSVC commit d48d7b2b46ed9300116c4744ebe70df0d22c444a Author: Andrey Kamaev Date: Wed Jun 20 12:27:02 2012 +0000 Updated warning options for GCC; fixed new warnings. commit 779f4e39de360ab385a8b61d13b7698d9e2db328 Author: Andrey Pavlenko Date: Wed Jun 20 08:58:30 2012 +0000 adding JNI func-s declarations to eliminate build warnings inside Android tree commit 2c786a47d04801fce52634e62fd8f9cf1d8dfa03 Author: Andrey Pavlenko Date: Wed Jun 20 08:28:43 2012 +0000 fix for #2048 (artificial 'delete' method had wrong JNI signature) commit dc93c21962737524501e85f296e0d6bfd3186f34 Author: Andrey Pavlenko Date: Wed Jun 20 07:43:01 2012 +0000 fix for #2063 ( Mat(Mat m, Rect roi) returns wrong sub-mat) commit 43f2682e159f9e3ccb694312b2f019b89f6ee53c Author: Marina Kolpakova Date: Wed Jun 20 07:30:19 2012 +0000 fixed build without CUDA commit e7f6c4b7efc6fa174cc71eeb2c51a32d1e588d89 Author: Marina Kolpakova Date: Wed Jun 20 05:41:16 2012 +0000 scan operations are moved in separate header commit 8748cbc232758f8ccdd7bf0a25c274a12732959e Author: Andrey Kamaev Date: Tue Jun 19 20:08:15 2012 +0000 Fixed optional dependencies tracking in CMake. Fixed TBB compiler definitions for Android. commit 6620c5c92da822c267f21ef3410438bc29ee9ad9 Author: Marina Kolpakova Date: Tue Jun 19 13:41:15 2012 +0000 Merge branch 'work' commit 18918a5e44677caead6dee9232a4d5027026e226 Author: Marina Kolpakova Date: Tue Jun 19 13:41:08 2012 +0000 fix for 1.x compute capabilities commit 528da9184cbc3a688fc9d669a67e552926b913b8 Author: Evgeny Talanin Date: Tue Jun 19 11:28:07 2012 +0000 added OpenCVConfig.cmake commit e8d158a5c8818a96396333e9f3b92de1f85e2fbd Author: Andrey Kamaev Date: Tue Jun 19 08:10:05 2012 +0000 Reverted changes breaking Android build commit a497e1b37ebc34784818feba715abc56c19ae732 Author: Andrey Pavlenko Date: Mon Jun 18 14:50:49 2012 +0000 minor tutorial update commit e0df3e27acb3d3d594c1f1fa38cc6b9eb1a8fb60 Author: Alexander Mordvintsev Date: Mon Jun 18 14:42:43 2012 +0000 added digits2.py sample (work in progress) commit 9152d3fee274d5c81c2727f3a7ed18351153407b Author: Maria Dimashova Date: Mon Jun 18 14:25:00 2012 +0000 minor fixing commit 39f865faf98ff3270830f1d25292166297b932d9 Author: Maria Dimashova Date: Mon Jun 18 14:14:15 2012 +0000 set sample param to its default value in function commit 7dcbf32532613eb69476fc1d0c93dba5ad38a0ab Author: Andrey Kamaev Date: Mon Jun 18 13:08:59 2012 +0000 Fixed WString related build problem in Android build commit 3b55e0d4e9fe5457ce7c1a5d0b11918f80825c34 Author: Alexander Mordvintsev Date: Mon Jun 18 11:48:04 2012 +0000 added kmeans.py sample commit b4dafa6b587668b883a600a7446cc90ef58c0430 Author: Alexander Mordvintsev Date: Mon Jun 18 11:38:47 2012 +0000 fixed SVM train_auto docs: "train set" <-> "test set" commit 1736cc9739cfbfd181ef2f4921940d9679b1ad82 Author: Alexander Smorkalov Date: Mon Jun 18 10:59:28 2012 +0000 Code style fix. dbt face detection example turned off for Windows. commit db08656a3826fc392ca62a6cbc2b2584a54575cd Author: Marina Kolpakova Date: Mon Jun 18 10:31:36 2012 +0000 resize area are fixed for scales that aren't divide 128 commit 0f01d8df1cf186f673d141915ad5c553b93266ec Author: Andrey Kamaev Date: Mon Jun 18 09:19:57 2012 +0000 Fixed Visual Studio precompiled headers commit f7c1d16b385c41964424241a5496b91c0565306c Author: Marina Kolpakova Date: Mon Jun 18 09:00:36 2012 +0000 resize area with block scan commit 81c6adb959b0e0b44512ad71b48d61945ea94672 Author: Marina Kolpakova Date: Mon Jun 18 09:00:32 2012 +0000 resize area with block scan commit 9a9f212db0aea65a12cfc94d76bd39e7bf5bf951 Author: Marina Kolpakova Date: Mon Jun 18 09:00:28 2012 +0000 resize function signature refactoring commit e69c6fdef43182dc6efedac482d3f007f5ca15ff Author: Marina Kolpakova Date: Mon Jun 18 09:00:22 2012 +0000 minor formating changes commit 7c160cdc30167f5d1d1d0d862b590fa8720f3f7d Author: Alexander Smorkalov Date: Mon Jun 18 08:55:05 2012 +0000 Detection based tracker was refactored. Detector interface added. commit a20837fb7cfb0b4f63fe3795c6e661c4c4569506 Author: Andrey Kamaev Date: Mon Jun 18 06:53:13 2012 +0000 Fixed precompiled headers support detection commit f392ab0e084eab84672edc34a9a339fa97be753b Author: Vladislav Vinogradov Date: Mon Jun 18 06:49:10 2012 +0000 new implementation of gpu::PyrLKOpticalFlow::sparse (1.5 - 2x faster) commit 33d9e2354a1734f5fcf14576905eae73106cf8b8 Author: Andrey Kamaev Date: Sat Jun 16 14:52:46 2012 +0000 Fixed Android build with Eigen. commit 000bf4af4854ff31a1f3cd198c0fb3194823e2ff Author: Philipp Wagner Date: Sat Jun 16 08:33:48 2012 +0000 Two colormaps removed from the list of colormaps, as they are no visually improved enhancement to a Jet colormap. commit 2c9e81a3ec5ecad7acc59ff7391a9f0ab8d84bdc Author: Philipp Wagner Date: Sat Jun 16 08:30:22 2012 +0000 The COLORMAP_PINK colormap was missing in applyColorMap. commit 5b0d7a65e636ddb3f9f33da69617bb03690d0201 Author: Marina Kolpakova Date: Fri Jun 15 15:57:12 2012 +0000 minor formating fixes commit 0942244d6f424f2891d03395398656b72037129c Author: Andrey Pavlenko Date: Fri Jun 15 15:37:11 2012 +0000 'call' added to android.bat call commit 5d06788305b22129624ef05ad99fd35f240f3534 Author: Marina Kolpakova Date: Fri Jun 15 13:21:27 2012 +0000 fixed more "shadow" warnings commit f666bd221f796d6066f6a604daf361a59a949e9d Author: Andrey Kamaev Date: Fri Jun 15 13:21:26 2012 +0000 Merged the trunk r8595:8668 (except iOS and new gpu functionality) commit cd81a13d8b74bdb6236175c6918b42882bc3ee6c Author: Marina Kolpakova Date: Fri Jun 15 13:19:36 2012 +0000 added check for CUDA BLUS support in GEMM tests commit c17bd8c11b950d29a0b4e3c7527e335406d62f53 Author: Marina Kolpakova Date: Fri Jun 15 13:16:43 2012 +0000 fixed "shadow" warnings in nvidia folder commit f33d90220d3deb2bc5e0e6404d947cb5fe5b2fb0 Author: Marina Kolpakova Date: Fri Jun 15 13:13:36 2012 +0000 fixed "shadow" warnings in NVIDIA tests commit bd0e0b5800f940f09aef83fa268d8707f1f01cee Author: Andrey Kamaev Date: Fri Jun 15 13:04:17 2012 +0000 Merged the trunk r8589:8653 - all changes related to build warnings commit 2e2bd55729d9fce2ebf31adebcfac62c6e48c457 Author: Vladislav Vinogradov Date: Fri Jun 15 11:02:33 2012 +0000 new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster) commit af6b2e4e96da0346f647456d0f98868b211e7417 Author: Andrey Pavlenko Date: Fri Jun 15 10:59:09 2012 +0000 minor tutorial update commit 8bc9e52dccce661fcd89da8dddeb995269c2fb30 Author: Andrey Pavlenko Date: Fri Jun 15 10:42:32 2012 +0000 fixing typo that breaks the build commit 5df3c44d3070addf4276fa3a7f1df45a35f7ec57 Author: Maria Dimashova Date: Fri Jun 15 09:17:10 2012 +0000 added check to weight in rgbd commit fed67b3719ac58102650219e0772b8c8a781dcf6 Author: Andrey Pavlenko Date: Fri Jun 15 09:08:49 2012 +0000 tutorial updated commit 73c152abc40c8a1e7a6119c32f1c16f0348abc00 Author: Andrey Kamaev Date: Fri Jun 15 08:52:08 2012 +0000 Merged the trunk r8575:8583 (INTER_AREA interpolation for GPU resize) commit ab20da0f53cb15ccc0195e892bef37adadb225a2 Author: Andrey Kamaev Date: Fri Jun 15 08:36:35 2012 +0000 Merged the trunk r8547:8574, r8587 commit c5df95d5a93853c29e8fd3056f52ea8eb318b91e Author: Andrey Kamaev Date: Fri Jun 15 07:52:20 2012 +0000 Shortened cmake script for opencv_world commit 58aac7ea98dcc01b26d6304e8c8712fb83fa9008 Author: Kirill Kornyakov Date: Fri Jun 15 07:07:29 2012 +0000 fixes #2044 commit 16c94d643f66c9ee2b90f14c42ba41c4ddaab5e1 Author: Andrey Kamaev Date: Fri Jun 15 06:40:20 2012 +0000 Fixed #2053 commit 6e1ea0af71c34a73ff9495f0113b338a1752671d Author: Andrey Pavlenko Date: Thu Jun 14 20:03:47 2012 +0000 tutorial updated commit 542563c4442551affe7f8b2e89b3adc84da4f8a2 Author: Andrey Kamaev Date: Thu Jun 14 14:52:00 2012 +0000 Fixed Android build warnings for old NDK commit cddac5d221b26465cfbf92eb6320410ca1c3e35e Author: Andrey Kamaev Date: Thu Jun 14 14:38:04 2012 +0000 Android toolchain: fixed try_compile problem with old cmake versions commit a82ec1842543f8323a0ddc06f6119c21c0378eab Author: Andrey Pavlenko Date: Thu Jun 14 14:37:41 2012 +0000 tutorial updated commit 1774e733246a94141897299014676b02b8fd1565 Author: Maria Dimashova Date: Thu Jun 14 14:34:15 2012 +0000 added weighting to rgbd odometry commit 913d4541a59fc92f7395a46f53e72cb4d3687902 Author: Andrey Kamaev Date: Thu Jun 14 14:09:04 2012 +0000 Reduced some tegra stubs commit a98d6b6217c7fba707024b58bd2e352b8d323079 Author: Alexander Mordvintsev Date: Thu Jun 14 10:02:49 2012 +0000 exposed parallelized SVM prediction to python (predict_all) commit e4d9d5294ef95e2eb7243315cd70f12f89c5f598 Author: Alexander Shishkov Date: Thu Jun 14 00:09:47 2012 +0000 fixed #2047 commit f273e54be30c2b37f098444cada269682e00370d Author: Marina Kolpakova Date: Wed Jun 13 13:21:51 2012 +0000 fixed part of shadow warnings commit 8c6dc17a9f014d2242ad24624c6bc6fb9e5217d9 Author: Marina Kolpakova Date: Wed Jun 13 13:21:08 2012 +0000 scan based area interpolation for naive cases commit 7cccc93bdf871e18e963baf0b5c8aca5115e06e4 Author: Andrey Kamaev Date: Wed Jun 13 13:19:43 2012 +0000 Fixed Android build warnings and few warnings in specific cnfigurations commit 9dac2230399b4b0f004b97ad44ed2b65e7247ec7 Author: Marina Kolpakova Date: Wed Jun 13 13:12:21 2012 +0000 fixed part of shadow warnings commit 7dd00677923e22d5271c5a46dc6c4a5842056898 Author: Marina Kolpakova Date: Wed Jun 13 13:10:11 2012 +0000 suppress warning no previous declaration for gpu module commit 827d7ba2e97d8654707d8964fe6fefcf30c8cb23 Author: Andrey Kamaev Date: Wed Jun 13 11:49:27 2012 +0000 fixed highgui configuration with QT enabled commit cd19de45d30d66ec9eadff5d4bf12b7823ec485a Author: Andrey Kamaev Date: Wed Jun 13 11:40:05 2012 +0000 Fixed problem with incorrect detection of some compiler flags commit 694f0e954ffd18614aae163b15f99456e4b299c4 Author: Andrey Kamaev Date: Wed Jun 13 10:43:03 2012 +0000 Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF commit f363c835ab1abf951fde3c31b7074fc15afd442c Author: Maria Dimashova Date: Wed Jun 13 08:38:30 2012 +0000 fixed compilation error and some warnings if with_openni is true commit 7b544d2a6d46e54bcab3e5b428baec2f83c5c987 Author: Philipp Wagner Date: Tue Jun 12 22:49:14 2012 +0000 Documentation for FaceRecognizer started (not added to toc of contrib/doc/contrib.rst yet). CSV file for the samples/cpp/facerec_demo.cpp added. Added some more exceptions to warn the user, when passing bad aligned data. commit 5349fa0302df3406947e97a87155c4736d19ccd7 Author: Andrey Kamaev Date: Tue Jun 12 16:18:14 2012 +0000 Fixed target_link_libraries for python bindings commit 16b50fcec7250911e4e588f28eaa8527336d11ce Author: Andrey Kamaev Date: Tue Jun 12 16:15:14 2012 +0000 restored -Wno-unnamed-type-template-args commit 4ddcf064041777c7a07f40cb6974bd7bda39b0b3 Author: Andrey Kamaev Date: Tue Jun 12 16:11:30 2012 +0000 Added own CMake macro for compiler flag checks (to not depend on CMake version) commit 37212f5e00b5971ba9f43ac47a33a6aa8abf6d13 Author: Andrey Kamaev Date: Tue Jun 12 15:14:28 2012 +0000 Fixing compiler flags checks. commit c5aba337e995eef92704201be2e37773a63b3709 Author: Andrey Kamaev Date: Tue Jun 12 14:46:12 2012 +0000 Fixed number of warnings. Fixed mingw64 build. commit 02e3afae3a84eead4ebfcac100cc875ee46e2cae Author: Alexander Mordvintsev Date: Tue Jun 12 06:31:51 2012 +0000 fixed find_obj.py (use detectAndCompute) commit dcf2a6b857b45b33593ea4b5c9c94e045547a567 Author: Vadim Pisarevsky Date: Mon Jun 11 10:33:45 2012 +0000 updated iOS installation instructions commit 08b2bd91747745827655d6f750a6483475f33f9b Author: Alexander Mordvintsev Date: Mon Jun 11 07:20:34 2012 +0000 fixed #1974 commit b3c61ee0fe75a61450e15dd28c9cce93ff5554ad Author: Philipp Wagner Date: Sun Jun 10 22:42:20 2012 +0000 Minor grammatical correction in comments. commit cd7d93f3623ee13d94b39e8bf96f0617cd83196a Author: Philipp Wagner Date: Sun Jun 10 22:23:18 2012 +0000 Exceptions now go into CV_Error. Added thresholding to the FaceRecognizer and updated the demo accordingly. commit ee1b671279e85bb4c988e175e86270be173c6fb7 Author: Philipp Wagner Date: Sun Jun 10 11:57:33 2012 +0000 Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented. commit 6727e4cb6d1add10129e9ac6d7fef189d7ca6c15 Author: Marina Kolpakova Date: Sun Jun 10 09:44:47 2012 +0000 fixed build under android commit 889df76ea7c38ad20031b678a582f77506e6c520 Author: Alexander Mordvintsev Date: Sun Jun 10 08:38:25 2012 +0000 added lappyr.py sample commit 139e790fbf5e054e426d3e65a2ca145c8303ad84 Author: Vadim Pisarevsky Date: Sun Jun 10 08:27:48 2012 +0000 always remove libopencv_world.a before building framework to always include the up-to-date code into the framework binary. commit 183e13b359ea0532eb646ee85d6e78508b3988c8 Author: Marina Kolpakova Date: Sat Jun 9 17:03:40 2012 +0000 fixed build without CUDA commit 76f49f307829a6424160b88575ed41225b7fe72e Author: Vadim Pisarevsky Date: Sat Jun 9 16:18:39 2012 +0000 added script to build the universal opencv2.framework for iOS device and simulator. fixed opencv_world cmake script to create static libopencv_world.a for iOS. temporarily disable compressed file storages in the case of iOS (to avoid dependency of zlib) commit 09d4d69100ff4e0ae35253d74ab2be8c68199264 Author: Marina Kolpakova Date: Sat Jun 9 15:24:36 2012 +0000 minor warning fixes commit f2c30cd90d46caf28d1933ff741a06cc7a252d5e Author: Marina Kolpakova Date: Sat Jun 9 15:24:01 2012 +0000 resize area for big downscaling integration commit f2d3b9b4a1e199f0740258a73d06bbccf82af307 Author: Andrey Kamaev Date: Sat Jun 9 15:00:04 2012 +0000 Warning fixes continued commit f6b451c607e6df40420bb2b6735215b871094600 Author: Marina Kolpakova Date: Sat Jun 9 10:58:32 2012 +0000 fixed another piece of warnings commit de2373477618ed2c2cd144913799ec8a3588cff0 Author: Marina Kolpakova Date: Sat Jun 9 09:04:17 2012 +0000 Declaration of color conversion functions are moved in header file to avoid warnings commit 324a642a20eed1221908f147acb85d6806ee6e59 Author: Marina Kolpakova Date: Sat Jun 9 08:33:25 2012 +0000 Fixed all anomimous warnings commit 8eadc49a7bc73de80187e322767f3ebdd1949813 Author: Marina Kolpakova Date: Sat Jun 9 08:07:10 2012 +0000 Fixed another one thousand warnings about uninitialized anomimnomous commit 1e14d84008fb26a0fe769b4fbb10069b8c36f1b4 Author: Vadim Pisarevsky Date: Sat Jun 9 07:05:24 2012 +0000 possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample commit e86f0aaea1d356f1bb3eb899082610e885b550d4 Author: Marina Kolpakova Date: Fri Jun 8 17:09:38 2012 +0000 fixed hundreds of "anonymous" warnings for gpu module. commit ffa44fb114a58fd2b718d5ced633a9b8918df960 Author: Andrey Kamaev Date: Fri Jun 8 16:04:14 2012 +0000 Fixed precompiled headers build on Linux commit 47a4e87784ff9320de3965c9cacd382000e05e6e Author: Andrey Kamaev Date: Fri Jun 8 14:54:17 2012 +0000 Ignored warnings from gtest with precompiled headers enabled commit 8720b27d8744393c5553501509744d62e4dafa84 Author: Andrey Kamaev Date: Fri Jun 8 10:32:51 2012 +0000 Fixed build with TBB for Android commit 018d85dddb64a682e699ecfa5fe871f46a5693fa Author: Alexander Kapustin Date: Fri Jun 8 08:49:59 2012 +0000 New Tegra Optimized thresh_16s and thresh_32f functions were added commit 2f409055484d9aef5b95e32ec83edcdefc8328b1 Author: Andrey Kamaev Date: Fri Jun 8 08:11:17 2012 +0000 Fixed Android build commit ec0ec6930728ede02e3a104eb374d0cbdd601e1c Author: Kirill Kornyakov Date: Fri Jun 8 06:26:16 2012 +0000 slightly updated windows_install.rst tutorial commit 89e3c461ecd034ce3ad75422ab96036abc133edd Author: Andrey Kamaev Date: Fri Jun 8 06:23:28 2012 +0000 Fixed build with TBB commit 79df8db76fa88caf0366cbcbe34e9009d440e43a Author: Andrey Kamaev Date: Fri Jun 8 06:19:17 2012 +0000 Fixed recently introduced build problems on some platforms commit f62028dc160c9938d1841d78e76e6f15a38f7f38 Author: Andrey Kamaev Date: Fri Jun 8 03:15:08 2012 +0000 Fixed mingw build. commit bee982b492fb07e3d9382c10be83b21b31f469ce Author: Alexander Shishkov Date: Thu Jun 7 17:25:39 2012 +0000 update FFMPEG wrapper binaries commit 49a1ba603826f53de925ca06ac1fa08065a29466 Author: Andrey Kamaev Date: Thu Jun 7 17:21:29 2012 +0000 Set stricter warning rules for gcc commit 0395f7c63f3e5a96048e58c01f36466cc2d618a8 Author: Anatoly Baksheev Date: Thu Jun 7 13:42:59 2012 +0000 fixed relative path for stitching/details headers commit 16ef01efdaa7bd13ad0a63f138dc8d705b9dcf68 Author: Marina Kolpakova Date: Wed Jun 6 16:05:31 2012 +0000 set to linear interpolation type for upscaling with area interplation flag commit 75eedf8b03fbf150c3140e078b65b327f6d19729 Author: Marina Kolpakova Date: Wed Jun 6 15:38:08 2012 +0000 call not NPP version in case of INTER_AREA resize commit 9aa3f754b74583abf2dd9c6492f3e38581742c66 Author: Marina Kolpakova Date: Wed Jun 6 15:29:24 2012 +0000 fixed accuracy test commit 83390ea4e14296f56718114ec0175166e0747faa Author: Marina Kolpakova Date: Wed Jun 6 14:45:33 2012 +0000 performance test for INTER_AREA resize has been added. commit aa8fbc26da00bb0b5ba482493ddd6882f552f0c5 Author: Marina Kolpakova Date: Wed Jun 6 13:25:36 2012 +0000 fix for down rounded output sizes commit 5a41c6509e5637dc2ccbde093beab91664f05068 Author: Andrey Kamaev Date: Wed Jun 6 13:24:41 2012 +0000 Fixed build of opencv_world with QT on linux #2012 commit 8231d0d11d8411f95cc317776b566718945d29c3 Author: Marina Kolpakova Date: Wed Jun 6 12:12:21 2012 +0000 fixed for resize with INTER AREA. Since now we divide by convolved area commit eabd757def6659147743f2d25ffac2a4d99c7add Author: Marina Kolpakova Date: Wed Jun 6 10:59:10 2012 +0000 fixed build commit d192117e866b80ba7c4418391ba767d45baa9f28 Author: Marina Kolpakova Date: Wed Jun 6 10:39:42 2012 +0000 GPU resize with INTER_AREA commit bc541951990f5de7112743463c9aa7f32528811b Author: Vadim Pisarevsky Date: Wed Jun 6 10:10:48 2012 +0000 decreased size of the buffer used in CvBoost::update_weights (ticket #1803) commit 517fc5e2d2ed1b21530ae9e0c94fc52d07438dd3 Author: Vadim Pisarevsky Date: Wed Jun 6 10:04:09 2012 +0000 fixed typo in the tutorial code (thanks to Abid Rahman; ticket #2016) commit da7920ff85e5cdb9fb6b99df58af44b174d8292f Author: Andrey Pavlenko Date: Wed Jun 6 09:22:53 2012 +0000 auto-copy java.so to package commit 74786075e3df736c1ff5baf8c140b603e9d5d5e6 Author: Alexander Shishkov Date: Wed Jun 6 09:21:09 2012 +0000 test commit commit a91745558f99dfdafaf13939fd0a3e9f19e8f394 Author: Andrey Kamaev Date: Wed Jun 6 09:15:14 2012 +0000 Updated link in android readme commit 80a4157f11e7dbd265ea6c3462ffdd88c19e9de1 Author: Alexander Shishkov Date: Wed Jun 6 09:12:11 2012 +0000 test commit commit 455349a0ebe6b275867e20111762ba4da21a9378 Author: Alexander Mordvintsev Date: Wed Jun 6 05:52:28 2012 +0000 comments for digits.py sample commit 03a14bb525d00480ef24717578f839456e4fb2eb Author: Vladislav Vinogradov Date: Tue Jun 5 14:16:57 2012 +0000 fixed build under windows, updated 768x576.avi video (other codec) commit f5c7a73143d94a1f2e81157bc3de89e253136c1c Author: Alexander Shishkov Date: Tue Jun 5 14:00:47 2012 +0000 update FFMPEG wrapper binaries commit bfb390e82a0de4866d5d228185a54aa3247cdf2c Author: Vladislav Vinogradov Date: Tue Jun 5 13:32:04 2012 +0000 added gpu::FGDStatModel (Background/foreground segmentation) commit 3c16c9c92d139676e6bcdbe77e49ffd5bc17bf6d Author: Marina Kolpakova Date: Tue Jun 5 10:58:53 2012 +0000 fixed #2019 commit df1ca974ca3e6c60cc21437d7f24401964ea0a02 Author: Vladislav Vinogradov Date: Tue Jun 5 08:37:16 2012 +0000 made GPU Feature Extractor download/convertKeypoints() methods static (Feature #2007) commit 40c779fcf5793a6e1dc194f60806c093db95fed5 Author: Andrey Kamaev Date: Tue Jun 5 06:02:50 2012 +0000 phaseCorrelate documentation patch by Will Lucas #2017 commit 5b2db8e75b89466c1eae50e721f24fe7f9348246 Author: Andrey Kamaev Date: Mon Jun 4 06:19:56 2012 +0000 Dragonfly BSD build fix #2010 (thanks to Thomas Klausner) commit 74ec5d7cbb0b425a1c6b0c1e8110fd4d84ad7b4d Author: Marina Kolpakova Date: Fri Jun 1 15:15:58 2012 +0000 fix for ORB tests commit 4b1724aeb918d293fd5a4a1e7a6b400142988462 Author: Marina Kolpakova Date: Fri Jun 1 15:12:10 2012 +0000 fix for ORB tests commit a3c4d1b679299a25f9a4df7407697f9c35c311bb Author: Alexander Shishkov Date: Fri Jun 1 13:44:23 2012 +0000 updated pdf's to 2.4.1 commit 3cfa6949d7669b2ee490d9517f863933555fbd75 Author: Alexander Mordvintsev Date: Fri Jun 1 13:27:56 2012 +0000 work on added digits.py sample (neural network for handwritten digit recognition) commit e0b1697cc978478364cbcc5d83fbe36fd865c217 Author: Alexander Shishkov Date: Fri Jun 1 11:00:59 2012 +0000 update FFMPEG wrapper binaries commit 059b79f7c2be6d8054195b77fbb0226cd7b3fee0 Author: Andrey Kamaev Date: Fri Jun 1 10:59:27 2012 +0000 Merged the trunk r8542:8544 commit 2990f23e0c5893de2e097c794df1ff12b8319b05 Author: Vadim Pisarevsky Date: Fri Jun 1 09:10:53 2012 +0000 grid-adapted feature detector made a proper Algorithm (ticket #1874) commit 6206908868829beb0b4c29206e2508cea2ee74f5 Author: Vadim Pisarevsky Date: Fri Jun 1 09:00:42 2012 +0000 added nmixtures parameter to BackgroundSubtractorMOG2 (ticket #1914) commit 677680d82d7646ab97f1bfacfcab8dceeb54fa69 Author: Vadim Pisarevsky Date: Fri Jun 1 08:55:16 2012 +0000 reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971) commit 586d5a60245b6f4ce9ac2fd4a536341bda584160 Author: Andrey Kamaev Date: Fri Jun 1 08:48:38 2012 +0000 Merged lda fix from 2.4 branch (Fixed reconstruction, so that the mean is correctly added to the reconstructed image.) commit 8159ea33863f31a058ece24fe5edc3ff7db2afcd Author: Andrey Kamaev Date: Fri Jun 1 08:46:54 2012 +0000 Merged the trunk r8537 (fixed pdf documentation build) commit 50c2443691a4fef84b48b3423f56d1acad048b97 Author: Andrey Kamaev Date: Fri Jun 1 08:45:45 2012 +0000 Merged Android samples from trunk r8423 r8533 commit b1c2cba07c11edd9a5ccd28ed17cd1ce0341468c Author: Andrey Kamaev Date: Fri Jun 1 08:30:52 2012 +0000 Fixed pdf documentation build commit 0bd287a8f244dda4102530546085b41acaf392ed Author: Philipp Wagner Date: Thu May 31 20:27:46 2012 +0000 Fixed reconstruction, so that the mean is correctly added to the reconstructed image. commit 3780685fe6aa1d014fd206890fd24372e9e8c88c Author: Alexander Smorkalov Date: Thu May 31 12:26:29 2012 +0000 CodeReview #1512 notes fixed. commit 834a0b518cff0f436347d7f869e523915f6f9d34 Author: Andrey Kamaev Date: Thu May 31 11:59:43 2012 +0000 Trunk OpenCV version is set to 2.4.9 commit 2ee917c646b713c7881917ad10ef2ecaee72bc12 Author: Andrey Kamaev Date: Thu May 31 11:26:23 2012 +0000 Version of 2.4 branch is adjusted to 2.4.1 commit ca0962c7384bb10e06ac95440617b1c17db2ec29 Author: Andrey Kamaev Date: Thu May 31 11:12:12 2012 +0000 Megred fix for pyrhon API generator regression r8528 commit dde8455db233ff40ff18911644e31cf7765b8001 Author: Andrey Kamaev Date: Thu May 31 11:06:06 2012 +0000 removed debug print commit 0809ae562ed5765a119665bf90e19934f406aa5a Author: Andrey Kamaev Date: Thu May 31 11:04:11 2012 +0000 Fixed regression in python wrappers generator commit 5c528defb891e9c95f98c8a79a93acbe0c681d83 Author: Alexander Smorkalov Date: Thu May 31 10:54:37 2012 +0000 CodeReview #1511 notes upplied. commit daad7900e2f4ff7b26ca282a0ed25201997c0d18 Author: Andrey Kamaev Date: Thu May 31 10:53:28 2012 +0000 Merged the trunk r8517:8524 commit 9ad470ba5c6e1bdd3e28ea7e36004f90f2141074 Author: Andrey Kamaev Date: Thu May 31 10:25:29 2012 +0000 backported API for storing OpenCV data structures to text string and reading them back (r8481, r8516, r8518, r8522) commit 314813e51cf3a3ddce813065adda3c4f9d81cf61 Author: Andrey Kamaev Date: Thu May 31 08:11:47 2012 +0000 Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback commit 9399394e6cc95daf912bc8f22870d495c542df65 Author: Andrey Kamaev Date: Thu May 31 08:02:52 2012 +0000 Fixed #1996 commit 1a572c8e89668d7e7bc6964069f61e0b577a45d6 Author: Andrey Kamaev Date: Thu May 31 06:59:06 2012 +0000 Added test for #1997; fixed build warnings commit 4e4b96e3d960e331c3b82adf604d042dbdb34f04 Author: Vladislav Vinogradov Date: Wed May 30 17:06:39 2012 +0000 Merged revision(s) 8484 from trunk: fixed some bugs in gpu module under Windows: * convertTo alignment error ........ commit 6d498495d3726c82c98b45cdbb20697c04651c0e Author: Marina Kolpakova Date: Wed May 30 15:56:53 2012 +0000 tegra integration commit bf27889f045ac23b522372a216b4ff4ae4be0eb4 Author: Andrey Kamaev Date: Wed May 30 14:06:47 2012 +0000 Made reference manual table of contents autogenerated commit 17d9509e3161132bcd70cb7816c90bdc082c1167 Author: Vadim Pisarevsky Date: Wed May 30 13:02:45 2012 +0000 changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()" commit 29b9070698e67a7e4c340d55c56bd99fb7ba9ec4 Author: Alexander Kapustin Date: Wed May 30 11:52:53 2012 +0000 tegra::cvtRGB2HSV function was added commit 74882fe188e647b57aadf9c7f9f823d70694ac2c Author: Vadim Pisarevsky Date: Wed May 30 11:29:22 2012 +0000 replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility. commit 4ddcc31edc6f485bf4b010935ba04ab5d64c2ddc Author: Andrey Kamaev Date: Wed May 30 11:20:55 2012 +0000 Fixed few errors in documentation backporting commit 81a59880156ed1fe3806ea32c6b7bd021189f1bb Author: Andrey Kamaev Date: Wed May 30 11:13:07 2012 +0000 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) commit 052d2dc23a06c47afa6a9b189e05b9be8c293993 Author: Andrey Kamaev Date: Wed May 30 09:00:32 2012 +0000 Merged the trunk r8459:8466 (inclusive) commit 949c4edf41719fd78daed26fa9357207379347c5 Author: Andrey Kamaev Date: Wed May 30 08:47:34 2012 +0000 Merged the trunk r8408:8457 (inclusive) commit 7b5a45eac48a84733f483b2c27b937b24434253c Author: Andrey Kamaev Date: Wed May 30 08:04:37 2012 +0000 Merged the trunk r8384:8407 (inclusive) commit 48c3cfdfd09adbd450b1ad80dda820d70ea2671a Author: Vladislav Vinogradov Date: Wed May 30 05:44:34 2012 +0000 fixed mark_nvidia.py script (warpAffine and warpPerspective) commit ae3c754bb3ab8e33b7553ebc233fa6e95dd0461d Author: Andrey Kamaev Date: Tue May 29 17:13:24 2012 +0000 Fixed Java API build commit a20248977cdcec7f013a7627911182a147a5d2c2 Author: Andrey Kamaev Date: Tue May 29 16:55:46 2012 +0000 Documentation: fixed class/struc members documentation; added warning on incorrectly documented member commit aaf043e7bac7bfbb613ce4688dc971781d2be1a1 Author: Andrey Kamaev Date: Tue May 29 15:42:38 2012 +0000 Documentation: fixed operators regex; added varargs support commit cf25f572a6a157c7a460eec53cb7d5d5fcdae0ea Author: Andrey Kamaev Date: Tue May 29 14:51:59 2012 +0000 Documentation: improved correctness checking for superclasses commit dad75658f2c97c49aaf703837c2bbba10ae38810 Author: Andrey Kamaev Date: Tue May 29 14:18:43 2012 +0000 Documentation: added support for multiple superclasses commit bb69e03f12977b555d8b381d874cac6a6062bf70 Author: Andrey Kamaev Date: Tue May 29 13:59:49 2012 +0000 Documentation: added support for virtual methods commit b69e08cf51be8a3f1c0ef3ed9bdb2edf71afd27a Author: Andrey Kamaev Date: Tue May 29 13:42:50 2012 +0000 Documentation: added support for superclasses in class definition #1308 commit 8c50f3e8aea45dc6e5b58d2c783f8c39f9868c39 Author: Alexander Smorkalov Date: Tue May 29 13:11:08 2012 +0000 Native camera libs rebuilt for bug #1989 fix. commit 6903e8f0fd174ea6a5ede66df06ff1e6e4df4c17 Author: Alexander Smorkalov Date: Tue May 29 12:13:51 2012 +0000 Bug #1989 fixed. NULL pointer check added. commit d3c73071ead983f800467d0c23cc640ad80e0362 Author: Evgeny Talanin Date: Tue May 29 11:41:24 2012 +0000 Temporarily disable test on Mac commit 4800d850116114aaac4b1e56ec885d7b892d4ba1 Author: Andrey Kamaev Date: Tue May 29 11:41:23 2012 +0000 Fixed documentation generation for function arguments having array type i.e. 'type arg[]' commit 72d2311edf27f05be777482062fcae83a4f69559 Author: Vladislav Vinogradov Date: Tue May 29 11:35:30 2012 +0000 Merged revision(s) 8495 from trunk: Bug #1991 : fixed gpu interpolation (remap, resize, warp...) ........ commit 6f32fb025dabc04a94b5e050a6194b48104c2d6f Author: Vladislav Vinogradov Date: Tue May 29 11:30:44 2012 +0000 Bug #1991 : fixed gpu interpolation (remap, resize, warp...) commit eb4ce67dac4b0ebdb7e0c6f97cecd3bf263c14e5 Author: Andrey Pavlenko Date: Tue May 29 11:04:04 2012 +0000 fixing Java test and sample after moving drawContours() from Imgproc to Core commit 40e8d08e8da050cce886b08176e2494e637d5e63 Author: Andrey Kamaev Date: Tue May 29 10:57:25 2012 +0000 Added check for trailing semicolon to rst parser; fixed few documentation build warnings commit 05de6302fdf5e5df5ff641bc05b697f3ec047e85 Author: Andrey Kamaev Date: Tue May 29 10:36:19 2012 +0000 Fixed documentation: corrected parameter names commit 67b718f1cb95ac99ef8e0999e1ba88660b1a7217 Author: Vladislav Vinogradov Date: Tue May 29 08:03:36 2012 +0000 fixed some bugs in gpu module under Windows: * convertTo alignment error * compare with scalars error commit c492dc6a8357b847aaf316ee023aa10fed0d5165 Author: Andrey Kamaev Date: Tue May 29 05:41:46 2012 +0000 Fixed property names in cap_dshow #1993 commit 6ca618277c8ec110eb2a28f00cc3fb7329b1d00b Author: Andrey Kamaev Date: Mon May 28 20:11:38 2012 +0000 More fixes for documentation. commit bc929a7d46e3baee7ade56b714ea782f6a5d3563 Author: Vadim Pisarevsky Date: Mon May 28 15:38:58 2012 +0000 added API for storing OpenCV data structures to text string and reading them back commit 18a8721f4981e45129f726025577f4f54937bbe7 Author: Andrey Kamaev Date: Mon May 28 15:29:21 2012 +0000 Small fixes for documentation checking script commit ddd9a99c6683100891b5040e4144c79bba7d84b9 Author: Andrey Kamaev Date: Mon May 28 14:45:14 2012 +0000 Added check for documented but missing functions commit 78329b0dfe865c2eaeb6f8d398b369d22c34942a Author: Andrey Kamaev Date: Mon May 28 14:36:15 2012 +0000 New bunch of documentation fixes commit d382fa56c7fbb48551fc9d3668819091e6679c43 Author: Vladislav Vinogradov Date: Mon May 28 14:04:39 2012 +0000 Merged revision(s) 8474 from trunk: fixed several problems with CUDA 5.0 * gpu::LUT, uses device memory instead of host memory * gpu::multiply, round mod for CV_8U depth ........ commit 4aaaef5967240d2da4d78674048c0c3a1a6fef53 Author: Andrey Kamaev Date: Mon May 28 13:57:45 2012 +0000 remaining C-style planar subdivisions data structures are moved to legacy commit 5c13b8706f215c5390c89d8f18ddf4d2dfc62fa1 Author: Kirill Kornyakov Date: Mon May 28 13:31:44 2012 +0000 added fix_properties scripts for Android samples commit 2582464e51594c06e41287831cc9374f72469abb Author: Vladislav Vinogradov Date: Mon May 28 12:09:40 2012 +0000 fixed several problems with CUDA 5.0 * gpu::LUT, uses device memory instead of host memory * gpu::multiply, round mod for CV_8U depth commit 71625ad45811036f4769cbb572ac76f91cc15773 Author: Andrey Kamaev Date: Mon May 28 11:22:43 2012 +0000 Fixed more documentation & source discrepancies commit a61b7302385c020fdba9fa397cec2cb2f80eb084 Author: Alexander Mordvintsev Date: Mon May 28 09:25:08 2012 +0000 compatibility corrections commit 00117d2a6e49a0646a40b84dd27e0ccdb865f97d Author: Marina Kolpakova Date: Mon May 28 08:53:03 2012 +0000 warp Affine tegra integration commit e0c1fb5f769a692474b24dbead8c16e38bd1dd68 Author: Alexander Mordvintsev Date: Mon May 28 08:51:50 2012 +0000 updated video_threaded.py sample: - switch btw threaded and non-threaded mode - performance counters - description commit addcd16d8f393bb9dad871cb9477bf2b1dfd2531 Author: Vladislav Vinogradov Date: Mon May 28 08:08:14 2012 +0000 minor fix of gpu perf tests commit eb2f1f81ed530fa7dd5130b52fb57c42b99e1647 Author: Andrey Kamaev Date: Mon May 28 07:36:14 2012 +0000 Fixed hundreds of documentation problems commit 7e698726e4a5f8a85dade3161ec8c3b88e193362 Author: Andrey Kamaev Date: Mon May 28 07:34:49 2012 +0000 Added new script for checking correctness of documentation commit 9d73b5f51076d8c616fbe27745547d5ba96b06a5 Author: Andrey Kamaev Date: Fri May 25 17:56:28 2012 +0000 Added test for #914 commit 61160492257eacab292a9c3faa13a9082b98e97b Author: Alexander Mordvintsev Date: Fri May 25 14:38:39 2012 +0000 video_threaded.py sample now uses multiprocessing module's ThreadPool commit a71e690b5ebe1eb7f65606975d80a5e00b702f25 Author: Alexander Shishkov Date: Fri May 25 13:35:14 2012 +0000 temp commit commit 3165b22a978182b77551e32059bd6d68312d46bd Author: Alexander Shishkov Date: Fri May 25 13:16:16 2012 +0000 temp commit commit eb90882b2d9c1ab558a7865b22dc1b8a51eb1f0d Author: Andrey Kamaev Date: Fri May 25 13:13:51 2012 +0000 Fixed some build warnings commit ca6d2fe76b8ac554b25ff80d6c29e519c3a1082b Author: Andrey Kamaev Date: Fri May 25 13:12:02 2012 +0000 Moved 3rd-party libraries detection to separate cmake files commit 2ac9338f8704ccce8dce39f89c11eed7308fb031 Author: Alexander Shishkov Date: Fri May 25 13:11:34 2012 +0000 temp commit commit 0e9e0a01db21c77d2409cdf65affa93ab2f42e62 Author: Andrey Kamaev Date: Fri May 25 11:26:43 2012 +0000 Added new perf tests for boxFilter commit 4ce8de5174c1cebf227dbba66aac1b4472556b60 Author: Anatoly Baksheev Date: Fri May 25 09:45:42 2012 +0000 Merged revision(s) 8455 from trunk/opencv/modules/gpu/src: compilation with CUDA5.0 (#1982, thanks to Rodrigo) ........ commit 543825f2f51d4a443804f7017d54998c3a4b733e Author: Anatoly Baksheev Date: Fri May 25 09:44:00 2012 +0000 compilation with CUDA5.0 (#1982, thanks to Rodrigo) commit 6c86cce21ffcd29b2f36dfb5114711ae5e894c91 Author: Andrey Kamaev Date: Fri May 25 09:04:26 2012 +0000 Fixed groupRectangles documentation #1817 commit ab6f0c4e0b1d1d4ec7d233a6b0de51351b52c955 Author: Andrey Kamaev Date: Fri May 25 08:20:13 2012 +0000 Added tegra stub for cornerEigenValsVecs commit e161f428a0ca7be4f10dfc8a57ef062f5006e761 Author: Andrey Kamaev Date: Thu May 24 20:10:13 2012 +0000 Fixed PvAPI search on Windows #1927 commit 6455488ff434605d00efd7c80df02b34fd8752d0 Author: Anatoly Baksheev Date: Thu May 24 17:12:14 2012 +0000 perf_framework: added TEST_CYCLE_MULTIRUN macros ( invokes function tested several times at each iteration ) commit 276a3fe01bc386f5d7d03c3068f61db4051bb5e3 Author: Maria Dimashova Date: Thu May 24 16:52:14 2012 +0000 fixed #1981 commit a33d67f48a29a988ad344c19bdd41d6881c13138 Author: Andrey Kamaev Date: Thu May 24 15:42:07 2012 +0000 Updated sanity checks for some imgproc perf tests commit eb28bef2dbe6dfb818e84f289ab0face4bfcb7b1 Author: Alexander Mordvintsev Date: Thu May 24 15:40:55 2012 +0000 added video_threaded.py sample commit 513080ea12417f16bed5d496a4260b15418f4752 Author: Vadim Pisarevsky Date: Thu May 24 11:50:54 2012 +0000 some more fixes in Algorithm methods declarations commit 0fe0a88108077af61a4ec3e71bd9c098293348c7 Author: Andrey Kamaev Date: Wed May 23 19:28:41 2012 +0000 Minor cmake change commit 3fe100a0938782f1ddeb450243115d6db3eb149e Author: Vladislav Vinogradov Date: Wed May 23 13:55:10 2012 +0000 added mark_nvidia script commit 77f22fe36672a667f204facbecb7138f572cf096 Author: Vladislav Vinogradov Date: Wed May 23 13:20:53 2012 +0000 minor fix of gpu perf tests commit 159cc29bb5bc2598c8ac5dfcebe38cf63724ef2c Author: Vadim Pisarevsky Date: Wed May 23 13:01:40 2012 +0000 fixed undistortPoints description (ticket #1964) commit f07250acf3a14366f4dc7f3cc3f1ab989fae0a41 Author: Vladislav Vinogradov Date: Wed May 23 12:58:01 2012 +0000 updated gpu performance tests commit 5cc4d23d1e25e5db2edc0daa5610d99169419781 Author: Vadim Pisarevsky Date: Wed May 23 12:52:46 2012 +0000 fixed description of cv::invert() (ticket #1972) commit 01169ec826e16e65fb1b61f1340af698fd6494f2 Author: Vadim Pisarevsky Date: Wed May 23 12:35:51 2012 +0000 fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972) commit 3108423a3715bb545aaaf54388de455612e85b54 Author: Andrey Kamaev Date: Wed May 23 09:28:26 2012 +0000 Fixed assert placement in cv::invert commit 88c934ea8c3a56d3f6e005b400d48a3560666662 Author: Andrey Kamaev Date: Wed May 23 08:50:43 2012 +0000 Added documentation for buildOpticalFlowPyramid commit 6d08d04293010555df2f444615dfcd70db661edb Author: Vladislav Vinogradov Date: Tue May 22 18:59:26 2012 +0000 compilation commit 671233cd469fa010ee4fecc3a7d1a80d6732d16b Author: Anatoly Baksheev Date: Tue May 22 18:58:01 2012 +0000 gpu: added Cascade and mulAndScaleSpectrums perf tests commit e703e8f5a6abf30dbdf85ab356f1225f982533ab Author: Alexander Mordvintsev Date: Tue May 22 15:53:39 2012 +0000 exposed MSER to python again commit fc71745caf43d1caa1bce6a3d35170df31dab4d5 Author: Alexander Smorkalov Date: Tue May 22 14:47:40 2012 +0000 cv::Exception handling added. Multithreading bug fixed. commit 3c7240024ef032a0b77244c4b95f50d4f4a761c8 Author: Vladislav Vinogradov Date: Tue May 22 13:59:40 2012 +0000 updated filters performance tests in gpu module commit 32878f85778442846b82f29fbea32cadb935acb0 Author: Leonid Beynenson Date: Tue May 22 13:24:37 2012 +0000 Added a check of the DetectionBasedTracker's inner state in the main thread function of this class. This change should fix a multithread bug in the class. commit 32c7eeca78c216348065c64e2d8ce08acd389e13 Author: Anatoly Baksheev Date: Tue May 22 13:15:22 2012 +0000 arithm test gpu tests for cpu :) commit b422d078f80d6a592eda8a8561b775b34c62428c Author: Alexander Smorkalov Date: Tue May 22 12:21:26 2012 +0000 Face detection example updated. Dtetection base tracker mode added. commit 9bddac1099f49119582d823ea70e38afc9191ecf Author: Vladislav Vinogradov Date: Tue May 22 11:27:45 2012 +0000 fixed gpu-vs-cpu performance tests commit 61fd5ed0e17dfee661eb8cbd9a7741c08a855d7e Author: Alexander Mordvintsev Date: Tue May 22 11:21:25 2012 +0000 fixed #1969 commit 1d57911646b82e2b271bc3dfb5b984624f17cd48 Author: Vladislav Vinogradov Date: Tue May 22 10:29:58 2012 +0000 updated gpu-vs-cpu performance tests commit ddf7fde3b203e4fa2f0898881c0c64d63a025996 Author: Alexander Mordvintsev Date: Tue May 22 09:11:09 2012 +0000 fixed gaussian_mix.py sample commit 4793ca8fbb47ee918cf8ea7137c19d210f91d621 Author: Anatoly Baksheev Date: Tue May 22 08:54:48 2012 +0000 fixed precom for opencv_perf_gpu_cpu commit cef18937a218e3844ce4ded0ab8300131df9c538 Author: Alexander Mordvintsev Date: Tue May 22 08:45:10 2012 +0000 made video_dmtx.py description visible in demo.py commit f4f41df756bb115485bc3b6fa15644dd00be028c Author: Alexander Mordvintsev Date: Tue May 22 08:43:42 2012 +0000 removed derivLambda param for LK-tracker linetype -> lineType commit d78aa7c9376036837e9e69e5e656d0cfc374f966 Author: Vladislav Vinogradov Date: Tue May 22 08:29:08 2012 +0000 added cpu performance test for gpu module commit 8429c109be7893a65b6ad7d8624c85d7fdcf63d5 Author: Alexander Mordvintsev Date: Tue May 22 07:58:31 2012 +0000 FIX: VideoCapture::read() was returning empty image for camera captures commit 37d9c3f835f9a443d083c69eb52eb2d2990e8b9b Author: Andrey Kamaev Date: Mon May 21 20:15:17 2012 +0000 Fixed some corner cases of opencv_world configuration commit 13a79c753f8515ff5d5546ce3c24cc2b42940bf2 Author: Andrey Kamaev Date: Mon May 21 19:25:03 2012 +0000 Updated to TBB4.0 update 4 for Android build commit 41c932f3063cc595f1d88fc7c16f560b09df9099 Author: Vadim Pisarevsky Date: Mon May 21 15:27:40 2012 +0000 FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods commit fd68cc768aa7ded293ea84525f63f5ec479bb720 Author: Vadim Pisarevsky Date: Mon May 21 14:56:07 2012 +0000 fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) commit 9bc5afd27823f2b1af726cdc6148a84555711192 Author: Andrey Kamaev Date: Mon May 21 13:57:36 2012 +0000 Updated tegra optical flow stub commit daec4d88fa0d7e104d74e97e92d2ae38cf7a56f6 Author: Leonid Beynenson Date: Mon May 21 13:54:42 2012 +0000 Now the DetectionBasedTracker will throw exception if it cannot load cascade detector from a file. commit 47f72b538f3a03c9244d6fdb8aef5a46f6bdf576 Author: Andrey Kamaev Date: Mon May 21 13:07:53 2012 +0000 Added new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid; extracted private header from lkpyramid.cpp commit ac8f61ee91607e8f5289f39b07491fae0bf122ae Author: Andrey Kamaev Date: Mon May 21 08:53:38 2012 +0000 Fixed Linux build commit 608855a322b913e7352b7e76d69a1946d3e960b3 Author: Maria Dimashova Date: Mon May 21 08:47:57 2012 +0000 include nonfree for a couple of f2d samples commit decd6c0fabfbe9f6f1a07c10359e398fc260b3f0 Author: Andrey Kamaev Date: Sun May 20 19:05:36 2012 +0000 Restored QuartzCore framework for OS X commit 0716ebb7a6b4b17a4f7626143f01b59c408be744 Author: Andrey Kamaev Date: Sun May 20 18:49:57 2012 +0000 Refactored highgui libraries search (tested on Windows only) commit c9027fecc02266fcea0720796581e113ba58a847 Author: Andrey Kamaev Date: Sun May 20 18:45:19 2012 +0000 Fixed few MinGW build problems commit 5a3cbadfe35c7117a93887e64422ec320acffa92 Author: Andrey Kamaev Date: Sun May 20 08:26:20 2012 +0000 Fixing Android SDK search on OS X. commit 4d36be8794a56e3ea91fbd9df53e299dc8d951aa Author: Maria Dimashova Date: Sat May 19 14:34:36 2012 +0000 skip of table header in MLData (#1962) commit 094c32ced7579b7c39804e72190104f1c7cdbf87 Author: Andrey Kamaev Date: Sat May 19 13:48:36 2012 +0000 Refactored CMake status report for video IO libs commit 9961658eabc9bdd44379b1ac12427b0544797a79 Author: Andrey Kamaev Date: Sat May 19 10:44:43 2012 +0000 Fixing compile on some MinGW platforms commit d069c062a64f55a6c4659c1e49557051f2d02da4 Author: Andrey Kamaev Date: Sat May 19 10:14:10 2012 +0000 Added Windows paths support to Eigen search. commit f8368ba6da7c9ff3b4f2fa6e02c5e8f571c74d65 Author: Andrey Kamaev Date: Sat May 19 08:50:24 2012 +0000 MinGW: try -mpreferred-stack-boundary instead of mstackrealign commit 18c52c309b946fa8f4aa5960aade242dfefc2e30 Author: Andrey Kamaev Date: Fri May 18 17:32:55 2012 +0000 Restored -O2 for MinGW commit 28297c0224da233844852b90e858aa765f0b7532 Author: Maria Dimashova Date: Fri May 18 14:38:54 2012 +0000 fixed Mat::diag (#1939) commit 80f1b1478d43853ebe8130c374a1f0f178da4c35 Author: Andrey Kamaev Date: Fri May 18 13:29:49 2012 +0000 Fixed parameter name and copy condition commit e1c4fd9e1f9bce2506ab5f17c45af85a8a352a28 Author: Andrey Kamaev Date: Fri May 18 13:18:37 2012 +0000 Merged the trunk r8345:8376 commit 70166820ead0a1dae37db543a39b270614ce579a Author: Andrey Kamaev Date: Fri May 18 12:59:40 2012 +0000 Merged the trunk r8324:8345 commit aebed446b16149aa024eea631f70778fbf8cbc4d Author: Andrey Kamaev Date: Fri May 18 12:46:44 2012 +0000 Partly merged the trunk r8322 commit c3577a288bfdb51660f6d1abe9fd50f99cdd084f Author: Andrey Kamaev Date: Fri May 18 12:34:01 2012 +0000 Merged the trunk r8291:8321 commit 50ad6909930b861d0beed87d2110f3c221b58563 Author: Andrey Kamaev Date: Fri May 18 12:18:17 2012 +0000 Merged the trunk till r8291 commit e309c51430d3f98458412a2dff236266cac21d6a Author: Andrey Kamaev Date: Fri May 18 08:33:19 2012 +0000 Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) commit b8804ccc17f574698f31de359f7cf4e0e84e11d5 Author: Andrey Kamaev Date: Fri May 18 07:43:12 2012 +0000 Fixed problem with manually set PYTHON_PACKAGES_PATH #1891 commit 639bf3ee8f4cfb0dc88dfaa8b99e38e4e9b2ff01 Author: Andrey Kamaev Date: Fri May 18 06:08:14 2012 +0000 Fixed accumulateWeighted with mask for multichannel matrices #1959 commit 4a3141accf717513689c71f87d0b4cb96068b8d2 Author: Andrey Kamaev Date: Thu May 17 20:25:12 2012 +0000 #1932 Fixed SSE instability on mingw32 commit def87eae198700d64c1806800c7ad8edc8509262 Author: Andrey Kamaev Date: Thu May 17 20:19:48 2012 +0000 Fixed MinGW build after r8358 commit e3fc40539373adda2bc74958be0256165251fe63 Author: Andrey Pavlenko Date: Thu May 17 19:36:38 2012 +0000 fix for #1954 (typos) commit caddd398e68dc4bb134b18407d791ba4b317e27c Author: Anatoly Baksheev Date: Thu May 17 15:00:36 2012 +0000 Merged revision(s) 8368 from trunk/opencv/modules/gpu/src/imgproc.cpp: fixed possible compilation error for macos ........ commit b82b4a640d58dbf9947a7d25e1ea9ffe6a86e171 Author: Anatoly Baksheev Date: Thu May 17 14:55:29 2012 +0000 fixed possible compilation error for macos commit 5855c4905ec3c46f8ead5ffd003378419ad405ba Author: Andrey Pavlenko Date: Thu May 17 14:51:04 2012 +0000 Android samples are updated: onPause()/onResume() release/open camera, a message is shown on camera open error, minor fixes in code and resources commit 0ba3236ce0c4208a110a73e2e1ad3cd50aa1ad93 Author: Andrey Kamaev Date: Thu May 17 10:52:07 2012 +0000 Fixed Algorithm usage example #1904 commit 8f3273bf077af3b074add86ebebf2464b79d9cbe Author: Andrey Kamaev Date: Thu May 17 10:29:53 2012 +0000 Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321 commit 00c30681bc57ce18a87bf5d1da6724e9e71baf28 Author: Vadim Pisarevsky Date: Wed May 16 16:13:24 2012 +0000 Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit) commit 5f9e295adf457e16a26277c5ef1dd42aea5c27b3 Author: Andrey Kamaev Date: Wed May 16 15:11:17 2012 +0000 Added test and workaround for #1942 commit a877ecdcf0b271774ccb8f8d493f508254e89e78 Author: Andrey Kamaev Date: Wed May 16 14:52:46 2012 +0000 Added option to pass pre-computed pyramid to piramidal LK optical flow #1321 commit f620f1ce57b739a3b2ab08fba545e81b8f99e1f1 Author: Vadim Pisarevsky Date: Tue May 15 15:34:53 2012 +0000 fixed building avfoundation on MacOSX with iOS targets commit 8a5b6ced1a7960d70addf4c6aa0d75cc4ac7a52e Author: Vadim Pisarevsky Date: Tue May 15 14:25:07 2012 +0000 fixed background update in GMM2 algorithm (ticket #1931) commit d2da219ec0737583be2f4c8418a91d182a928401 Author: Andrey Kamaev Date: Tue May 15 07:43:00 2012 +0000 Fixed incorrect CMake variable name commit 9275adff81ebc61d1d27bd29a22aba64fd399778 Author: Andrey Kamaev Date: Mon May 14 14:56:17 2012 +0000 Applied patch for IPP linking under MinGW (thanks to Philippe FOUBERT) #1906 commit 26fb7603c0aec8e6b6bcb3c381c58f39cac51700 Author: Andrey Kamaev Date: Mon May 14 14:51:13 2012 +0000 Fixed typo #1896 commit 07658aeb74a81bc776ceb556a79cc17c25804e8f Author: Andrey Kamaev Date: Mon May 14 14:19:28 2012 +0000 Fixed replacement of -O3 with -O2 for mingw compiler #1896 commit 78915e016cd6df5b1eecba8550314d21bb6c8f3f Author: Andrey Kamaev Date: Mon May 14 14:05:25 2012 +0000 Fixed python version issue #1903 commit 8d135e8ea1af53a51ed454e1594ac7e272ef4086 Author: Andrey Kamaev Date: Sun May 13 09:34:33 2012 +0000 Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows. commit 6dde56faf48225ba42cc8553287f3f71bfd13885 Author: Vadim Pisarevsky Date: Sat May 12 16:27:40 2012 +0000 fixed building opencv_world with VS2010 commit 3ec3c5919785b4d27655aff2a21e177f7aeda28d Author: Andrey Kamaev Date: Sat May 12 15:12:21 2012 +0000 Updated sanity threshold for convertTo perf test commit 9bbcebd6b01f5e946d9e1651925e10feb9937118 Author: Vadim Pisarevsky Date: Sat May 12 13:54:26 2012 +0000 added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu. commit 8408499c94b489cf439ef98f565cf6c0018cdc7c Author: Andrey Kamaev Date: Sat May 12 11:44:54 2012 +0000 Updated dot profuct function table commit 9df6e51a5bff302230ad0291302d12f7cdc92eeb Author: Vladislav Vinogradov Date: Sat May 12 09:45:21 2012 +0000 added gpu::compare with scalars (Feature #1754) commit abe16352d61d85e5251cccc6f2a50624f192608d Author: Alexander Smorkalov Date: Sat May 12 07:38:31 2012 +0000 ColorBlobDetection example. Bug fix. Refactoring. commit ef478840afa1bd4bd15707cbd018832b3aec4dd3 Author: Vladislav Vinogradov Date: Sat May 12 06:28:51 2012 +0000 added message that timings doesn't include data transfer to gpu performance sample (Issue #1846) commit e62f147edcddc384c5bc886f68e46b5974b5af91 Author: Alexander Smorkalov Date: Sat May 12 06:15:32 2012 +0000 ColorBlobDetection example. Bug fix. Refactring. commit b7c1fd34b9267d08b1f5732284cb01916b94cc03 Author: Alexander Smorkalov Date: Sat May 12 05:19:17 2012 +0000 ColorBlobDetection example. Pyrdown added. Contour area filtering added. commit 52797a55e2ed6dd9ec435266d5189a1497ea3615 Author: Vadim Pisarevsky Date: Fri May 11 13:36:48 2012 +0000 added support for vector> in InputArray, OutputArray, split & merge commit 7a7dae362712f5048a9a5209796d9ebf81509fe8 Author: Vadim Pisarevsky Date: Fri May 11 12:40:20 2012 +0000 fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918) commit e79462277674d2906904792e8251e76012fff607 Author: Vadim Pisarevsky Date: Fri May 11 11:48:26 2012 +0000 propagated 2 fixed from 2.4 to trunk commit 2dafc9a853851a4bf8d0e427fc0b9e0c46800425 Author: Vladislav Vinogradov Date: Fri May 11 11:48:15 2012 +0000 fixed build under MacOS (disabled video decoding, it's not supported) commit 91e312958b14a1a46cf4afa0d00ea52d823099b0 Author: Vladislav Vinogradov Date: Thu May 10 09:53:57 2012 +0000 disabled WITH_OPENGL flag under MacOS commit ba238562c6f630ce308da89bb6cf2a53c4839341 Author: Andrey Kamaev Date: Mon May 7 14:05:06 2012 +0000 Fix for #1902 is merged from trunk commit 31723effe7cd54b204bced62d3eeeba3f565e1df Author: Andrey Kamaev Date: Mon May 7 14:01:36 2012 +0000 #1902 added workaround for CMake 2.8.2 bug commit 57e26bde9f9ab72bafb27e84c4bad4430a6c550c Author: Alexander Reshetnikov Date: Sat May 5 17:28:05 2012 +0000 Accelerating the completion of video bypass (bug #1893) commit 3ec43a11edf8f7c36cbf934906221fd1aabc5b7c Author: Alexander Reshetnikov Date: Sat May 5 14:43:03 2012 +0000 Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning commit 1313d8a570ce7d7a3e17c96bc1a149f9c484faf4 Author: Anatoly Baksheev Date: Sat May 5 09:43:18 2012 +0000 added check for CMake 2.8.3 for CUDA support commit 01e93d57f0f9466b58bf3c05eedcf29acfa959f6 Author: Anatoly Baksheev Date: Sat May 5 09:25:37 2012 +0000 Merged from trunk. commit 86524b0e4aa622d2000befb4bff4e9651e684599 Author: Philipp Wagner Date: Sat May 5 09:16:21 2012 +0000 Fixed facerec_demo.cpp. commit bae8a88c53dabccd2d717ad9353b087f916edca7 Author: Alexander Smorkalov Date: Fri May 4 13:46:00 2012 +0000 Base version implemented. commit fe91d1ca574d70e999242786a7173bca3ca93703 Author: Anatoly Baksheev Date: Fri May 4 12:11:01 2012 +0000 compilation for Macos commit 70f74b70b7c5ff984a3bd63d35553997fa7f2358 Author: Anatoly Baksheev Date: Fri May 4 11:07:36 2012 +0000 fixed GPU compilation commit 10459a886bb0a1970e82f1cd14b864c22d4aad12 Author: Anatoly Baksheev Date: Fri May 4 10:34:57 2012 +0000 Added check for CUDA toolkit version ( older can't compile Kepler ) commit 962754141a38489b026c4b26ddf90f3c4491254f Author: Anatoly Baksheev Date: Fri May 4 10:31:40 2012 +0000 Added check for CUDA toolkit version ( older can't compile Kepler ) commit 215dd2a41bc8a3f2499bee4407057665ae326739 Author: Anatoly Baksheev Date: Fri May 4 10:24:23 2012 +0000 Merged revision(s) 8304 from trunk/opencv/cmake/OpenCVDetectCUDA.cmake: Added check for CUDA toolkit version ( older can't compile Kepler ) ........ commit 03f122ca88f98d374cc6ceb55e02f7db87a6a6ab Author: Anatoly Baksheev Date: Fri May 4 10:20:20 2012 +0000 Added check for CUDA toolkit version ( older can't compile Kepler ) commit 025f6674db1e3388f52a2a6014a0b50ca93f98ec Author: Marina Kolpakova Date: Fri May 4 10:09:17 2012 +0000 update for kepler arch support commit c05ebdffd85a99787fe9d4ca213b14274c99ad73 Author: Anatoly Baksheev Date: Fri May 4 09:54:48 2012 +0000 Added default compilation for Kepler commit 3f5d722f347197d7901a5cda8e73cbe310b8c38e Author: Vadim Pisarevsky Date: Thu May 3 15:14:53 2012 +0000 fixed typo in mulSpectrums description (ticket #1868) commit 0fecbdde6ecf637e97686f1be85baea3c6092a10 Author: Andrey Kamaev Date: Thu May 3 10:40:29 2012 +0000 Added Android NDK r8 support including new mips ABI commit ab4025f8de94b0aafd139ee4f4ddbd5ceb72d16a Author: Anatoly Baksheev Date: Thu May 3 10:23:23 2012 +0000 fixed for Kepler commit c65b7a99801bf692cb4700f4af3492a495547e2c Author: Vladislav Vinogradov Date: Thu May 3 08:34:14 2012 +0000 removed #include "cap_ffmpeg_impl_v2.hpp" commit 860172c626d9492dc75cba78f96c40b72506f86d Author: Andrey Kamaev Date: Thu May 3 07:50:24 2012 +0000 run.py - fixed java tests launch on Windows commit a79c52a28f5ddac030e8a92523cfc6294bb04690 Author: Anatoly Baksheev Date: Wed May 2 21:55:38 2012 +0000 updated printCudaDeviceInfo to support Kepler commit 6e6271d99511781dc09c62a9936d72e49ed60ba2 Author: Marina Kolpakova Date: Wed May 2 20:26:19 2012 +0000 Debug/Release folders fix for QTCreator build commit 3a1f85d4e81d4d1bdbd23de26207e0bcca7f67a4 Author: Andrey Kamaev Date: Wed May 2 20:20:14 2012 +0000 Remerged the 2.4.0 branch commit 77717e1abcdb3975925727e2a3180a67f0b77491 Author: Vladislav Vinogradov Date: Wed May 2 13:23:11 2012 +0000 fixed opencv_ffmpeg.dll name in gpu video encoding/decoding commit ca5723961819379c11ce2b2e8aa862abba85a091 Author: Vladislav Vinogradov Date: Wed May 2 13:07:30 2012 +0000 fixed some problems after r8280 (lost code) commit ea3fe441df5e874b229f7fafa2bc8042f97b97dc Author: Marina Kolpakova Date: Mon Apr 30 19:06:37 2012 +0000 fix for brute-force matcher with CUDA 4.2. commit 06e3c8fe918f9440817ae2673ec5a29bdfa3752a Author: Alexander Shishkov Date: Mon Apr 30 19:05:05 2012 +0000 update FFMPEG wrapper binaries commit d5a0088bbe3605e4fdd41cc41987d4a2b5d4715c Author: Vadim Pisarevsky Date: Mon Apr 30 14:33:52 2012 +0000 merged 2.4 into trunk commit 4a34487a03c42ed0730aa1eac84dbae326d95f0a Author: Vadim Pisarevsky Date: Mon Apr 30 12:39:49 2012 +0000 get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg commit 2c8879160009716587fa69de479d08eab766e013 Author: Vadim Pisarevsky Date: Mon Apr 30 12:39:22 2012 +0000 get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg commit 09ca294a760cf7969f84142069267fa55a14c7f4 Author: Vadim Pisarevsky Date: Mon Apr 30 12:07:04 2012 +0000 avoid simultanous reading data from 2 videos Highgui_Video.regression, since earlier versions of ffmpeg (or the way our wrapper uses them) can not handle that properly commit 083cbe999bd3d3b2e18fdaa9b9bc331cbca81db3 Author: Vadim Pisarevsky Date: Sat Apr 28 22:54:14 2012 +0000 force BUILD_PNG/JPEG/TIFF/ZLIB on MacOSX, because sometimes the found lib<...> is different from the one used in build. commit 4bca91e1da3bdfe5f463f1e86506e12edad0dd3e Author: Alexander Shishkov Date: Sat Apr 28 22:50:25 2012 +0000 update FFMPEG wrapper binaries commit 5e2df0d6b09dba3dc91a725f78d6dc2b1b636022 Author: Vadim Pisarevsky Date: Sat Apr 28 22:49:13 2012 +0000 some more fixes in ffmpeg wrapper; now it handles big videos better. commit 24f8c21bbaa306bb7af8d5b03c03d642bfaf9461 Author: Alexander Shishkov Date: Sat Apr 28 20:41:32 2012 +0000 updated pdfs commit 409c5e04a1eb8e50704c9d33758cfc07cac15eb7 Author: Alexander Shishkov Date: Sat Apr 28 20:10:16 2012 +0000 change docs version commit 7a3b3513572f06c76bedc412e498e349652f0f18 Author: Vadim Pisarevsky Date: Sat Apr 28 17:32:02 2012 +0000 added documentation for ORB (ticket #1835). updated documentation on features2d (Feature2D class is still to be documented) (ticket #1819) commit d40dc9a9285e7e53292ac28b89cedc13340f6395 Author: Alexander Shishkov Date: Sat Apr 28 16:23:36 2012 +0000 update FFMPEG wrapper binaries commit 8bab09de079d760856de412f5fbab9814552fc9e Author: Vadim Pisarevsky Date: Sat Apr 28 16:18:39 2012 +0000 temporary reverted av_free_packet() patch. commit 78ef76165e0370446c957553084ed52b92264639 Author: Alexander Shishkov Date: Sat Apr 28 15:13:59 2012 +0000 moved part of f2d docs to the legacy module commit c9dacaa2543cb8b9ad33f461653855891979116c Author: Vadim Pisarevsky Date: Sat Apr 28 14:59:30 2012 +0000 added description of Algorithm class (ticket #1818) commit 1566f853865dbedcbae5740dc7770502497878b3 Author: Vladislav Vinogradov Date: Sat Apr 28 13:18:05 2012 +0000 fixed PyrLKOpticalFlow.dense (final result size) commit 3f1c6d7357ef7f00e271e53441469c226fd9e46c Author: Vladislav Vinogradov Date: Sat Apr 28 13:12:14 2012 +0000 fixed PyrLKOpticalFlow.dense (final result size) commit bffd77ed87fa6edc2a47b6d165766a404552bd84 Author: Vadim Pisarevsky Date: Sat Apr 28 12:59:21 2012 +0000 moved planar subdiv docs to legacy; added Input/OutputArray docs to core commit ab15b5954ebc19eb824310a12e9040e9253c163f Author: Alexander Shishkov Date: Sat Apr 28 12:48:23 2012 +0000 fixed #1824 commit c3129190fcd923983d3ae88b0733d4d2bfbd9563 Author: Andrey Pavlenko Date: Sat Apr 28 12:46:50 2012 +0000 Java API: minor fix in javadoc commit 50009e1546e4880dfd23eb7f5120e599848d4ead Author: Andrey Kamaev Date: Sat Apr 28 12:31:53 2012 +0000 Improved javadoc generation scripts commit b165997e2291f33855681d289c455138e6363caa Author: Alexander Smorkalov Date: Sat Apr 28 12:10:53 2012 +0000 Bug #1853 15-puzzles example does not work on Samsung gt-i9100 with Android ICS 4.0.3 fixed. commit 6a9f9342337295cc208029f59057738b61417c9d Author: Alexey Spizhevoy Date: Sat Apr 28 11:45:29 2012 +0000 Fixed bug #1759 commit 40d8d11f458c835108cd66897e0beeee620989f3 Author: Vadim Pisarevsky Date: Sat Apr 28 11:33:01 2012 +0000 fixed RGBD capture with Asus Xtion (by Gary Bradski) commit 682f31a013bcbdd4fb647348a6f44e4bedd78262 Author: Vadim Pisarevsky Date: Sat Apr 28 11:10:30 2012 +0000 fixed 3-channel output tvecs support in calibrateCamera (patch #1807) commit 53104e6f43072a93ed398eec3526a7255d777c84 Author: Vadim Pisarevsky Date: Sat Apr 28 11:00:34 2012 +0000 decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete commit 4a6346961f2182b70970e76dbb7367f9629fd91f Author: Andrey Pavlenko Date: Sat Apr 28 09:27:05 2012 +0000 Java API: updating OpenCV version, minor Core API improvements, enabling EM. commit 2efa446e813a444291eee5f1205b52813c4f6aea Author: Andrey Pavlenko Date: Sat Apr 28 09:25:07 2012 +0000 updating Posterize in 'image manipulation' Java sample commit 9e868272e917eeb79fd1eceac85e552a0b9272cc Author: Vladislav Vinogradov Date: Sat Apr 28 08:56:17 2012 +0000 reverted r8003 (CascadeClassifier_GPU didn't work) commit 917063b7f792e540737243d9340284907d39126a Author: Vladislav Vinogradov Date: Sat Apr 28 08:41:10 2012 +0000 reverted r8003 (CascadeClassifier_GPU) commit 76dc827648395d6fc6099769daaa3317f94acd77 Author: Vladislav Vinogradov Date: Sat Apr 28 07:41:21 2012 +0000 added BruteForceMatcher_GPU (for legacy) commit c1c1a376a1d371483751ad4c6e2bd08aeda0cc14 Author: Alexander Smorkalov Date: Sat Apr 28 05:25:31 2012 +0000 bad changes reverted. commit a9d9eb1ab600de3f4771085bc8cb79591f467666 Author: Alexander Smorkalov Date: Sat Apr 28 05:14:24 2012 +0000 Loader classes for OpenCV with Android service added. Library loading in OpenCV API removed. commit ac8f6b02dea5ca1f2c28935689c05afa22b97509 Author: Alexander Shishkov Date: Fri Apr 27 19:24:48 2012 +0000 update FFMPEG wrapper binaries commit 689c1814a54496e11517a8577d03c07887430066 Author: Alexander Reshetnikov Date: Fri Apr 27 19:23:26 2012 +0000 Fixed VideoCapture memory leak (bug #1481) commit 95e657714f30405a2b4f45f268bd410110ab2c4d Author: Andrey Kamaev Date: Fri Apr 27 19:13:58 2012 +0000 Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows commit 1a9758c0a2731698670195996da94c216b5c0380 Author: Vadim Pisarevsky Date: Fri Apr 27 18:09:57 2012 +0000 fixed Linemod's Detector write method (removed nested sequence delimiters) commit 9b382d07f6e460511f2eaa79dc262d0911b74ab9 Author: Vadim Pisarevsky Date: Fri Apr 27 16:10:10 2012 +0000 modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664 commit 1046f50acb8f2d97c5928240bed0993628c8e480 Author: Andrey Kamaev Date: Fri Apr 27 15:39:46 2012 +0000 CMake for new Android example commit 3a922a535ce12dd491def911138730b9f8f33344 Author: Andrey Pavlenko Date: Fri Apr 27 14:41:28 2012 +0000 adding one more assertion to a Java test commit 52f5009a4ca7ac5f876205f3cbce1e7e5e631d88 Author: Andrey Pavlenko Date: Fri Apr 27 14:40:25 2012 +0000 adding Histogram and Posterize, removing Blur from 'image manipulation' Java sample commit 7ac713405f73a1127d421b01ac339ee264adb540 Author: Vadim Pisarevsky Date: Fri Apr 27 14:11:44 2012 +0000 put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng) commit da0080dd1530e242d0e53f5cd74f3bb708788021 Author: Alexander Shishkov Date: Fri Apr 27 14:08:10 2012 +0000 fixed #1855 commit 37295d7b355abbda015f4db258316cc5b2b3542d Author: Alexander Shishkov Date: Fri Apr 27 14:00:59 2012 +0000 fixed #1833 commit a07724aea27a11bc88663c157869f08ee636c5a1 Author: Alexander Shishkov Date: Fri Apr 27 13:37:48 2012 +0000 fixed #1841 commit d015a50d514b4839ede597d65934252c789415b6 Author: Alexander Smorkalov Date: Fri Apr 27 13:37:45 2012 +0000 Base classes for sample added. commit c78d056ef69a71794e133cba7e09b44be52b9ca0 Author: Vadim Pisarevsky Date: Fri Apr 27 13:06:16 2012 +0000 added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*" commit 211dfd68fdd22fb270bc38efde716a155441f5c5 Author: Alexander Smorkalov Date: Fri Apr 27 12:49:21 2012 +0000 Base code for new sample added. commit 30431b94d9558dc98f4e9a1e4b3c74bb96248a12 Author: Alexey Spizhevoy Date: Fri Apr 27 12:38:33 2012 +0000 Replaced CV_RANSAC in findHomography with CV_LMEDS (videostab) commit d60caea5590109f4716fd2d0db7276cbe99c5734 Author: Vadim Pisarevsky Date: Fri Apr 27 12:07:56 2012 +0000 added test to check #1737 commit 2a391282680e05d13f8cbccdba1861de151ace37 Author: Andrey Kamaev Date: Fri Apr 27 11:32:40 2012 +0000 Updated latentSVM tests and data commit f14d80ab441f3c20a720c2e5782afe5fb384b256 Author: Andrey Kamaev Date: Fri Apr 27 08:58:29 2012 +0000 Minor documentation fix commit 33134ecb872ca5c1800f13c8e3c338c8f871773e Author: Andrey Kamaev Date: Fri Apr 27 08:28:40 2012 +0000 Increased test threshold for arm commit 54f92013b04e106e8b0fea2bc5f6606a71598b6b Author: Gary Bradski Date: Fri Apr 27 04:05:33 2012 +0000 fix to Detector::write so that it doesn't abort on read commit 7bfc50b84debe6ce7718832944f20098196f56cc Author: Andrey Kamaev Date: Thu Apr 26 21:40:34 2012 +0000 #1854 Fixed Mac OS X build with Clang commit 09140c2fc6b4512820f9cdfb949c9707596f7a9f Author: Andrey Kamaev Date: Thu Apr 26 21:37:27 2012 +0000 Reenabled OpponentSIFT test; Changed compiler flags for 32-bit MSVC; Fixed handling of "d" suffix of debug binaries in run.py. commit fc44b3175ece84aa7cbc5320fe913d66070b2532 Author: Andrey Pavlenko Date: Thu Apr 26 15:56:01 2012 +0000 adding VIEW_MODE_PIXELIZE to the 'image manipulations' sample commit f87c2e49db93ce0769b483624bd2d42f1e972f20 Author: Vadim Pisarevsky Date: Thu Apr 26 13:32:27 2012 +0000 added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827 commit b93d3d7a558ebd91c5a876fae8f91b5e8a8ed429 Author: Andrey Kamaev Date: Thu Apr 26 11:58:06 2012 +0000 Fixed build warnings commit 2799f51bf968d8778131f0e50e2f861172060398 Author: Alexey Spizhevoy Date: Thu Apr 26 11:56:30 2012 +0000 Minor changes in videostab module commit 5c6de77fc8132422e0ee80f42703b91d6170107b Author: Alexander Smorkalov Date: Thu Apr 26 11:38:07 2012 +0000 Bug #1822 Native camera does not work on Samsung Galaxy SII with Android ICS 4.0.3 was fixed. All binary libs were rebuilt. commit 3d0f4fe16795564d2bccfe48f61454805132f636 Author: Andrey Kamaev Date: Thu Apr 26 11:06:34 2012 +0000 Fixed compiler flags for debug builds commit f208535bb687cd9393acab99093da786a1a323ee Author: Andrey Kamaev Date: Thu Apr 26 11:05:36 2012 +0000 run.py: Automatically enable color output in android tests (posix shell only) commit 02d34bdac2817cbe65a36bdd92107436f6c908bf Author: Alexey Spizhevoy Date: Thu Apr 26 09:01:15 2012 +0000 Refactored videostab module commit 79e20706065c770451578d451313fd3f31a6eaa9 Author: Alexander Kapustin Date: Thu Apr 26 08:18:01 2012 +0000 5 functions from addWeighted_func family were Neon Optimized commit dd1edc61c55b3c4bc2462da9bba47de879b2ab36 Author: Alexander Shishkov Date: Thu Apr 26 07:39:11 2012 +0000 update FFMPEG wrapper binaries commit fcbfc030ef304fb8edd69c5b7bcb67a9cb72f953 Author: Vadim Pisarevsky Date: Thu Apr 26 07:38:35 2012 +0000 avoid use of "AVFrame::best_effort_timestamp" commit 3e899f6fd717add6a2954f078ae142c2ba8f4f5c Author: Alexander Kapustin Date: Thu Apr 26 07:20:13 2012 +0000 File perf_addWeited.cpp added commit 2270c2f5bd7376dc8f2776d675b21128776c866a Author: Alexey Spizhevoy Date: Thu Apr 26 07:11:01 2012 +0000 Refactored videostab module commit d994923fecfb7cbf431a99e98d1e01609e9fad63 Author: Alexander Shishkov Date: Thu Apr 26 07:08:40 2012 +0000 update FFMPEG wrapper binaries commit bc3c49518d89413a6cf3682fd1444c3ee4d90570 Author: Vadim Pisarevsky Date: Thu Apr 26 07:07:37 2012 +0000 ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7 commit c9e6efc2638b476e8310587f185f98bed8d7fee8 Author: Vadim Pisarevsky Date: Wed Apr 25 17:32:14 2012 +0000 propagated changes for retina filters from trunk to 2.4 commit db3f9b139bd4a1b2b6ce636cc9427153a6b4f2e4 Author: Andrey Kamaev Date: Wed Apr 25 16:03:01 2012 +0000 Fixed SURF behavior - from now it always returns keypoints in the same order commit 562e40422406c4b3b886dc7db3a11d58728fa4fb Author: Vadim Pisarevsky Date: Wed Apr 25 14:48:15 2012 +0000 fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount) commit fb292b1b2715ae121b2c23ef7308b48f1cc97ddf Author: Vadim Pisarevsky Date: Wed Apr 25 14:31:54 2012 +0000 added PSNR function to imgproc; refactored highgui positioning test (which still fails) commit 9dfb1f77a05b06060e2c84b24bbbaa87a9861206 Author: Alexandre Benoit Date: Wed Apr 25 13:56:09 2012 +0000 fixed a dicide by zero potential problem commit 18fdc6bf1c515d3de36ba3116a48c7a93ba6b9bb Author: Alexandre Benoit Date: Wed Apr 25 13:55:14 2012 +0000 user can now use the default retia config auatogenerated file to test their own setup commit 71391eb76fa8af00c7394929ddafcbe7c8fdf6f6 Author: Alexey Spizhevoy Date: Wed Apr 25 13:21:38 2012 +0000 Added LP based global motion estimation (videostab) commit bd49b9b8aa58b9c2f86e118c26fd73f89e05a55b Author: Alexander Shishkov Date: Wed Apr 25 12:58:42 2012 +0000 update FFMPEG wrapper binaries commit c0fcfcc7d82c59ef589e389c75be198094f7f787 Author: Vadim Pisarevsky Date: Wed Apr 25 12:56:09 2012 +0000 refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541) commit 8d130ff10cfefefd94c7ddfd5d8f588ee0833811 Author: Andrey Kamaev Date: Wed Apr 25 11:33:11 2012 +0000 Fixed most of the floating-point accuracy problems for x86 gcc commit a6c261bebd0eae87f7898660086d40dab3b1b14d Author: Vladislav Vinogradov Date: Wed Apr 25 09:28:22 2012 +0000 merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation) commit e467ece19c99036faae092b862d55eb978adb053 Author: Vladislav Vinogradov Date: Wed Apr 25 09:26:00 2012 +0000 merged bug fix from r8174 (GPU_NVidia/NCV.Visualization test) commit 916d07cf2c2b3a8d9d8387a87b62e6a953d8492d Author: Vladislav Vinogradov Date: Wed Apr 25 09:23:16 2012 +0000 merged bug fix from r8179 (ORB_GPU) commit ea735a04750b8042e1dcda7e91c24b7554e83000 Author: Andrey Pavlenko Date: Wed Apr 25 09:00:50 2012 +0000 Java API: fixing Mat::put() for non-continuous Mat-s, adding/improving tests commit 87888984a5c99a9a5c2705f1723da87e5c951dc1 Author: Vadim Pisarevsky Date: Wed Apr 25 08:59:37 2012 +0000 added Matx<4,4>*Scalar operator (ticket #1830) commit ed1932dfa118a7a4d9e51b297ce45ffbdd7a47b6 Author: Vadim Pisarevsky Date: Wed Apr 25 08:41:57 2012 +0000 fixed python version in yet another place. commit 30f1ab059b2c12ff74ef38cf878af6ade8fe22e7 Author: Vadim Pisarevsky Date: Wed Apr 25 08:39:21 2012 +0000 make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804 commit 11eacb9d143ecf6f4b0b56d2fe0f634e0f3ca428 Author: Vladislav Vinogradov Date: Wed Apr 25 07:03:32 2012 +0000 Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow commit 092c1f98f699fb71445fcf7e2fddf57c43891af2 Author: Vladislav Vinogradov Date: Wed Apr 25 06:27:55 2012 +0000 fixed build of gpu demos pack commit a227746d84275e4c76fe370d66af9cc3a5d56d05 Author: Andrey Pavlenko Date: Wed Apr 25 05:25:17 2012 +0000 removing extra quotes that causes build failure commit 866d8c0cfaed5e5d191a305635b0942bbdc842cb Author: Vadim Pisarevsky Date: Tue Apr 24 15:16:21 2012 +0000 added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) commit 47ee844df627377f30a0a1e58ccbffa4d819467b Author: Vadim Pisarevsky Date: Tue Apr 24 14:56:56 2012 +0000 fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801) commit bf8c4a27bec35c9f82826419f6016d05941ce6d8 Author: Andrey Kamaev Date: Tue Apr 24 14:32:25 2012 +0000 Android build scripts for Windows are updated to recognize ninja commit a110dc14caecb471626edc60e24cf855a61b8cd9 Author: Vadim Pisarevsky Date: Tue Apr 24 14:22:05 2012 +0000 fixed bug in Python's calcEMD2 (ticket #1763) commit 4ddde66b48f3756dfad82d66432629f7ce73ffbd Author: Vladislav Vinogradov Date: Tue Apr 24 14:15:38 2012 +0000 fixed build without ffmpeg (gpu module) commit 1fba38d01ca06d33075f6d77d5899501b8ecc4ed Author: Vladislav Vinogradov Date: Tue Apr 24 13:35:58 2012 +0000 updated gpu docs (BFMatcher_GPU) commit 5bafb372af8280c9775d728553f5de3f05ec2c94 Author: Vladislav Vinogradov Date: Tue Apr 24 13:18:34 2012 +0000 fixed bug in ORB_GPU, behavior in the absence of keypoints found (Bug #1831) commit ad8258f8721b01a6210c39e5c9d6620cc98b4271 Author: Vadim Pisarevsky Date: Tue Apr 24 13:08:56 2012 +0000 avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839) commit 563fc2d1e5fd8da644436f42a37b370424b193a6 Author: Vadim Pisarevsky Date: Tue Apr 24 13:01:47 2012 +0000 fixed typo in the installation guide (ticket #1844) commit 488ae9dd6ee1c5491569c05818156349c4c82914 Author: Vadim Pisarevsky Date: Tue Apr 24 12:54:49 2012 +0000 corrected typo (ticket #1843). added note about imdecode & imencode commit 75b1788c6bea895ecaedffd95a1342bae7de855f Author: Vadim Pisarevsky Date: Tue Apr 24 12:45:19 2012 +0000 added "Matx*Vec -> Vec" operator (ticket #1830) commit 70f8b8b5ecadf32b3bd5ba218d768bf74bbddb71 Author: Vladislav Vinogradov Date: Tue Apr 24 12:36:15 2012 +0000 fixed GPU_NVidia/NCV.Visualization test commit 95efec75392ed9e9256f58f053f7541981e75471 Author: Alexey Spizhevoy Date: Tue Apr 24 12:23:23 2012 +0000 Added local outlier rejector. Added rigid motion estimator. Refactored videostab module. commit 6e830cf8f83418e9c4fd740ee129a65a12b9617f Author: Vladislav Vinogradov Date: Tue Apr 24 11:21:23 2012 +0000 added additional tests to gpu::BFMatcher commit 476c453ef6ed36f4549f7c7fb0b6114b18708ab5 Author: Marina Kolpakova Date: Tue Apr 24 10:07:14 2012 +0000 fixed bug #1821 commit 99aed4713f0d297aa2ea86f4853ad900ba1f0fd7 Author: Marina Kolpakova Date: Tue Apr 24 09:30:21 2012 +0000 minor tab fix commit f1a0ab365d71b04a885684841756b4ac0702f149 Author: Marina Kolpakova Date: Tue Apr 24 09:26:34 2012 +0000 fixed duplicated paragraph commit 44eaeee8655b57555b13f671554946bdf07e35c1 Author: Vladislav Vinogradov Date: Tue Apr 24 07:56:33 2012 +0000 refactored gpu BruteForceMather (made it similar to BFMatcher) commit c2935a65321916b26681e7e5045ba024a9992269 Author: Vladislav Vinogradov Date: Tue Apr 24 07:49:55 2012 +0000 fixed build of gpu module without CUDA (video encoding/decoding) commit b1bf0626712d6f45dbe501f0c15cb472f4cfff79 Author: Andrey Kamaev Date: Tue Apr 24 07:30:38 2012 +0000 Configuration name is added to the CMake status report commit 019122fba75bc210e77bdc12310fe0b2aa7c65bd Author: Andrey Kamaev Date: Tue Apr 24 07:13:50 2012 +0000 Fixed dependencies for cmake status embeeded into opencv core commit b7aacb6a933a4697b2bdc60015bacf2310a7ad1e Author: Andrey Kamaev Date: Tue Apr 24 06:51:21 2012 +0000 Fixed assertions in java tests for ORB commit 7c025dfc6042d680e8fb79448d24cd01b59d7406 Author: Andrey Kamaev Date: Tue Apr 24 06:05:57 2012 +0000 Added CUDA version to CMake status commit 4b5b7bdb5adada38ff66d1b755cbdff0a5b14e9c Author: Alexander Reshetnikov Date: Mon Apr 23 16:12:24 2012 +0000 Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837) commit f65d841d6f4c870c57ce455c8b0c3df24f6f52df Author: Vladislav Vinogradov Date: Mon Apr 23 14:22:02 2012 +0000 fixed several warnings (VS2010, Win64) added getParams method to VideoWriter_GPU commit cddadc04b7698c11926de998e7727693c49506c5 Author: Andrey Kamaev Date: Mon Apr 23 12:39:18 2012 +0000 Fixed Android manifest install commit b8e70ea6c9635f39f8bed262e70e9583c4e581e8 Author: Vadim Pisarevsky Date: Mon Apr 23 12:29:23 2012 +0000 NORM_L2SQR added too (ticket #1840) commit 40f2c716af223ec2a2890a7ee380e7d69c0cb86f Author: Vadim Pisarevsky Date: Mon Apr 23 12:19:02 2012 +0000 added NORM_HAMMING* support to cv::norm (ticket #1840) commit 8dae3431c7d39b49cf40bcacd93b2d19de1b9f54 Author: Andrey Kamaev Date: Mon Apr 23 10:52:27 2012 +0000 Fixed ffmpeg dll copying under mingw commit 24be840c44366d30aa3e046469cd59efc9cfdc1a Author: Alexey Spizhevoy Date: Mon Apr 23 10:37:07 2012 +0000 Added GPU version of wobble suppressor (videostab) commit 3675ef516ab882aae3d626f62f249b83affda287 Author: Alexander Kapustin Date: Mon Apr 23 09:31:08 2012 +0000 6 functions from Inrange_func family were Neon Optimized commit 0094b468e66628a1190160456c349cb32b33cae4 Author: Alexander Kapustin Date: Mon Apr 23 09:09:30 2012 +0000 Fail perf_inRange.cpp added commit 2c85aa543c3fc84780a7ae58c8e486528c63f355 Author: Andrey Kamaev Date: Mon Apr 23 08:54:15 2012 +0000 Make ocv_include_directories a function to minimize problems with windows backslashes commit 1eebb4506a706ee0300c581087914c7088ce4d39 Author: Vladislav Vinogradov Date: Mon Apr 23 08:31:14 2012 +0000 removed unnecessary CV_EXPORTS commit 9eded52ce562a0acbfa223be5d3900cc891331e1 Author: Andrey Pavlenko Date: Mon Apr 23 07:10:58 2012 +0000 fixing compilation for Android commit 36ef599840affd28ea2338d429543957cc7c7863 Author: Alexey Spizhevoy Date: Mon Apr 23 06:42:55 2012 +0000 Fixed trim ratio estimation for the case of homographies motion model (videostab) commit e4303dc96f5027c5e16599550bd81bc9f6a02151 Author: Andrey Kamaev Date: Sun Apr 22 14:50:09 2012 +0000 Fixed build with mingw 4.4.0 commit 3c0e9d12f7c65b1314a13a9ef018f4bf8b43de65 Author: Andrey Pavlenko Date: Sun Apr 22 11:44:16 2012 +0000 Java API: fixing Mat::get() for non-continuous Mat-s. commit 9213bba48a14a3ab3e9f8db20643b1151253df16 Author: Vadim Pisarevsky Date: Fri Apr 20 17:03:02 2012 +0000 wrapped Algorithm class. commit 8b6d1f6e4590d6742b6a836e3631ca7e4c9a004b Author: Andrey Kamaev Date: Fri Apr 20 16:00:49 2012 +0000 Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected) commit d46659f6cc6fd3a653b5e0aa80e4559c31a35bf6 Author: Andrey Kamaev Date: Fri Apr 20 15:33:34 2012 +0000 Set sanity thresholds for several performance tests commit 5b6b30ba0e438c9bc647fe6f29c1d9e15bbd1c87 Author: Vadim Pisarevsky Date: Fri Apr 20 15:32:54 2012 +0000 added dedicated _init.cpp files with initModule_() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. commit 3d108958e7fcb5fa1925c40df50746a7c162ed3a Author: Alexander Reshetnikov Date: Fri Apr 20 13:29:10 2012 +0000 Added resources release for AVT cameras (ticket #1814) commit 624880fd679c11e1134263baeb27a35317ba6e02 Author: Andrey Kamaev Date: Fri Apr 20 13:22:19 2012 +0000 Minor update for new Ninja cmake generator commit 720dc231e8ea4a3db6987c1091b768ef69436101 Author: Andrey Morozov Date: Fri Apr 20 12:18:40 2012 +0000 minor fix in calculate bitrate commit 742668434cbbf4a8913a2fae8291c701af934b4c Author: Andrey Morozov Date: Fri Apr 20 11:58:31 2012 +0000 minor fix in calculate bitrate commit ae8d37756142df40789c734f6f6e15c0311a4304 Author: Alexey Spizhevoy Date: Fri Apr 20 09:02:39 2012 +0000 Replaced DECOMP_SVD with DECOMP_NORMAL|DECOMP_LU for speed (videostab) commit 247e2d085fae5b80de385c1c6f1dc1c022f1cf52 Author: Andrey Kamaev Date: Thu Apr 19 22:33:46 2012 +0000 Updated for cmake 2.8.8 commit 3a4c14e549ce12ac7b0e8f1e48096054b43efe87 Author: Andrey Kamaev Date: Thu Apr 19 15:45:40 2012 +0000 Fixed verbosity of badarg tests commit dbccc9b129024d9e8e489a15fba9ec734ba5f90b Author: Andrey Pavlenko Date: Thu Apr 19 15:27:13 2012 +0000 improving Imgproc.convexityDefects() and Imgproc.convexHull() commit 2ec0efaae51a6e5ef93aa553fe78fb04e8b3a2a1 Author: Andrey Pavlenko Date: Thu Apr 19 15:01:19 2012 +0000 fixing stability of testBitmapToMat() commit 2513f5d3c7ccff40cc581eebd98aba99181d958a Author: Andrey Pavlenko Date: Thu Apr 19 14:21:56 2012 +0000 fixing #1808, Java API improvements commit 13427c0cdfbcd1e7a433db8c0cec126b551a8415 Author: Andrey Pavlenko Date: Thu Apr 19 14:03:38 2012 +0000 fixing convexityDefects() commit e49ea39a1f2c1e91f91a3d666388f885f0913df7 Author: Alexey Spizhevoy Date: Thu Apr 19 12:16:45 2012 +0000 Fixed parsing cmd args bug (videostab) commit f355f798a4542f8e1ea47b5e8ea68389f1b0291d Author: Alexey Spizhevoy Date: Thu Apr 19 10:27:17 2012 +0000 Minor changes in videostab module and sample commit f42eea1029276b30f3c32fb60827fc7575e399a9 Author: Alexey Spizhevoy Date: Thu Apr 19 09:29:13 2012 +0000 Added timing for main steps (videostab) commit ada63d1800f50697e60d0fc0c4c1cfcde9c5a010 Author: Alexey Spizhevoy Date: Thu Apr 19 08:38:42 2012 +0000 Updated videostab sample commit 0905c4f6c651f58e0e04a82d311efa972f526061 Author: Andrey Kamaev Date: Wed Apr 18 22:02:17 2012 +0000 Minor fix for previous commit commit 2bedf5bfd5fb235da419f75c62d30616f1ed5fd0 Author: Andrey Kamaev Date: Wed Apr 18 21:32:56 2012 +0000 Refactored build conditionals in highgui tests commit b14df1c1e7f583f1bc381c9e21a60fca8125e70c Author: Andrey Kamaev Date: Wed Apr 18 19:46:34 2012 +0000 Restored old behavior for OSX commit 536d36b05a5a0b33c2823782b0cce4d6a9eec35a Author: Alexey Spizhevoy Date: Wed Apr 18 17:00:07 2012 +0000 Refactoring (videostab) commit 68aec288c0488d904ba2caac36deaec800cfc8c2 Author: Andrey Kamaev Date: Wed Apr 18 16:16:54 2012 +0000 Fixed Calc_Hist under 32-bit gcc commit 423b721d9732a25b7966ac8cb972c543b56b1146 Author: Maria Dimashova Date: Wed Apr 18 14:03:35 2012 +0000 fixed AlgorithmInfo::read for read only parameters (thanks to Vadim) commit 1569c1ed52fbc590d2cd05c37cf7ed98cb6de260 Author: Alexey Spizhevoy Date: Wed Apr 18 13:23:41 2012 +0000 Added GPU version of PyrLK based global motion estimator (videostab) commit 78ee81c40910bca0e1569cf2e3fa7957d26fb449 Author: Andrey Kamaev Date: Wed Apr 18 12:58:42 2012 +0000 Fixed dependency from opencv_nonfree in Java bindings commit 1351f4c8ef33216e8a1b510aaec82b73d98e87bc Author: Vladislav Vinogradov Date: Wed Apr 18 12:46:56 2012 +0000 added docs for VideoReader_GPU commit f6bddd23af423ebc772755e83c620bca6bdf3e5e Author: Maria Dimashova Date: Wed Apr 18 12:41:23 2012 +0000 minor doc fix commit b4a02fae0bbfe3c0d8b8d427e58bb61df066c887 Author: Maria Dimashova Date: Wed Apr 18 12:22:46 2012 +0000 added doc on cv::EM; moved doc on CvEM to legacy/doc commit ca8241f6e58b807f2e46fdbf3699546cc6c9709c Author: Maria Dimashova Date: Wed Apr 18 11:56:50 2012 +0000 made em params read only; minor renaming commit e29d41c885be1e4916f675e0fa86f7d2a4c7f859 Author: Vladislav Vinogradov Date: Wed Apr 18 11:49:17 2012 +0000 minor fix in gpu video_writer sample commit c2ae452ab9cc7c351c6276b5e13fe0fe8bb200c1 Author: Maria Dimashova Date: Wed Apr 18 11:44:35 2012 +0000 fixed misspelling in ertrees doc commit dd6b11b87d4b613085ce815de6fd8dbb5edf3f15 Author: Vladislav Vinogradov Date: Wed Apr 18 11:25:56 2012 +0000 fixed build without CUDA commit f4b4665940a17b753bd7fc4a1184331a29589234 Author: Vladislav Vinogradov Date: Wed Apr 18 11:18:25 2012 +0000 added VideoReader_GPU commit 80516ecbe6b412e4b75e844664d5264043feae09 Author: Andrey Kamaev Date: Wed Apr 18 08:41:00 2012 +0000 Fixed typo; removed duplicated call commit 11ce8683bb0c75fa3cfda270864574fc9e507f4d Author: Andrey Kamaev Date: Wed Apr 18 08:00:12 2012 +0000 Fixed stitching module tests built without nonfree commit dda338a757534359940d398325a605c301a07580 Author: Alexander Shishkov Date: Wed Apr 18 07:49:43 2012 +0000 update FFMPEG wrapper binaries commit eb306311f1aacb9459bb419db9760dd4ee631a3e Author: Alexander Shishkov Date: Wed Apr 18 07:48:47 2012 +0000 fixed FFMPEG wrapper compilation on Windows commit 0fd5a9e965e0fa47860adbf61928d5c580b2bd3d Author: Andrey Kamaev Date: Wed Apr 18 06:09:31 2012 +0000 Probably fixed instability of single-precision floating-point RNG commit 4ec74414bb859f5c02267390df32fbf93d503af5 Author: Alexander Reshetnikov Date: Tue Apr 17 17:18:35 2012 +0000 Fixed error in frame positioning (bug #1815) commit b0dd192d5230ba208d3cc97c505b50dd5e582983 Author: Andrey Pavlenko Date: Tue Apr 17 15:33:18 2012 +0000 fixing #1800 commit 72f4386fb91757abb29934dcb15481bcd52ecae5 Author: Andrey Kamaev Date: Tue Apr 17 15:28:10 2012 +0000 Probably fixed EM tests failure on x86 platforms (thanks to Maria D.) commit 44098b2fbb95c4fe9889adee0e402816328ca7a1 Author: Andrey Kamaev Date: Tue Apr 17 11:45:24 2012 +0000 #1813 fixed compiler options with profiling enabled commit ffbee1fe979f86f404e4c30484672c45e391b03a Author: Vladislav Vinogradov Date: Tue Apr 17 11:36:37 2012 +0000 added docs for VideoWriter_GPU commit 70909738f4d1dfa67613b5eb732d658d7ebe06c6 Author: Vladislav Vinogradov Date: Tue Apr 17 11:08:08 2012 +0000 added support of different surface formats to VideoWriter_GPU added key frame handling to ffmpeg wrappers commit 4c44ccc3c9a0e930670d8cb98f3515c49290c4f4 Author: Alexey Spizhevoy Date: Tue Apr 17 09:30:16 2012 +0000 Removed unnecessary code (videostab) commit dfedaff99b29def56eb32ff4a947b5c17138ef43 Author: Alexey Spizhevoy Date: Tue Apr 17 09:21:09 2012 +0000 Removed unnecessary code (videostab) commit 19c30eaa11a5860f9e9b6672aa966c1901b26fdb Author: Alexey Spizhevoy Date: Tue Apr 17 09:12:14 2012 +0000 Refactored videostab module commit 2bfaf540a1e0a78b45dfbdaddc309934fa02e37e Author: Vladislav Vinogradov Date: Tue Apr 17 07:12:16 2012 +0000 added VideoWriter_GPU commit 3dfa917879566cdd536d91e2cefb64fd870dd5b5 Author: Maria Dimashova Date: Tue Apr 17 06:29:40 2012 +0000 refactored train and predict methods of em commit 8f7e5811b614a613abdfe43d53de7652cea0a4f3 Author: Andrey Kamaev Date: Mon Apr 16 21:18:30 2012 +0000 Fixed 2 failing python tests commit ce32b4792f42da7d4a0d00f735dd39619c547aab Author: Andrey Kamaev Date: Mon Apr 16 19:38:19 2012 +0000 Made OpenCVConfig.cmake friendly to Windows pack commit 24c7bdc3d7578fad808f2211ad334b163e57983f Author: Andrey Kamaev Date: Mon Apr 16 18:17:38 2012 +0000 #1809 include unistd.h required for usleep commit 73047b6d4edf4130169c524f37fe57aedb78c53d Author: Andrey Kamaev Date: Mon Apr 16 15:56:27 2012 +0000 Fixed failing Video_OpticalFlow.accuracy test commit cdb3f11d5e2f64376d818f4497cf868a42d1d042 Author: Maria Dimashova Date: Mon Apr 16 15:19:10 2012 +0000 fixed test on em (old interface) commit 965dbf36202eb4f6c02324c40e90efd198cd3208 Author: Andrey Kamaev Date: Mon Apr 16 15:18:47 2012 +0000 run.py: try working directory as a build path if no paths provided commit b835c045898e833ea6d42730a951fd47743f2242 Author: Andrey Kamaev Date: Mon Apr 16 15:17:30 2012 +0000 Fixed incorrect asssertion in test commit 44a1e796219f7ef60aa225f108dec53f6dc41550 Author: Andrey Kamaev Date: Mon Apr 16 15:00:00 2012 +0000 Fixed build warnings commit 7120355e06013a894fa33bdd0ac7a607b7f2aff8 Author: Maria Dimashova Date: Mon Apr 16 14:54:56 2012 +0000 updated points_classifier sample to use bayes classifier after distributions estimation by EM commit eaf0d38f0307a8c0dcca8437609d6b3e5dedaa35 Author: Maria Dimashova Date: Mon Apr 16 13:50:10 2012 +0000 removed changes of r8043; fixed 4 broken ml tests by other way commit 6d00182e134f583420551909e647fdad407d97e5 Author: Andrey Kamaev Date: Mon Apr 16 13:30:35 2012 +0000 Fixed Android build with correct manifest file commit 570c8254b2a1a4453b862f70f594757c9a2490e8 Author: Maria Dimashova Date: Mon Apr 16 12:15:16 2012 +0000 fixed test on em commit 30f8d5a7d7e700131a86ad16350bdc9a89d96708 Author: Maria Dimashova Date: Mon Apr 16 11:50:06 2012 +0000 fixed creation of opponent space descriptors (#1805) commit 0824cf505905c819db5798c0e17c6fbdda000ca9 Author: Alexey Spizhevoy Date: Mon Apr 16 11:45:08 2012 +0000 Added info about papers (videostab) commit 9bb6e899f3377dbaad0af2dc93481f68e648b9c4 Author: Alexander Kapustin Date: Mon Apr 16 11:39:38 2012 +0000 12 functions from Norm_func family were Neon Optimized commit 8c4ffc8bb2965420b0b35ffec5b154fdd713dacb Author: Alexey Spizhevoy Date: Mon Apr 16 11:14:30 2012 +0000 Fixed typo (videostab) commit 306248e4443ebc1d0b5d85fdcac3296995db784d Author: Alexey Spizhevoy Date: Mon Apr 16 11:10:41 2012 +0000 Added support of Clp for Windows commit 3ee1a1d83c5ff50221c3eae30b7ae57924883b75 Author: Maria Dimashova Date: Mon Apr 16 11:01:08 2012 +0000 fixed mistake in method name (#1798) commit 71d7482aeebeb25dea580b1855a4ce48d0aa2b7c Author: Maria Dimashova Date: Mon Apr 16 10:30:42 2012 +0000 fixed nan in EM, added new test on EM commit 94bcaeb2e9fda598a02b52e0175fc901d1fabaea Author: Alexander Shishkov Date: Mon Apr 16 10:16:19 2012 +0000 update theme for online docs (was incorrect in Firefox and Safari) commit f9da906144fecded1666ff26a8cdc73ca53e45ca Author: Andrey Kamaev Date: Mon Apr 16 09:14:26 2012 +0000 Fixed Android manifest generation and Android samples install commit ed8e4b5bccd6eef843accdc78ed9da71c9dc0060 Author: Ilya Lysenkov Date: Mon Apr 16 08:57:42 2012 +0000 Fixed comparison methods in matchShapes (issue #1012) commit 00de4b931435b8fd6fe3f8babd754661ab2e473e Author: Andrey Kamaev Date: Mon Apr 16 07:24:15 2012 +0000 Fixed compiler flags caching in toolchain; fixed zlib search. commit 2f88062de74ca6c06ec4221441b851057bb287f8 Author: Andrey Kamaev Date: Mon Apr 16 07:22:44 2012 +0000 Fixed Android build warning commit 601d2843f41db187247f72350ab063fb2532ffd7 Author: Alexey Spizhevoy Date: Mon Apr 16 07:08:28 2012 +0000 Fixed LP based stabilizer commit 40e7990b6bb4847155f56a353101f9270271e314 Author: Alexey Spizhevoy Date: Mon Apr 16 06:41:06 2012 +0000 Added linear programming based stabilizer (videostab) commit c4af85043ab62082a0e744536d7229a5b5190199 Author: Andrey Kamaev Date: Sun Apr 15 23:19:57 2012 +0000 merged few missed changes from 2.4 to trunk commit 2fd1e2ea578fe04160fa8c11a2577c005b54171b Author: Vadim Pisarevsky Date: Fri Apr 13 21:50:59 2012 +0000 merged all the latest changes from 2.4 to trunk commit 67a336e0be73d75989c8caa0c22ae5107c3f240e Author: Andrey Kamaev Date: Fri Apr 13 19:47:29 2012 +0000 Fixed gcc version parsing. commit 5c7e8d775c77a47f3b31dfa4204175eceffdda1e Author: Andrey Kamaev Date: Fri Apr 13 19:39:14 2012 +0000 Fixed 4 broken ml tests. commit 261922133140f0510ec3c0544286f5fa3c7d209d Author: Ilya Lysenkov Date: Fri Apr 13 19:04:44 2012 +0000 Spell checked the documentation with VIM (issue #223) commit 5d4c19450235bbc14fea7531d25661ce2deceee7 Author: Alexander Reshetnikov Date: Fri Apr 13 17:56:45 2012 +0000 Removed stdio include from ffmpeg wrapper commit 0442b3eae494446aa19f68cba6817c4a4fc9b311 Author: Alexander Reshetnikov Date: Fri Apr 13 17:39:45 2012 +0000 Updated diagnostic messages in VideoWriter (for ticket #1736) commit b07f89dcb1b38d4e631de1c6e2e50cb504ae38d8 Author: Ilya Lysenkov Date: Fri Apr 13 15:57:58 2012 +0000 Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.) commit 2f44610ef3be8bfb72c970e1b242e788f11dd07b Author: Ilya Lysenkov Date: Fri Apr 13 15:31:18 2012 +0000 Mentioned in doc if a function is parallelized with the TBB library (issue #421) commit 74cc370c74ad1cd88a05a81c8fe9979a79a647a4 Author: Andrey Kamaev Date: Fri Apr 13 14:50:11 2012 +0000 Added Java tests support to run.py commit ee682493fd9e59f573541db91a7e98229dcd4822 Author: Andrey Morozov Date: Fri Apr 13 14:15:17 2012 +0000 added support clang compiler commit 131663b70970206bccc7355704d8002132d0d5ac Author: Ilya Lysenkov Date: Fri Apr 13 13:41:57 2012 +0000 Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539) commit 73aa0e66b978e697063b8d9f7e80d1e5cff78a8c Author: Alexander Shishkov Date: Fri Apr 13 13:01:43 2012 +0000 minor changes in windows install tutorial commit 9b6440b415679bb637b5c012eccedae7527ca7ff Author: Alexander Shishkov Date: Fri Apr 13 12:14:19 2012 +0000 removed module index commit 020f9a6047765a4409873c1554d6269389ad506d Author: Alexey Spizhevoy Date: Fri Apr 13 11:55:12 2012 +0000 Updated Clp library related code in CMakeLists.txt commit 5a21ac5ee4a4870f0e42555a23c13ba8c9e78c2f Author: Andrey Morozov Date: Fri Apr 13 10:25:29 2012 +0000 increased bitrate of recorded video on 25% commit 0c273b867e2391e4f97c41eeaccecfe00d7fa468 Author: Andrey Morozov Date: Fri Apr 13 09:57:41 2012 +0000 increased bitrate of recorded video on 25% commit d77fb60017866837843f88e48f80ee562fd7016d Author: Alexander Shishkov Date: Fri Apr 13 07:31:10 2012 +0000 minor changes in documentation commit b6dac61e96d218e9d8ac57fb088a250f00727ae6 Author: Andrey Kamaev Date: Thu Apr 12 17:41:55 2012 +0000 Fixed several documentation warnings and errors. commit 9d764b411533da99418a5b3ded3d37c348b6b940 Author: Maria Dimashova Date: Thu Apr 12 16:43:37 2012 +0000 fixed #1795 commit 97835a8f3294903d8c5f8ee9d4bb6d0da46e6d5a Author: Andrey Kamaev Date: Thu Apr 12 16:21:08 2012 +0000 Fixed 9 more build warnings commit 3b3d1a86ae1869c75615bbe461a9fa0452e44590 Author: Andrey Kamaev Date: Thu Apr 12 15:29:50 2012 +0000 Fixed ant search on Windows commit 7f6c487ae084475dac9a41801dedd76b5dc0d228 Author: Alexander Reshetnikov Date: Thu Apr 12 14:52:27 2012 +0000 Added perf test for video output commit 9783cd985fdba39124900be1c305809a025b3dcb Author: Maria Dimashova Date: Thu Apr 12 14:13:15 2012 +0000 fixed ERTrees name for writing to/reading from xml commit 8a8b34667dea45f8752b9f85d2ae939fb0c96231 Author: Maria Dimashova Date: Thu Apr 12 14:05:55 2012 +0000 increased the trees number for ERTrees commit 14ca8ed03c9ea25255f7ed3bd17e0bfb21a000c3 Author: Maria Dimashova Date: Thu Apr 12 14:03:35 2012 +0000 added ability to read files with different space count commit cc0ecf912387fc6d33a775289d09796e9883c51e Author: Alexey Spizhevoy Date: Thu Apr 12 13:58:25 2012 +0000 Removed unnecessary line (videostab) commit df410ce2462a2a076c188b9fef7056fd580cf8ee Author: Alexey Spizhevoy Date: Thu Apr 12 13:57:28 2012 +0000 Removed unnecessary line (videostab) commit 7a3786bad9a1b61591ed7288bcb1d85b3222f6fc Author: Andrey Kamaev Date: Thu Apr 12 13:50:23 2012 +0000 Fixed PvApi wrapper build commit 5042f5daa7c83f3112a51494abefbd93494a7661 Author: Alexander Reshetnikov Date: Thu Apr 12 13:35:48 2012 +0000 Fixed compilation error under Linux (memset for pvapi was moved to constructor) commit 3d42ebb3293deb1f662e5c0ee137ebd4674f2fe9 Author: Andrey Kamaev Date: Thu Apr 12 13:19:00 2012 +0000 Fixed typo commit f1e3d4d49249f127c72870807c5ae207a5d657f8 Author: Andrey Pavlenko Date: Thu Apr 12 13:06:05 2012 +0000 adding test for the bug #1795 commit f87660033fc49738bdc2e010fb81126c73aee982 Author: Alexander Shishkov Date: Thu Apr 12 13:03:16 2012 +0000 changed css for search panel commit 5f33aecd30cfe41836f3fc232764f94b52a70641 Author: Vadim Pisarevsky Date: Thu Apr 12 12:48:58 2012 +0000 changed 2.3 to 2.4 in some guides & tutorials (ticket #1794) commit 1371c9693597d59af36b9cc417d60d408b4ba287 Author: Vadim Pisarevsky Date: Thu Apr 12 12:34:55 2012 +0000 extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations. commit 6d0c022347550724811cbacb63603c5fee3a9f33 Author: Alexander Reshetnikov Date: Thu Apr 12 12:11:43 2012 +0000 Fixed cameras segfault (patch #1771) commit 7c33d65b5988abab3fa6f8c25860c69588c6f727 Author: Andrey Kamaev Date: Thu Apr 12 11:55:33 2012 +0000 Fixed broken by r8007 install target commit 4a6d434e7dc2de41adb65c94764758e5d4736f30 Author: Alexander Shishkov Date: Thu Apr 12 11:53:30 2012 +0000 fixed #1310 commit 2c3a712b436f1a6afc0912b7c205b58923738022 Author: Alexander Reshetnikov Date: Thu Apr 12 11:29:02 2012 +0000 Minor refactoring of condition for avformat_find_stream_info (ticket #1790) commit b3587c9e34327a9fc9d81ad11ea090f8cd3dffbb Author: Andrey Kamaev Date: Thu Apr 12 11:11:12 2012 +0000 Fixed problem with headers install patch commit 553ea7510b38c91a32d4eae949f2e218178d324f Author: Ilya Lysenkov Date: Thu Apr 12 10:57:11 2012 +0000 Documented valid image types in morphology operations (issue #1679) commit 04ac6db04a07ceb95f3344ae9d936534bfea1891 Author: Ilya Lysenkov Date: Thu Apr 12 10:55:47 2012 +0000 Added support of CV_16S depth in morphology operations commit d547d9c98678270c6ee3d777a88890f4bb982381 Author: Marina Kolpakova Date: Thu Apr 12 10:09:51 2012 +0000 fixed alignment related bugs in gpu/nvidia commit 6de2b1a0e69e9db56d03a0fa0fa5cb318c42a584 Author: Ilya Lysenkov Date: Thu Apr 12 09:20:43 2012 +0000 Updated doc of flann::hierarchicalClustering (issue #1216) commit cd407b53a86ba0b8af7903cf5892da6e3e1a7329 Author: Ilya Lysenkov Date: Thu Apr 12 09:01:03 2012 +0000 Corrected doc of Mat::adjustROI() (issue #1245) commit e4525860e05b62bc6e96093c80ac33b15fc6876a Author: Ilya Lysenkov Date: Thu Apr 12 08:23:58 2012 +0000 Fixed a typo commit c0f6e219bb0f4c770be8e54b46e2d7064887ef81 Author: Marina Kolpakova Date: Thu Apr 12 04:21:32 2012 +0000 calcCovarMatrix cupport fot std::vectors of cv::Mat (#494) commit 38488cfdf1ca52216b9e451646fcc8602c7928c2 Author: Vadim Pisarevsky Date: Wed Apr 11 19:40:57 2012 +0000 probably fixed linemod crash (thanks to Stefan for the report) commit 04d24a882447333627bddc077bf59225a0ab8893 Author: Maria Dimashova Date: Wed Apr 11 15:28:50 2012 +0000 refactored likelihood computing commit 51385ac73a0de8c861c941e7e57b46c0eb434202 Author: Andrey Kamaev Date: Wed Apr 11 14:46:50 2012 +0000 Java Tests: filtered VideoCapture tests commit 94f82c6a1cbfa40d7c10df2e2b52d38432be92ba Author: Alexander Shishkov Date: Wed Apr 11 14:26:49 2012 +0000 changed css for search panel commit 9d871abd32e7515f8cfe81c35f714a5ee3d4eaeb Author: Alexey Spizhevoy Date: Wed Apr 11 14:02:10 2012 +0000 Refactored videostab module. Added normalization into motion estimators. commit 3db78236826b9cdf875d740e3b22a82a1b041a11 Author: Maria Dimashova Date: Wed Apr 11 13:48:20 2012 +0000 removed unnecessary param commit d8cec20e1b30d04474cf8f64e234c1af554d3769 Author: Andrey Kamaev Date: Wed Apr 11 13:47:55 2012 +0000 Added perf test for calcOpticalFlowPyrLK commit 47148ce275c7fcb4719ede8e621bd16560ad07d9 Author: Andrey Kamaev Date: Wed Apr 11 13:20:25 2012 +0000 Added version detection for OpenNI commit e4ca7118f3f5ceb565dff6d083f73812065b88c6 Author: Andrey Kamaev Date: Wed Apr 11 13:08:17 2012 +0000 #1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0 commit a77a93a8e2bf33294ea2373e25ce136a7e042b68 Author: Ilya Lysenkov Date: Wed Apr 11 12:44:34 2012 +0000 Minor doc fix. commit 3c08f7a14d2233acd508421801ee3b56afead7d7 Author: Alexander Smorkalov Date: Wed Apr 11 12:39:58 2012 +0000 Patch #1789 access to Android camera settings applied. commit 8b65286139f958f01ee9790621932904ac286d9d Author: Ilya Lysenkov Date: Wed Apr 11 12:38:08 2012 +0000 Documented error measures used in calcOpticalFlowPyrLK commit af198233a9ff5cf69b770c3bdc8dba84be810228 Author: Andrey Pavlenko Date: Wed Apr 11 12:37:24 2012 +0000 Java API: fixing more tests commit 258afe7cc210f04a5b971a3a0ea5d89fd5935a55 Author: Ilya Lysenkov Date: Wed Apr 11 12:36:16 2012 +0000 Added OPTFLOW_LK_GET_MIN_EIGENVALS flag as alias for CV_LKFLOW_GET_MIN_EIGENVALS. commit ae839df55d5f7463433ad6b8c342e2df0582edc5 Author: Alexey Spizhevoy Date: Wed Apr 11 12:34:30 2012 +0000 Added WITH_CLP flag support into cmake scripts. commit 570ec2f166e53241b2bced6bd90722da01e99049 Author: Andrey Kamaev Date: Wed Apr 11 12:05:53 2012 +0000 Improved status report for Eigen and Ximea, improved search of PvApi headers/libs commit 7cd42b8b6a0508712b9b015f7c279091bbe7f254 Author: Alexander Shishkov Date: Wed Apr 11 11:53:56 2012 +0000 modified reduce test commit b7560332068ce52799e727f1b102cb09f9f1c162 Author: Andrey Kamaev Date: Wed Apr 11 11:11:39 2012 +0000 Fixed several warnings on various platforms commit b5a1bad7a4a1a942dfb0bb9a744d495bd3e143e8 Author: Alexey Spizhevoy Date: Wed Apr 11 10:17:35 2012 +0000 Added more flags for motion estimation in videostab sample commit 07f8bf9226f05a261d1325fd7371fcdfd6553cac Author: Andrey Kamaev Date: Wed Apr 11 08:31:43 2012 +0000 Attempt to fix windows build failure commit b31f4689211809eeb0d59aec88283ab8e03a3ae3 Author: Andrey Kamaev Date: Tue Apr 10 22:57:01 2012 +0000 Fixed MSVC warning in Mat::diag commit 626afecaf8f56b458a68530a912f343428e85198 Author: Andrey Kamaev Date: Tue Apr 10 22:21:12 2012 +0000 Fixed couple of MSVC warnings commit b122f7326b8d88c3093ceb2aee781c1e3b2ba606 Author: Vadim Pisarevsky Date: Tue Apr 10 21:28:53 2012 +0000 fixed Core_Array.expressions test commit 8b0d9f4f5cd07a456f0e8f5dd3f10b78c83a01da Author: Vadim Pisarevsky Date: Tue Apr 10 20:35:57 2012 +0000 excluded dangerously overriden Mat_::reshape() method (ticket #1510) commit 07750a1c7e686cc38de3ed81b8a91f72f5d76bde Author: Vadim Pisarevsky Date: Tue Apr 10 20:25:22 2012 +0000 extended Sobel & Scharr description (ticket #1555). Added CV_32F/CV_64F format combination in sepFilter2D. commit 6e5e2aa32f8d9e7196f3d40dd03783c6b6ad9945 Author: Vadim Pisarevsky Date: Tue Apr 10 19:54:16 2012 +0000 fixed references in calib3d (including the ticket #1627) commit 527ff0072042a103189587ad241c477d838a5a1a Author: Andrey Pavlenko Date: Tue Apr 10 19:23:53 2012 +0000 Java API: fixing more tests commit 700bd454b6e3e09995fd0cc6460c14d730dbc88f Author: Andrey Pavlenko Date: Tue Apr 10 19:17:44 2012 +0000 Java API: fixing more tests commit 1cf96d36cd8740f5ca881066ca581632f068c0ce Author: Andrey Kamaev Date: Tue Apr 10 19:16:31 2012 +0000 Corrected fix of flann deprecation warnings commit 450776484528f774756401c500eeac1a9e30b0aa Author: Alexander Reshetnikov Date: Tue Apr 10 18:02:58 2012 +0000 Added video input perf test commit a13f03f61eeb953ebcdae849a09d59d86447f06d Author: Andrey Kamaev Date: Tue Apr 10 15:50:19 2012 +0000 Fixed/suppressed remaining warnings from the python bindings commit c712f376d5d953c2918ac8411987f348e0c2d5da Author: Andrey Kamaev Date: Tue Apr 10 15:44:07 2012 +0000 Fixed warnings about unused return value of fscanf, scanf and system commit 7fd1cfc5e7c76085d84e6740fb5904480423913b Author: Andrey Kamaev Date: Tue Apr 10 15:12:08 2012 +0000 Fixed warnings about unused return value of fread commit 5f02bbd0d9fc7058786225d55d56c00f8296385c Author: Andrey Pavlenko Date: Tue Apr 10 15:01:10 2012 +0000 Java API: fixing more tests commit 2c4b5014ac75b4c2c839f22af2d38339354f883e Author: Vadim Pisarevsky Date: Tue Apr 10 14:50:52 2012 +0000 added notice and sample about transparent PNGs support in cv::write (ticket #1438, #1706) commit 013e16b44537ac6e101bca959087e7dea338d215 Author: Alexander Shishkov Date: Tue Apr 10 14:43:58 2012 +0000 update search panel for online documentation commit 9eb0dc5194bc611cc9ca692764d97206b3c53ac9 Author: Vadim Pisarevsky Date: Tue Apr 10 14:33:14 2012 +0000 minor correction in fx, fy (elements of camera matrix) description (ticket #1779) commit c0000f3aed6723f8ee7905b052aa0f878c2dc3f3 Author: Vadim Pisarevsky Date: Tue Apr 10 14:28:48 2012 +0000 added missing contrib & legacy chapters to the reference manual; fixed (x, y)->(y, x) ordering in Mat.at (ticket #1726) commit f5d327362b596a62f65320e4b2e6329220d83a77 Author: Andrey Kamaev Date: Tue Apr 10 14:08:41 2012 +0000 Android toolchain is updated for NDK r7c commit 6cbd36fd1edff85446045422c8fd26e06c65ae78 Author: Maria Dimashova Date: Tue Apr 10 14:03:05 2012 +0000 fixed likelihood computing commit 411467eab84625d45c561ed1c6ebb68b048026e4 Author: Maria Dimashova Date: Tue Apr 10 13:21:32 2012 +0000 fixed likelihood computing commit 74325fe9935bad74aa99285a5adb343eecb9794a Author: Ilya Lysenkov Date: Tue Apr 10 13:04:18 2012 +0000 Removed unnecessary mat.t() commit 829e558d48fb5eff196924faf601db6bca0b8556 Author: Ilya Lysenkov Date: Tue Apr 10 13:02:58 2012 +0000 Andrey, Maria and I fixed Mat::diag() commit ade6388d3aa657ea25172d8fac78226ee16a42cd Author: Ilya Lysenkov Date: Tue Apr 10 12:45:07 2012 +0000 Vadim, Maria, Alex, Andrey and I fixed the EM algorithm commit b8f2011f80e4705bafbd42139f945ab6f3c3d170 Author: Alexander Shishkov Date: Tue Apr 10 12:39:32 2012 +0000 fixed incorrect boundaries in countNonZero test commit a57bc4feea146ef08c81b735d7aae074ffd75269 Author: Andrey Pavlenko Date: Tue Apr 10 12:09:14 2012 +0000 Java API: fixing more tests commit d29a0d4c431e15ef230775faac01c2185c3a38da Author: Andrey Kamaev Date: Tue Apr 10 11:59:00 2012 +0000 Fixed Ant search (Android build) commit 1b495973b274339a411879e98f23518f66b842c1 Author: Alexander Shishkov Date: Tue Apr 10 11:54:18 2012 +0000 remove search tips commit 39c23ea0bdbad9b70f5b0839946617d02fdc82e1 Author: Maria Dimashova Date: Tue Apr 10 11:06:21 2012 +0000 replaced using cv::exp commit 6367867cbc38eba9d927a3b4b40ac8c9d1914ed8 Author: Alexander Shishkov Date: Tue Apr 10 10:54:08 2012 +0000 update FFMPEG wrapper binaries commit 6b0ea0e04e267fb9d2f1c712f2a2e2dc7be6d5ee Author: Vadim Pisarevsky Date: Tue Apr 10 10:53:04 2012 +0000 define MIN macro in order to build opencv_ffmpeg*.dll. commit 3b02ee4b29d97576b8375b803d2c5f979dae4ad4 Author: Maria Dimashova Date: Tue Apr 10 10:52:11 2012 +0000 modified likelihood computing commit b549900fe190cd083778ae000206ffc360f91074 Author: Alexey Spizhevoy Date: Tue Apr 10 10:33:19 2012 +0000 Minor fixes and updates in videostab module and sample commit 74b38e978b69445f6aec1e9185c8285b5f11da46 Author: Maria Dimashova Date: Tue Apr 10 10:06:28 2012 +0000 fixed kmeans commit 7e06b181446bb919eb3ca8c6657d762e5a6e4f48 Author: Andrey Pavlenko Date: Tue Apr 10 09:48:06 2012 +0000 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange commit 673f879ccd602e939550a3b7676ef81fd4007769 Author: Alexey Spizhevoy Date: Tue Apr 10 09:07:30 2012 +0000 Fixed bug in videostab sample. Fixed model size in global estimators. commit 54001572d5a6f49810e110531bde3ed26957b3b3 Author: Alexander Smorkalov Date: Tue Apr 10 09:02:50 2012 +0000 Setting camera parameters on Android 2.2.2 fixed. Old Android does not support continuous-video focus mode. commit 38befe33366615cba17cd52c23fc1a17d7a544ee Author: Vadim Pisarevsky Date: Tue Apr 10 08:40:50 2012 +0000 avoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp commit 12d42768f828d71882ccec113ddce57a4e1c85f7 Author: Andrey Kamaev Date: Tue Apr 10 08:28:09 2012 +0000 Slightly improved cmake status report commit 18067c8e9f4973a44807d44aec229ef3a75aad41 Author: Andrey Kamaev Date: Tue Apr 10 08:27:39 2012 +0000 Fixed flann deprecation warnings from flann itself commit cb1565ebc96d7bcecfdc1db1216b07a244d57f8d Author: Andrey Kamaev Date: Tue Apr 10 08:26:46 2012 +0000 Added Android-specific implementation of getNumberOfCPUs commit dccfd79da83057c3cfda29e6664ef374697f2041 Author: Andrey Pavlenko Date: Tue Apr 10 08:22:33 2012 +0000 #1783: test and fix for the bug commit b253665f8c794d522cbf8393f7829782aaa994d2 Author: Vadim Pisarevsky Date: Mon Apr 9 23:12:52 2012 +0000 added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well. commit 1a1d7baf9ac3b612290c0b2cb5f978c2fabde470 Author: Alexander Shishkov Date: Mon Apr 9 20:59:19 2012 +0000 update FFMPEG wrapper binaries commit 692b70995507be1f1e8040d7f124f9c4a3bf709d Author: Alexander Shishkov Date: Mon Apr 9 20:57:53 2012 +0000 test commit for Buildbot commit bf00eba093f20db1e7c2247a5b5a7094f605d36e Author: Alexander Shishkov Date: Mon Apr 9 20:17:58 2012 +0000 update FFMPEG wrapper binaries commit d277a6a2d4a349a3cfdb95e44f45120fe4ee2545 Author: Alexander Shishkov Date: Mon Apr 9 20:17:02 2012 +0000 test commit for Buildbot commit 6f6d12c2b6fd41dae1fca07720b2f2fdcd21c69a Author: Alexander Reshetnikov Date: Mon Apr 9 18:51:03 2012 +0000 Updated cvconfig.h.cmake commit 935222c58f0d3a3a51e29f5222b67accf1f12a31 Author: Andrey Kamaev Date: Mon Apr 9 18:31:52 2012 +0000 ffmpeg version info for Windows commit 05abdcd64f9904da3c6f08517006541c2b9c1ffc Author: Alexander Reshetnikov Date: Mon Apr 9 17:38:46 2012 +0000 Changes of highgui structure commit 213a23e860fcf71e4f6825a959a2031437c4a134 Author: Vadim Pisarevsky Date: Mon Apr 9 17:21:54 2012 +0000 updated ffmpeg to 0.10.2 commit 82db65ae8f8a29416c75a4436fb97f7595d32f3e Author: Vadim Pisarevsky Date: Mon Apr 9 17:18:00 2012 +0000 avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers commit f551b2547e02c76a255c98ce551d0e15b347e645 Author: Alexander Shishkov Date: Mon Apr 9 15:40:50 2012 +0000 turn on CountNonZero test commit bf250b6fed483cd6451503083081dd287735c457 Author: Alexander Shishkov Date: Mon Apr 9 15:39:02 2012 +0000 update FFMPEG wrapper binaries commit d9e4ad3f50b514746fc8abff4d40c4c764a332ff Author: Alexander Reshetnikov Date: Mon Apr 9 15:38:37 2012 +0000 Code style refactoring for ffmpeg wrappers commit 63a321131461987a94521602810780fc606f8daa Author: Alexander Shishkov Date: Mon Apr 9 15:18:07 2012 +0000 update FFMPEG wrapper binaries commit 3514042b2996d22785ee671b91f9201ab04989e7 Author: Alexander Reshetnikov Date: Mon Apr 9 15:16:59 2012 +0000 Updated getProperty method in old ffmpeg wrapper commit 6fa2f3b74db517c50f65bc7a4488cf679db70f8c Author: Andrey Kamaev Date: Mon Apr 9 14:56:11 2012 +0000 Minor formatting fix in status report commit f7853b262bd72defc288d63c3bd1eaba59109893 Author: Andrey Kamaev Date: Mon Apr 9 14:51:14 2012 +0000 Fixed cmake configuration for Android for case when only one SDK target is available #1781 commit 2a626e1a2da5e05a6005050970c49b8896fb3a7f Author: Vadim Pisarevsky Date: Mon Apr 9 14:51:08 2012 +0000 fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!) commit 97427aa6149ca8b81cec148ee4766322f8fb8a5e Author: Andrey Kamaev Date: Mon Apr 9 14:41:18 2012 +0000 Added more version information to cmake status (FFMPEG, GStreamer, Unicap, Xine, V4L, DC1394) commit d03d54f8c1202f1736a9d19ba883bf831e481be3 Author: Andrey Pavlenko Date: Mon Apr 9 14:14:41 2012 +0000 updating Eclipse projects settings commit c208b58e6bfa6921bb84d2222e3b6cb3dbb7b00f Author: Andrey Kamaev Date: Mon Apr 9 13:47:30 2012 +0000 Fixing TBB search and zlib version detection commit 75ad9b98672afbbf59e9909b799184afb0dc0ba9 Author: Ilya Lysenkov Date: Mon Apr 9 13:37:44 2012 +0000 Documented a return value in cvOpenFileStorage (issue #215) commit 302ececf6b53cd72744a3a0a5615c17ce713054d Author: Alexander Shishkov Date: Mon Apr 9 13:37:13 2012 +0000 update FFMPEG wrapper binaries commit 264dff523197b4bde6a6fc70b687901524de8cbd Author: Alexander Reshetnikov Date: Mon Apr 9 13:35:48 2012 +0000 Fixed ffmpeg encoding error (ticket #1743) commit aa4a45ff3bdb6aa89caf29afeaf774dc801fda12 Author: Andrey Kamaev Date: Mon Apr 9 13:22:52 2012 +0000 Added more version information to cmake status (Qt, CUDA, OpenEXR, gcc) commit 8521f8a5ec156b0f829b69b1508be19a7d54d2f3 Author: Vadim Pisarevsky Date: Mon Apr 9 12:50:29 2012 +0000 fixed crashes in videocapture and videowriter on Ubuntu 11.10 commit 4e51c38fa35c6f618fd350d40fd43fc55092e6a6 Author: Ilya Lysenkov Date: Mon Apr 9 12:44:18 2012 +0000 Documented a return value in meanShift() and CamShift() (issue #1678) commit e10d7b262b465109ee3bfbc0d3632aaff2ca0bf1 Author: Ilya Lysenkov Date: Mon Apr 9 12:30:14 2012 +0000 Updated a comment about return value in meanShift and CamShift commit bc803ec93e83134f374e8e8abcd08e01b0f82a94 Author: Alexander Shishkov Date: Mon Apr 9 12:07:47 2012 +0000 nonfree is optional for Python module now commit 9f20d014c6d5084a602f7c28e7b08eb5cd8cb4fe Author: Ilya Lysenkov Date: Mon Apr 9 12:03:01 2012 +0000 Added documentation of old Python parameters in cv.DrawContours() (issue #987) commit 39cd13583fff532f7502477735e9ed776e8d905a Author: Alexey Spizhevoy Date: Mon Apr 9 11:58:56 2012 +0000 Fixed bug in motion stabilization pipeline and updated wobble stabilizer (videostab) commit b79dfaf078b42833ce0cb8300fe9bfdd365eda0d Author: Alexander Shishkov Date: Mon Apr 9 11:45:36 2012 +0000 fixed problem with SURF loading in Python tests commit a68d0278ba31c3a88afeed792b5b4507ba5632e4 Author: Andrey Pavlenko Date: Mon Apr 9 11:36:32 2012 +0000 Java API: fixing tests compatibility with API level 8 commit d1a8f562b9a2692fb5f12e805846c9341117f3ac Author: Andrey Kamaev Date: Mon Apr 9 11:32:28 2012 +0000 Added version detection for zlib, libjpeg, libjasper, libpng, libtiff commit 28cf8cee53061ebbec1e086fd71d348e6bb04e09 Author: Ilya Lysenkov Date: Mon Apr 9 11:30:38 2012 +0000 Documented the Python version of findContours (issue #1697) commit f2c252f8e7b83763b6c527952c0472352230e41f Author: Maria Dimashova Date: Mon Apr 9 10:51:50 2012 +0000 moved to double in EM; fixed bug commit b6452f4bcf43f904b538e5993dd1660d27b60b45 Author: Ilya Lysenkov Date: Mon Apr 9 10:50:27 2012 +0000 Added a note that cv::pow() doesn't handle NaN and Inf values (#1739) commit a9b3a17ae68a6f34ae897452968798cfc8aee434 Author: Andrey Pavlenko Date: Mon Apr 9 08:53:54 2012 +0000 Java API: fixing more tests commit 17d88783c251e72f2fc0d963440f849f9811c2cd Author: Andrey Pavlenko Date: Mon Apr 9 08:31:28 2012 +0000 Java API: fixing more tests commit bb870a8270c14808913e98464fe0d14078d58f11 Author: Andrey Pavlenko Date: Mon Apr 9 08:20:23 2012 +0000 Java API: fixing more tests commit 2e7a9041a7c0a300c385f9dd0bb242e8ae97dd89 Author: Andrey Pavlenko Date: Mon Apr 9 08:07:18 2012 +0000 Java API: fixing more tests commit 7ed80d54d70d2542db668c4d6dea220319d40ee9 Author: Andrey Kamaev Date: Mon Apr 9 07:53:04 2012 +0000 Added TBB version detection to CMake commit be20370a3d8500d0f95e022ce8ab675cff7fc21e Author: Alexander Smorkalov Date: Mon Apr 9 07:36:54 2012 +0000 Autofocus issues on Android ICS fixed. Continuous-video focus mode is set. Performance problems fixed. Shared camera buffer is used. commit 7cc7a3f37dfe28c4eadef08a2b13ff35ee42003c Author: Andrey Kamaev Date: Sun Apr 8 21:49:19 2012 +0000 Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. commit c16a1d86ccb1ce845df3a02d51bd24211587071a Author: Andrey Kamaev Date: Sun Apr 8 17:36:41 2012 +0000 Fixed python detection on Windows with both 32bit and 64bit pythons installed. commit 35a7dfbd3769fa1378a12bcd9cdbdf7ed7794403 Author: Andrey Pavlenko Date: Sun Apr 8 17:26:17 2012 +0000 removing Java tests for removed classes commit d96dcb8a71ca78bd87e8102a18e5ca336d0e80b1 Author: Andrey Pavlenko Date: Sun Apr 8 17:10:15 2012 +0000 fixing Android build error in Java API commit b5f570091163771c7e45d1888a23c64532126d7f Author: Marina Kolpakova Date: Sat Apr 7 16:06:47 2012 +0000 fixed build with gcc 4.5+ (#1774) commit cf02b2e258b617decd966477a6c79f5e9781abba Author: Marina Kolpakova Date: Sat Apr 7 12:51:59 2012 +0000 additional android logging for output gtest xml file commit 0ff5712d06d10c5a161e17c84c26e555fbb376d8 Author: Marina Kolpakova Date: Sat Apr 7 12:47:23 2012 +0000 fixed few warnings commit fb0611bd51c490349944a98295467d050862b639 Author: Marina Kolpakova Date: Sat Apr 7 12:03:02 2012 +0000 Fix for #1773 commit 2154fb5a15314db2a84efc532ac5ceb83a1d9d1a Author: Ivan Korolev Date: Sat Apr 7 06:00:18 2012 +0000 Java API: Fixed some bugs in the ImgprocTest.java commit 99b24f77c5a58f1c396b3e14c244982146d88726 Author: Andrey Kamaev Date: Fri Apr 6 20:03:21 2012 +0000 Fixed problem with backslashes in embedded build information. commit dcadc4f8fb37fe148613dd7a7c2fd8cafecb27e3 Author: Andrey Kamaev Date: Fri Apr 6 19:54:15 2012 +0000 #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 commit 5ce2997c842f3aa92a784bbbb66aaf1356ece70d Author: Maria Dimashova Date: Fri Apr 6 17:10:26 2012 +0000 added assert commit 84aff376a7cf44b981e52e58419e8a63a4d8f15f Author: Maria Dimashova Date: Fri Apr 6 17:06:35 2012 +0000 fixed em log likelihood commit b8c310065cdb74257775a00d37fd0c945fa6905c Author: Vadim Pisarevsky Date: Fri Apr 6 15:59:30 2012 +0000 modified EM interface; updated tests & samples commit 1c1c6b98f637ff5f4f1e8591b95304a43739ef7d Author: Andrey Kamaev Date: Fri Apr 6 15:43:20 2012 +0000 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration commit 89338a38af62d0e614757b9965194e30f4394462 Author: Ivan Korolev Date: Fri Apr 6 13:45:07 2012 +0000 Fixed some bugs in the ImgprocTest.java module. commit 6c308dac1084593702ad7620e24709a06d04aba3 Author: Alexander Shishkov Date: Fri Apr 6 13:33:22 2012 +0000 fixed problem in solvePnPRansac with TBB commit 61c7c441b980feb28cfa566512e7af904c8bac9b Author: Vadim Pisarevsky Date: Fri Apr 6 13:22:08 2012 +0000 handle single-point sets in kmeans properly commit 71d8769314d926462d94dbde1ae139740f65319d Author: Maria Dimashova Date: Fri Apr 6 12:30:09 2012 +0000 removed EM from python and java bindings commit 30b461a506628610e20f5b1bbd67276f39619dac Author: Alexey Spizhevoy Date: Fri Apr 6 10:51:46 2012 +0000 Added support of homography motion model into vidostab sample commit 2854e7b5a256052d4a27dea321714732fad35b8a Author: Andrey Kamaev Date: Fri Apr 6 10:44:55 2012 +0000 Fixed perf tests crash in case of corrupted sanity data; added option to control process of generating new sanity records commit a03c6d9d1f0f352ed5f534b8eece24be7b1738c8 Author: Alexander Shishkov Date: Fri Apr 6 10:35:25 2012 +0000 fixed RAND test for float values commit 305b9a25e3a0f9cc3d526b717726fee9f5035d77 Author: Vadim Pisarevsky Date: Fri Apr 6 10:15:52 2012 +0000 restored resolution in big video writer test commit 0f1f7b0b4a1191031bc744818efe772ccdf0602c Author: Vadim Pisarevsky Date: Fri Apr 6 10:04:22 2012 +0000 fixed a few VS2010 warnings in EM commit 2291faedd84c961eecdbf729b063d1dd58479c31 Author: Andrey Pavlenko Date: Fri Apr 6 09:32:00 2012 +0000 Java API: changing CvVectorXxx to MatOfXxx commit 6c0ab28d8bdbb59679ab6f6dbf474783513e7e44 Author: Andrey Pavlenko Date: Fri Apr 6 09:30:42 2012 +0000 Java API: changing CvVectorXxx to MatOfXxx commit 85fa0e776368e7d33cdc81c73c23e9750e4e3a6e Author: Maria Dimashova Date: Fri Apr 6 09:26:11 2012 +0000 added cv::EM, moved CvEM to legacy, added/updated tests commit d9d47553872df363b53e542fb1cd398e4a3c0156 Author: Alexey Spizhevoy Date: Fri Apr 6 08:52:31 2012 +0000 Updated wobble suppression code in videostab module commit cdc5bbc0bc95876985e2301117f175fa7ce6a831 Author: Vadim Pisarevsky Date: Thu Apr 5 20:23:53 2012 +0000 fixed crash in I/O tests on Windows by making sure std::vector is non-empty before taking pointer to its elements commit 32d72047d56330fad1e43dac3e8f84b8c9bc2c67 Author: Vadim Pisarevsky Date: Thu Apr 5 18:26:49 2012 +0000 reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX. commit 0ef71c04db53f02f2fcc5477c462086b0a78703f Author: Alexander Reshetnikov Date: Thu Apr 5 16:29:42 2012 +0000 Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755) commit fa7e7e54dcd9deb9526d0f20d708b115900631c1 Author: Andrey Kamaev Date: Thu Apr 5 16:06:09 2012 +0000 Fixed ugly bug in AlgorithmInfo initialisation order commit 56e7852e2f0d7c921f65beba23db7d55aeb7c240 Author: Alexander Reshetnikov Date: Thu Apr 5 15:53:03 2012 +0000 Fixed a problem with AVI reading (removed avcodec_context) commit a5a3c3139f93a3ed043ff903c4193f3775150871 Author: Alexander Smorkalov Date: Thu Apr 5 14:03:20 2012 +0000 Native camera shared libraries updated after autofocus fix. Libs for Android x86 added. commit f6972542f3a8738e1f5e307057ac336a001cf103 Author: Alexander Smorkalov Date: Thu Apr 5 14:00:36 2012 +0000 Autofocus issue on Android ICS fixed. commit fa09f3d12197183398410101165a091fcdb4874f Author: Alexey Spizhevoy Date: Thu Apr 5 13:23:42 2012 +0000 Refactored videostab module. Added MoreAccurateMotionWobbleSuppressor class commit c6a27b3d2f6b467ef97acf70655f4a910e1a4f77 Author: Vadim Pisarevsky Date: Thu Apr 5 13:01:34 2012 +0000 probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases commit d80651d99af8f826e7d1f4bdbdba22f545d30f73 Author: Andrey Kamaev Date: Thu Apr 5 12:53:25 2012 +0000 Added option to automatically run all accuracy tests with run.py commit f32b645b96264bb9a2bcb54d4cb5f830969e6f13 Author: Alexey Spizhevoy Date: Thu Apr 5 09:15:13 2012 +0000 Refactored videostab module, added base class for woobble suppression commit 849e3cfac05ee04fc2aa90d06c300d11aceaa5c5 Author: Andrey Kamaev Date: Thu Apr 5 09:01:03 2012 +0000 Merged the trunk r7844 commit 0c45a5add20502690ba3cf8d56168ab94acb7f48 Author: Andrey Pavlenko Date: Thu Apr 5 08:41:03 2012 +0000 Java API: minor bug-fixes and improvements in CvVector-s and tests commit 4ee2c486eb9ff05552f35cd5563f837ae7ccf929 Author: Andrey Kamaev Date: Thu Apr 5 08:29:59 2012 +0000 #1732 Added YUV422 conversions commit 24f82c755add423e52a9b43238b9ab0a0411788f Author: Andrey Kamaev Date: Thu Apr 5 07:25:52 2012 +0000 Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test commit fd9a8c609f9f02ab7fc0c2545103b5edbaa9c966 Author: Marius Muja Date: Thu Apr 5 06:46:42 2012 +0000 Bug fix in LSH index commit dc8c281fa104db097665f5acff622c6a380b2eaa Author: Andrey Pavlenko Date: Thu Apr 5 05:02:24 2012 +0000 fixing compilation commit e04cd1b0cf79fff40a60e7dac4410b67662cd544 Author: Alexander Shishkov Date: Wed Apr 4 16:06:07 2012 +0000 fixed #227, added support I420 format commit 5c0c81076b89db05ded6b70c7d8b793dd9d98a78 Author: Andrey Pavlenko Date: Wed Apr 4 15:10:26 2012 +0000 Java API: fixing Objdetect tests commit 5fefac7fe3b1b2583b76f0a965290a427d765680 Author: Andrey Pavlenko Date: Wed Apr 4 15:00:35 2012 +0000 Java API: fixing Highgui and Video tests commit cd8dfd6c5d68a5df7f10f99a3ab832ccb64a8bb4 Author: Andrey Pavlenko Date: Wed Apr 4 14:49:56 2012 +0000 Java API: fixing Calib3d tests commit 51338ec7c3fa2dc8bed9aae78886757f27e58f86 Author: Andrey Pavlenko Date: Wed Apr 4 14:26:43 2012 +0000 Java API: fixing Core tests; minor enchantments in CvVector-s API commit a7da9681c38d37bd0b00d32d56659cd5513396ed Author: Alexey Spizhevoy Date: Wed Apr 4 13:58:38 2012 +0000 Added motion stabilization pipeline (videostab module) commit 5a93b275cdba1605df93cbca111810f0132685d6 Author: Andrey Kamaev Date: Wed Apr 4 13:42:02 2012 +0000 Fix for #1730 commit 7fb694756b1cec8fb065851472cb6a6ee79effe7 Author: Andrey Kamaev Date: Wed Apr 4 13:25:37 2012 +0000 Fixed bug in reading zero-size Mat from FileStorage commit ae00e9074b0bff51529704a8fab55ba43f5c7707 Author: Andrey Kamaev Date: Wed Apr 4 13:10:03 2012 +0000 Added test for reading empty Mat from FileStorage commit 78d92584c36e52ad1ec2ebb14cdb8b69f3efae62 Author: Andrey Pavlenko Date: Wed Apr 4 12:59:53 2012 +0000 Java API: changing C++ vector handling; Java tests fixes are expected shortly commit 9ac0d4323d2ffca53b6fb1ff59d4da6f8a22b46f Author: Vadim Pisarevsky Date: Wed Apr 4 12:52:14 2012 +0000 make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors commit 2fded17f10563ac5705678e26569bd9c93f28e23 Author: Vadim Pisarevsky Date: Wed Apr 4 12:13:53 2012 +0000 added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756) commit 5ee7596cbc49406c34bbe8237e22ab51c750ec61 Author: Alexander Mordvintsev Date: Wed Apr 4 12:06:36 2012 +0000 fixed EM sample commit 9c44715f5071460bac08b60f5f8f0e39af873b18 Author: Alexey Spizhevoy Date: Wed Apr 4 11:49:48 2012 +0000 Added asserts into global motion estimation functions (videostab module) commit efa0717d012d13c9d987ed58f11f832b4ff9f40f Author: Alexey Spizhevoy Date: Wed Apr 4 11:45:16 2012 +0000 Added support of homography estimation into videostab module commit 3f609c89e26e3a1779ad9a5dbd8f1264841cffa8 Author: Vadim Pisarevsky Date: Wed Apr 4 11:44:09 2012 +0000 support in-place warpAffine, warpPerspective & remap (feature #1150) commit e88ff6837a7f5fd0b2437d769e46afd2a72110ff Author: Vadim Pisarevsky Date: Wed Apr 4 11:35:51 2012 +0000 added test for ticket #1719 and added a note about contour self-intersections to the docs commit 41eb91f5f1b3fb65901fec5d0dc65ddabbc5c94c Author: Andrey Kamaev Date: Wed Apr 4 10:56:17 2012 +0000 Updated performance tests sanity data; fixed some tests commit 9576133e0690e965222ea8a8dde9622963800190 Author: Vadim Pisarevsky Date: Wed Apr 4 10:36:49 2012 +0000 restore support of vector as possible output descriptor container in SURF::operator(). commit ecb1f0e288514083d4c361e7de89d56b00764418 Author: Alexey Spizhevoy Date: Wed Apr 4 09:28:47 2012 +0000 Fixed some bugs in videostab module and refactored it commit e479a9f6191323122420dc2596368e9d07186abb Author: Andrey Kamaev Date: Wed Apr 4 08:34:30 2012 +0000 Removed unneded dependency between objdetect and calib3d commit 22630ff8b4bae3e55b5addd6a525bedae30cedcf Author: Andrey Kamaev Date: Tue Apr 3 14:24:55 2012 +0000 Merged the trunk r7794 commit a3262c5e5133a64e3dfa7fcb88a96225439a8c28 Author: Vadim Pisarevsky Date: Tue Apr 3 13:38:54 2012 +0000 added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors. commit c7d38a3aab8872586fd072115e4a443b6c5e984e Author: Vadim Pisarevsky Date: Tue Apr 3 13:05:16 2012 +0000 restored try-catch in the i/o test commit 5e155571553ea5e8212126069d32d17b62dec899 Author: Vadim Pisarevsky Date: Tue Apr 3 12:23:46 2012 +0000 fixed a few bugs in XML/YAML input/output. commit 85364ac9b13f6b0a458ef5e248419d64b70ed50c Author: Maria Dimashova Date: Tue Apr 3 10:51:59 2012 +0000 fixed Algorithm commit 265945369413c21ab394dd6a66aa4e5c10478ee1 Author: Vladislav Vinogradov Date: Tue Apr 3 06:49:13 2012 +0000 merged revisions r7808 from 2.4 branch commit 64a5c0b1cfe0738b69ee0102399a2a201457f9aa Author: Vladislav Vinogradov Date: Tue Apr 3 06:45:32 2012 +0000 updated gpu docs commit 42e0214de51394d9d2a2aa293cbda40145a720a9 Author: Alexander Kapustin Date: Tue Apr 3 05:53:26 2012 +0000 36 functions of cvtScaleTIPES_func were Neon Optimized commit 9bfd50e6aeb06d139b2176fb16ccd792080ddd11 Author: Alexander Shishkov Date: Tue Apr 3 00:33:33 2012 +0000 merged revisions r7802,r7804,r7805 from 2.4 branch commit 74504e6c4d3ae4fd60b5ffaeede89fa956705a55 Author: Alexander Shishkov Date: Tue Apr 3 00:21:09 2012 +0000 fixed #1572 commit dc318a868ace86d2da79405de5f451462f78d485 Author: Alexander Shishkov Date: Mon Apr 2 22:21:15 2012 +0000 fixed bug in document theme commit ff071d2cf686b22015938e1ca6f32b50b1a18d25 Author: Vadim Pisarevsky Date: Mon Apr 2 17:19:57 2012 +0000 added Algorithm::get/set/addParam(vector) (to be used by EM) commit 6fdf7b4d62cec9ad20d867f97dd156ade71262cf Author: Alexander Shishkov Date: Mon Apr 2 13:16:54 2012 +0000 fixed document style for deprecated interfaces added logo to the online docs moved quick-search panel added logo with white sign commit 56b5e6d8a84f335cbd39897c33791efdbf4c4fd1 Author: Alexey Spizhevoy Date: Mon Apr 2 12:26:05 2012 +0000 Updated videostab module commit 1bc9ec0d770bd207c6ec28f7631e994c0b055698 Author: Vladislav Vinogradov Date: Mon Apr 2 11:21:45 2012 +0000 fixed gpu::Laplacian fixed gpu performance sample commit abbfa848baf95a131fb1fc4005103a4e0e6a0922 Author: Alexander Smorkalov Date: Mon Apr 2 09:44:36 2012 +0000 Issue 1119 Build for x86. Build script added. Tests are ok. commit 3e23bb6df694e963875ba150e57e97bfd358ffe7 Author: Alexey Spizhevoy Date: Mon Apr 2 09:25:27 2012 +0000 Refactored videostab module and sample commit 5fe493474cafaf110af7136a1d3afe87de9c875d Author: Vladislav Vinogradov Date: Mon Apr 2 08:55:04 2012 +0000 minor fix of gpu performance sample commit c02c676865efc808e97e613c0f15f27dc4ba755d Author: Vladislav Vinogradov Date: Mon Apr 2 08:53:06 2012 +0000 fixed gpu performance sample (SURF usage) added tests for filter2D commit 489a1da0ed1cd8584fb14d2eaaa2d818cefe17f7 Author: Vladislav Vinogradov Date: Mon Apr 2 08:20:23 2012 +0000 fixeg gpu::Laplacian commit b880bbcc1899fdb3a25e4ae1ee857ebfac9ea288 Author: Andrey Kamaev Date: Sun Apr 1 10:19:54 2012 +0000 Fixed Java API build commit 66fd36f79eef3278c3f81091ba23c69687cea5bd Author: Alexander Shishkov Date: Sun Apr 1 08:58:24 2012 +0000 changed version to 2.4 commit 82d619a34df67acf41c4b2673052ca18724ccd20 Author: Vladislav Vinogradov Date: Sun Apr 1 07:32:25 2012 +0000 fixed gpu::filter2D commit fd31234122a73e5585bccd9ca83cb2401967113f Author: Andrey Kamaev Date: Sat Mar 31 23:51:59 2012 +0000 Fixed gcc build commit e1fd68b21e514bd96658421329be78a226549e46 Author: Anatoly Baksheev Date: Sat Mar 31 23:49:35 2012 +0000 fixed #1257 ( HaarCascadeApplication GPU test crash ) commit 470f6fafeb4bf4e75247bb747d144332e94e69fb Author: Andrey Kamaev Date: Sat Mar 31 22:30:18 2012 +0000 Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests. commit a22641aa9c9a24b965de2f424f0f5cf2aec76bfb Author: Anatoly Baksheev Date: Sat Mar 31 22:07:16 2012 +0000 fixed bug #1367 in CSBP commit d2bc0065a6f51284ff0dd4ad039a19d25007fed0 Author: Anatoly Baksheev Date: Sat Mar 31 20:01:18 2012 +0000 minor commit eecda6d3086537903217a93cfa061661a7956cda Author: Vadim Pisarevsky Date: Sat Mar 31 17:39:06 2012 +0000 added explicit () to avoid MSVC /analyze warning commit d95721107ce0773ef301f0e38bf8e28cba229469 Author: Andrey Kamaev Date: Sat Mar 31 17:34:24 2012 +0000 Fixed typo. commit 5c615ec28f546c11321414ab7da354b752935a2c Author: Vadim Pisarevsky Date: Sat Mar 31 17:25:19 2012 +0000 added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away. commit 1c616f43ba808c7e403d9106072a7f237d1030ad Author: Alexander Reshetnikov Date: Sat Mar 31 17:06:35 2012 +0000 Fixed compilation error with ffmpeg 0.9.x & 0.10.x commit 4a41107b0121606f925bb0506bace20a58f9ce51 Author: Vladislav Vinogradov Date: Sat Mar 31 17:05:33 2012 +0000 applied patch #1734 commit 124ceb96a7697fbd402575f98d43d0004a267482 Author: Andrey Kamaev Date: Sat Mar 31 15:33:03 2012 +0000 #1732 Added yuv420p to RGB conversion. Thanks to Robert Abel. commit 445537fb53d1cb9d38f7510ee1fdeccbfbb2fe97 Author: Alexander Shishkov Date: Sat Mar 31 15:28:51 2012 +0000 update FFMPEG wrapper binaries commit 4ec2ad91b90f67d06c7d303d1ac51847238a66a7 Author: Alexander Reshetnikov Date: Sat Mar 31 15:27:48 2012 +0000 Removed duplicated includes from ffmpeg wrappers commit 958d5a0caac9b5c932509af1ab82d3efba562060 Author: Alexander Reshetnikov Date: Sat Mar 31 15:12:45 2012 +0000 Solved a problem with VideoWriter in the new wrapper commit ab0fc847810f91117fdc8a3d932d339be1c2a384 Author: Alexander Reshetnikov Date: Sat Mar 31 15:10:13 2012 +0000 Fixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some deprecated functions commit c648de0e089d2ab192bf2f4fd95e90e03569921c Author: Andrey Kamaev Date: Sat Mar 31 12:26:03 2012 +0000 Fixed build error in Android examples when java bindings are excluded from build. commit 72f2523d0f154d5efefa771f85354dee79aaa9d1 Author: Andrey Kamaev Date: Sat Mar 31 11:09:16 2012 +0000 Fixed ~20 potential errors identified by the MS complier. commit 1e5a600d13ad6e49dfbf769b3d5b9a97e8a1735f Author: Vadim Pisarevsky Date: Sat Mar 31 08:56:48 2012 +0000 fixed video capturing on Mac running Windows (ticket #988) commit f309bafe9ea23f0e076fbba5ecce97ab5be820e3 Author: Vadim Pisarevsky Date: Fri Mar 30 20:06:06 2012 +0000 another fix for cap_dshow.cpp; fixed warning in facerec_demo commit 3a564d1ae897c662c118236283550f6112954b74 Author: Alexander Reshetnikov Date: Fri Mar 30 19:58:44 2012 +0000 Updated displayOverlay's implementation & documentation (ticket #903) commit 7a017973bf7f780f4bd333e8beaf086525ea15aa Author: Andrey Kamaev Date: Fri Mar 30 19:26:15 2012 +0000 Fixed Windows build (MSVC 10 Win32) internal CV_CAP_PROP_ZOOM is renamed to CV_CAP_PROP_ZOOM_DSHOW internal CV_CAP_PROP_FOCUS is renamed to CV_CAP_PROP_FOCUS_DSHOW commit f0b8b81caa11b2b2a8d9d427705acda6d12673df Author: Vadim Pisarevsky Date: Fri Mar 30 18:39:03 2012 +0000 applied big patch #1281 by Martin Beckett (various direct show video capture enhancements) commit 7fb8e9d3285882d47e80fd0ed959b8064393d9cb Author: Vadim Pisarevsky Date: Fri Mar 30 16:58:24 2012 +0000 added borderType to pyrDown, pyrUp & buildPyramid (patch #925) commit aff34adf1b97b5ef3f9b95d319e6a3794f7f81f3 Author: Alexander Reshetnikov Date: Fri Mar 30 16:57:41 2012 +0000 Updated new ffmpeg wrapper commit dc6cad3d4b0fd1e8f1d11c185257656ae929c3c1 Author: Andrey Kamaev Date: Fri Mar 30 16:21:46 2012 +0000 Fixed build with tests disabled commit 0d18d19ad622ceafd7ff4c1d48d36d78ee4b3b78 Author: Andrey Kamaev Date: Fri Mar 30 16:10:52 2012 +0000 Fixed Android build warnings commit 7f2cda6c8c69b64c9ef2aaa6600ebaaa29dad703 Author: Maria Dimashova Date: Fri Mar 30 15:04:51 2012 +0000 fix the ticket #1234 commit 51fa895fcad7279a9c0a568a4545c30869e92c99 Author: Alexander Shishkov Date: Fri Mar 30 14:31:20 2012 +0000 update FFMPEG wrapper binaries commit e00f1e39111f43916d1b1a31887fc8e029dc70a0 Author: Alexander Reshetnikov Date: Fri Mar 30 14:30:24 2012 +0000 Fixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400) commit aea24ffcd5120216881528fed3b0a8886d3d5c2b Author: Andrey Pavlenko Date: Fri Mar 30 14:22:34 2012 +0000 #796, #1701 fixing doc vs code arg-s naming consistency commit 38f686252c9e01374603a96d0dc6210202a40c4e Author: Vadim Pisarevsky Date: Fri Mar 30 14:13:21 2012 +0000 added video stream positioning in QTKit-based VideoCapture backend (patch #1420) commit a4f5216d528881b07a529428668d567d60ca0e51 Author: Andrey Kamaev Date: Fri Mar 30 14:03:18 2012 +0000 Fixed gcc build after r7751 commit 22a0d6b7d1e99770562a35f6c54ac8468c25eb9e Author: Vadim Pisarevsky Date: Fri Mar 30 13:51:15 2012 +0000 possible fix for #1396 commit 406a05316f564725825206fa12eace1fdef16dd4 Author: Anatoly Baksheev Date: Fri Mar 30 13:43:50 2012 +0000 removed obsolete docs about cuda contexts commit 68d20301f25a600994c077971547b52a609d80bf Author: Vadim Pisarevsky Date: Fri Mar 30 12:54:54 2012 +0000 fixed building delaunay.c with MSVC commit 856aaee8cdce8a1538c6aadf67670f31500390aa Author: Ivan Korolev Date: Fri Mar 30 12:48:47 2012 +0000 Fixed the path to the testdata. commit 44d4e85d9ea3f5f547aa34cda1ce3faa1f278b8f Author: Ivan Korolev Date: Fri Mar 30 12:27:17 2012 +0000 Fixed the path to the testdata. commit beb7fc3c9222756f423ba5c31f66c11db0d4e13e Author: Vadim Pisarevsky Date: Fri Mar 30 12:19:25 2012 +0000 a LOT of obsolete stuff has been moved to the legacy module. commit 7e5726e251f9db87004a35959de87b48182fd567 Author: Andrey Kamaev Date: Fri Mar 30 12:07:45 2012 +0000 Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.) commit 014accaf31ad815eda8f26ee9761adafcb943f57 Author: Alexey Spizhevoy Date: Fri Mar 30 09:49:41 2012 +0000 Fixed default arg value in videostab sample commit 99f29b75a12781cd620811ee8dda2fefd5b41d46 Author: Alexey Spizhevoy Date: Fri Mar 30 09:44:32 2012 +0000 Added linear similarity estimation into videostab module commit 1af9b8ecabf5974599125a42e67fa4f151f09c8e Author: Andrey Kamaev Date: Fri Mar 30 06:19:21 2012 +0000 Applied patch from #1133 commit 77425edd110a0708bea896d93441e4ceb1320cab Author: Andrey Kamaev Date: Thu Mar 29 23:10:21 2012 +0000 #1532 Debug version of python bindings is excluded from install commit 2598736ac2893c21881f12cad0f34fb1f0c01606 Author: Vadim Pisarevsky Date: Thu Mar 29 19:56:53 2012 +0000 added description of cv::convexityDefect commit e36ad508253fbe26b58221b95188a57fc73923ac Author: Vadim Pisarevsky Date: Thu Mar 29 19:42:47 2012 +0000 added cv::convexityDefects (ticket #796) commit 959c37fccfdb3d64ad0eaaa57fc7be2e527fd139 Author: Ilya Lysenkov Date: Thu Mar 29 18:44:55 2012 +0000 Partial fix of a cameraCalibration() test commit e7b435350595cff067ddbf583377401b398a5cde Author: Ilya Lysenkov Date: Thu Mar 29 17:19:15 2012 +0000 Added termination criteria as a calibrateCamera() parameter commit 33bc089506c6a87eafc474fe828e5d6690a8dc34 Author: Vadim Pisarevsky Date: Thu Mar 29 17:18:38 2012 +0000 fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304) commit 0b234b7a6970d4e12fe95ed064f9883b02633d9c Author: Vadim Pisarevsky Date: Thu Mar 29 17:08:03 2012 +0000 rewritten floodfill in generic style; added CV_32S flavor (ticket #1482) commit 554e0051e857af0acdd0c9029bc94f718c093f9a Author: Alexander Reshetnikov Date: Thu Mar 29 16:15:55 2012 +0000 Fixed error with color space switching for IEEE1394 cameras (patch #766) commit 6d49b075d964ce8a57a7bc394e7219077370f774 Author: Andrey Pavlenko Date: Thu Mar 29 15:41:38 2012 +0000 updating screen resolutions support settings commit 64355e88f14753a7cd6be833428f2dd1b706e3d3 Author: Andrey Pavlenko Date: Thu Mar 29 15:40:21 2012 +0000 fixing a typo commit 0ac70e68839191128fb6a26b9dc7d0dfacb45a5e Author: Alexander Shishkov Date: Thu Mar 29 13:46:54 2012 +0000 fixed #1421 commit ecbf9425e40b7a07dd7460d34d6461280efa62a2 Author: Ilya Lysenkov Date: Thu Mar 29 13:22:49 2012 +0000 Added documentation of correctMaches (#1350) commit 1e1d7496ee761a8551f6bd8bd53ccaeb1930e605 Author: Ilya Lysenkov Date: Thu Mar 29 13:22:22 2012 +0000 Added a test for correctMatches (#1350) commit f29912b5018293c646c564cc5a188f0b4ec5168e Author: Ilya Lysenkov Date: Thu Mar 29 13:21:24 2012 +0000 Added wrappers of cvCorrectMatches (#1350) commit 0404b2989e97909fd1e56e784480fbcef998ac74 Author: Vadim Pisarevsky Date: Thu Mar 29 13:06:38 2012 +0000 fixed line clipping (ticket #1284) commit 1564fe9a83958cb3d420b8657e46af7ba31f1407 Author: Alexander Reshetnikov Date: Thu Mar 29 12:20:06 2012 +0000 Fixed segfault problem with cap_unicap (ticket #1112) commit 586ff429ec73648fad65f1f2a257d2090153421f Author: Vadim Pisarevsky Date: Thu Mar 29 12:00:34 2012 +0000 fixed bug #1318. extended RNG::fill with the optional saturateRange parameter commit ee8c4aeb4bbd0f9e407472e96086ee8cd509a678 Author: Alexander Reshetnikov Date: Thu Mar 29 11:56:53 2012 +0000 Updated close method for ieee1394 cameras commit 857676c61088d44b98422afd27d418a41baa50ba Author: Ilya Lysenkov Date: Thu Mar 29 11:54:29 2012 +0000 Added documentation of triangulatePoints() commit 8f970caa561fca19347f1e1cded05fce7452cf6e Author: Andrey Kamaev Date: Thu Mar 29 11:17:35 2012 +0000 #1349 tbb::mutex is moved to outer scope to be sure that its initialization is completed before the parallel loop commit 4eda1662aa01a184e0391a2bb2e557454de7eb86 Author: Vadim Pisarevsky Date: Thu Mar 29 10:47:08 2012 +0000 switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638 commit 7901879e48e8235b52a7d3239ba2e965ad01e212 Author: Ilya Lysenkov Date: Thu Mar 29 10:39:48 2012 +0000 Added a test for the C++ wrapper of cvTriangulatePoints() commit 37db334f8a066e7c9b6e2723b713027acd872e60 Author: Ilya Lysenkov Date: Thu Mar 29 10:39:06 2012 +0000 Added wrappers of cvTriangulatePoints() commit 8d9d96455069dc960f0a06a0b9344ab768d7d114 Author: Maria Dimashova Date: Thu Mar 29 08:55:43 2012 +0000 added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe), commit ec793df30f7c64c63f3fafd10f3393a171586152 Author: Andrey Kamaev Date: Thu Mar 29 08:07:57 2012 +0000 #1205 fixed more bugs/typos in parameters commit 008a1c91fd4dc833401a2624983a151c89fb8154 Author: Maria Dimashova Date: Thu Mar 29 07:01:57 2012 +0000 fixed em test commit 94c258cf1522883d5de03a4fddf345555f8680e5 Author: Andrey Kamaev Date: Thu Mar 29 06:50:05 2012 +0000 #1205 fixed ~100 of ~700 parameters commit e74be5a65d9d60eb0237555b4dd64cb1c540e0d9 Author: Alexander Smorkalov Date: Thu Mar 29 05:15:51 2012 +0000 Fix for issue #1201 Updated. Focus mode auto was replaced on continuous-video. Libraries were rebuilt. commit d6d1ff0ac5fef01c8836577d32050b95d1402b3f Author: Andrey Kamaev Date: Thu Mar 29 03:33:07 2012 +0000 Added regression test for #1652 commit ce89d00fcf7c97a62d26e8d2738c4ec39f41c7fe Author: Andrey Kamaev Date: Thu Mar 29 03:06:59 2012 +0000 Implemented missed AlgorithmInfo for BRIEF commit 700c1665c911e006222c7f9e7643c9b90be2a9d2 Author: Andrey Kamaev Date: Thu Mar 29 03:05:41 2012 +0000 Fixed 2 spontaneously failing tests commit f5152500be3e749c638aaad71cecede3ec82a4e8 Author: Marina Kolpakova Date: Thu Mar 29 01:16:33 2012 +0000 fixed #1373 commit d46f44b48a00d666fe4fba4f79255d3349623493 Author: Andrey Kamaev Date: Wed Mar 28 22:22:02 2012 +0000 #1695 fixed arrow key events with the Qt backend commit dd01861de2844772acf532b649dd22ca332a344f Author: Marina Kolpakova Date: Wed Mar 28 20:54:58 2012 +0000 test case from ticket #1650 commit 13c72222389805ac7d349201bde42a89c8ba4f5e Author: Marina Kolpakova Date: Wed Mar 28 20:50:02 2012 +0000 minor refactoring commit 09490188b3a1a62d4652528150bf6fd916ce4d09 Author: Andrey Kamaev Date: Wed Mar 28 20:20:29 2012 +0000 #1365 Fixed numerous bugs in Bayer2RGB_VNG_8u SSE optimization, added simple regression test commit 32b9bc1d000fb1542b8547fed35aefdcf54a5b4b Author: Marina Kolpakova Date: Wed Mar 28 20:09:13 2012 +0000 fixed bug for #1496 and correctness tests for function CheckRange commit 8fcd0d9222dbb55aa755497af7b9ef74d439e8d9 Author: Ilya Lysenkov Date: Wed Mar 28 17:29:49 2012 +0000 Fixed the error message in cvCorrectMatches (fixes #1155) commit 2a68228b667b70f9dd8a06a14945f5ac0b737fd4 Author: Alexander Reshetnikov Date: Wed Mar 28 16:14:36 2012 +0000 changed icvSetVideoSize function (ticket #1067) commit 84c99906325ad2582b1f3a4fd222136a8f03615c Author: Maria Dimashova Date: Wed Mar 28 15:45:14 2012 +0000 fixed cvKMeans2 (#1359) commit 74749fccbf507ea72af4bc9e0e778eb96f1dcfd2 Author: Andrey Pavlenko Date: Wed Mar 28 15:32:01 2012 +0000 fix for #1724: making Java samples compatible with Android 3.1+ targets commit cff117c08b5cceb912814c73e31c77a445d41cd3 Author: Alexander Reshetnikov Date: Wed Mar 28 15:27:55 2012 +0000 Updated saving paths for highgui tests commit 56f5fcd28ca0695a7781120338b0f80fc748678b Author: Vadim Pisarevsky Date: Wed Mar 28 15:21:30 2012 +0000 added Vec Matx::solve(Vec) (ticket #1376) commit c9efcf8d1fd5e520d42bd4b247c36e9bc8b2d60e Author: Alexander Shishkov Date: Wed Mar 28 15:12:12 2012 +0000 fixed #1616 commit 6636d255f759460ea8e1dcb199856543d2747032 Author: Maria Dimashova Date: Wed Mar 28 14:56:18 2012 +0000 fixed iter index in kmeans commit d62e486b697186a063f74e507a0664c0b26c5f20 Author: Vadim Pisarevsky Date: Wed Mar 28 14:32:23 2012 +0000 avoid empty clusters in k-means in a more elegant way (relates to ticket #7698) commit 806aab164b62eb8249103882a85868a13aff2d52 Author: Vadim Pisarevsky Date: Wed Mar 28 14:31:03 2012 +0000 save, load & copy HOGDescriptor::nlevels (ticket #1533) commit 5aae21c037576ce488fa7be5eb700c186f875167 Author: Vladislav Vinogradov Date: Wed Mar 28 14:25:41 2012 +0000 fixed bug #1640 commit de27d3e0238caec63ceca3a92fefa9704a063aca Author: Alexey Spizhevoy Date: Wed Mar 28 14:13:29 2012 +0000 Fixed bugs in gpu border extrapolation aux. classes (BORDER_REFLECT case) commit 76852a499d1404f94fc6e253f4808d1a85be89ba Author: Alexander Reshetnikov Date: Wed Mar 28 14:05:26 2012 +0000 Minor refactoring of video i/o tests: fixed error with indexes commit 63c6e9d6d237d2fbeaa3a18c6fda35d83a69d27a Author: Andrey Kamaev Date: Wed Mar 28 13:59:48 2012 +0000 #1537 removed suspicious lines clearing optimization flags commit 83130957346176698b3832a0d545c2de86cbac81 Author: Alexander Reshetnikov Date: Wed Mar 28 13:49:55 2012 +0000 Changed saving paths for another highgui tests commit 2c2616d46f51c0bee77ff85a1ac71856ad4b70ce Author: Andrey Kamaev Date: Wed Mar 28 13:37:58 2012 +0000 #1508 prefer architecture-specific install directory for python bindings, when LIB_SUFFIX is used commit aed276e67d16076d366f997b098829bad8eaeee7 Author: Vadim Pisarevsky Date: Wed Mar 28 13:37:14 2012 +0000 fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635) commit 7eab7c197dc685cbe8078eddd07609c91c9849fc Author: Ilya Lysenkov Date: Wed Mar 28 13:23:33 2012 +0000 Modified the test of findChessboardCorners to check examples when there are no chessboards commit f014fb0a0e1f7894ce8f4da5a8699c1804e7f9bb Author: Vadim Pisarevsky Date: Wed Mar 28 13:07:44 2012 +0000 restored the ordering of SURF constructor parameters (ticket #1704) commit 8e3f1c09d28a61a42bb48ef3acd39d309b695af0 Author: Vladislav Vinogradov Date: Wed Mar 28 12:48:28 2012 +0000 added support of 3-channels output to gpu::reprojectImageTo3D minor refactoring of gpu tests commit 07ec83cd1f5249e81ea1ba41b0812a53471c5cc7 Author: Alexander Reshetnikov Date: Wed Mar 28 12:15:25 2012 +0000 Updated ffmpeg test for big video writing (changed saving paths + added removing files) commit 03cd6072ce05bdf9d4b6ba99686fe78a964226a7 Author: Ilya Lysenkov Date: Wed Mar 28 11:45:50 2012 +0000 Fixed the test of findChessboardCorners (it didn't test accuracy before) commit a185302c5d74fecdd0ddba6d93ac01dfe48e1f30 Author: Alexander Reshetnikov Date: Wed Mar 28 11:33:36 2012 +0000 Updated test_video_pos.cpp commit 7d51a4ab787c5454b54acd91127a68d3804b3aae Author: Andrey Kamaev Date: Wed Mar 28 10:38:50 2012 +0000 #1416 added option to install OpenCVConfig.cmake i arch-dependent lo commit 24bc0db1b009e52145b49cee508fc01efbb63fe5 Author: Vadim Pisarevsky Date: Wed Mar 28 09:57:31 2012 +0000 fixed writing huge matrices (ticket #1439) commit 6848c6d69abc7041597fd2e94eb93b6ae624d5a1 Author: Alexander Mordvintsev Date: Wed Mar 28 09:44:54 2012 +0000 reverted revision 7676 (#1725) commit 9c12cc6b030b4c60877cd426c6da5862ee8221f2 Author: Maria Dimashova Date: Wed Mar 28 09:39:40 2012 +0000 added doc on DenseFeatureDetector (#1311) commit bf128550073cd079b576d6fd82205b297f209b59 Author: Vadim Pisarevsky Date: Wed Mar 28 09:07:00 2012 +0000 fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286) commit c776bff95bf6605a6842fb5a73cc2e87832e0404 Author: Alexey Spizhevoy Date: Wed Mar 28 07:11:07 2012 +0000 #1713 Added the possibility of setting user_block_size manually for gpu::matchTemplate function (and gpu::convolve). Added a buffer param into these functions. Removed using of 2^n block sizes when it's not necessary. commit d1423adbc77194e44a4301266f0986143723be9b Author: Vladislav Vinogradov Date: Wed Mar 28 06:56:42 2012 +0000 moved gpu cvtColor tests to separate file added more tests for gpu cvtColor fixed RGB->YUV conversion commit 13045dec1d41afe2bdf7a6e6128611597f479bb9 Author: Alexander Mordvintsev Date: Wed Mar 28 05:00:41 2012 +0000 working on python wrappers for stitching commit d304a55e1ea0426a5c76625f7fcfb2ab4aac5a97 Author: Alexander Mordvintsev Date: Wed Mar 28 04:44:33 2012 +0000 gpu.hpp:filterSpeckles conflicts with calib3d.hpp -- should it be removed at all? commit 9941cf7c955284eeb8feb870e238f1b72c45748b Author: Andrey Kamaev Date: Tue Mar 27 23:17:53 2012 +0000 Fixed MSCV2005 build with TBB enabled. commit 8eb788c6e78c6321d438b821e576de7dc6caa26d Author: Andrey Kamaev Date: Tue Mar 27 21:29:58 2012 +0000 #842 #include is moved from public headers closer to usage commit 3ac1f31126b83844ee6ed4e4422dfb3d2d764aed Author: Andrey Kamaev Date: Tue Mar 27 21:27:27 2012 +0000 Fixed Android tests and samples status in cmake report; restored java tests "coverage calculation". commit 176eb83da6a8907075e4a65c40e76a210b988ce1 Author: Andrey Kamaev Date: Tue Mar 27 20:56:30 2012 +0000 Fixed Windows build commit 67838a7a6617d7cc9f6f5de0226d45c6dc1e9dc6 Author: Andrey Kamaev Date: Tue Mar 27 20:17:31 2012 +0000 Made dependency of opencv_objdetect from opencv_highgui optional. commit e1378aad79d0928847998b7d6800524a91d17090 Author: Ilya Lysenkov Date: Tue Mar 27 19:04:43 2012 +0000 Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575) commit bc7b517e410d86bfdb85d4e62796d764f4a014ef Author: Ilya Lysenkov Date: Tue Mar 27 16:47:19 2012 +0000 Added a check that Tx after rectification is equal to distance between cameras commit e72a23243bc0894955b83634baeb7bfd4909293d Author: Andrey Kamaev Date: Tue Mar 27 16:05:52 2012 +0000 Reworked build scripts for Android Java API, tests and examples commit 3b5b20b795bf2dd4f71a869f19486e7d8afd65ca Author: Ilya Lysenkov Date: Tue Mar 27 15:02:53 2012 +0000 Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898) commit d9001d1a91065c2ee21beb0cac3de4b0a739ace8 Author: Ilya Lysenkov Date: Tue Mar 27 15:01:26 2012 +0000 Added a check that Q (computed by rectification) reprojects a point before the camera commit b6ab96ae0bb3ea4b16008af7682b53112bce31c2 Author: Vadim Pisarevsky Date: Tue Mar 27 14:58:46 2012 +0000 added special notice about the missing saturation in 32s case (ticket #1529) commit af8e5696f05b8c241f6b7c08daad1479d1d19d62 Author: Vadim Pisarevsky Date: Tue Mar 27 14:43:24 2012 +0000 fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587) commit f262651465d92ebb97f20599d810093e85a17f2d Author: Maria Dimashova Date: Tue Mar 27 13:20:54 2012 +0000 added test case of matching the same descriptors commit 168d19364f63b0050cec9a07e848cdcf887e4393 Author: Vadim Pisarevsky Date: Tue Mar 27 12:58:58 2012 +0000 improved description of RTreeParams (ticket #1656; thanks to Nghia Ho) commit 8513ed08d09a7635a1a6547479371a4e0189083c Author: Vadim Pisarevsky Date: Tue Mar 27 12:50:56 2012 +0000 probably fixed multi-threaded capturing from DShow cameras (ticket #1470) commit b2a6a257b765e19413e554976f13f6817631cda7 Author: Vladislav Vinogradov Date: Tue Mar 27 12:15:52 2012 +0000 minor modification of gpu video tests disabled NVidia Visualization test, it's functionality (draw rectangles) doesn't used in gpu module commit 7a62413c94b42c0edb60f66c9f1b5fd0f0edea69 Author: Vadim Pisarevsky Date: Tue Mar 27 12:00:22 2012 +0000 added houghcircles sample, improved circle detection (ticket #951) commit eaea6782d58d7fc082ec24bbb5196f53b50d65ca Author: Vladislav Vinogradov Date: Tue Mar 27 10:34:30 2012 +0000 added more assertion on device features to gpu functions and tests moved TargerArchs and DeviceInfo to core fixed bug in GpuMat::copy with mask (incorrect index in function tab) commit e8fab91d510a74fb4409189a83e9ebb96f6e22a9 Author: Vadim Pisarevsky Date: Tue Mar 27 09:06:21 2012 +0000 added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch) commit f70d171cefe84086a5acdbdc10687702df8f94f8 Author: Maria Dimashova Date: Tue Mar 27 08:37:39 2012 +0000 changed default parameter commit 550fd8e57c570939134aebf2a14a606f7a03323a Author: Maria Dimashova Date: Tue Mar 27 07:41:48 2012 +0000 added image and depth synchronization commit bd13e9479b223f234f5e74c668778a3a685a46db Author: Vladislav Vinogradov Date: Tue Mar 27 07:33:39 2012 +0000 added assertion on device features (global atomics) into gpu tests commit 4a996111ea8fa33f65ab7369b23fef85dfa20acb Author: Andrey Kamaev Date: Tue Mar 27 06:16:13 2012 +0000 Fixed Android build warnings commit 6412e17df62e05f440df47d543643936cb88e02d Author: Alexander Shishkov Date: Mon Mar 26 18:58:01 2012 +0000 fixed #1502 commit 089a835c0a008639535b684a9bdd2e0da44f519e Author: Vladislav Vinogradov Date: Mon Mar 26 18:07:03 2012 +0000 fixed octave computation in SURF_GPU used random images in gpu filter tests commit 903c05db1a3abd4fcfd382916b1464d9ae9988bd Author: Vadim Pisarevsky Date: Mon Mar 26 17:00:48 2012 +0000 added another contour perimeter test and fixed bug #216 commit 26691e00d49da4d8c9a55af88bc4c57b77198cec Author: Vladislav Vinogradov Date: Mon Mar 26 14:33:43 2012 +0000 fixed gpu core tests (added additional check for device's feature support) added assertion on double types for old devices commit 98d7b10c166ef1c4ee9cb0c9410cbba2d8c046c5 Author: Alexander Shishkov Date: Mon Mar 26 13:51:56 2012 +0000 update FFMPEG wrapper binaries commit 1d7e09a9d547dbb808cc9ee022bd2086f9973a97 Author: Alexander Reshetnikov Date: Mon Mar 26 13:51:05 2012 +0000 Removed duplicated ifdef code from ffmpeg wrappers commit 7a59d6c77e5ed7b6f609ddc028d2c400dd07f08d Author: Vadim Pisarevsky Date: Mon Mar 26 13:45:49 2012 +0000 improved convergence of minEnclosingCircle algorithm, patch #947 (thanks to Hannes Sommer) commit 29077f11f862102dd6d77aa145189c853b4b7b0d Author: Vadim Pisarevsky Date: Mon Mar 26 13:36:47 2012 +0000 got rid of "long double" in OpenCV; ticket #1515 commit 0186bd80999e27080d69b5974d58217ddc6feffc Author: Vadim Pisarevsky Date: Mon Mar 26 13:32:32 2012 +0000 split big assertion in cv::split by parts; patch #829 by Shlomi Fish commit 54a4ff033a39bd0c9e64940abb733625f4a438d4 Author: Andrey Kamaev Date: Mon Mar 26 13:17:18 2012 +0000 Fixed #1711 commit 3517be757be028aec849b747b45385d5d6e39224 Author: Ilya Lysenkov Date: Mon Mar 26 13:07:21 2012 +0000 Added checking whether aspect ratio is valid or not commit 4c58fff3f72420ef8889e35bdcbe17db6cfb219a Author: Andrey Kamaev Date: Mon Mar 26 13:01:10 2012 +0000 Added cvPyrUp signature to the documentation #1670 commit 1a04d091404b700e7e87aaa1671452002dff8d01 Author: Alexander Reshetnikov Date: Mon Mar 26 12:27:00 2012 +0000 Fixed compilation error for ffmpeg tests commit 6d1f4bfba4b9ce54c49981e2d0557b2c0017f1fa Author: Ilya Lysenkov Date: Mon Mar 26 11:10:34 2012 +0000 Added projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550) commit 4a7efa548fb09d8c20fcade165d25913ce6c735f Author: Ilya Lysenkov Date: Mon Mar 26 11:07:27 2012 +0000 Added points comparison in test_remap commit 9034a2d6d7d2309094d773fe9f6f49816d230857 Author: Vladislav Vinogradov Date: Mon Mar 26 11:02:03 2012 +0000 fixed gpu arithm functions (mismatch with cpu version) commit 159022844e840346c65db99a7546c39bdc2dfc93 Author: Ilya Lysenkov Date: Mon Mar 26 10:25:24 2012 +0000 Restored and improved the test_remap Python test commit a3362864e1f53cd4ccb756ee05578404fc9e1345 Author: Vadim Pisarevsky Date: Mon Mar 26 10:01:30 2012 +0000 removed unnecessary MIN(); bug #1578 commit 8bb422b1fc487da1842a1dc1152ff6f0cdb21b73 Author: Vadim Pisarevsky Date: Mon Mar 26 09:53:52 2012 +0000 fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch) commit f341ce2665967f448306e1369c90abaf3bc9fa39 Author: Vadim Pisarevsky Date: Mon Mar 26 09:48:43 2012 +0000 fixed "Invalid background description file" bug, #1676 commit afd9523ff27ecdca87d873fabda22d7e2aec338d Author: Vadim Pisarevsky Date: Mon Mar 26 09:40:49 2012 +0000 possibly fixed bug #1453 commit 4ba87233bb99be5710b1647ef2559b0a2f00fd79 Author: Vadim Pisarevsky Date: Mon Mar 26 09:20:03 2012 +0000 fixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch) commit 5434a9a5ecfe04b7585f4347cd0226f6bb6ff38a Author: Alexey Spizhevoy Date: Mon Mar 26 09:19:33 2012 +0000 Fixed gpu::matchTemplate for correct handling of big templates. Added tests commit 098fc1a62e1de91c7f454122291ee78b693d8c5b Author: Vadim Pisarevsky Date: Mon Mar 26 09:12:27 2012 +0000 fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch) commit befa9b310995aeb8c11dd30cf4467d6cb268a9e6 Author: Vadim Pisarevsky Date: Mon Mar 26 09:07:02 2012 +0000 fixed chi-square test, ticket #1263 commit bfaae7dd93878a5db5b75b787edeaadf6c53d8e6 Author: Andrey Kamaev Date: Mon Mar 26 08:18:53 2012 +0000 Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types commit e778007d5da95962d6626b402d9bc3618bd37fec Author: Vadim Pisarevsky Date: Mon Mar 26 08:18:10 2012 +0000 applied patch from #1655 (thanks to Changbo Zhou!) commit 69f5d8c1d33099856efc58075f1cf7caea40e50c Author: Vadim Pisarevsky Date: Mon Mar 26 08:04:27 2012 +0000 applied patch from #1712 (thanks to Vlad) commit 216ef24b92d69ecfbbe80bdc690234a47eb33495 Author: Alexander Shishkov Date: Mon Mar 26 07:33:01 2012 +0000 fixed Debug compilation on Windows (it works for VS versions > 2005) commit 5777689fe96bcdec6d3a3b16ced0dc13600f2b88 Author: Vadim Pisarevsky Date: Sun Mar 25 22:05:58 2012 +0000 fixed build errors & warnings on VS2010 commit 8991d323eab8e1f9fbed6b4cde6793b0733b9129 Author: Andrey Kamaev Date: Sun Mar 25 19:57:58 2012 +0000 Refactored Java wrapper build scripts. Improved Android SDK search, fixed some bugs. commit cec8f719a393ba84f1c9d0172f76653df00dd9dc Author: Vadim Pisarevsky Date: Sat Mar 24 22:03:47 2012 +0000 added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) commit 648669cb813f96ed388a9ba5d7ccc039b81b3f9b Author: Vadim Pisarevsky Date: Sat Mar 24 20:07:10 2012 +0000 preliminary version of a multi-level findcontours commit f196dd5ff7871118eb42738f1ef5f771b0b9529c Author: Vadim Pisarevsky Date: Sat Mar 24 20:03:07 2012 +0000 preliminary version of a multi-level findcontours commit 9b2d7e19db082cd90db33ed78e15e9c184a04703 Author: Andrey Kamaev Date: Fri Mar 23 17:03:05 2012 +0000 Added "fat" mode for Java wrapper commit 0aa74f3846e45b7842286fc4f9e3d6460b5c914f Author: Alexander Reshetnikov Date: Fri Mar 23 16:41:41 2012 +0000 Updated new video positioning test commit 1b2525703e6098156aed8e07574d67324810c850 Author: Andrey Pavlenko Date: Fri Mar 23 15:18:05 2012 +0000 Java API minor fixes commit a97c2c838c702366bc650420003f79b0c2fd0464 Author: Leonid Beynenson Date: Fri Mar 23 12:06:49 2012 +0000 Made small change which fixes the situation, when ORB does not find any descriptors on an image. Earlier ORB::operator() crashed in this case, since rowRange method was called for an empty matrix. commit c6571249a8cfb97935a90a2b2a0ec2209c4ba858 Author: Alexander Reshetnikov Date: Fri Mar 23 10:59:06 2012 +0000 Update FFMPEG wrapper binaries commit 5ebc183720e89c3612d35500abbe7dfc50f7d8f1 Author: Alexander Shishkov Date: Fri Mar 23 10:53:49 2012 +0000 update FFMPEG wrapper binaries commit 84ddd6018d17169ebe634129b8c0abbb8bf6e915 Author: Alexander Shishkov Date: Fri Mar 23 10:52:36 2012 +0000 fixed wrapper compilation on Windows (opencv_ffmpeg dlls) commit e3d0c6515fb89500dc45d7abc2cd63e0d2ec4247 Author: Alexander Reshetnikov Date: Fri Mar 23 08:53:56 2012 +0000 Added new video posiitioning test commit e83ebde210729ca5579dfcf68097df03ff715746 Author: Alexander Reshetnikov Date: Thu Mar 22 23:17:04 2012 +0000 Fixed ifdef code mistake commit 7817e11e01410a9dccbd52e101bd5f0998ecf761 Author: Alexander Reshetnikov Date: Thu Mar 22 22:26:33 2012 +0000 Fixed compilation error under Windows commit 6de70648362c9008a074e92f03ae0d649cd8a701 Author: Alexander Reshetnikov Date: Thu Mar 22 22:18:43 2012 +0000 Updated ffmpeg test for big video writing commit b27d1662e6b2fe4c63c9ce6d527a3e16c90da803 Author: Alexander Reshetnikov Date: Thu Mar 22 21:28:06 2012 +0000 Separated ffmpeg codecs and wrappers commit 7057dd8fc0e9ff516467937178366f9fd8585a59 Author: Vladislav Vinogradov Date: Thu Mar 22 19:12:42 2012 +0000 added test for gpu::Laplacian for CV_32FC1 type changed epsilon for matrix comparison in gpu::sqrt test commit fc68c18c92bba22c4fae1ecae518b416cc2b976e Author: Alexander Shishkov Date: Thu Mar 22 13:36:07 2012 +0000 unrolled changes from r7601 (problems with Android,...) commit 23619718ed168f4440e69c49b84ce8e198ab8a6b Author: Andrey Pavlenko Date: Thu Mar 22 13:23:11 2012 +0000 fixing copy/paste typo commit ce8c2892d852e2b5e44e9e8af427c54e54184b67 Author: Alexander Reshetnikov Date: Thu Mar 22 09:38:44 2012 +0000 Removed OS conditions from highgui tests commit 45fd8a6a63bd6984edf521d5583bc37f1cb43f9a Author: Alexey Spizhevoy Date: Thu Mar 22 09:30:28 2012 +0000 Added load and save motion args into videostab sample commit e64c08d5d948f0820f7dc501d9631930b2d80707 Author: Andrey Kamaev Date: Thu Mar 22 08:22:23 2012 +0000 Fixed build commit 984583981c783a95a504b1b1e9390082d5cac662 Author: Alexey Spizhevoy Date: Thu Mar 22 07:52:17 2012 +0000 Split stabilizer into OnePassStabilizer and TwoPassStabilizer commit 670886942589b8a1a85b831077c56e4d996a895f Author: Andrey Pavlenko Date: Thu Mar 22 07:25:29 2012 +0000 updating Java samples to meet Java API changes commit c6e9e9418a06bbab719cec13e50a81a9a0035e3c Author: Andrey Kamaev Date: Thu Mar 22 05:27:30 2012 +0000 More Tegra versions of convertTo commit 0dd4386d77b5c66c065af69a2a8fcd849f5d1b70 Author: Alexander Reshetnikov Date: Wed Mar 21 18:07:34 2012 +0000 Updated new ffmpeg wrapper; restored NEW_FFMPEG in the root cmake file commit 41158ab5532c3ae51b26a06ee2d4367b87e063fa Author: Andrey Kamaev Date: Wed Mar 21 16:20:44 2012 +0000 Fixed perf test for convertTo commit f13e54dd7232c4a1e7b082fab8c6b40d6dc1dd17 Author: Andrey Pavlenko Date: Wed Mar 21 15:07:54 2012 +0000 #921 less signatures for func-s with default arg val-s (aka smart overloads); moving inpaintTest() to 'photo'; hiding 'Point*' arg in Java signature of Core.checkRange(). commit 5c4b98473823a86b8c73c24d0be4312d963fc901 Author: Andrey Pavlenko Date: Wed Mar 21 14:59:56 2012 +0000 fixing arg name according to ref man commit 499efec5b0c8e1b974c8ea63f3b299b83913756e Author: Maria Dimashova Date: Wed Mar 21 14:47:13 2012 +0000 removed debug log commit 059cef57e6aed96d67f0aa178079e96800d681c5 Author: Vladislav Vinogradov Date: Wed Mar 21 14:38:23 2012 +0000 fixed gpu::filter2D border interpolation for CV_32FC1 type added additional tests for gpu filters fixed gpu features2D tests commit c1a6cb62218afb2e2ec7fa6333e71b8bdaf7e897 Author: Maria Dimashova Date: Wed Mar 21 14:31:40 2012 +0000 added oni-files reading commit 82a2a50f874770cc6bc79cade8a38267714c723c Author: Alexander Reshetnikov Date: Wed Mar 21 12:54:52 2012 +0000 Updated new ffmpeg wrapper commit c0506314b2b4c51e80ecbdf9d35bfb3e32eff780 Author: Alexander Shishkov Date: Wed Mar 21 12:06:49 2012 +0000 fixed #1436 commit fedff0922e910751f9b8fdf5801eeb3f2840d941 Author: Maria Dimashova Date: Wed Mar 21 11:58:25 2012 +0000 removed unnecessary members of CvCapture_OpenNI commit 5c23d52618e75f720b44ba9c7d56646540fe75d7 Author: Alexander Shishkov Date: Wed Mar 21 09:48:34 2012 +0000 fixed documentation compilation errors after r7568 commit 68f26cca78ad278e72a0dc030ea7561b326e9669 Author: Alexey Spizhevoy Date: Wed Mar 21 09:34:27 2012 +0000 Refactored videostab module commit 67d7669188c8940656c080b91151a305d1dd51a5 Author: Maria Dimashova Date: Wed Mar 21 08:56:38 2012 +0000 switched to use RunXmlScript always (missing '\n' at the end of xml script was a problem) commit faf845d31f60a6106738f6c3915a069d618ac742 Author: Alexey Spizhevoy Date: Wed Mar 21 08:37:24 2012 +0000 Fixed warning commit 3323ee9d18f6b24e46691c59209c12da4118eeb4 Author: Alexey Spizhevoy Date: Wed Mar 21 08:34:00 2012 +0000 Added distance threshold argument into videostab sample commit 8fc84b7a4121b13b8431a04226fd9fecd6385585 Author: Alexey Spizhevoy Date: Wed Mar 21 07:53:36 2012 +0000 Updated FMM run() signature commit 5e2bcacba55f222eb15dd69b28b014896787593e Author: Alexey Spizhevoy Date: Wed Mar 21 07:35:25 2012 +0000 Fixed some warnings commit fa4977dff4f795cfbea1018439414d854964360a Author: Alexander Smorkalov Date: Wed Mar 21 06:52:18 2012 +0000 Issue #1201: auto-focus problem was fixed. Binaries were rebuilt. commit ad2ee1d5723391f6108722c6329ab18215792356 Author: Gary Bradski Date: Wed Mar 21 05:13:02 2012 +0000 import as cv not cv2. Fixed commit 5d4a8d088900fda7657744740ca2142fe271df96 Author: Alexander Reshetnikov Date: Tue Mar 20 16:39:02 2012 +0000 Updated license text in highgui files commit be1d95b4957fa52b2270cabb50dc5ed2a6502b7f Author: Maria Dimashova Date: Tue Mar 20 14:41:27 2012 +0000 added default values of parameters commit 0c381e2a9f1f8d58e94a3ea872e1ccac346ebc9e Author: Vadim Pisarevsky Date: Tue Mar 20 14:20:06 2012 +0000 increased the default number of pyramid layers in ORB; updated test data commit 23398bcb9532809d4f30df60d5a7bccdc2d3017e Author: Alexey Spizhevoy Date: Tue Mar 20 12:46:23 2012 +0000 Fixed some warnings commit dcb5464b3c5a4a090515bd78bcc41a1e8af61a94 Author: Alexey Spizhevoy Date: Tue Mar 20 12:24:51 2012 +0000 Added more inpainting methods. Fixed some errors. commit 295a9815e8ace3b277357cb447fecaece9703dcb Author: Leonid Beynenson Date: Tue Mar 20 12:14:41 2012 +0000 Removed unrequired type conversions in the function clipLine. commit 509c910101c75cbdfc6778b3d4b5f02b9774aa6e Author: Vladislav Vinogradov Date: Tue Mar 20 12:03:34 2012 +0000 refactored and fixed some gpu tests fixed some bugs in gpu module commit a659832df19e4026cfce06cef25b162af3b7830f Author: Leonid Beynenson Date: Tue Mar 20 11:40:05 2012 +0000 Made the function "clipLine" to work with int64 values instead of int --- otherwise sometimes it returned wrong points coordinates, and it caused the function "line" to crash. commit 577dabb8bcfd27a741fea356d81843b8a63071e3 Author: Marina Kolpakova Date: Tue Mar 20 09:44:40 2012 +0000 fixed bug #1571 commit f1cf411ffe34a037c5e87d4e29527ac9fa4eb3c3 Author: Andrey Pavlenko Date: Tue Mar 20 09:18:59 2012 +0000 fixing compilation on Windows commit 4dff974e8c37eb512ee6f6126843207597dc7346 Author: Alexander Reshetnikov Date: Tue Mar 20 09:17:28 2012 +0000 Refactored new ffmpeg wrapper commit d4fb50277e7f4e26f46caca5ec8d9a26409bbcd7 Author: Marina Kolpakova Date: Tue Mar 20 09:02:01 2012 +0000 fixed bug #1479 commit be73f8e29c1f021f35c86e899a9d4a3aecf3c79f Author: Alexey Spizhevoy Date: Tue Mar 20 08:12:58 2012 +0000 Added quiet mode into videostab sample commit e4651fa697efbe0d6633725cba54b8560a4a6628 Author: Alexey Spizhevoy Date: Tue Mar 20 07:30:07 2012 +0000 Fixed ensureInclusionConstraint commit 3abd941774ee32e6896fc29685cbe694cc8c7dff Author: Alexey Spizhevoy Date: Tue Mar 20 07:16:10 2012 +0000 Minor changes in videostab sample commit bde7456256fa8aa34668094c6fb247b52a575a5c Author: Alexey Spizhevoy Date: Tue Mar 20 06:52:52 2012 +0000 Updated videostab sample commit 7cabfc5441f1b9fee06d01c65f2b9633d9889298 Author: Andrey Kamaev Date: Mon Mar 19 18:58:42 2012 +0000 Fixed Windows build of videostab module. commit 2e03e6c06ca3c692016e3e2e6078f3a55ec5aaa7 Author: Andrey Kamaev Date: Mon Mar 19 18:47:27 2012 +0000 Solution folders are turned on by default for MS Visual Studio IDE. commit 4eaced12feb253fa235919bed9d0f923c3e13f91 Author: Marina Kolpakova Date: Mon Mar 19 15:59:30 2012 +0000 fixed bug #1700 commit 14a1549dace826edab71d8024e6e070b7e2f96de Author: Andrey Kamaev Date: Mon Mar 19 14:21:15 2012 +0000 Fixed Android build of new videostab module commit 844bdea5acc7c2ac4739447e6efb924e2de1176b Author: Vladislav Vinogradov Date: Mon Mar 19 14:18:12 2012 +0000 fixed several bugs in gpu arithm functions refactored tests for them commit f58c40bfabaa45dcb01c93a7e1617bac4ea60dd7 Author: Alexey Spizhevoy Date: Mon Mar 19 14:13:33 2012 +0000 Added licence message commit 404d66d4efacf558e57a132eaa24137b22c167dc Author: Alexey Spizhevoy Date: Mon Mar 19 13:57:38 2012 +0000 Added missed file commit f6e2ad6144e6632af875ae7cdd48129514e7fe32 Author: Alexey Spizhevoy Date: Mon Mar 19 13:51:20 2012 +0000 Added missed file commit a60dc947b176feb18227eb47b3354f53f0a440d7 Author: Alexey Spizhevoy Date: Mon Mar 19 13:39:23 2012 +0000 Added first version of videostab module commit 1d2c6ef410d42b4d35762e11b8184e463a43537d Author: Marina Kolpakova Date: Mon Mar 19 12:55:48 2012 +0000 fixed sample for new signature of calcOpticalFlowPyrLK commit bddff7b38672236f605f7efff8a673622352aad8 Author: Andrey Kamaev Date: Mon Mar 19 12:55:44 2012 +0000 Fixed Android build warnings in logpolar_bsm commit c94c3fb4ebd0c1459779156adb6d06c24b298201 Author: Vadim Pisarevsky Date: Mon Mar 19 12:04:50 2012 +0000 added Manuela Chessa as the co-author of logpolar_bsm. commit e87a07e2aa188520a1b7259aa2b5e78a2b881cdd Author: Alexey Spizhevoy Date: Mon Mar 19 11:51:18 2012 +0000 Fixed bug #1693. Also corrected default parameters for stitching. commit e50c0ed4c8c1d8b307a2dfe3226e9ec43c18fbb9 Author: Marina Kolpakova Date: Mon Mar 19 11:29:29 2012 +0000 Fixed bug #1629 commit 3228599a35dc69085d54946ca0a1f68aaa34a3a4 Author: Vadim Pisarevsky Date: Mon Mar 19 11:21:01 2012 +0000 fixed some more GCC warnings commit c5cc79d4d550eb629b6f73df4e0e508bcd685b5d Author: Alexander Kapustin Date: Mon Mar 19 11:06:16 2012 +0000 Tegra optimized functions cvt32finttype were temporary deleted due correctness bug commit 6397fa5b38023dd25b7114a19ddd05105127d67d Author: Vladislav Vinogradov Date: Mon Mar 19 09:27:06 2012 +0000 fixed gpu::pyrUp (now it matches cpu analog) fixed several warnings commit 484fe1d5980ecf25752c6bf9ca98a1e41e9b0fdd Author: Alexander Reshetnikov Date: Mon Mar 19 09:05:55 2012 +0000 Fixed compiling error for ffmpeg with libavcodec less than 53.4.0 commit 010e73010c504435422cf1342c6875aaaaef02cb Author: Andrey Pavlenko Date: Mon Mar 19 06:17:04 2012 +0000 fixing compilation on Windows (M_PI was undefined via math.h) commit a4de511eb715d7afddfd3be50400ad86b7ba3e06 Author: Gary Bradski Date: Sun Mar 18 23:21:54 2012 +0000 Added cv.DestroyAllWindows() to file close commit 5878ab6a0f9af8bcbc0779f77a11e4717c4107e9 Author: Gary Bradski Date: Sun Mar 18 23:12:55 2012 +0000 added destroyAllWindows at end commit 8a48b8dffdf1ba9e557858b19b525fe143e01972 Author: Gary Bradski Date: Sun Mar 18 23:07:39 2012 +0000 added destroy all windows commit c29f0dfdfa354874b5e6e93ecd12947256a0a733 Author: Gary Bradski Date: Sun Mar 18 23:01:31 2012 +0000 added destroy all windows commit c8e206c2abca4c975442860f61cdf2500764036d Author: Vadim Pisarevsky Date: Sun Mar 18 22:29:13 2012 +0000 added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution) commit d10616775bd435c507332d6a447901a635f6c884 Author: Marina Kolpakova Date: Sun Mar 18 17:28:44 2012 +0000 Fixed bug #1634 commit aa19fd500c9a5394faa61551a2f48f7584324834 Author: Marina Kolpakova Date: Sun Mar 18 17:17:44 2012 +0000 Fixed bug #1654 commit 2ca6a50546aa8fb789d02f3fc6a428bfa70972d2 Author: Marina Kolpakova Date: Sun Mar 18 16:53:00 2012 +0000 Fixed bug #1663 commit 082e988173bcce9fc5b16b2ca0bb041c10fe4843 Author: Marina Kolpakova Date: Sun Mar 18 16:46:07 2012 +0000 Fixed bug #1666 commit c510840c45d3450957a6b0d9f79d444890ad29dd Author: Vladislav Vinogradov Date: Sun Mar 18 12:27:10 2012 +0000 Fixed build without CUDA commit 85c904a4ba81001f1d1f2cfbf5fe6d8729c77057 Author: Vladislav Vinogradov Date: Sun Mar 18 12:05:49 2012 +0000 fixed build in gpu module (SURF and ORB) commit 46248851bfb15ab8bdbd813d8b6884f8fc14e636 Author: Alexander Kapustin Date: Sun Mar 18 08:58:24 2012 +0000 30 functions of cvtTIPES_func were Neon Optimized commit fb804cb3520ad8f1d88caa4ab5fad94c1fdbb08e Author: Vadim Pisarevsky Date: Sat Mar 17 11:12:24 2012 +0000 fixed StereoBM crash on MacOSX 10.7 commit d60623279c9315123dcaeeaf64477533598c647d Author: Vadim Pisarevsky Date: Sat Mar 17 09:50:47 2012 +0000 switched to non-constant references in Algorithm::addParam, which is more safe. commit 846e37ded5bf713a42ba2fc0a2817e3dca9119be Author: Vadim Pisarevsky Date: Sat Mar 17 09:22:31 2012 +0000 fixed many warnings from GCC 4.6.1 commit 4985c1b632d6d25fccbe946120036f5a75b26362 Author: Vadim Pisarevsky Date: Fri Mar 16 21:21:04 2012 +0000 fixed hundreds of warnings from MSVC 2010. commit 20cceb8fdf51903967a5e174bb19ea94a8a4564e Author: Andrey Pavlenko Date: Fri Mar 16 15:11:56 2012 +0000 moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API commit 0bc5140b17087776d48b640d24462d0057e973a5 Author: Marina Kolpakova Date: Fri Mar 16 14:11:39 2012 +0000 allocate CPU memory if Tegra GPU allocator failed. commit baa81de1226ea1e511084c4d4f75d3f847eb2428 Author: Maria Dimashova Date: Fri Mar 16 13:59:08 2012 +0000 renamed property of openni camera commit c9489a8bf3a8d5861963bf51d51391a09018424c Author: Alexander Shishkov Date: Fri Mar 16 09:50:20 2012 +0000 fixed #1643 commit 305d0241371d24c0977890852fae99325c62e352 Author: Andrey Kamaev Date: Fri Mar 16 09:16:31 2012 +0000 CMake status report: list unsatisfied dependencies for automatically disabled modules; fixed few problems with Windows-style paths commit 00aca7e77a6f6367d3aeccbc7f701fb4a345bddd Author: Maria Dimashova Date: Fri Mar 16 09:08:18 2012 +0000 renamed property of openni camera commit cf9a822abae2ebb30187c5772ad4e9fc0b036b8a Author: Alexander Shishkov Date: Thu Mar 15 20:40:07 2012 +0000 update FFMPEG wrapper binaries commit 7f2ddf16eb9dddbbe0a78afd27608ea71ea7730f Author: Alexander Shishkov Date: Thu Mar 15 20:39:11 2012 +0000 minor changes in wrapper 5 commit cfe4317efadc12bcd40c3e6897f1a480829b5aeb Author: Alexander Shishkov Date: Thu Mar 15 20:31:35 2012 +0000 update FFMPEG wrapper binaries commit 65467191581d6dffe005e3327b0bd3f12fc57509 Author: Alexander Shishkov Date: Thu Mar 15 20:30:21 2012 +0000 minor changes in wrapper 4 commit a12fb7f96c833e5f04f0a4e4727020b0ab4d93fa Author: Alexander Shishkov Date: Thu Mar 15 20:14:59 2012 +0000 minor changes in wrapper 3 commit b5a9c9ac777819c822aec21983bc89f43dde2441 Author: Vadim Pisarevsky Date: Thu Mar 15 19:58:35 2012 +0000 temporarily turned off the new wrapper. commit 930c7bf20e66dd6b4dcb5078f592e6a1cde5e8c9 Author: Maria Dimashova Date: Thu Mar 15 15:55:07 2012 +0000 minor refactoring CvCapture_OpenNI commit 538eeeab1deccd17557635cc4ada47330e677afe Author: Alexander Shishkov Date: Thu Mar 15 15:43:14 2012 +0000 minor changes in wrapper 2 commit 2d1ef5eea8f57cc8520dbd489fa7dade5218c2bb Author: Vadim Pisarevsky Date: Thu Mar 15 15:38:54 2012 +0000 fixed build on VS2010 commit 10b0f29372ec5b078bc42bd276b3d82d605b102a Author: Alexander Shishkov Date: Thu Mar 15 15:36:14 2012 +0000 minor changes in wrapper commit bf4df828f7c5c24cbd1abfae4a100870395d02f5 Author: Alexander Shishkov Date: Thu Mar 15 15:30:01 2012 +0000 minor changes in wrapper commit a5ae52fb0c3a0ddbd43597fb7f1159f7d62217df Author: Andrey Pavlenko Date: Thu Mar 15 15:21:33 2012 +0000 updating func-s arg names according to ref. man. commit 7b3ec537b4272b0ac633b1d6c4358653894f60b9 Author: Alexander Shishkov Date: Thu Mar 15 15:12:52 2012 +0000 minor changes in wrapper commit b5382108041dd195479497122a97d433552ca0de Author: Andrey Kamaev Date: Thu Mar 15 15:08:21 2012 +0000 Fixed Linux build with OpenGL but without CUDA commit 8fcd060decf9e8bb248fe68ad27d831d0bc7d6e6 Author: Alexander Shishkov Date: Thu Mar 15 14:45:14 2012 +0000 update FFMPEG wrapper binaries commit 957e80abbd3ad2fc3cf650b04d3bc20ebfdaa82e Author: Vadim Pisarevsky Date: Thu Mar 15 14:36:01 2012 +0000 lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. commit 6300215b9429d67f7679d0fc15c15fae400deba8 Author: Alexander Shishkov Date: Thu Mar 15 14:28:29 2012 +0000 update FFMPEG wrapper binaries commit 7b6af8f429e20ae797ccc8a9c90b80e5e3fc5e21 Author: Alexander Shishkov Date: Thu Mar 15 14:17:12 2012 +0000 update FFMPEG wrapper commit c13febc4d434290be833fdcae3ed18f8e26f364a Author: Maria Dimashova Date: Thu Mar 15 09:59:23 2012 +0000 minor refactoring CvCapture_OpenNI::CvCapture_OpenNI commit 36b2ff3cf3ea73c3feb0fbaac25fbfb23a1f9301 Author: Alexander Reshetnikov Date: Thu Mar 15 09:24:03 2012 +0000 Fixed compiling error under Ubuntu with ffmpeg 0.7.x and advised under Windows commit ddc4ed4741832ab9aa7d8c42107b393452ae220e Author: Andrey Kamaev Date: Thu Mar 15 09:20:16 2012 +0000 Added protection from modules redefinition and globbing recursion commit 32d4d7929ea29f158be3d244ed42469374456bfc Author: Andrey Pavlenko Date: Thu Mar 15 09:11:04 2012 +0000 Java API: adding C++ classes inheritance support commit b3f10835a3ea292209eebe356e43090320918ce7 Author: Andrey Kamaev Date: Thu Mar 15 08:31:57 2012 +0000 run.py: added option to show tests own help commit 0ea66a38ff5ea126d5b02cd79e21fb5e9beb8983 Author: Alexander Shishkov Date: Thu Mar 15 07:22:31 2012 +0000 fixed compilation FFMPEG wrapper on Windows commit c47c1adc9481f1df904f487d7ea30238ca02387d Author: Gary Bradski Date: Thu Mar 15 03:50:31 2012 +0000 remove some unneeded imports commit dfaabd88fc1c6ace833d3e1c2bac0bf4d18b7e34 Author: Gary Bradski Date: Thu Mar 15 03:45:15 2012 +0000 added cv2.destroyAllWindows() commit 41d2a3c8326846a3e7840b81d9cec1c901d90a28 Author: Gary Bradski Date: Wed Mar 14 23:33:16 2012 +0000 Examples of using histograms in python commit 9164ccbaafcd9fe47b10ed143266370f5f319f49 Author: Gary Bradski Date: Wed Mar 14 21:46:34 2012 +0000 added 0xFF & in front of every waitKey so that it works on linux commit ade7394e77e46e1f7bd45329865530965733083a Author: Vladislav Vinogradov Date: Wed Mar 14 15:54:17 2012 +0000 refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective) wrote more complicated tests for them implemented own version of warpAffine and warpPerspective for different border interpolation types refactored some gpu tests commit 6e2507c197e69ae25023fdf24d81c591cfaba827 Author: Ivan Korolev Date: Wed Mar 14 12:59:23 2012 +0000 Added some new warpers. commit 8ec1c2b03a68a126b1d72c7bd2b6864cf1432776 Author: Maria Dimashova Date: Wed Mar 14 11:01:45 2012 +0000 minor change commit 36890cc959d94198cd95e676311090fc2aed6156 Author: Andrey Pavlenko Date: Wed Mar 14 07:37:48 2012 +0000 (#1636) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff commit b232ffcde746b94dc1a9284d8a46cfadbe1cb344 Author: Andrey Kamaev Date: Tue Mar 13 15:50:11 2012 +0000 Android: removed unneeded workaround for library output path initialization. commit f67d9d9038908f9e36d985e5652811c86ffc20e4 Author: Maria Dimashova Date: Tue Mar 13 13:07:30 2012 +0000 added ability to pass initial transformation to rgbd odometry commit e4307d05f35537eb41b2e9e82b928e89a10bf6f4 Author: Andrey Kamaev Date: Tue Mar 13 12:33:16 2012 +0000 Made dependency of features2d and calib3d from highgui optional commit d68311b9eb8edd4552ec8f2f22ae2c34191e5a7b Author: Alexander Shishkov Date: Tue Mar 13 12:24:05 2012 +0000 fixed #1554 commit 698fb8c1df3c564268a0742d4f192d37b9866b5f Author: Alexander Shishkov Date: Tue Mar 13 12:00:25 2012 +0000 modified documentation about using OpenNI wrapper #1657 commit 207e46b42584aa39767518fac15c2416936d4168 Author: Ilya Lysenkov Date: Tue Mar 13 09:38:00 2012 +0000 Restored findCirclesGridDefault() for backward compatibility commit e0b772a392509bdaaccb512393e5bf04b7c5a12e Author: Alexander Reshetnikov Date: Mon Mar 12 17:07:54 2012 +0000 Added a first version of new ffmpeg wrapper commit 191e96924360a0c0ccdad50a833ad0f0707bd572 Author: Vadim Pisarevsky Date: Mon Mar 12 16:45:17 2012 +0000 fixed angle check in squares.py (thanks to Abid Rahman) commit 603e3e4bc00076cb21b9bd4b7c94059718ff169c Author: Andrey Kamaev Date: Mon Mar 12 16:17:42 2012 +0000 Fixed bugs in Android cmake toolchain; added experimantal assembler support to the toolchain commit 6051e27a09ee3d2092475a138a415aff86fee0e0 Author: Alexander Shishkov Date: Mon Mar 12 16:07:42 2012 +0000 added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657 commit 1252671c9d039a7f44a530a49706a9602e6a198b Author: Ilya Lysenkov Date: Mon Mar 12 11:40:46 2012 +0000 Added a full Python wrapper of findCirclesGrid commit df6a95ed8786ad5af899efaf841f065ad05bf9f0 Author: Ilya Lysenkov Date: Mon Mar 12 11:39:48 2012 +0000 Wraped SimpleBlobDetector for Python commit 3df41c1d62a364b7cd43facebae7faa7b7e972e1 Author: Andrey Kamaev Date: Mon Mar 12 11:24:27 2012 +0000 Tegra version of cv::detail:: commit fbfc0cc96fe9c67d5f6c961a7b7c9533bb9952c9 Author: Maria Dimashova Date: Mon Mar 12 10:40:39 2012 +0000 added special cases to RGBDOdometry (translation only, rotation only) commit f4e5209d5a41f015211b2f13d17aad7974295684 Author: Alexander Shishkov Date: Mon Mar 12 07:27:04 2012 +0000 fixed compilation on Windows (NAN) commit d95127c279523d5f4d094943667b9b8f4ccc7dd6 Author: Alexander Shishkov Date: Sun Mar 11 16:01:20 2012 +0000 #1672 updated some more links commit cc881e639304f381a26ac3c0590a13926b9ab0f4 Author: Alexander Shishkov Date: Sun Mar 11 15:45:27 2012 +0000 #1672 updated docs links in tutorials commit 628076b7da02720752fb90d41563267d1257e838 Author: Andrey Kamaev Date: Sun Mar 11 15:22:38 2012 +0000 Fixed broken headers install layout commit 4ebb66362c3a7a7897881c9af7393e17852bf702 Author: Andrey Kamaev Date: Sun Mar 11 14:53:13 2012 +0000 Tegra version of cv::detail::createLaplacePyr commit be63ce723fbe71ca75b506f3cbd2eb1474b6b387 Author: Alexander Shishkov Date: Sun Mar 11 14:35:46 2012 +0000 #1672 updated links in cheatsheet renamed directory for Mat tutorial changed links from willow docs to opencv.itseez.com, from Trac to current Redmine commit 805d88a8d204031008ebb0e9857886741df3cac1 Author: Andrey Kamaev Date: Sun Mar 11 14:28:34 2012 +0000 Tegra version of cv::subtract commit 5cac6340e4554da9305a3df822ebfbe39c9b5ee5 Author: Andrey Pavlenko Date: Sun Mar 11 12:40:51 2012 +0000 Java API: temp workaround for Java tests compilation, a better fix will be done with inheritance support commit 6652b4ce853e5edba0e7b0ddae36519fde5b8376 Author: Alexander Kapustin Date: Sun Mar 11 12:40:24 2012 +0000 Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized commit 90f6e319dac1d59a6a03ae791784bc0e860961d3 Author: Maria Dimashova Date: Sun Mar 11 11:45:29 2012 +0000 fixed compilation with eigen2 commit 57c7604568b4e7cea8004346cdd9d34b9c46a6c7 Author: Andrey Kamaev Date: Sun Mar 11 10:53:42 2012 +0000 Fixed Android build warning commit abe2c2fb3f5395a6846acc2fb3ec3d54e547323d Author: Maria Dimashova Date: Sun Mar 11 09:56:23 2012 +0000 fixed compilation with eigen2 commit 532781e8d2aefb07f6b072f60da971cca4ff5cff Author: Maria Dimashova Date: Sun Mar 11 09:31:28 2012 +0000 initial version of rgbd odometry with sample commit 52b4536d39f275b3f41c73c4d7ec13e45b4c5465 Author: Andrey Morozov Date: Sun Mar 11 07:00:22 2012 +0000 fixed module name for mingw compiler under Windows commit f6fec7ad2fc4d0294bdb718adf266697338a135e Author: Alexander Mordvintsev Date: Sat Mar 10 05:56:40 2012 +0000 fixed python GIL reacquire in case of exception commit 466345e93652dad7550e44c7bb6e86913b252808 Author: Alexander Shishkov Date: Thu Mar 8 08:10:04 2012 +0000 fixed stitching compilation commit 49207ce1a0502cc3180b0e0ed1ce36ab22993811 Author: Andrey Kamaev Date: Wed Mar 7 20:33:35 2012 +0000 Minor fix in blender mask conversion. commit cd2cc6197fa4ed24f0a9240c7beb74442851d42b Author: Vladislav Vinogradov Date: Wed Mar 7 14:31:30 2012 +0000 fixed bug in gpu::pyrUp implementation commit 679f1dad99374caaa000707a5140bd5fb4448f31 Author: Andrey Kamaev Date: Wed Mar 7 14:23:55 2012 +0000 Stitching: added CV_16S weights support to the multiband blender commit 796f839b757c73d4f8ee660a485a68a395c9784b Author: Vladislav Vinogradov Date: Wed Mar 7 14:05:21 2012 +0000 minor fix in gpu docs (filter2D and convolve) commit 855feedda7bdc4597187475deb554fbab5843fd6 Author: Vladislav Vinogradov Date: Wed Mar 7 13:41:49 2012 +0000 fixed error calculation in gpu::PyrLKOpticalFlow (Bug #1651) commit 1a25e58239facb290f8f4ecd1e5d3e612a7afc0f Author: Vadim Pisarevsky Date: Wed Mar 7 13:35:13 2012 +0000 fixed patch diff calculation in the end of calcopticalflowpyrlk (thanks to Vlad Vinogradov for the patch) commit 02f226a9816bad6cced4c43d40e889b54acd08d0 Author: Vladislav Vinogradov Date: Wed Mar 7 13:14:50 2012 +0000 fixed bug in gpu::pyrDown commit 0e27c772aa88e84979ad2f7686bb7d21b035eb91 Author: Alexander Mordvintsev Date: Wed Mar 7 12:46:21 2012 +0000 using RAII to manage GIL -- still fails to handle exceptions correctly commit 58174f6adad424a8fdca37f512986ca13696a830 Author: Alexander Mordvintsev Date: Wed Mar 7 11:09:27 2012 +0000 Added GIL-release code into python wrappers Added gabor_threads.py sample commit e7dda44a0763e1c7bf4662ac4f625552895d146e Author: Vladislav Vinogradov Date: Wed Mar 7 09:49:24 2012 +0000 updated image for StereoConstantSpaceBP regression test updated gpu tests for CornerHarris and CornerMinEigen moved direct convolution implementation to gpu::filter2D, gpu::convolve now use only DFT-based algorithm (Bug #1639) commit 53c156551412a9c69dc9a613e4cac615fab176f6 Author: Andrey Pavlenko Date: Wed Mar 7 08:16:43 2012 +0000 Java API: replacing some manual port with auto-generated stuff (/Map-type classes) commit 2727a425e450fbff3034132c1e52986de8d200b4 Author: Alexander Mordvintsev Date: Tue Mar 6 13:22:55 2012 +0000 fixed distrans.py sample (distanceTransform -> distanceTransformWithLabels) commit 63b5cf6deacc3c1e90712139423da13dafdb23b2 Author: Vladislav Vinogradov Date: Mon Mar 5 13:49:42 2012 +0000 temporary disabled optimized version of CascadeClassifier (bug #1640) fixed HaarCascadeLoader test (incorrect behavior due to macros usage) commit 1494da339d8b1134cd479a69c3638c34be968720 Author: Alexander Shishkov Date: Mon Mar 5 11:08:59 2012 +0000 fixed #1507 commit ec5bdc7de868c99d0203278e00701c1b9372c525 Author: Vladislav Vinogradov Date: Mon Mar 5 10:36:57 2012 +0000 added patch error calculation to gpu::PyrLKOpticalFlow commit 27ecc999cbfa929bdd372e53e115b160613193bb Author: Alexander Shishkov Date: Mon Mar 5 09:20:52 2012 +0000 modified readme.txt (#1609) commit 5c10bd5b7975d46bce587ff5916eee2be42c59cb Author: Alexander Shishkov Date: Sun Mar 4 22:22:30 2012 +0000 fixed #1477 commit e64450ae890e0a76e5c69006374ce71f650461f0 Author: Alexander Shishkov Date: Sun Mar 4 21:49:38 2012 +0000 fixed #1466 commit 90dcd4608cb9292b1c350423ccc219822d2c7ca6 Author: Andrey Kamaev Date: Sun Mar 4 20:36:50 2012 +0000 Android: fixed cmake try_compile() for case of STL features detection commit 631f72d85d1bdc5b502b2267d029dbb3f973d334 Author: Andrey Kamaev Date: Sun Mar 4 12:30:03 2012 +0000 Fixed Android cross-compiling problems: - missing install_name_tool on OS X - incorrectly working try_compile() command commit 18dbe6b3e5ac146ec40e7e56aad29175e757946f Author: Andrey Kamaev Date: Sat Mar 3 15:49:23 2012 +0000 cmake scripts are updated to prefer includes from the OpenCV source tree commit aeaae8b057cdba0aeada7cdffa5fa2bb9615c04a Author: Andrey Kamaev Date: Fri Mar 2 20:59:13 2012 +0000 Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings commit 1956f32aacba32f137777cbddd3f0326494d5bb9 Author: Alexander Shishkov Date: Fri Mar 2 20:19:32 2012 +0000 fixed #1289 commit 3f0bd342708fa493de59c925a9ca67cbf64abe75 Author: Alexander Shishkov Date: Fri Mar 2 20:13:03 2012 +0000 updated repository path in gpu/introduction (ticket #1260) commit bd2014debaf69c766c17a287dfccdb4478d98e88 Author: Gary Bradski Date: Fri Mar 2 19:39:06 2012 +0000 added usage on how to actually run video_dmtx.cpp commit f67a0902aaefa467bca939f1e6bc9767900208e0 Author: Alexander Shishkov Date: Fri Mar 2 18:36:34 2012 +0000 fixed #1618 commit 042a834d9dda2a8449c1932da8bc5862b2005101 Author: Alexander Shishkov Date: Fri Mar 2 18:24:46 2012 +0000 #fixed 1644 commit defbdcba77cff5dceb60fe430095640afc782f85 Author: Alexander Shishkov Date: Fri Mar 2 18:06:15 2012 +0000 fixed #1645 commit 18933c12f75e55efda1f03f041e03073932cac38 Author: Anatoly Baksheev Date: Fri Mar 2 14:48:35 2012 +0000 Disabled BUILD_WITH_DEBUG_INFO flag for MSCV. Now debug info is included in debug configuration commit f5b8af32549c91c2542cd02e51ccff3c32198339 Author: Alexander Shishkov Date: Fri Mar 2 12:24:03 2012 +0000 applied patch from #1637 for fixing problems with Intel(tm) compiler commit ab221fb3d6c215d18c8f35fee8d5a4a7704f3d89 Author: Andrey Kamaev Date: Fri Mar 2 11:36:34 2012 +0000 More accurate cmake flags sets/unsets for 3rdparty libs commit 06a6c5851c2566fc6918957b6df17591fea37e79 Author: Alexander Shishkov Date: Fri Mar 2 11:01:10 2012 +0000 updated libpng: from 1.4.3 to 1.5.9 #1609 commit aa6c677bd8f079eff0d97511b3e29333359a32d0 Author: Andrey Kamaev Date: Fri Mar 2 08:48:33 2012 +0000 Added opencv_tests and opencv_perf_tests targets to simplify building tests only commit 2f4bb580fcd44f02aa7924856c4f7302b5d838bb Author: Andrey Kamaev Date: Fri Mar 2 08:34:54 2012 +0000 Fixed some build warnings; slightly improved python search commit 30d5cdef94507b4193a5b08bcceadda9aeb7ed21 Author: Andrey Kamaev Date: Thu Mar 1 11:41:10 2012 +0000 Fixed HAVE_UNISTD_H redefinition warning commit 0db570b1ca1f43cfaecf95a163c947791ace04bf Author: Andrey Kamaev Date: Thu Mar 1 10:44:19 2012 +0000 minor cmake update commit 368181bf4e93063505c5c80d57702a67cd590439 Author: Andrey Kamaev Date: Thu Mar 1 09:15:19 2012 +0000 Fixing windows build of libtiff commit e8afcdba0a662b8ca318ec2e92fe72ee97c29d13 Author: Andrey Kamaev Date: Thu Mar 1 09:01:32 2012 +0000 More flexible tiff library configuration commit 92d2d747313b094b3137a683859f85a04b1eccfc Author: Alexey Spizhevoy Date: Thu Mar 1 08:02:34 2012 +0000 Fixed docs for gpu::convolve() commit 4fb9196e834243d904672b6f859e71b2e6ab3d9d Author: Kirill Kornyakov Date: Thu Mar 1 07:45:24 2012 +0000 copied a section with explanation of different border types commit 2d81ecce23b0ebedff2e15ca33763eb052d39157 Author: Vladislav Vinogradov Date: Wed Feb 29 20:24:28 2012 +0000 fixed required CUDA version in OpenCVDetectCUDA.cmake commit bc4f63e5bd33141b29f5fa84c13381f51b1f65cb Author: Alexander Shishkov Date: Wed Feb 29 15:01:28 2012 +0000 updated libtiff: from 3.9.5 to 4.0.1 #1609 commit d00fa6b8176c12a211c842a737039734735d9277 Author: Vladislav Vinogradov Date: Wed Feb 29 13:02:25 2012 +0000 improved type dispatching in gpu arithm functions commit 60ddaa565ee82a47ae4c16325b5b0ad8b12bb1ab Author: Andrey Pavlenko Date: Wed Feb 29 12:40:31 2012 +0000 fixin a bug in conversion Mat -> List> commit 4b5d04f475b8bc74c80eec515a2b7e385ed94883 Author: Andrey Kamaev Date: Wed Feb 29 08:11:01 2012 +0000 Fixed tbb hang in Android apps commit d05b788db411cf4355a924e866e890277a315489 Author: Alexander Shishkov Date: Tue Feb 28 12:39:25 2012 +0000 fixed compilation problems with MinGW after rev7353 commit f1f045858f05f1ddc17dcc4e3c5cbfc164fa07b4 Author: Ivan Korolev Date: Tue Feb 28 04:46:48 2012 +0000 Updated a perftest for convertTo commit 9794f5977c05f2f4c3d1761606b5719dce75f9b2 Author: Leonid Beynenson Date: Mon Feb 27 17:46:53 2012 +0000 Changed the class OrbFeaturesFinder to make it work with CV_8UC4 and CV_8UC1 images. commit a92e3dcdad3fbc366863a0376ce7bef48b6dd24e Author: Alexander Reshetnikov Date: Mon Feb 27 14:37:20 2012 +0000 Updated positioning test (removed frame reading) commit 5c0f2f8ea1cc7717472b9d03dcc298731e1af4c2 Author: Vladislav Vinogradov Date: Mon Feb 27 13:22:41 2012 +0000 reused buffer in GlTexture::copyFrom(GpuMat) commit 212ceb3e248e3bdb3f5f9013fbc3c4b02e897ba6 Author: Andrey Kamaev Date: Mon Feb 27 12:49:00 2012 +0000 Minor improvement for Android TBB commit 0279ba953e9a2d4d853756780d07d83188279205 Author: Alexander Shishkov Date: Mon Feb 27 11:42:33 2012 +0000 fixed warnings in linemod on Windows commit e7e373307b62ab808d407515ca27e5701385aea2 Author: Alexander Shishkov Date: Mon Feb 27 11:15:01 2012 +0000 added exports to the LineMod classes fixed compilation linemod sample on Windows commit 32080ece8cf303c7a4181095bdddb9d3700ea038 Author: Andrey Kamaev Date: Mon Feb 27 09:19:30 2012 +0000 Fixed Android build warning commit 13456c98406074b10ef78beb3046527754ac2aa7 Author: Patrick Mihelich Date: Mon Feb 27 08:55:57 2012 +0000 Removed a finished todo commit cb9823704c805815dece52ed38b7fa7927fda921 Author: Andrey Kamaev Date: Mon Feb 27 06:23:14 2012 +0000 #1568 support of building with OpenEXR on Windows commit c6445e2de14f6b479bc5299eaa702d093d94a7c4 Author: Andrey Kamaev Date: Mon Feb 27 06:19:25 2012 +0000 Slightly improved build of TBB for Android commit 8b6aec67107e4e5a8a90a761d2705985d012da5b Author: Patrick Mihelich Date: Mon Feb 27 01:50:22 2012 +0000 Sample program to train and detect objects using LINE-MOD. commit f483272d097d77aa5faafe73909604fa34f0ae5b Author: Patrick Mihelich Date: Mon Feb 27 00:07:52 2012 +0000 No longer expose internal LINE-MOD methods like response map computation, linearizing similarities, etc in public header. commit f174b001f3f10aec9396a45b144623b1b29ea5d9 Author: Patrick Mihelich Date: Sun Feb 26 23:55:18 2012 +0000 Initial commit of LINE-MOD source code to objdetect module. commit 8df208cf56f513ff283e137d25d05f3c91853e17 Author: Andrey Kamaev Date: Fri Feb 24 21:54:29 2012 +0000 Fixed compiler flags for 3rdparty libs. commit 22d7e6b741af99aa1116ebb0be2e630ae5d6e555 Author: Andrey Kamaev Date: Fri Feb 24 18:16:05 2012 +0000 Scripts for building TBB for Android commit 8141a5026ca6b9add5d50c2b741eeff8f93a280a Author: Andrey Kamaev Date: Fri Feb 24 13:53:22 2012 +0000 Refactored cmake for 3rdparty libs commit 4a299acd483654afbeb8b392a8038d4fbbe2356b Author: Leonid Beynenson Date: Fri Feb 24 13:48:41 2012 +0000 Added PlanePortraitWarper class. commit 216d75ccaeb13f4bb5abb89fac4fb9e859dd0f72 Author: Andrey Kamaev Date: Fri Feb 24 12:45:23 2012 +0000 Restored missed } commit 9b5534a6e06593b0260c8969b24a8792f935bdd7 Author: Alexander Reshetnikov Date: Fri Feb 24 12:27:20 2012 +0000 Fixed syntax error in cap_dc1394_v2.cpp commit a8f0c93379ab32287f374885f42b8577496c0c62 Author: Andrey Kamaev Date: Fri Feb 24 12:23:34 2012 +0000 Modified zlib search. Use system zlib on Android by default commit b12f18536f3b055ff38731a9d305ebab5b37c9e7 Author: Alexander Reshetnikov Date: Fri Feb 24 10:54:52 2012 +0000 Added new VideoCapture properties for ieee1394 cameras commit 228b87250a14f859dbc453c4434c90c4bfea967a Author: Andrey Kamaev Date: Fri Feb 24 09:39:28 2012 +0000 Windows build scripts for Android are updated for SDK r14 and newer commit 01b986ef322cb9173a858a98c394ad9090f6980c Author: Andrey Kamaev Date: Fri Feb 24 09:35:59 2012 +0000 Fixed try_compile for Android; Fixed samples build commit 5bea651e81abd1c676fe8b704bda7f9cc6ce88ba Author: Andrey Pavlenko Date: Fri Feb 24 08:43:11 2012 +0000 Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions commit b6c2c61ce1ea002e53629f2c7cf0b42b8e51f799 Author: Patrick Mihelich Date: Thu Feb 23 21:41:22 2012 +0000 Check for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintrin.h. commit aa9eeddd86ab3f442015186fbdd44f04450188aa Author: Andrey Kamaev Date: Thu Feb 23 20:05:27 2012 +0000 Fixed problem with backslashes in cmake status report commit d7763d99dee8b63bb3ca128e4a01a42b3fa629fe Author: Alexander Reshetnikov Date: Wed Feb 22 22:10:53 2012 +0000 Minor code changes in test_video_io.cpp commit d40721e5c0e1ebd54ee26fc956c4fd778c4f3695 Author: Andrey Kamaev Date: Wed Feb 22 20:22:29 2012 +0000 Suppressed MSVC warnings in zlib commit 23c2275449fa7d2acd0640483668656c59ca2bac Author: Alexander Reshetnikov Date: Wed Feb 22 17:12:25 2012 +0000 Added conditional compiling for video i/o tests in highgui. commit 19ce8c7f12c558aa78e7fec424c55766f4e4ba43 Author: Andrey Kamaev Date: Wed Feb 22 15:52:23 2012 +0000 #1609 zlib is updated to 1.2.6 commit b8eeb019dbee7db81356a65369dfea984b6e3917 Author: Leonid Beynenson Date: Wed Feb 22 15:44:39 2012 +0000 Added spherical and cylindrical warpers, which work in the portrait mode -- when poles are located NOT at (0, -1, 0) and (0, 1, 0) points, BUT at (1, 0, 0) and (-1, 0, 0) points. commit eec70a779372b32d6215e2bf1655f6968813583e Author: Andrey Kamaev Date: Wed Feb 22 15:29:23 2012 +0000 Architecture dependent library path on unix commit 4ac407e76acda3ae0b2815287c06bb2a5674bacc Author: Andrey Kamaev Date: Wed Feb 22 14:04:59 2012 +0000 Small refactoring of OpenCV cmake options commit 8b7edda6acfb3e71b76cc0f49482fb4c97e96258 Author: Alexander Reshetnikov Date: Wed Feb 22 13:30:47 2012 +0000 Added cvShowImage working with handles under Windows. commit 50df95650a535e655128ae04f29dfea5c871fd2f Author: Alexander Shishkov Date: Wed Feb 22 12:16:01 2012 +0000 fixed #924 commit f7866677ebf5f43b2d90c0ae8bb7d80a52c70896 Author: Alexander Shishkov Date: Wed Feb 22 12:13:56 2012 +0000 fixed #1615 commit f0f87ebf36c0bccc6085c6a24672793f0f82e0bb Author: Vladislav Vinogradov Date: Wed Feb 22 11:22:31 2012 +0000 fixed compilation error under linux commit 2d30480982a01df3619781c6ef80148b298c68cd Author: Vladislav Vinogradov Date: Wed Feb 22 10:00:53 2012 +0000 created wrappers for new NPP functions removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error updated docs, accuracy and performance tests commit e426dfc3968afc5bae28e60f81a10418ba7227a2 Author: Andrey Kamaev Date: Tue Feb 21 15:08:03 2012 +0000 Fixed #1613: removed YUV420i color conversion constants commit 9a88aea697c3903daab061632c04749962b536e0 Author: Andrey Kamaev Date: Tue Feb 21 14:07:44 2012 +0000 Eliminated all compiler warnings on Android commit a8f27e4a84ec673f81c37cc4631faf10d3e73ef4 Author: Andrey Kamaev Date: Tue Feb 21 12:42:51 2012 +0000 Information about cmake and build platform is added to the status report commit 0630e7010e52218dc0d1deb4f6ffce9e63b35d58 Author: Victoria Zhislina Date: Tue Feb 21 11:31:23 2012 +0000 CV_USE_UNROLLED for imgproc commit ff2af7d8bb822d47743429a994cc16b02b55f625 Author: Andrey Kamaev Date: Tue Feb 21 11:16:49 2012 +0000 Fixed Canny commit 5785a890531bb919528fb5e357e657ca7d34759a Author: Alexander Shishkov Date: Tue Feb 21 04:42:34 2012 +0000 fixed #1614 commit b29438319991db4ca60f2a5086b26953535c3204 Author: Andrey Kamaev Date: Mon Feb 20 14:50:23 2012 +0000 Added more default search locations for Android NDK and SDK commit 30191dbe951961905be5ec602feaa1e921094e41 Author: Andrey Kamaev Date: Mon Feb 20 13:43:06 2012 +0000 Fixing ffmpeg dll copying on Windows commit 469cc42aee191ac8356358ee7567c98dfb047224 Author: Andrey Kamaev Date: Mon Feb 20 13:12:13 2012 +0000 Fixing ffmpeg dll copying on Windows commit 16fb7d231e9d66d1ea62fd1f6f29bb6225e6d72d Author: Andrey Kamaev Date: Mon Feb 20 12:51:15 2012 +0000 Fixed problem with Android native camera helper libraries commit 00db5a69a20cb863bfe2d96561a94d9feef18b75 Author: Andrey Kamaev Date: Mon Feb 20 11:50:43 2012 +0000 More granular build of Java API: it is now possible to build Java wrappers only for the subset of OpenCV modules commit 8dc28473c713bc7c0b2370580e87ebd3792eaefd Author: Alexander Shishkov Date: Mon Feb 20 09:16:19 2012 +0000 fixed #1339 commit 35d63083f98685e0b96fbae79db203ed783d672f Author: Alexey Spizhevoy Date: Mon Feb 20 08:31:10 2012 +0000 Added Farneback's optical flow sample commit 504262d3d8db5fb8c1a5d18db90b6a90f8062309 Author: Andrey Kamaev Date: Sun Feb 19 21:56:21 2012 +0000 Fixed #1608 commit 4f97b20ff654d4c43f1776d8f64701a5f435f114 Author: Andrey Kamaev Date: Sun Feb 19 21:30:13 2012 +0000 Refactored OpenCVConfig.cmake generation code. commit f83aa74bc45af1e83d217eb7f45eaa39970825ff Author: Alexander Reshetnikov Date: Sat Feb 18 12:56:00 2012 +0000 Updated ffmpeg implementation (setProperty & getProperty methods) commit a6e8e5dd95ff351c4f1dcd39c54d9ba8f3a236bf Author: Andrey Kamaev Date: Fri Feb 17 19:09:05 2012 +0000 Fixed #1443 commit f59d96cd7f8181a0953b56282dad71d2f310ba5f Author: Andrey Pavlenko Date: Fri Feb 17 14:51:19 2012 +0000 updating inaccurate test (Mat step can be more than width) commit f3be34934e9a27574220899d0790c70effbfdaff Author: Alexander Shishkov Date: Fri Feb 17 08:48:06 2012 +0000 minor changes in chessboard.py sample #1492 commit a6602dd75cdf854be1f33f29c367713eb414dcd8 Author: Alexander Shishkov Date: Fri Feb 17 08:42:58 2012 +0000 fixed #1492 commit d7031606c22fd1ca5e664ae22276e503361c4a5b Author: Alexander Shishkov Date: Fri Feb 17 08:35:46 2012 +0000 fixed #1363 commit 2ad7add6138b475e0ec89bccd95229cc8793d9a9 Author: Alexey Spizhevoy Date: Fri Feb 17 07:02:11 2012 +0000 Minor refactoring of the GPU perf. sample commit 6ababe70552d710cc2cfa64aeabbf7a07de9d465 Author: Alexander Shishkov Date: Fri Feb 17 06:58:02 2012 +0000 fixed #1604 commit 691d3923126e7b752bda1711042de204292a901e Author: Andrey Kamaev Date: Thu Feb 16 20:29:35 2012 +0000 Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005. commit 2219e38192f030ea3f5200280ef18fe6f1cdc74b Author: Vincent Rabaud Date: Thu Feb 16 19:21:48 2012 +0000 fix a potential crash when there are no keypoints commit 630d874e034f422012e36f0a605311e4242a58ac Author: Alexey Spizhevoy Date: Thu Feb 16 13:08:22 2012 +0000 Updated the GPU performance sample commit c908c5013107c368550d982b65340dec0acab4c3 Author: Alexey Spizhevoy Date: Thu Feb 16 12:42:44 2012 +0000 Added docs for gpu::FarnebackOpticalFlow commit e428a0c68116b0260c8747033e60c592dfa32463 Author: Alexey Spizhevoy Date: Thu Feb 16 12:33:42 2012 +0000 Fixed a compile-time error commit 8f215af0484ed97d6fe903631ea4ed898529d6f9 Author: Alexey Spizhevoy Date: Thu Feb 16 12:07:08 2012 +0000 Minor fix -- renamed a variable commit b0d457cdb02a4b09543da6beb5c01edb44dc9dea Author: Alexey Spizhevoy Date: Thu Feb 16 12:00:17 2012 +0000 Minor refactoring commit b0bf54e7138aa14fa98f36be0b8304e9c8383ec8 Author: Alexey Spizhevoy Date: Thu Feb 16 11:48:56 2012 +0000 Added a perf. test for gpu::FarnebackOpticalFlow commit 9f5d97425f25c5e0aa666c8bc0dd40b51d2d5ec4 Author: Alexey Spizhevoy Date: Thu Feb 16 11:32:32 2012 +0000 Fixed some typos commit 681ac9beda72b7116b9c72c3d302faf2c874bdaf Author: Alexey Spizhevoy Date: Thu Feb 16 11:26:17 2012 +0000 Added missing files commit 5c459aa815f77d9d9839dafb12aace9ae5688d7a Author: Alexey Spizhevoy Date: Thu Feb 16 11:23:51 2012 +0000 Added the GPU version of the Farneback's optical flow commit 59ff1a4ccbe1bfa17cdcc16638175284710aedd0 Author: Vadim Pisarevsky Date: Wed Feb 15 22:24:32 2012 +0000 added StereoVar description (by Sergey Kosov) commit bb93e3ab8ad7c99f6471fb4475eebb5e6f2ef4f2 Author: Vadim Pisarevsky Date: Wed Feb 15 21:10:11 2012 +0000 added color canny; improved Algorithm class implementation commit 716a5d04aba103d869078219e028a2835613f721 Author: Vadim Pisarevsky Date: Wed Feb 15 19:48:04 2012 +0000 fixed a few problems detected by Xcode 4.2.1 commit ada6ab3778b1391192d84688caad6c388becf46c Author: Vladislav Vinogradov Date: Wed Feb 15 19:25:29 2012 +0000 fixed compilation for old compute capabilities commit 65bef258cbe185e0e35fbd003f578fc5910708ce Author: Vladislav Vinogradov Date: Wed Feb 15 12:27:51 2012 +0000 fixed compilation error commit deee349ba76abd4e4b57cc02dc8f97fa37ef35fb Author: Alexander Reshetnikov Date: Wed Feb 15 12:06:46 2012 +0000 removed highgui video tests execution on macos; also minor code changes commit 5af529c1bd9662dca3f35eb27ddb1c5599e70833 Author: Vladislav Vinogradov Date: Wed Feb 15 12:05:59 2012 +0000 fixed and updated gpu implementation of separable liner filters now it supports kernel's size up to 32 commit b96a556fff9710f2aeea82c234280818e6382a16 Author: Ivan Korolev Date: Wed Feb 15 10:24:47 2012 +0000 Created a perftest for convertTo, updated perftests for arithmetical operations commit fe991052dc1a5f08e0d3d2a5f5cc39c4507ba283 Author: Andrey Pavlenko Date: Wed Feb 15 09:08:39 2012 +0000 #1283, adding JavaDoc comments for Mat <->Bitmap converters. commit 0588e6261bdd49e4a02ca003a3600fe5eed3c938 Author: Andrey Pavlenko Date: Wed Feb 15 08:19:49 2012 +0000 #1283, Mat <->Bitmap converters Java tests. commit 6f7e3434caa30c9be6abe9e051da0ec07ad2420e Author: Vladislav Vinogradov Date: Wed Feb 15 06:44:20 2012 +0000 moved finding CUDA_npp_LIBRARY to OpenCVDetectCUDA.cmake commit 62591a1d5a082612a7c64133402a282144988dc1 Author: Andrey Pavlenko Date: Tue Feb 14 14:40:41 2012 +0000 #1283, Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous Mat-s and RGBA_8888 & RGB_565 Bitmaps; Android samples project files are updated according to the latest SDK req-s. commit f7fd7929e185762fef4be8f30d9bbf05b8f82a42 Author: Vladislav Vinogradov Date: Tue Feb 14 13:18:33 2012 +0000 added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow commit a6bc747a54f725d7fba9a404cdcac537568f22b8 Author: Vladislav Vinogradov Date: Tue Feb 14 11:48:40 2012 +0000 minor fix : doesn't save outliers commit 18c48196f81eba9264a7eb3bde4ce8c082e01da6 Author: Vladislav Vinogradov Date: Tue Feb 14 11:29:08 2012 +0000 fixed compile error commit 87bbcccea50368d0d0988b01491addfebaf58fc1 Author: Anatoly Baksheev Date: Tue Feb 14 10:27:33 2012 +0000 fixed orb bug commited by mistake commit 84db4eb6fa71146a5beb478fb272dd4b2d7a85d6 Author: Anatoly Baksheev Date: Tue Feb 14 10:22:34 2012 +0000 fixed ~200 warnings for windows minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables) commit 8f4d63913a4a3cff67e399b89b563fd7e7ce9d60 Author: Vladislav Vinogradov Date: Mon Feb 13 13:29:28 2012 +0000 minor commit 77f286ada6ed074eb8d60b082927c5b836946bcd Author: Vladislav Vinogradov Date: Mon Feb 13 13:19:06 2012 +0000 fixed build under linux added PyrLKOpticalFlowDense performance test commit a10fed8fd1125dd9cac4674d7090d0dd28401d6f Author: Vladislav Vinogradov Date: Mon Feb 13 12:57:27 2012 +0000 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module commit edc9d4f95159b856fa7e8500547083f1479423b2 Author: Alexander Reshetnikov Date: Mon Feb 13 12:41:27 2012 +0000 fixed compiling error under Windows; updated test_video_io.cpp commit 35c19442a781e0ada035d1c98905f99d8b073706 Author: Alexander Reshetnikov Date: Sat Feb 11 15:28:03 2012 +0000 updated 3 highgui tests commit 778b51a6a1e86cfe504991adb623deb1ad3bb546 Author: Gary Bradski Date: Sat Feb 11 03:47:40 2012 +0000 Adding python example of mouse interaction and use of correlation on an image commit 3e94f7721569d6ca1227124fb2b848f437b5bc53 Author: Victoria Zhislina Date: Fri Feb 10 13:47:53 2012 +0000 commit c07d9d75e8f147950857d3a8a2d34fa71a2211bd Author: Alexandre Benoit Date: Fri Feb 10 13:25:33 2012 +0000 added get methods for retina outputs commit ef8c263500187df10ebd8fbe6001c725f02f64ff Author: Andrey Morozov Date: Fri Feb 10 12:46:34 2012 +0000 fixed compile under linux commit fbdb93ec790a5ef140c9371a8a51278c12649dda Author: Victoria Zhislina Date: Fri Feb 10 06:05:04 2012 +0000 CV_ENABLE_UNROLLED commit 68a54e7f3c1bcede53dddfa9ef0fb167cd5a771c Author: Andrey Kamaev Date: Thu Feb 9 20:22:36 2012 +0000 Fixed incorrectly merged patch. commit 3ef5bfa1851d1895a7dd4e7690819d475357ec63 Author: Leonid Beynenson Date: Thu Feb 9 15:02:21 2012 +0000 Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue. commit 7c03b301c12dee0d0d2f576ddb5db335566b161c Author: Alexander Shishkov Date: Thu Feb 9 10:53:16 2012 +0000 fixed #927 issue commit 6ead21b1a2101cf378a810d5e69b266a2cb47a5d Author: Alexander Reshetnikov Date: Thu Feb 9 10:51:53 2012 +0000 added licenses to some tests; updated new highgui tests commit c761996a28a2582878c4f57046da45dceef23e61 Author: Alexander Shishkov Date: Wed Feb 8 15:29:07 2012 +0000 fixed #927 issue commit f883b31cfd49627e5ae97bd89a78e7c484803ce3 Author: Vladislav Vinogradov Date: Wed Feb 8 11:02:32 2012 +0000 updated performance sample commit a618b774f2abfd53797befe24920e9bc4d152992 Author: Vadim Pisarevsky Date: Wed Feb 8 05:45:58 2012 +0000 fixed OpenCVConfig.cmake for creating Xcode projects commit 237b3ed3a0bfbc09c77cca45960c00a4c4ab4ce0 Author: Vladislav Vinogradov Date: Wed Feb 8 05:45:47 2012 +0000 fixed createOpticalFlowNeedleMap commit fcf9a224fb26dbb18ec1b3adfb793a7fa68e07ab Author: Marius Muja Date: Tue Feb 7 02:18:54 2012 +0000 Bug fix commit 46fa7b49c5e91547ba4fbb7faa9f665273b1b7fc Author: Alexander Reshetnikov Date: Mon Feb 6 13:53:25 2012 +0000 updated positioning test for videos commit aa9735f9b5fabb22f2201e0828dcb7e931259e6e Author: Andrey Kamaev Date: Mon Feb 6 13:29:48 2012 +0000 Fixed mingw build commit 792fb3bd64b3e1a8b470ed35b5a6c0545b4137cc Author: Alexander Shishkov Date: Mon Feb 6 13:26:35 2012 +0000 fixed #1549 issue commit c19d0b17ded0c7c681c79ce6c0e8337e29d52dbf Author: Andrey Kamaev Date: Mon Feb 6 12:45:11 2012 +0000 Fixed typo commit 49933c798fb28f731b23c0e6d78b9f4dcc5f35c6 Author: Andrey Kamaev Date: Mon Feb 6 11:48:15 2012 +0000 Fixed build for desktop commit 75ac4362ca2997d65ddd1cdc27add7bcc17b878f Author: Vladislav Vinogradov Date: Mon Feb 6 11:31:52 2012 +0000 removed ASSERT_NO_THROW commit 23af203e00ecba2f4fa142c095e4c9539e7bf241 Author: Andrey Kamaev Date: Mon Feb 6 11:30:59 2012 +0000 Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts commit 863fe3ecf8881220ae29b485d7f3ac553683bba4 Author: Alexander Shishkov Date: Mon Feb 6 10:34:00 2012 +0000 fixed bug after const removing in retina commit 26ed10993ea6f55bb30b589b27474b52a2ad219a Author: Alexander Shishkov Date: Mon Feb 6 09:31:33 2012 +0000 fixed #1565 issue commit ec12608f5fcba21576e1aa323720aa4fa89fdb9c Author: Alexander Shishkov Date: Mon Feb 6 08:38:03 2012 +0000 fixed #1590 commit 06247b49afcd1e9ce6b885753c8d93bf80ec7a73 Author: Alexander Shishkov Date: Mon Feb 6 08:13:11 2012 +0000 fixed issue #1243 commit ace6eaef7e685888d6f6a5a5fa421f935f7f9ba9 Author: Alexander Shishkov Date: Mon Feb 6 06:47:43 2012 +0000 added one more test for undistort commit 014577b43351c065a1424a0ddae66959713a5fa8 Author: Vladislav Vinogradov Date: Mon Feb 6 06:11:23 2012 +0000 fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path) commit 53c39a7a53ceb4657e35e625c8a9c85f84985286 Author: Vadim Pisarevsky Date: Mon Feb 6 01:09:54 2012 +0000 added getGaborKernel function commit b3b80bc39740ba3ce76c8e4ae5af75a5e092af06 Author: Andrey Morozov Date: Sun Feb 5 08:09:00 2012 +0000 fixed compile under linux commit eac055a27ea9947d4a544feef92e25646818335d Author: Andrey Kamaev Date: Sat Feb 4 18:57:41 2012 +0000 Fixed ticket #1580 commit b4895dbcaf1502f29d88c141a12c35258d28ba05 Author: Alexander Reshetnikov Date: Sat Feb 4 16:17:05 2012 +0000 completed tests checking positioning & frame count for videos (C interface); added new test videos commit 89702dc10c80a3e9926406556314a6b5f0107660 Author: Alexander Reshetnikov Date: Sat Feb 4 15:55:12 2012 +0000 File with positioning test was renamed to test_positioning.cpp commit dfb161e9c9e30b726b463e9cefc3fd759624831f Author: Andrey Kamaev Date: Fri Feb 3 19:18:35 2012 +0000 Fixing #1580 commit fdc1e87ddff66bafe01e43aff67f07fb73e33b2b Author: Andrey Kamaev Date: Fri Feb 3 18:52:00 2012 +0000 Attempt to fix #1580 - building OpenCV with ffmpeg not in LD_LIBRARY_PATH commit 1e79280be15620d71a923f7b13ae78503ea12b50 Author: Andrey Kamaev Date: Fri Feb 3 15:22:54 2012 +0000 Fixed OpenCVConfig.cmake generated for build directory commit 5eb6ee6290a146475457b5e155143ebd2b760970 Author: Andrey Kamaev Date: Fri Feb 3 12:54:52 2012 +0000 Fixing build with CUDA enabled commit ee6fefc8621b9e3a7faa90e1dddd5f53fd3950b9 Author: Andrey Kamaev Date: Fri Feb 3 12:35:39 2012 +0000 Fixing build with CUDA enabled commit c99253d62dc29c8a82bebe1b7069e076016dabdd Author: Andrey Kamaev Date: Fri Feb 3 12:33:48 2012 +0000 Fixing build on Windows commit 3ff438dc7a559aba5026c63cbe908ed76e34adc6 Author: Andrey Kamaev Date: Fri Feb 3 12:15:27 2012 +0000 Fixing build with CUDA enabled commit 690bf07a7fa923c0d9a5bf9cc5dd602046e4914e Author: Andrey Kamaev Date: Fri Feb 3 11:54:16 2012 +0000 Fixing build with CUDA enabled commit d749052d9d4b8dd013dd8277bc2dac7cc79b28b9 Author: Andrey Kamaev Date: Fri Feb 3 11:37:14 2012 +0000 Fixing build with Eigen enabled commit 984eb99428def93c708898c2b20d2ee40349b28a Author: Andrey Kamaev Date: Fri Feb 3 11:26:49 2012 +0000 Global CMake reorganization: [~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules commit ada9158521b03867e37655c6f6b03c04a7308279 Author: Alexey Spizhevoy Date: Thu Feb 2 14:06:13 2012 +0000 Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration commit d8fa374167e018073ed04d7e19f6f74ce2668ac1 Author: Alexey Spizhevoy Date: Wed Feb 1 10:00:38 2012 +0000 Fixed the multi-band blending test commit 386578bc3f6a35f524851ec1bc0ca64e646e449b Author: Andrey Morozov Date: Wed Feb 1 09:54:18 2012 +0000 fixed compile error commit a41b0902f4e09369735d5a5dfa054435adeb35af Author: Alexander Reshetnikov Date: Tue Jan 31 21:02:05 2012 +0000 Prepared some videos for future tests. Added first version of common positioning video test. commit fef90e227010d0e723c204742e5fa97ddeabe7b4 Author: Vadim Pisarevsky Date: Tue Jan 31 15:58:47 2012 +0000 fixed a few bugs in mat-mask-operations tutorial (thanks to Shiqi Yu) commit c09eae496961058629a4af748954153fba676fcc Author: Alexey Spizhevoy Date: Tue Jan 31 14:36:55 2012 +0000 Updated the multi-band blending test commit b254358d35579be9f602dba95ca758730923d2d2 Author: Ethan Rublee Date: Mon Jan 30 19:07:14 2012 +0000 highgui headers were not being installed... commit f8aba8608d23b2c096ddf2f2c6b6dd1d2d2e4606 Author: Vladislav Vinogradov Date: Mon Jan 30 13:15:20 2012 +0000 fixed build under CUDA 4.1 commit 7ddb706b296883115b26f1cf219defefb021a39e Author: Alexey Spizhevoy Date: Mon Jan 30 10:31:10 2012 +0000 Added a test for the multi-band blender commit 3892ce1f734c5045510fdb2c38a36f4e225a7cfa Author: Alexandre Benoit Date: Mon Jan 30 09:40:02 2012 +0000 added access methods to retreive retina input and output buffers sizes commit bb23288c3db0d16b4cdd1e98b549dd77313cda9d Author: Vladislav Vinogradov Date: Mon Jan 30 07:59:14 2012 +0000 fixed bug in SURF_GPU commit d38ca09738d1672d2492439fb0c43f3783333ffe Author: Vladislav Vinogradov Date: Mon Jan 30 07:20:09 2012 +0000 added gpu::printCudaDeviceInfo to all samples commit ed038ef9dc040a183c925f1547fd1559765ddaef Author: Alexey Spizhevoy Date: Mon Jan 30 07:06:35 2012 +0000 Updated the stitching module docs commit f5ed96f40ce3763253a9d5628db2c03ac4f2b78d Author: Alexey Spizhevoy Date: Mon Jan 30 06:53:50 2012 +0000 Updated the stitching module docs commit 00a58c9af883deea63be968ca7592d02afcdb7b4 Author: Vadim Pisarevsky Date: Sun Jan 29 14:31:10 2012 +0000 fixed bug #1422 (thanks to jondo for the patch) commit 70d137269afa12e2bb14f2eebd53d8008ccfd97a Author: Alexey Spizhevoy Date: Sat Jan 28 15:49:35 2012 +0000 Updated the stitching pipeline image commit fd084a0a7eae9b984d60e72300cdd005d8f36e11 Author: Vadim Pisarevsky Date: Fri Jan 27 20:36:19 2012 +0000 fixed bug #1415 commit b33c9b10bc2c590853006c4aa565a079406f283e Author: Vadim Pisarevsky Date: Fri Jan 27 20:28:59 2012 +0000 fixed bug #1566 commit 3ec2f7f5f08fe854865ae1defe41090c6b5d0b87 Author: Vladislav Vinogradov Date: Fri Jan 27 13:10:30 2012 +0000 fixed gpu::device::transform with non-aligned sources (Ticket #1567) commit aba37e54b320662cef3465835d8902d33d8c0f8f Author: Alexey Spizhevoy Date: Fri Jan 27 07:40:23 2012 +0000 Updated the stitching module docs commit dbfa8408d2dfd4330a104ac7d1acf501cd250f0e Author: Vadim Pisarevsky Date: Thu Jan 26 19:41:59 2012 +0000 fixed potential bug in cv::eigen() commit 9187739d18ba9174d60f60f5b5fc8db1c8485dfd Author: Alexey Spizhevoy Date: Thu Jan 26 13:28:04 2012 +0000 Updated the stitching module docs commit 9304d32b82375471fc7c0bb335f673b35fd4d0ea Author: Vladislav Vinogradov Date: Thu Jan 26 12:52:32 2012 +0000 disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561) commit f0b9c90f79ab7c294bcaf5fcbc4c99e39d9f2fb5 Author: Alexey Spizhevoy Date: Thu Jan 26 12:44:32 2012 +0000 Updated the stitching module docs commit bee271a15c4d5583c434ad014a5ce30561922d1a Author: Alexey Spizhevoy Date: Thu Jan 26 12:02:45 2012 +0000 Updated the stitching module docs commit a7e7226a028a945869db91f6a47fe5760864d746 Author: Alexey Spizhevoy Date: Thu Jan 26 11:47:33 2012 +0000 Updated the stitching module docs commit 196ac49fcf9e7f9c591815bb4e30be675a0ed511 Author: Andrey Morozov Date: Thu Jan 26 11:36:12 2012 +0000 fixed of the ticket #1442 commit bb33f8dd3cd44c89bdd0c183d50559b12cf76118 Author: Andrey Pavlenko Date: Thu Jan 26 08:51:16 2012 +0000 fixing Java test compilation after API change (distanceTransform() -> distanceTransformWithLabels()) commit 403a7ff3917d8d0453b68d9859393be2288e877b Author: Vadim Pisarevsky Date: Thu Jan 26 08:37:24 2012 +0000 fixed memory leak in cap_libv4l.cpp (ticket #1518; thanks to gorgen for the patch) commit 951a3d6c7a2c260a697e965e5dcf623ac927dcd6 Author: Alexander Reshetnikov Date: Wed Jan 25 16:01:59 2012 +0000 fixed a bug which caused incorrect work of function eigen() commit 3c645ae20c82edf24903c0932dd1cf8647a2df27 Author: Anatoly Baksheev Date: Wed Jan 25 15:27:37 2012 +0000 fixed CUDA compilation commit 07fa62f0c4bd0cba21c98a0caaecaed1d81c9c7b Author: Alexander Reshetnikov Date: Wed Jan 25 13:41:48 2012 +0000 some design code changes in new tests commit ea5d01558cff845298bd47547ae786ff77a7ffb8 Author: Andrey Kamaev Date: Wed Jan 25 13:41:12 2012 +0000 Updating opencv module definition in cmake (continued) commit 9469f650946418a048fc951124319f2a74f62bc1 Author: Vadim Pisarevsky Date: Wed Jan 25 13:32:48 2012 +0000 added tests on cv.CreateImage() (thanks to mythsmith). commit d1b5f4370052d6b8633067fb03dd372792260701 Author: Vadim Pisarevsky Date: Wed Jan 25 13:25:35 2012 +0000 adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket #1486) commit c86c6a028c8110988b2cbec736d0c9fdaf651703 Author: Andrey Kamaev Date: Wed Jan 25 13:12:11 2012 +0000 Updating opencv module definition in cmake (continued) commit 18ce0dff244ac27b586de64d2301ffb4f115f19d Author: Vadim Pisarevsky Date: Wed Jan 25 12:43:47 2012 +0000 fixed bug #1552 commit 4f86af7e168570677fdbe113636a57c2934b39ed Author: Vadim Pisarevsky Date: Wed Jan 25 12:17:59 2012 +0000 fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed. commit 82ae0b2c0c8379a4fbb87cefa17a5c94290b1f6c Author: Andrey Kamaev Date: Wed Jan 25 10:58:55 2012 +0000 Attempt to fix build on Mac OS X commit 9d5c24cdc85459948dfa01248cf2de1500f78bdc Author: Andrey Kamaev Date: Wed Jan 25 09:04:49 2012 +0000 Updating opencv module definition in cmake (continued) commit c946a740bbbf347807d9009e79b3259c6f70180b Author: Kirill Kornyakov Date: Wed Jan 25 07:50:47 2012 +0000 Optimized version of adaptiveThreshold added commit ddf56fa62946c700d5ca326961b89d467568f1e0 Author: Vladislav Vinogradov Date: Wed Jan 25 07:32:35 2012 +0000 added additional error check commit 79cc05d06236a523327819ba60fb2eb84f56be72 Author: Vladislav Vinogradov Date: Wed Jan 25 07:31:56 2012 +0000 minor fix commit 676f19233a6185f92cf323a8c93d1fdb09a572c3 Author: Vadim Pisarevsky Date: Tue Jan 24 20:14:07 2012 +0000 added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521 commit 13f4e70e9546af9a8b276c919cf88bfcc0cb2758 Author: Andrey Kamaev Date: Tue Jan 24 16:55:47 2012 +0000 Updating opencv module definition in cmake commit 2395654cbf7935f150734b8ac0e9d4a814747527 Author: Leonid Beynenson Date: Tue Jan 24 11:56:32 2012 +0000 Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose. commit 6f99447fbf5c6c6a61536ef1f7b9973e4188251f Author: Andrey Kamaev Date: Tue Jan 24 11:46:11 2012 +0000 Fixed compiler flags caching in cmake commit 2042e99cab6f0e4e0b4c0684d4f35617c3cf11a3 Author: Anatoly Baksheev Date: Tue Jan 24 09:56:55 2012 +0000 gramma commit 504a93ed0aa3354ccbb3541ccf1f5b466f719aea Author: Andrey Kamaev Date: Mon Jan 23 16:28:46 2012 +0000 Alternative xml naming for performance logs commit da5ee65e4e52485267c3d31da7c7a12d29ca68bf Author: Andrey Kamaev Date: Mon Jan 23 14:40:58 2012 +0000 Fixed build without SSE commit 04c0783b2fb966321e5d1c7453d104bdccde7ed1 Author: Vadim Pisarevsky Date: Mon Jan 23 12:14:46 2012 +0000 applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT) commit d0981a628a6c7bd54359b89c9101f3d100e79b70 Author: Andrey Pavlenko Date: Mon Jan 23 09:16:07 2012 +0000 Tegra optimization for image filtering commit 88896166cf064c1fc01162481e3112da1cdd059b Author: Ivan Korolev Date: Mon Jan 23 07:47:44 2012 +0000 Corrected perf tests: merge, split. commit 5e1808c797b1975fe467f55669562bf55cf3ef12 Author: Vladislav Vinogradov Date: Mon Jan 23 07:41:39 2012 +0000 fixed bug in gpu::Canny commit 1d1da9c5d60926f88c0b9e38228e2e4c907f2173 Author: Vladislav Vinogradov Date: Mon Jan 23 07:14:45 2012 +0000 added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal commit 347a7106ab3f30de0be88e8358cc30a15b0f1d5f Author: Andrey Kamaev Date: Mon Jan 23 07:08:31 2012 +0000 Added exhaustive perf test for cvtColor instead of several small tests commit 6c1de21a76f2d35abf03e6ca276321557a8b8dcc Author: Vladislav Vinogradov Date: Sun Jan 22 13:25:45 2012 +0000 fixed bug in gpu::transformSmart with mask commit cec641fb831c85975d322de519fe0ec101aba53b Author: Alexander Reshetnikov Date: Fri Jan 20 16:21:27 2012 +0000 completed test for boundingRect function commit ae2e494c7dd829edbe13f8d0671f4bfb84e7b07e Author: Andrey Kamaev Date: Fri Jan 20 14:35:57 2012 +0000 A number of improvements in android cmake toolchain commit 754891ec967bf106c95e5526bd882643d6f643bb Author: Ivan Korolev Date: Fri Jan 20 13:19:49 2012 +0000 Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge. commit a9d19b1394355042a45b49a29968d83162c3444f Author: Alexey Spizhevoy Date: Fri Jan 20 09:07:52 2012 +0000 Updated the stitching module docs commit 0733689583b3442a9899457fc0794c1c6954a0d0 Author: Alexey Spizhevoy Date: Fri Jan 20 09:06:53 2012 +0000 Updated the stitching module docs commit 3b92e9518e3a63096f26aa7c7c087f6780a0d90d Author: Alexander Reshetnikov Date: Thu Jan 19 18:29:32 2012 +0000 Several updates of code in countNonZero test commit b5bbce5b54572e7797c79dc7fc81ea7c4f00475c Author: Alexander Reshetnikov Date: Thu Jan 19 16:30:35 2012 +0000 Completed countNonZero test (found that it's already exist, so new implementation isn't used now). commit aaace6332f327ed4b2fa619a155857fda0ef6faa Author: Alexey Spizhevoy Date: Thu Jan 19 12:56:03 2012 +0000 Updated the stitching module docs commit 513f4128ec4944e7411395f0f9534ab5aafab702 Author: Ivan Korolev Date: Thu Jan 19 12:20:34 2012 +0000 account test commit 8e8beb070eb9989915829357bfa055d973221258 Author: Alexey Spizhevoy Date: Thu Jan 19 12:08:09 2012 +0000 Updated the stitching modudle docs commit f8bd4252dbaa5f4ff1438cbbd98abf002c4b00e6 Author: Andrey Kamaev Date: Thu Jan 19 11:52:25 2012 +0000 Tegra optimization for split, merge and some color conversions commit 9fa6edf2819756dd1908c2e6f94845e515b67c7c Author: Alexey Spizhevoy Date: Thu Jan 19 09:48:33 2012 +0000 Updated the stitching module docs commit 69b670bdaa29f5a86957bf5f47d1104916e9b431 Author: Alexey Spizhevoy Date: Thu Jan 19 09:43:13 2012 +0000 Updated the stitching module docs commit 9c1ec1ce84653d75edbacfa361d9b0ed6482d1f5 Author: Andrey Pavlenko Date: Thu Jan 19 05:22:51 2012 +0000 fixing compilation; but some code lines look weird, e.g. "n += abs(sign(value))" or "n += sign(cv::norm(value) > eps_64" commit a3d2020db06ef6d136f0bd1d1cf4ccae84130d64 Author: Alexander Reshetnikov Date: Thu Jan 19 00:22:22 2012 +0000 countNonZero & boundingRect tests - added first versions commit a43c47d6cf28654e298409ee7272b5713f544706 Author: Andrey Kamaev Date: Wed Jan 18 14:33:39 2012 +0000 First version of native camera support for Android 3.x.x and 4.0.x commit 2bdd395357eb5b3491b0d0b2b9879390915cef68 Author: Alexey Spizhevoy Date: Wed Jan 18 13:43:34 2012 +0000 Added the first version of the stitching module docs commit cdae0743abf1e5c6e914cdffac7ae8900911a1fc Author: Vladislav Vinogradov Date: Wed Jan 18 08:27:08 2012 +0000 fix OpenGL render functions fix createOpticalFlowNeedleMap commit 70820224c3b292a1e87d6e9d9e3ce5d98dd2b7cc Author: Alexander Reshetnikov Date: Tue Jan 17 16:47:23 2012 +0000 added checking homography matrix computing for vector commit b5034ac33fd748327eb02386ab19a9d067ebb724 Author: Alexander Reshetnikov Date: Mon Jan 16 21:13:03 2012 +0000 Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector . commit c377804ee82ad2a6e9840e6260458417a4af95d5 Author: Andrey Kamaev Date: Mon Jan 16 14:38:07 2012 +0000 Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion commit e45d5e8a5fbc6404433886d7d6e692c551785cd9 Author: Vladislav Vinogradov Date: Mon Jan 16 13:51:36 2012 +0000 added performance test for createOpticalFlowNeedleMap commit 49f29aeb6a4c09a3b51754c32674ed740803d141 Author: Kirill Kornyakov Date: Mon Jan 16 13:35:16 2012 +0000 Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines. commit 59acbb1112de234cca2c5dc5733d6a25e9e004f5 Author: Vladislav Vinogradov Date: Mon Jan 16 13:32:06 2012 +0000 minor commit 9a2358628b284c7422e845a81d6c4b2f13b3661b Author: Vladislav Vinogradov Date: Mon Jan 16 13:22:28 2012 +0000 minor fix commit 6d5171e5b6a13342309549c8e78e41de275397ac Author: Vladislav Vinogradov Date: Mon Jan 16 13:10:50 2012 +0000 fixed gpu docs commit c4792c01027cae877b489943f5e163bb627cb053 Author: Vladislav Vinogradov Date: Mon Jan 16 09:24:42 2012 +0000 updated optical_flow samples commit c326de43c1a1453069fbb7e2ebf3d7def6a802d1 Author: Andrey Kamaev Date: Mon Jan 16 07:04:26 2012 +0000 More natural sorting of MatType constants in performance reports. commit 61cb83b48106a608715fed87d78a64d2781b81aa Author: Andrey Kamaev Date: Fri Jan 13 12:37:10 2012 +0000 Fixed small bug in summary.py commit 555ed03613e9185efe4b04582b014038daa0e4a5 Author: Alexandre Benoit Date: Fri Jan 13 09:52:24 2012 +0000 corrected retina internal buffers copy methods commit d0b67d37259f0b0639eac6c19d8178a739f2382a Author: Andrey Kamaev Date: Thu Jan 12 13:43:35 2012 +0000 fixed Tegra stubs in cvtColor commit 8e48dd5cbdcba9d563a0fd6582cef4e9167cb907 Author: Andrey Pavlenko Date: Thu Jan 12 11:53:33 2012 +0000 fixing compilation on Android commit 3d54ce55f218a0051de556d07084d5ee57c9d5c5 Author: Andrey Pavlenko Date: Thu Jan 12 11:50:59 2012 +0000 fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double) commit 07d157591a05869bdf38ae0b4d70409b965e422e Author: Andrey Pavlenko Date: Wed Jan 11 14:18:10 2012 +0000 Tegra optimization for warpPerspective() and 2 new perf tests commit 9260ad4d70b9680dd3f3d2fd508775c455a5005f Author: Andrey Kamaev Date: Wed Jan 11 13:16:00 2012 +0000 Fixed Tegra optimization stub for gaussian commit a25b027ef70ac135761166180a54d5a05c787916 Author: Vladislav Vinogradov Date: Wed Jan 11 13:05:03 2012 +0000 updated gpu optical_flow sample commit 3aa537642d13de830aad45a492a7f845ce2a8c79 Author: Vladislav Vinogradov Date: Wed Jan 11 08:58:39 2012 +0000 minor refactoring of gpu performance sample commit 4f44d9ea7d4d8002c81b5cb02358287a561eb01b Author: Vladislav Vinogradov Date: Wed Jan 11 07:40:04 2012 +0000 added docs for FAST_GPU and ORB_GPU commit 5860477605b8b3b41d8e4aedc71c6d1ff5f6bc5f Author: Vladislav Vinogradov Date: Wed Jan 11 06:14:51 2012 +0000 fixed gpu::resize commit f0356004bc152e258032da9f738b80ee2764f0d4 Author: Vladislav Vinogradov Date: Wed Jan 11 05:46:32 2012 +0000 minor fix commit bf747e6deb9ef0c1a3c8f73584eec7f025afcf17 Author: Alexander Shishkov Date: Tue Jan 10 16:01:06 2012 +0000 modified documentation of solvePnP and solvePnPRansac commit af59a75ffc58e04c64cf9941f54f21ef030e2ee0 Author: Vladislav Vinogradov Date: Tue Jan 10 11:11:58 2012 +0000 fixed bug with submatrix in some gpu functions update gpu tests commit 2ce6dd6870dad8ec37965fd90b034136c51aced8 Author: Alexander Reshetnikov Date: Tue Jan 10 08:24:10 2012 +0000 eigen tests for 1*1 matrix were temporarily removed from common list commit 63efa5b2de626e2669859bfbe7e03a6570213600 Author: Marius Muja Date: Mon Jan 9 21:31:51 2012 +0000 Fixing ticket #1539 commit dd311b8d3cee1611edbb1700ca255fe65eda0237 Author: Andrey Kamaev Date: Mon Jan 9 16:38:44 2012 +0000 Added perf test for RGB(A)/BGR(A) to YCrCb conversion commit cdac77c2b23c771b7a278c0f6430479b6e0a7f91 Author: Andrey Kamaev Date: Mon Jan 9 07:45:19 2012 +0000 Added test group separators to the html version of performance report. commit 7bf091cd986979f8ecee8a0b59ecf641c305a09b Author: Andrey Kamaev Date: Mon Jan 9 07:43:37 2012 +0000 Fixed modules order in OpenCV.mk.in commit 48f3db97870b70e95882187321c6a9245c90c361 Author: Alexander Shishkov Date: Sat Jan 7 09:31:57 2012 +0000 fixed compilation error on Win commit 185680c7c50e8ba9481df5b40f99fc2fe31b415d Author: Andrey Pavlenko Date: Fri Jan 6 16:31:23 2012 +0000 Tegra optimization for some color conversion and warpAffine calls commit 11ad582250d750ad9aa883cc55d82229014f0ee7 Author: Alexander Shishkov Date: Fri Jan 6 15:26:24 2012 +0000 done user requirement from yvonnic2m@gmail.com commit 694ea8e0c8b8eac2595e7016d70a6f2a89e287e7 Author: Kirill Kornyakov Date: Fri Jan 6 14:29:31 2012 +0000 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. commit 40c70d127d0ea14b5de7a94256cb7202b7ecf8a5 Author: Andrey Kamaev Date: Fri Jan 6 08:44:28 2012 +0000 Fixed bug in summary.py commit e9901306c213bee33103b4f17fd200c887d5b729 Author: Andrey Kamaev Date: Fri Jan 6 07:41:04 2012 +0000 Fixed files picking code to preserve the order in summary.py script. commit 9b350e5e0d95a17fa568943dfd11ea30963e003e Author: Andrey Kamaev Date: Thu Jan 5 17:36:32 2012 +0000 Tegra optimization for median blur commit 70416be0dd68eb4cfe1a523073cf88ce0eae1056 Author: Andrey Kamaev Date: Wed Jan 4 18:20:03 2012 +0000 Tegra optimization for GaussianBlur commit c53313b06f6e55fe5997f873d041b04f275772af Author: Alexander Reshetnikov Date: Tue Jan 3 19:06:56 2012 +0000 Complex eigen test was modified. Fixed some bugs with checking for CV_64FC1 type. Added eigen tests for 1*1 source matrix. commit 8cab65c17325554bfb2411f2a12a99180007127b Author: Andrey Kamaev Date: Tue Jan 3 13:48:12 2012 +0000 Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. commit 60eecd452994784ed793047f9b8a81a00b483939 Author: Kirill Kornyakov Date: Tue Jan 3 13:30:21 2012 +0000 doc typo fixed commit 22d682718925e0acb662d0aff4de6493946408c4 Author: Andrey Kamaev Date: Fri Dec 30 10:42:07 2011 +0000 Fixed dot product test commit 65f5343ed56c29abc3c5cf710b03e0b9b9da14fc Author: Andrey Kamaev Date: Thu Dec 29 16:46:16 2011 +0000 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests commit 80f422a531139b39e4e889920a51860d697a7595 Author: Vadim Pisarevsky Date: Thu Dec 29 14:08:33 2011 +0000 added copyright notice for MOG2 algorithm by Z. Zivkovic commit 683be5811940dc1b975e4da9d18fc9dd6a1f90ae Author: Andrey Kamaev Date: Thu Dec 29 11:55:26 2011 +0000 Added perf test for INTER_AREA resize commit 7fafa3b00a41317c55b0edb8743730ca7448993e Author: Kirill Kornyakov Date: Thu Dec 29 07:51:01 2011 +0000 Optimized version of DotProd8u added commit a06dcc9e672e679a4d90765bd2d479b6b25d591f Author: Kirill Kornyakov Date: Thu Dec 29 07:49:22 2011 +0000 Optimized version of sqsum8u added commit 58b980ea88e5c9a9346342c6fc3a88c7454d452f Author: Andrey Kamaev Date: Wed Dec 28 14:59:09 2011 +0000 Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK commit fb051f78de91db8ee5f5a08d68c4c0b4a31ccf11 Author: Andrey Pavlenko Date: Wed Dec 28 14:47:21 2011 +0000 adjusting custom mat allocator when mat type is changed commit 70da780c8e31b4fbf794d1f80ed514a0f3f11406 Author: Kirill Kornyakov Date: Wed Dec 28 13:29:27 2011 +0000 added perf test for dot product (8U, 32S, 32F) commit 457b8d7bff689ae28e4fbcb76fdc58430dfdfd21 Author: Vladislav Vinogradov Date: Wed Dec 28 12:53:08 2011 +0000 update gpu perf tests commit eccfc90b7724da1e1daf28e963721e08e5636ea9 Author: Vladislav Vinogradov Date: Wed Dec 28 07:56:19 2011 +0000 bug fix commit f937d68d60d8740a33f490b574da7a75607bcd0d Author: Andrey Kamaev Date: Tue Dec 27 16:37:24 2011 +0000 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests commit e7946d98a906e737a500aa9cbd622f7f62581c70 Author: Vadim Pisarevsky Date: Tue Dec 27 16:07:26 2011 +0000 fixed SSE-optimized cmp_8u (ticket #1530) commit dec0af8d79430cbea4b7350f73c77681f901a7fd Author: Vadim Pisarevsky Date: Tue Dec 27 15:56:17 2011 +0000 implemented invert(A, B, DECOMP_EIG) commit abf42e208af5902e7e6cf909c0bb2713abef230f Author: Andrey Kamaev Date: Tue Dec 27 11:32:56 2011 +0000 Added missed macro commit 95d659a3cfa3acc015c3eb6d8fb64c8089886385 Author: Andrey Kamaev Date: Tue Dec 27 11:21:45 2011 +0000 Refactored Tegra related macro usage commit 4fee5ef8183fbb7a3ec2627a0254e6d137923e18 Author: Vladislav Vinogradov Date: Tue Dec 27 10:30:54 2011 +0000 fixed build under linux commit 5e38cf8042d11b058a156af4e1203aa9ac9950c9 Author: Vladislav Vinogradov Date: Tue Dec 27 09:33:20 2011 +0000 added FAST_GPU and ORB_GPU classes commit e46e13a7757966e9985d086d411f5c308fa2b160 Author: Andrey Kamaev Date: Tue Dec 27 09:11:42 2011 +0000 Fixed typo in android toolchain commit e6d820171c6319d3a61d97599c8cdc8dbbec616c Author: Vladislav Vinogradov Date: Tue Dec 27 08:25:47 2011 +0000 added documentation for gpu::BroxOpticalFlow, updated other docs commit b398ac7a96a35ff010e94d11cb70a8a065572f36 Author: Vladislav Vinogradov Date: Tue Dec 27 06:24:31 2011 +0000 added ImagePyramid class to gpu module commit 92a682093a8d7cb126a03ff34a3b6a6a260743f8 Author: Vladislav Vinogradov Date: Tue Dec 27 06:19:20 2011 +0000 fixed compilation error commit 8108dfb397330bd97f5797b6bced09a2584dd5d2 Author: Andrey Kamaev Date: Mon Dec 26 13:17:35 2011 +0000 Added perf tests for blur, medianBlur, GaussianBlur commit 26aef8c7196b394647c7dbeb40e81a398c6e27c1 Author: Alexander Shishkov Date: Mon Dec 26 13:08:46 2011 +0000 added skipped file commit c11551a510d3c45dfb2a75bff12863de3dd14c82 Author: Alexander Shishkov Date: Mon Dec 26 12:59:07 2011 +0000 added P3P method added test for solvePnP changed test for solvePnPRansac fixed bug with mutex solvePnPRansac commit 6d8f4c6b820b6780f4874dd0669892990bbd3a31 Author: Leonid Beynenson Date: Mon Dec 26 12:34:28 2011 +0000 Added small debug insertion. commit 5ca24d2eadecaac742b3fe9896f5f7b7cb20cda4 Author: Andrey Kamaev Date: Mon Dec 26 11:30:56 2011 +0000 Added perf tests for cv::compare commit 320bee3bfede0baeb38b34e8e3c20bc72dad4eb0 Author: Andrey Kamaev Date: Mon Dec 26 08:05:33 2011 +0000 Fixed border interpolation problem in filter2D commit 4cfc9dc67e6830aa0a46f935541ecbea869ce7c8 Author: Alexander Reshetnikov Date: Fri Dec 23 18:36:04 2011 +0000 fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface commit c29ea1056dbe7541d2cf9ba364b21ca26ac32e48 Author: Andrey Kamaev Date: Fri Dec 23 16:09:53 2011 +0000 Added perf test for cv::threshold commit cb687b9b1e0f207c2f480ef67eebd2415c482c5a Author: Andrey Kamaev Date: Fri Dec 23 15:45:57 2011 +0000 Added performance test for cv::dilate commit 4fa9c5ae719ae4593f3075c87822de67b66694b7 Author: Maria Dimashova Date: Fri Dec 23 08:56:51 2011 +0000 added example of vec-file commit fbcd2a4e0a5f12b86737ae1c74fd3b18b18fef48 Author: Maria Dimashova Date: Fri Dec 23 07:48:36 2011 +0000 added example of vec-file commit bdfd4c3062a3a3564ae4632664a8278419d1b8b6 Author: Andrey Kamaev Date: Thu Dec 22 12:51:01 2011 +0000 Refactored Tegra related macro usage commit 48ea65e69c14bbaae2f68814edf10200a6936b2b Author: Maria Dimashova Date: Thu Dec 22 11:19:27 2011 +0000 fixed traincascade for ordered features commit b4f17ab79e33aee04d7622e4af7b4a1807d773cf Author: Alexey Spizhevoy Date: Thu Dec 22 09:59:03 2011 +0000 Updated motions estimators in the stitching module to be able to set camera intrinsics manually commit 893f75444dc051b98eae5fb8aa37b5ed9b2aeac4 Author: Kirill Kornyakov Date: Thu Dec 22 06:22:16 2011 +0000 Optimized version of ReduceR functions and one ReduceC function added Attention! Optimized ReduceC function produced the bug commit 1767049f30c3ae3188f97bd9f947c80f040eba8b Author: Alexander Reshetnikov Date: Wed Dec 21 19:37:13 2011 +0000 Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function. commit ec7bc9e497dca61b6bde28995c991b6f8fb18a8e Author: Andrey Kamaev Date: Wed Dec 21 15:22:22 2011 +0000 Fixed ORB and SURF regression tests commit ef4ce6232a7da9b044b0a33ffb508a79199d1fb5 Author: Andrey Kamaev Date: Wed Dec 21 12:47:25 2011 +0000 Fixed FAST feature detector Java tests commit 3d61f5bdd031b8f453246c173a0817cb11687e9e Author: Andrey Kamaev Date: Wed Dec 21 12:12:58 2011 +0000 Fixed 2 more tests for Java API commit e9dffe1394963d838e77d5b79ee02b8a6555e2f6 Author: Andrey Kamaev Date: Wed Dec 21 10:41:49 2011 +0000 Fixed failed Java API tests for core module commit d13a6b74b27c24e5f76f716d9c903ee73b1dc514 Author: Vladislav Vinogradov Date: Wed Dec 21 05:59:14 2011 +0000 Fixed bug with submatrix in device::transform commit dab358679281b3249187ca2c16e4f78a84fbea2b Author: Alexander Reshetnikov Date: Tue Dec 20 18:59:55 2011 +0000 first version of Eigen test for C++ interface commit 6fa936472e44779b1edb07acbfa31ba4b540aba1 Author: Alexander Shishkov Date: Tue Dec 20 12:10:12 2011 +0000 fixed compilation errors in epnp with gcc commit c5d8ec4ac04128fcb59c85317ede4e71b87bf408 Author: Alexander Shishkov Date: Tue Dec 20 11:33:12 2011 +0000 first version of ePnP code commit 4168a698f61c0bb7c2de565316cf3eef316d7051 Author: Andrey Kamaev Date: Tue Dec 20 07:45:49 2011 +0000 Fixed highgui tests for Android commit 54adb3c9cf443974777770ae4884838894a55798 Author: Leonid Beynenson Date: Mon Dec 19 18:31:20 2011 +0000 Removed unrequired dependency to the header "cvconfig.h". commit 0922b3f3bee413488400e2f445a2f27750fd3557 Author: Alexander Shishkov Date: Mon Dec 19 17:45:07 2011 +0000 fixed Python description of estimateAffine3D function commit ce81868ba43fb86a48e39ba87f8b25b632978a8e Author: Andrey Kamaev Date: Mon Dec 19 15:15:40 2011 +0000 Fixed cv::norm accuracy test allowed error commit 209aaac95c11454fc72d22851baada67eea73c9f Author: Andrey Morozov Date: Mon Dec 19 13:20:34 2011 +0000 fixed parallel build under Windows commit 4aa47ad1156afd43d87680e686a5a21ccb6e1284 Author: Andrey Kamaev Date: Mon Dec 19 07:43:07 2011 +0000 Added multiple connected Android devices support to the run.py script commit ca5d28d12711531211ca6e0e5ff723445ebded09 Author: Andrey Morozov Date: Fri Dec 16 07:14:55 2011 +0000 added experimental feature for parallel build solution under Windows commit 0744092b21218b079d382331813a7279f6c606e5 Author: Andrey Kamaev Date: Fri Dec 16 04:42:34 2011 +0000 Fixed build with gcc compiler; couple minor improvements in perf testing framework commit 6ee1f6f66e3c9a8dae9c44f2abcede24134169ba Author: Alexandre Benoit Date: Thu Dec 15 22:45:28 2011 +0000 removing some mistakes commit eef900e46a57f174f30303efb906fbdf32a7d866 Author: Vadim Pisarevsky Date: Thu Dec 15 21:15:51 2011 +0000 optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria) commit 677fc3a09fcb6ad658a8012e797dae75f0aa19c7 Author: Vladislav Vinogradov Date: Wed Dec 14 06:39:32 2011 +0000 fixed gpu perf tests (out of memory) commit 817dca2219de554c715b975e616f693b25b80d8d Author: Alexandre Benoit Date: Tue Dec 13 08:42:39 2011 +0000 corrected small bu on image sequence tone mapping commit 6310622be357153a74aa42831abab831a2b7f719 Author: Vladislav Vinogradov Date: Tue Dec 13 06:25:37 2011 +0000 minor commit 056d015b3866f064c9af3c05522dcfedde665006 Author: Alexandre Benoit Date: Mon Dec 12 15:53:05 2011 +0000 added tone mapping video processing from OpenEXR images sequences commit f6d8f4dc6b2f86774552c881db395fbf7474f46b Author: Vladislav Vinogradov Date: Mon Dec 12 13:59:34 2011 +0000 minor commit 061f032719b6a2a314fac540cbf88703a7ddb855 Author: Vladislav Vinogradov Date: Mon Dec 12 13:57:37 2011 +0000 fixed build under linux commit 3afc97e67e8ed95c2ee4adcbd39194293ebb4b7d Author: Vladislav Vinogradov Date: Mon Dec 12 12:52:06 2011 +0000 fixed new OpenGL functionality under Qt commit f1efd955b487e63506195ad948bd0a363b9dc8c4 Author: Marius Muja Date: Mon Dec 12 09:39:02 2011 +0000 Fix to solve conflicts to standalone FLANN commit 7795cd200fa17c54f79364def6d250443ecccff9 Author: Vadim Pisarevsky Date: Fri Dec 9 12:13:23 2011 +0000 added description of minMaxIdx commit 5db9e90d66b832a8eea8dfcd395d28e87c8c9f28 Author: Vadim Pisarevsky Date: Thu Dec 8 11:10:56 2011 +0000 fixed yet another bug in SVD. Now Core_SVD test passes commit 72c23e7bbb0550466ec329d620d355c53b906bc8 Author: Vadim Pisarevsky Date: Mon Dec 5 22:58:27 2011 +0000 fixed most of test_core failures (except for SVD) commit 77dda061a7302758587941a8c23c23a1d7cae97d Author: Vadim Pisarevsky Date: Sun Dec 4 20:10:35 2011 +0000 fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) commit 8989e0b07eda75d550e81af2fa2e14e8b456f4fd Author: Vadim Pisarevsky Date: Sat Dec 3 20:19:33 2011 +0000 fixed single-mat input/output in mixChannels() (ticket #1446) commit 3ae22014a0b07fc62bdc67b99c6d6c0532cf06b4 Author: Vadim Pisarevsky Date: Sat Dec 3 20:06:57 2011 +0000 fixed description of inRange/inRangeS (ticket #1500) commit 8a9876bee29bbf9e4abde0d83c83eb27802c139c Author: Vadim Pisarevsky Date: Sat Dec 3 20:01:12 2011 +0000 corrected description of goodFeaturesToTrack (ticket #1488) commit 5353b97605cf644b60c5a96bc5325985e74b591b Author: Vadim Pisarevsky Date: Sat Dec 3 19:49:44 2011 +0000 fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448) commit 2547f7554e7870134941d080fd70451d7ccb567b Author: Vadim Pisarevsky Date: Sat Dec 3 18:55:40 2011 +0000 fixed memory corruption in CvEM::read() (ticket #1399) commit b20871ce2d23d47f685424d6dff9d8af2a89f807 Author: Vadim Pisarevsky Date: Sat Dec 3 18:50:11 2011 +0000 fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444) commit 0b907d088dc2349b8b8785df723991171ca24b3e Author: Leonid Beynenson Date: Thu Dec 1 13:35:07 2011 +0000 Made changes in BundleAdjusterBase class to pass a termination criteria to the Levenberg–Marquardt algorithm. commit d6ef0378a2a17ea056c109a3292c51b08e6737e2 Author: Andrey Kamaev Date: Thu Dec 1 12:56:29 2011 +0000 Reverted invalid cv::reduce optimization commit 4525ce56c3d2c2728a9eb77c84da10ed2a1f1c18 Author: Andrey Kamaev Date: Thu Dec 1 12:27:03 2011 +0000 Fixed Android target setup for OpenCv library project commit ab2ae86e867a6cb3e3946251bd788a27b3bdbfd4 Author: Kirill Kornyakov Date: Thu Dec 1 11:07:25 2011 +0000 Optimized version of Reduce functions added commit 35457afab38553c234f544ed680d2890492016d1 Author: Andrey Kamaev Date: Wed Nov 30 15:57:41 2011 +0000 Fixed bug in phaseCorrelate commit f24e16f54d643a0944d7b5c3d6b13904fb78ec0b Author: Andrey Pavlenko Date: Wed Nov 30 13:58:42 2011 +0000 adding Android-specific linking flags commit 2d815c80a513d2c8aed12579ceca969ac5beab2d Author: Andrey Pavlenko Date: Wed Nov 30 12:37:25 2011 +0000 adding Android-specific libs commit a67a0c76c5653ff663e17b3907ec8abdeb258604 Author: Andrey Kamaev Date: Wed Nov 30 11:30:45 2011 +0000 Fixed logging in perf tests; small bugfix in run.py commit a2697b18e2769143dacb0dfefd2fe2319fe14fd4 Author: Vladislav Vinogradov Date: Wed Nov 30 07:38:45 2011 +0000 minor fix commit fa93b724ee219a48b9715555825639ee3f2cac83 Author: Vladislav Vinogradov Date: Wed Nov 30 07:19:09 2011 +0000 minor commit 1a1d167bb821690d2cd017cbe3e0878a01d96c7d Author: Vladislav Vinogradov Date: Wed Nov 30 06:45:46 2011 +0000 fixed build under linux commit bd4239be7b60eeaecb4151ca6a7e8117298a1c9b Author: Vladislav Vinogradov Date: Wed Nov 30 06:20:29 2011 +0000 moved OpenGL wrappers to separate header added GlBuffer, GlTexture and GpuMat support to InputArray replaced addTextOpenGl function by render + GlFont commit 59ea0d8ee82b0f92962562e9fdc08391fd05a547 Author: Andrey Morozov Date: Tue Nov 29 15:43:46 2011 +0000 fixed bug in chart.py commit f2d2c8db77c31cb428cb1348e61b09a0e3f007f6 Author: Alexander Mordvintsev Date: Tue Nov 29 12:24:38 2011 +0000 exposed SurfFeatureDetector and SurfDescriptorExtractor to python commit 782ccc1844fd3919d32bc08bc176741419670d7b Author: Leonid Beynenson Date: Mon Nov 28 20:44:41 2011 +0000 Made changes in the stitching module to make correct logging on Android. commit 5cbec286fc61c2d572b2dd2f3f494e205c63cca4 Author: Andrey Kamaev Date: Mon Nov 28 16:38:36 2011 +0000 Tegra-optimized pyrUp commit 0403746636e4873c690de7f6823069c5954ee743 Author: Vladislav Vinogradov Date: Mon Nov 28 12:35:05 2011 +0000 implemented addTextOpenGl under Gtk commit 07debd6cb501c1686b94b3619704e6f14d032993 Author: Vladislav Vinogradov Date: Mon Nov 28 12:10:37 2011 +0000 minor fix commit 9817252b23966ca3c6a637de103882abeb8173da Author: Vladislav Vinogradov Date: Mon Nov 28 11:50:46 2011 +0000 added addTextOpenGl function commit 2a4fb155e10abe1165db691e9de799b8592d4232 Author: Vladislav Vinogradov Date: Mon Nov 28 08:23:26 2011 +0000 added OpenGL support to Gtk realization of highgui commit fb2fad52a27d87fd7b83e0669d56f1105659815c Author: Andrey Kamaev Date: Sun Nov 27 11:55:59 2011 +0000 Fixed bug in cv::pyrUp. Reenabled accuracy test. commit 35e69a1ee39831b9e2ab7c42d57a0bb3f2439443 Author: Vladislav Vinogradov Date: Sun Nov 27 10:13:08 2011 +0000 fixed build with Qt commit 467f9364593b85c0993c05dbda224b64bb678b68 Author: Andrey Pavlenko Date: Fri Nov 25 15:39:24 2011 +0000 Adding optimized Mat Allocator commit f05259f28f1f0a0226606daa9965bca33f28a039 Author: Andrey Kamaev Date: Fri Nov 25 13:18:40 2011 +0000 Tegra-optmized pyrDown commit 7d8f487b03915e01df97dd12c948fac4bdc28863 Author: Kirill Kornyakov Date: Thu Nov 24 12:20:45 2011 +0000 reverted occasional commit commit 913811836a23124605f1220f550036acb3ce5c05 Author: Kirill Kornyakov Date: Thu Nov 24 12:06:38 2011 +0000 workaround for the case when perf system is used in external app without TBB commit 1c9d75081c7feb062db4963eaa4e2b38d58f9775 Author: Andrey Kamaev Date: Thu Nov 24 11:39:35 2011 +0000 Added performance test for pyrUp/pyrDown commit 4330777d1c083675fa07f1918e82048b29eb9d0f Author: Marius Muja Date: Wed Nov 23 22:24:36 2011 +0000 Fixing uint32_t typedef for MSVC commit 2c5de6dd5965b129f538ea9a963e5e008a0edea7 Author: Marius Muja Date: Wed Nov 23 22:01:06 2011 +0000 Fix ticket #1346 commit 45d36ee0c8707dbb0e5ad544c5f35d3aaf180232 Author: Andrey Kamaev Date: Wed Nov 23 15:25:05 2011 +0000 Reenabled Tegra optimization of calcOpticalFlowPyrLK commit 42e656542c4fd6c869657bcd140406b247498a2b Author: Alexandre Benoit Date: Wed Nov 23 15:05:19 2011 +0000 added cv::Filestorage based setup method for retina model commit b33e23138e2279b5c36116534d7fd1bbaab4eaae Author: Vladislav Vinogradov Date: Wed Nov 23 13:26:24 2011 +0000 minor commit d168c2b902251fe6472178c6f331136b6147f8de Author: Kirill Kornyakov Date: Wed Nov 23 10:16:00 2011 +0000 Optimized version of CountNonZero functions added commit 6b869f2ec326453bb3fde0e2baf804bc8aa905c1 Author: Vladislav Vinogradov Date: Wed Nov 23 10:12:43 2011 +0000 minor fix commit d7450c24493af3bc1e4c31ea428d92b40aab47b6 Author: Vladislav Vinogradov Date: Wed Nov 23 10:05:24 2011 +0000 added GlArrays class and pointCloudShow function commit 4acc93df69046a5587d355eea8986205dcd52abc Author: Vadim Pisarevsky Date: Tue Nov 22 17:07:33 2011 +0000 removed non-ascii characters (ticket #1468) commit 3dafdd6a7969f11dd4288b84cad7b5fbcc335ab8 Author: Vadim Pisarevsky Date: Tue Nov 22 15:16:45 2011 +0000 added 16s support to cv::threshold. commit 7fb5b5f21895f87e2b9f45ec9079e74dccadefec Author: Andrey Kamaev Date: Tue Nov 22 13:57:44 2011 +0000 Improved sorting in performance reports commit 40d82c0720da2539032eb76c993706c1736d2b33 Author: Andrey Kamaev Date: Tue Nov 22 09:50:38 2011 +0000 One more bugfix for calcOpticalFlowPyrLK commit 0c773ca931fb6a1dbf77192905e7990922aa2d08 Author: Vadim Pisarevsky Date: Tue Nov 22 09:44:37 2011 +0000 updated ORB: limit the number of output keypoints, use bi-linear interpolation between subsequent layers instead of much slower area-based interpolation between 0-th and i-th layers. commit ebc3043c86499d13ec823afbe5a57f38a3020e73 Author: Anton Obukhov Date: Mon Nov 21 17:46:55 2011 +0000 [*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further commit 4378f398c744d7cd192ef5aaa30b2b763b0aaec2 Author: Andrey Kamaev Date: Mon Nov 21 16:34:08 2011 +0000 Fixed border interpolation bug in calcOpticalFlowPyrLK commit e01f04885ec683169de09bc4ad1a81a42061ffd9 Author: Vladislav Vinogradov Date: Mon Nov 21 13:34:03 2011 +0000 minor commit 00be2cf17f3fa22120318b784f7d048b01579a43 Author: Andrey Kamaev Date: Mon Nov 21 13:07:17 2011 +0000 Fixed Android build problem commit 4d09737a02793392df996ea7a6ca69a00c07b942 Author: Vladislav Vinogradov Date: Mon Nov 21 12:28:54 2011 +0000 fixed compilation error commit c2783af7815ebb6c1c1fbe9bd308e5f5ae5312b5 Author: Vladislav Vinogradov Date: Mon Nov 21 11:58:52 2011 +0000 added OpenGL support to highgui under WIN32 commit 03002fff5420b1198ba57c443583e5711656d37d Author: Kirill Kornyakov Date: Mon Nov 21 11:48:56 2011 +0000 Optimized version of 32F Norm function demands bigger MaxErr value, because it calculates norm in floats instead of double. commit d55a56d12d8d4717e70dd900a0758034f7fa70ce Author: Andrey Kamaev Date: Mon Nov 21 10:55:55 2011 +0000 Updated comment commit 9fb9d99bb96d2fd18cc50c0435cbd49ff68bb0d2 Author: Kirill Kornyakov Date: Mon Nov 21 05:59:49 2011 +0000 Optimized version of Norm and NormDiff functions with f32 type added commit 7172c8cea95836aa307334940bc9986b10c580e6 Author: Andrey Kamaev Date: Sat Nov 19 18:02:00 2011 +0000 Android cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved file header. Fixed small problem in chart.py. commit d45f561ef581458760b82f8d9e8b460a7a346727 Author: Andrey Kamaev Date: Fri Nov 18 08:14:42 2011 +0000 Small improvements in cmake status report commit a13dfc7f7058d01a7c8db296e8f87fd55825c0ce Author: Andrey Kamaev Date: Fri Nov 18 07:57:14 2011 +0000 Fixed perf target commit eb1790e5f196e683bbbca1fa866e5d08de0cf388 Author: Andrey Kamaev Date: Thu Nov 17 20:43:14 2011 +0000 Fixed Android build on Windows. commit 9d8d6ba490dfee9c753f3ac9c24a016c413a13f6 Author: Leonid Beynenson Date: Thu Nov 17 16:16:09 2011 +0000 Changed the class DetectionBasedTracker -- changed the system of states in the subclass DetectionBasedTracker::SeparateDetectionWork, made them more logical. commit b114fb54f90d06ebd20422b46dc728e221267b49 Author: Andrey Kamaev Date: Thu Nov 17 15:28:11 2011 +0000 Android cmake toolchain: changed some error messages, fixed error with NDK r5, improved includes and link directories configuration commit e9b9dfe1c29dfe71c1a623704e171612bba8f118 Author: Leonid Beynenson Date: Thu Nov 17 15:17:02 2011 +0000 Made changes in DetectionBasedTracker -- refactored the class. commit 01c15db6d2aa89dda13014225a985e5576617a09 Author: Leonid Beynenson Date: Wed Nov 16 17:29:10 2011 +0000 Committed the first version of DetectionBasedTracker. commit 7d190084b3e9e66ce1bfc171d44c5c4efd291a80 Author: Andrey Kamaev Date: Wed Nov 16 14:40:13 2011 +0000 Fixed #1469 commit 3bdb53e484a66c0c3f5e1b46e42b376ac72eb115 Author: Andrey Kamaev Date: Wed Nov 16 14:32:10 2011 +0000 Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support. commit d51a5262b3c1055e427e3124e32e601aff1b00ca Author: Andrey Pavlenko Date: Wed Nov 16 08:36:57 2011 +0000 Java API: adding test for HoughLinesP() commit 44e05308d9fc32fda511b609b20ee86be4b95daa Author: Maria Dimashova Date: Wed Nov 16 07:15:42 2011 +0000 fixed CvCascadeBoost::train commit 1f3f4599cc7e23840612e85c3c8c7f502a6c86e2 Author: Vladislav Vinogradov Date: Tue Nov 15 07:03:44 2011 +0000 fixed gpu performance tests commit 464b8a570cd73a5dc5f15feadae3603dbbb60950 Author: Vladislav Vinogradov Date: Mon Nov 14 14:57:36 2011 +0000 fixed compilation under linux commit 2695039a791f8a8c38760bc8144ce704ed0f0dd9 Author: Vladislav Vinogradov Date: Mon Nov 14 14:34:36 2011 +0000 moved GpuMat's operations implementation to core module commit 0f53f2993e8fba18a93d9a80be85a44e7c756553 Author: Vladislav Vinogradov Date: Mon Nov 14 09:02:06 2011 +0000 removed BEGIN_OPENCV_DEVICE_NAMESPACE macros commit d926541311f54aaa99799c0e0990a14629877303 Author: Vladislav Vinogradov Date: Mon Nov 14 06:22:42 2011 +0000 fixed compilation error commit 54337fd51337f434292d705176b6a7165c655a61 Author: Anton Obukhov Date: Sun Nov 13 20:52:48 2011 +0000 [+] CUDA path for NCVImagePyramid commit 4136855ba84ba3d55a08f93ff45e5434ed25ade8 Author: Andrey Kamaev Date: Fri Nov 11 14:45:53 2011 +0000 Tegra-optimized Canny commit 330357f7dd81d947af334944dfc5dbd166c2ea62 Author: Kirill Kornyakov Date: Fri Nov 11 11:23:44 2011 +0000 Optimized version of NormDiff functions added commit ccdd4ebbb8489c4666d1a5cefb2355629520c507 Author: Alexandre Benoit Date: Thu Nov 10 13:41:29 2011 +0000 update retina module related samples commit a3ce652eb4422202a49252672b681ec8e2690844 Author: Maria Dimashova Date: Thu Nov 10 13:40:11 2011 +0000 fixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds) commit 61515f78c3c7626a28eb17b2315ec97ca9cd2735 Author: Kirill Kornyakov Date: Thu Nov 10 12:03:44 2011 +0000 user guide on cascade training a bit updated commit 21f5cc7e6ede6348a9c488992e190cc00f13f89e Author: Vladislav Vinogradov Date: Wed Nov 9 14:23:13 2011 +0000 minor commit b873fa818fdec41f0d00253e7acee97fb532ffc2 Author: Vladislav Vinogradov Date: Wed Nov 9 14:05:34 2011 +0000 fixed compilation under linux commit 8e061ac801c37123e017df44ee5ecf680afe1d9c Author: Vladislav Vinogradov Date: Wed Nov 9 13:33:44 2011 +0000 minor fix commit d30564074992ec7be8780e9a781d39de103825c1 Author: Vladislav Vinogradov Date: Wed Nov 9 13:18:23 2011 +0000 minor fix commit fcfa72081e8b5678e31afe339570f238e3cb937c Author: Vladislav Vinogradov Date: Wed Nov 9 13:13:52 2011 +0000 moved GpuMat and DevMem2D to core module, some code refactoring commit 8a148e39f04e4c206b3cc4839b9a08d2f5972990 Author: Vadim Pisarevsky Date: Tue Nov 8 12:03:37 2011 +0000 new sample for the complex detector+descriptor+matcher evaluation commit 2e9f5c434bee94ca6b558fd89587fe5cc7c570c1 Author: Vadim Pisarevsky Date: Tue Nov 8 12:01:49 2011 +0000 added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... commit 5a702d7d9d086f22a59686631b4a86352bc790ce Author: Kirill Kornyakov Date: Tue Nov 8 07:39:35 2011 +0000 Optimized version of Norm functions added commit 71131223122acc6235d6a6d2f81522e934a61141 Author: Kirill Kornyakov Date: Mon Nov 7 13:06:48 2011 +0000 integral perf tests renamed for readability commit 7cd4761fc87e477f5061f9effdcf45451eb16dfb Author: Kirill Kornyakov Date: Mon Nov 7 13:05:52 2011 +0000 integral perf tests renamed for readability commit 664cd5460e2ff0af8476a6d4b225a03e63e8292e Author: Andrey Kamaev Date: Mon Nov 7 06:29:34 2011 +0000 Tegra-optimized cv::compare commit 938b1b67d19556e4a6e0c90385eaab083e678721 Author: Vladislav Vinogradov Date: Mon Nov 7 06:23:22 2011 +0000 fixed optical flow test for devices with cc >= 2.0 commit 2cb919260488a391001a36f54a7636c3b4bdd9e7 Author: Anton Obukhov Date: Sun Nov 6 09:43:17 2011 +0000 [*] Fixed #1464 [~] NCVPyramid uses tr1 and thus can be compiled with CL, commented out on linux [+] Moved reduction functors to NCVAlg [*] Warnings in NCV commit 325e0b1ab8fc45cfff8d8d077800616ef6546018 Author: Vadim Pisarevsky Date: Fri Nov 4 16:44:52 2011 +0000 fixed ffmpeg backend build on Ubuntu 11.10 commit 3396a2ec1aeeac1bb1ceac296d80f7e30882097c Author: Anton Obukhov Date: Fri Nov 4 13:49:05 2011 +0000 [~] Refactored device reduction for better reuse (now with functor semantics) commit 56531c61617f4e0c7b4e67ac9dd5348b63f82194 Author: Anton Obukhov Date: Fri Nov 4 12:41:54 2011 +0000 [*] Fixed #1461 commit 2f1cd91ff3443d7db99632d902eb411433986518 Author: Andrey Kamaev Date: Thu Nov 3 16:08:49 2011 +0000 More performance tests for Sobel and Scharr filters commit 9883b2d401bd2efff7a205a18f4bcab056103922 Author: Alexandre Benoit Date: Thu Nov 3 10:58:11 2011 +0000 corrected stupid error for retina color mode selection in Retina::run method commit d97a71f17da955704eb080ac64c49dea1b8c2273 Author: Ana Huaman Date: Thu Nov 3 06:09:31 2011 +0000 Erasing two images from cpp/tutorial folder commit 8c04ae8c30b13dc55d864883e1514a143dd2e043 Author: Ana Huaman Date: Thu Nov 3 05:52:35 2011 +0000 Added one sample in tutorial_code to use Stereo Block matching commit a612fa1520a90930e16f12256997f6c96c89509d Author: Andrey Kamaev Date: Tue Nov 1 15:41:43 2011 +0000 Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel commit 46262b1972242e762457d01acffb30b9ba3d336d Author: Andrey Kamaev Date: Tue Nov 1 09:07:34 2011 +0000 Added performance test for Canny commit 41d3a9a19257cc6263ca2e2fcb4c31f50ca2adbd Author: Andrey Kamaev Date: Tue Nov 1 08:13:30 2011 +0000 Minor perf tests framework improvement commit 59d89c7a7a6cc237af8a09f5555c900e95ba099e Author: Leonid Beynenson Date: Mon Oct 31 16:22:05 2011 +0000 Added possibility to configure TBB behavior in Perf tests --- now we can set the number of TBB threads in the perf tests either as console parameter perf_tbb_nthreads or in a test itself using the method declare.tbb_threads(n). commit 1d5e407211cacfaab6abbfd92dff4771459db9bb Author: Andrey Kamaev Date: Mon Oct 31 13:19:12 2011 +0000 minor commit 11a5e7804229871f3aaf05563ef79cfd43ccd077 Author: Vladislav Vinogradov Date: Mon Oct 31 12:39:06 2011 +0000 fixed gpu samples build commit 804d9b72f6d2f3503c63c6b1671c3da42f5db3c2 Author: Vladislav Vinogradov Date: Mon Oct 31 09:41:29 2011 +0000 minor commit 09ba133ddf42523a8cb6fd30a1290f589c0b8ad3 Author: Vladislav Vinogradov Date: Mon Oct 31 08:51:00 2011 +0000 prepared GpuMat for moving to core module commit 0b4e7d605706a2418a57a0f285ca2479fd56c870 Author: Vladislav Vinogradov Date: Mon Oct 31 08:50:14 2011 +0000 fixed remap under cc < 2.0 commit 583ceef6a50d8cafd4aced683182be8ae08b1286 Author: Andrey Kamaev Date: Mon Oct 31 08:00:20 2011 +0000 Terga optimization for integral_8u32s commit e37930b64998db9e893389745bffe91aeb9cc160 Author: Kirill Kornyakov Date: Mon Oct 31 07:04:52 2011 +0000 Optimized version of Sum functions added commit daf50f8e0d6cede4438c6323bb270f860e60bbae Author: Vladislav Vinogradov Date: Mon Oct 31 06:43:00 2011 +0000 fixed compilation error commit 09dd13d02e06e15653822928ffabf39ba8f1a185 Author: Alexander Shishkov Date: Sun Oct 30 15:08:44 2011 +0000 fixed compilation problems after rev. 6925 commit bb329719c6bf3528e1f1867e1e87bfc6953abdb3 Author: Alexandre Benoit Date: Sun Oct 30 07:41:50 2011 +0000 short change on default retina values setup for warning avoidance commit 57159998f051056b4dc79928954ffde5e1514371 Author: Alexandre Benoit Date: Sun Oct 30 07:33:00 2011 +0000 clarified parameters inputs and outputs at the interface level for better clarity and ease of use, also corrected a mistake at activateContoursProcessing interface method commit 3970664e24fce22c2f0ab52d6ef530d43ced5e5d Author: Andrey Kamaev Date: Fri Oct 28 12:52:20 2011 +0000 Performance test for FAST features detector commit 448a252776a2ef410119bdfd4c858a3412da1604 Author: Vadim Pisarevsky Date: Fri Oct 28 04:11:02 2011 +0000 added compression strategy as a parameter (another request from ticket #1452) commit 17c31027059cb618fad6f7edd3947ac6b2780107 Author: Vadim Pisarevsky Date: Fri Oct 28 02:22:11 2011 +0000 improved png compression ratio (ticket #1452) commit 3f22a1c40f717b9f177633e7b3af110a890e7404 Author: Andrey Kamaev Date: Thu Oct 27 14:46:12 2011 +0000 Performace tests for ORB commit b720eddd9e3b1527e774d79246d33f10efc637c0 Author: Andrey Kamaev Date: Thu Oct 27 14:06:06 2011 +0000 Tegra-optimized features matching for Stitching commit 5afb4452832050d7514824656708238ef93be8b0 Author: Anton Obukhov Date: Thu Oct 27 10:13:28 2011 +0000 [+] Pixel types via templates [+] Color conversions stub via pixel types [+] Pyramid calculation (required for mipmaps in CUDA 4.1) [~] Changed C strings to C++ throughout NCV [~] Fixed a couple of bugs in NCV commit 0b192cb4ea5b928eee6290e76191a4d68f8e3f82 Author: Alexey Spizhevoy Date: Thu Oct 27 09:00:28 2011 +0000 Fixed warning in the ORB features finder commit d7ff92439d6784b16ad2e8c4a3ca264fa70c075a Author: Andrey Kamaev Date: Wed Oct 26 13:04:53 2011 +0000 Better NEON Hamming distance commit 509730c1cdf8450755c887bf0405073d730619d5 Author: Vladislav Vinogradov Date: Wed Oct 26 12:44:38 2011 +0000 minor commit f1cb2431b85880f7e726c2a7aad1461eb86b09e6 Author: Andrey Kamaev Date: Tue Oct 25 12:42:08 2011 +0000 Fixed small bugs in Stitcher class commit 28e006ad4f9fd13e96b44e3552178a18befe3a06 Author: Alexey Spizhevoy Date: Mon Oct 24 12:35:11 2011 +0000 Fixed median focal length estimation in the stitching module commit b74e9c101a361f7f78004b4d98074c368fce691d Author: Alexey Spizhevoy Date: Mon Oct 24 11:52:36 2011 +0000 Fixed bug in the stitching module (some images appeared at result pano center) commit 602ad61967aa389e83ac2531aa89e59bb61a11c5 Author: Kirill Kornyakov Date: Mon Oct 24 09:12:55 2011 +0000 Optimized versions of Erode and Dilate functions added commit a2090a44db457183fd35e1d148011e5258d46105 Author: Alexey Spizhevoy Date: Mon Oct 24 08:34:15 2011 +0000 Updated CLI for GPU samples commit 5656a9dd6b9011656f60ea3cb6e01f709865b9f5 Author: Andrey Kamaev Date: Fri Oct 21 15:38:38 2011 +0000 Better default grid size for ORB-based stitching commit 9f837d3486f955c26e46b39fce67d2ed3f463a0b Author: Leonid Beynenson Date: Fri Oct 21 14:56:37 2011 +0000 Made changes concerning inserting prefiltering modes into CascadeClassifier class. Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator implemented for face detection. commit b8304ce764dd07a5daeb721e879ddaeccfe8c186 Author: Alexey Spizhevoy Date: Fri Oct 21 10:47:48 2011 +0000 Updated stitcher a little bit commit 4685f0e9d6591e0e852713eadd52eeb07717d1e5 Author: Alexandre Benoit Date: Fri Oct 21 10:02:09 2011 +0000 corrected xml parameters file management in the retina interface commit 77cfdab3ff8d6df088b36d04bc2f8ee83bd93bf0 Author: Alexandre Benoit Date: Fri Oct 21 10:01:48 2011 +0000 corrected xml parameters file management in the retina interface commit 5de07eb784088acc8132cfb89cbf50b8b8a9e55b Author: Alexandre Benoit Date: Fri Oct 21 08:49:18 2011 +0000 corrected wrong parameter sent to retina module for color saturation commit 94f72ae876434aa8b911776863b24dc6973375fb Author: Andrey Kamaev Date: Fri Oct 21 08:40:10 2011 +0000 Stitching: added grid option to OrbFeaturesFinder commit 21a4a06d8a9cb699a0a272ece0606198d291a0ea Author: Andrey Kamaev Date: Fri Oct 21 08:38:47 2011 +0000 Fixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB commit e8032fa8e9becefc1fbb7b674d58f5240905392c Author: Andrey Kamaev Date: Fri Oct 21 08:35:34 2011 +0000 Fixed Android build with SDK revision 14 commit 177618984de1334948446d1d01f5f75fde1fca71 Author: Kirill Kornyakov Date: Fri Oct 21 08:28:33 2011 +0000 dft perf test minor fix commit 11b7127647fad4a907075516170ae1fd3fabe668 Author: Kirill Kornyakov Date: Fri Oct 21 08:22:11 2011 +0000 minor fix of inpaint perf test commit f8983e8adf20d79c586ec72201a06d9e6012e40c Author: Kirill Kornyakov Date: Fri Oct 21 08:20:51 2011 +0000 added small resolutions for perf tests commit 9b0cc77cfea287e054828482d97543ed1193d797 Author: Andrey Pavlenko Date: Fri Oct 21 05:37:33 2011 +0000 Fixing compilation commit 75506940eb1d771da30b9b61af988699cf8ab4e6 Author: Alexandre Benoit Date: Thu Oct 20 13:03:45 2011 +0000 continuing code correction for windows warning elimination commit 7c83f0dd86add835536bb75f51987ddac4032c1f Author: Kirill Kornyakov Date: Thu Oct 20 11:00:29 2011 +0000 inpaint perf test added commit 3287729c9f97ddecfb3935f138f881f3e7df0ee6 Author: Kirill Kornyakov Date: Thu Oct 20 07:50:34 2011 +0000 added sz2K resolution for perf tests commit f2b72928ccef112451504c4442a8278d9ecb1a3c Author: Kirill Kornyakov Date: Thu Oct 20 07:32:12 2011 +0000 created perf test for DFT commit e7502e764103100e62a2aa9ba9fbb1d63e4b5d8f Author: Vladislav Vinogradov Date: Wed Oct 19 13:29:54 2011 +0000 implemented gpu::gemm via CUBLAS commit 90ff3dd9906f494b0194172519d292fe54863115 Author: Vladislav Vinogradov Date: Wed Oct 19 11:49:44 2011 +0000 added cublasSafeCall commit f299bde3a95ad84edb614da7712826dd6790e3ab Author: Andrey Kamaev Date: Wed Oct 19 10:48:45 2011 +0000 Added ORB features finder into stitching module commit 40ee754e281e530dcdf9dbd64437051535aed4f8 Author: Vladislav Vinogradov Date: Wed Oct 19 09:53:22 2011 +0000 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts fixed gpu module error reporting added asynchronous version of some functions commit a73b509b1e5a1903c5fd9ebe5be4662066e06251 Author: Marius Muja Date: Tue Oct 18 18:37:47 2011 +0000 Clang compilation fixes, closes #1432 commit 5eee9e6f6d0dedfc0038c05a7813ed52612f7561 Author: Andrey Kamaev Date: Tue Oct 18 12:31:08 2011 +0000 Several improvements in performance reports commit b0536279eb06ae56d11eae0e8556c05d5714e75b Author: Vladislav Vinogradov Date: Mon Oct 17 13:12:39 2011 +0000 added wrappers for BroxOpticalFlow and interpolateFrames commit 87f3451ec63a4c24d377c8821802ef0247e75d5e Author: Vladislav Vinogradov Date: Mon Oct 17 06:44:40 2011 +0000 fixed warnings commit 7106513b8accc1c635361e732fa2b54b89c84cce Author: Anatoly Baksheev Date: Sun Oct 16 13:45:11 2011 +0000 warning under vs2008 commit 8cebb0982bb0764038d69d374618b6ec5f2008b4 Author: Alexey Spizhevoy Date: Fri Oct 14 09:42:25 2011 +0000 Updated optimal DFT size estimation in gpu::convolve() commit 7076dfd7d67c6e83f7ed035a2d3a2b77356ccfcc Author: Anatoly Baksheev Date: Thu Oct 13 15:14:04 2011 +0000 gpu module: refactored devmem2d.hpp (atomic bomb) commit 916703c6e55759cdad8a0c5f4679bb19454e0c3c Author: Alexey Spizhevoy Date: Thu Oct 13 13:02:41 2011 +0000 Updated optimal block size estimation in gpu::convolve() commit e3265b0cfefe8f4a4e1dde81cd79ba70632189a4 Author: Andrey Kamaev Date: Wed Oct 12 14:41:36 2011 +0000 Added filters to html perf reports generated by summary.py commit 631d4b483a08b58fbc6588573a7d36b272fbd9db Author: Vladislav Vinogradov Date: Wed Oct 12 11:36:10 2011 +0000 minor fix commit da3a60a5a7e8cadeb5397a37a9a934a98fada3b6 Author: Leonid Beynenson Date: Wed Oct 12 11:32:01 2011 +0000 Made changes in the method of inserting prefilters into the CascadeClassifier class. commit 8f108b4e7e55e2de47b822df62d6431506f78e71 Author: Vladislav Vinogradov Date: Wed Oct 12 11:01:11 2011 +0000 bug fix commit d3c4e90760181bcb17cf048537b25180c997633b Author: Vladislav Vinogradov Date: Wed Oct 12 10:23:03 2011 +0000 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) commit 89be84a396bb3e791d5e8bec4d09f639bd9bf3a8 Author: Andrey Kamaev Date: Wed Oct 12 06:01:54 2011 +0000 Fixed Linux build commit b74116e6949b7e8da26aaf5de580aa47e20786e3 Author: Vadim Pisarevsky Date: Tue Oct 11 15:13:53 2011 +0000 unified norm computing; added generalized Hamming distance commit c1277b614700683423d902d2ad8c8b909b8486cd Author: Andrey Kamaev Date: Tue Oct 11 15:00:00 2011 +0000 reenabled Tegra optimized resize commit eeaf6192e37a7b1e9d449d4a5198c8bc3d7b6eaa Author: Maria Dimashova Date: Tue Oct 11 14:42:49 2011 +0000 minor change of doc commit ddc7142ab384337429fb57b190696c3cfa866573 Author: Maria Dimashova Date: Tue Oct 11 10:01:39 2011 +0000 minor change of doc commit 9e60334f7b09b48bc417fa007d231b16f95e6c8f Author: Maria Dimashova Date: Mon Oct 10 12:50:49 2011 +0000 added doc on cascade classifier training commit f38596b783911dd207c1b121f2e32f32ad88d48d Author: Vladislav Vinogradov Date: Mon Oct 10 11:58:47 2011 +0000 implemented brute force convolve for small kernel sizes commit ee768d460597dd1cb9e853749afeb71c6acbf320 Author: Anatoly Baksheev Date: Mon Oct 10 09:37:08 2011 +0000 fixed bug in ptr in optflow.cu commit ed749c4bfebe5a6364b4bc639ea34d22de9f8fdf Author: Vladislav Vinogradov Date: Mon Oct 10 08:19:11 2011 +0000 added missing arithm operations to gpu module commit f947c2eb969515f00e81352662df4c783214db1f Author: Vadim Pisarevsky Date: Sun Oct 9 18:15:13 2011 +0000 new, much simpler and SSE2-optimized implementation of FAST commit 484e56f31fbb5efbea81245069dba2ae2e45c1c4 Author: Leonid Beynenson Date: Fri Oct 7 14:00:19 2011 +0000 Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples. commit 22bd127365bf87824e4559683062290c3c859501 Author: Andrey Kamaev Date: Fri Oct 7 13:55:26 2011 +0000 Added performance tests for cv:phase and cv::SURF commit 9047ef2cdfdae62d81dad2da003a17bdb4a58c5b Author: Alexey Spizhevoy Date: Fri Oct 7 08:51:01 2011 +0000 Renamed warp of point method into warpPoint commit a7fbcad283e8e072e5050a31be478e999fd9f0c7 Author: Alexey Spizhevoy Date: Fri Oct 7 08:17:55 2011 +0000 Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes commit 9ae8443d370477be4644979b5dee9afe3652b83c Author: Andrey Kamaev Date: Fri Oct 7 08:07:25 2011 +0000 Tegra optimized FastAtan2 commit 78bd2133cc0ff07f15f4d987df4f1538c695cf32 Author: Alexey Kazakov Date: Thu Oct 6 16:46:03 2011 +0000 Added HOG features to the traincascade module commit 0e9d0f6d06d77c177f6f0673baccfab50572ef7e Author: Kirill Kornyakov Date: Thu Oct 6 14:10:29 2011 +0000 updated erode perf test commit 20e49c82867778cb858be8d1a66a34c4c7203011 Author: Kirill Kornyakov Date: Thu Oct 6 12:42:14 2011 +0000 added perf test for cv::erode commit 71be121edcdf3ee8d879a9c8e85ba66506812e5b Author: Maria Dimashova Date: Thu Oct 6 12:37:53 2011 +0000 fixed compilation under MSVC commit e6009c1614468b9285a71b2459464d4654517b33 Author: Maria Dimashova Date: Thu Oct 6 09:43:43 2011 +0000 added sample on color generation and updated sample on lsvm commit 408d6b84fa997db5be643995b68cd428e4f186b9 Author: Maria Dimashova Date: Thu Oct 6 09:34:35 2011 +0000 added func to different colors generation commit bbdf14b9bb6407bffd3eebd5f1dc385b7f297250 Author: Maria Dimashova Date: Wed Oct 5 13:37:24 2011 +0000 added overlapThreshold param to sample commit 630288fdef125b53c7220d7d39546401d92f89ac Author: Leonid Beynenson Date: Wed Oct 5 13:21:28 2011 +0000 Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier. commit 1e6479224acaf02fe1be8ac35636b07c990222b3 Author: Vadim Pisarevsky Date: Wed Oct 5 01:20:52 2011 +0000 fixed bug #1331 commit 282c3044e6735b51f0c537f71a422474953cc3ec Author: Vadim Pisarevsky Date: Wed Oct 5 00:14:43 2011 +0000 exported C++ stereoRectify in Python commit 6138956b5ef04c0e681001ae08cbc7a6a7002ae3 Author: Andrey Morozov Date: Tue Oct 4 22:00:57 2011 +0000 minor fix commit 99c2326e51696e090688ebcf0af7345feda661e3 Author: Andrey Morozov Date: Tue Oct 4 21:43:37 2011 +0000 minor fix commit 8a06b20ad69db48a8708332c0cdf3cddf181b5be Author: Andrey Morozov Date: Tue Oct 4 21:31:52 2011 +0000 fixed compile for linux commit f444f9b43e7153a539eb677595fe2ebae5b1a9c9 Author: Anatoly Baksheev Date: Tue Oct 4 17:37:05 2011 +0000 optflow gpu compilation fix under vs2010 commit f366553a800965572429e5962d5fbfd71f44fbe7 Author: Andrey Morozov Date: Tue Oct 4 16:46:55 2011 +0000 improved some methods in the Directory class commit d58ff0f478234aa90955ce7feb25f05b0cb1b767 Author: Andrey Morozov Date: Tue Oct 4 12:42:49 2011 +0000 fixed include on Linux commit ba62621534d6ce8d059ef8f46918ed15ee76799a Author: Maria Dimashova Date: Tue Oct 4 12:29:56 2011 +0000 updated test on lsvm commit af730e4bff47eb9d965308d99fa3063d58814584 Author: Andrey Morozov Date: Tue Oct 4 12:12:14 2011 +0000 added class Directory commit 36967575bee0d2bb5a1a598cdeae9457738f706b Author: Maria Dimashova Date: Tue Oct 4 12:10:57 2011 +0000 Added doc on c++ version of latent svm commit a4bc940a50bc0148bb319f94b995a6faa23d0288 Author: Maria Dimashova Date: Tue Oct 4 11:35:39 2011 +0000 fixed method clear() commit d6d7ac9ceeab6cabcd28d3e971b892691d32cbdc Author: Vladislav Vinogradov Date: Tue Oct 4 10:03:52 2011 +0000 fixed tests for BruteForceMatcher_GPU::radiusMatch commit d3cd2cb5c0080ce2b15eb4aa26b7db8311da47da Author: Maria Dimashova Date: Tue Oct 4 06:47:41 2011 +0000 removed porting to java of latent svm commit ea454e6ee42f08ce14ea2aba49183f881cfc87bc Author: Maria Dimashova Date: Tue Oct 4 06:32:18 2011 +0000 uncommented the samples parts compiled under MSVC commit b71bfef702fee43cb2d5e4374f6929e5dc74d0e4 Author: Alexander Shishkov Date: Mon Oct 3 17:10:18 2011 +0000 fixed bug with using not built-in ZLIB library commit bb130d14bd37c5dfe6bad6b42dec27a3fa48ac5e Author: Alexander Shishkov Date: Mon Oct 3 16:59:24 2011 +0000 Changed type of OPENCV_BUILD_3RDPARTY_LIBS variable to the INTERNAL on WIndows (see comments for #1030 ticket https://code.ros.org/trac/opencv/ticket/1030) commit a70496e41438d8caeec112ef2ce6ca4ddafa13aa Author: Maria Dimashova Date: Mon Oct 3 16:55:49 2011 +0000 added test for c++ version of latent svm and updated testdata commit a2ff919a6b6daeb1067b430d8a3faa8bd6f115bc Author: Maria Dimashova Date: Mon Oct 3 16:53:30 2011 +0000 added sample for c++ version of latent svm commit 4d85ee7de1a3edd3df55ede0904072f6ac78d93d Author: Maria Dimashova Date: Mon Oct 3 16:45:46 2011 +0000 added c++ wrapper of latent svm commit 8a799aa89a81ec75b5261d6abc180f4c56393052 Author: Alexey Spizhevoy Date: Mon Oct 3 14:05:52 2011 +0000 Updated optimal block size estimation for the convolve() function commit bee68e519a11f2b1710de8026b7aa17090acb83c Author: Andrey Morozov Date: Mon Oct 3 11:44:31 2011 +0000 fixed several bugs in CommandLineParser commit bf636e40bfef8134fe881ce688a22e0272b82509 Author: Andrey Morozov Date: Mon Oct 3 11:17:36 2011 +0000 improved print help in CommandLineParser commit 60ebe2003fa05c1a010dcd881c61d16f2118d843 Author: Vadim Pisarevsky Date: Mon Oct 3 11:00:28 2011 +0000 fixed multiple warnings on Windows. fixed bug #1368 commit 78e678b1f81d279e2da475aa51d53e577b4f7177 Author: Anatoly Baksheev Date: Mon Oct 3 10:14:59 2011 +0000 optflow_gpu compilation under ubuntu commit 336e000ecc9dc766ca680583ab8146480e3c1845 Author: Anatoly Baksheev Date: Mon Oct 3 10:05:41 2011 +0000 optical flow sample compilation under ubuntu commit 74561c5b8e98e3eae359c20267fd7311bb2f4ec7 Author: Alexey Spizhevoy Date: Mon Oct 3 09:44:30 2011 +0000 Added createWightMaps function into FeatherBlender (stitching) commit 923f771cfc66bd6f13cf2fb0ee8fae0223812fc0 Author: Anatoly Baksheev Date: Mon Oct 3 09:26:00 2011 +0000 warnings optical flow gpu cosmetics commit ee413b8026a2dbe1ed7449bd381584680738f75b Author: Andrey Kamaev Date: Mon Oct 3 08:44:28 2011 +0000 Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation commit 20af242a0374ec3d9e674f6a4dfffecf8c6d3c29 Author: Andrey Kamaev Date: Mon Oct 3 07:43:57 2011 +0000 Updated command line arguments in performance tests commit dce50b67fc3c3cd2b447d2c5769c2b895f609cab Author: Alexey Spizhevoy Date: Mon Oct 3 07:42:16 2011 +0000 Fixed support of translation in the GPU-based plane warper commit 607a7fd2c272ac2d160772825ce3f49d089a173d Author: Alexey Spizhevoy Date: Mon Oct 3 07:10:15 2011 +0000 Updated GPU warpers interface commit 404e9cb9d5d5a1443115e7e438a20fdd3ce2844b Author: Alexey Spizhevoy Date: Mon Oct 3 06:31:24 2011 +0000 Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface commit b7a3d36729ee3595dc002d9b25ba604593c3782d Author: Andrey Morozov Date: Sat Oct 1 10:50:50 2011 +0000 fixed several bugs in CommandLineParser commit 135b9280f10ca40b80a96e2df9e1e700e7c1b15e Author: Andrey Morozov Date: Sat Oct 1 10:27:19 2011 +0000 improved print help in CommandLineParser commit 0e18f066a8ef83b2582752e206239535b480d03c Author: Marius Muja Date: Fri Sep 30 16:39:06 2011 +0000 Fixing ticket #1402 commit 97d54612c77ec60f447246b86ca9c1cdb1d67adb Author: Andrey Morozov Date: Fri Sep 30 14:49:07 2011 +0000 fix print help commit d449b0492fb48f58361ee12d30f62af9b21ac750 Author: Andrey Morozov Date: Fri Sep 30 14:31:32 2011 +0000 fixed several bugs in CommandLineParser commit c5357cc17c0149ec9190cbcaf7a2409a6b1c709c Author: Alexey Spizhevoy Date: Fri Sep 30 12:46:11 2011 +0000 Added fix for removing too similar images into the stitching module commit 3d3efe7c07e1941bc2f62dd388891847505f8c49 Author: Andrey Morozov Date: Fri Sep 30 12:45:57 2011 +0000 fixed sub algorithm in CommandLineParser commit 5e831f7fca1b4442481e04e04be2afcaf6ddf0ee Author: Anatoly Baksheev Date: Fri Sep 30 12:00:44 2011 +0000 compilation under ubuntu commit 0fc8fc77c0fab989d7a316b091b9d3d498257b47 Author: Anatoly Baksheev Date: Fri Sep 30 11:27:30 2011 +0000 eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors. commit b3fb4986f21b23b8774eb01da37b0e6fd788248c Author: Maria Dimashova Date: Fri Sep 30 09:54:31 2011 +0000 restored doc on latent svm that was lost in moving to rst commit b9ea3ef741f97f8aa19dc12dc515813b3b9f3504 Author: Anatoly Baksheev Date: Fri Sep 30 09:02:03 2011 +0000 compilation under ubuntu commit 43ce5e6cc0ba7be68b9bc4a25212012b559288f4 Author: Andrey Kamaev Date: Fri Sep 30 08:06:24 2011 +0000 Fixed Linux build commit 42c7aece36531d431842368d2b8e3c2bb8b42868 Author: Anton Obukhov Date: Thu Sep 29 14:46:39 2011 +0000 [+] Added Brox optical flow (implementation courtesy of Michael Smirnov) commit f838db92c7fc58776b3933950866c5d6f7a094b8 Author: Anatoly Baksheev Date: Thu Sep 29 13:44:27 2011 +0000 1) detail source group for stitching 2) warnings commit 5d363e67a097c450b0acabfd89a5bf7edd2ddde2 Author: Andrey Kamaev Date: Thu Sep 29 12:11:18 2011 +0000 Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching commit 3c9979cd6a2c7ce0c2c5c8c0fa331b3ee03aad1a Author: Leonid Beynenson Date: Thu Sep 29 08:51:03 2011 +0000 Disabled some unfinished optimizations. commit bf19d66bc2dd7fa74384df855921405661b668f0 Author: Vadim Pisarevsky Date: Thu Sep 29 07:32:02 2011 +0000 re-enabled 16s images in cvSobel & cvLaplace. commit 87a21016d866f97228fb2310c4ac57fb221d61e2 Author: Leonid Beynenson Date: Wed Sep 28 21:14:20 2011 +0000 Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon. commit 4d3b1a4a0249c9c14b9d4987537aeb84a9572e93 Author: Vladislav Vinogradov Date: Wed Sep 28 16:24:51 2011 +0000 fixed build for compute capability < 2.0 commit f536dfa439ba202f894273ee701ebacef470bbf9 Author: Vladislav Vinogradov Date: Wed Sep 28 12:08:17 2011 +0000 fixed build under linux commit 9da6d78989c3f57780d7bd5203831329840b0c01 Author: Vladislav Vinogradov Date: Wed Sep 28 11:52:26 2011 +0000 optimized gpu filters, added buffered version for different filters commit 340e23a4f0c0719cc7554204f8ceb6ba16452529 Author: Andrey Kamaev Date: Wed Sep 28 09:10:24 2011 +0000 Fixed TBB-related bug in YUV420 to RGB conversion commit fcaa587b679659aa3efcc9d1150879dd29dbee12 Author: Leonid Beynenson Date: Tue Sep 27 16:25:13 2011 +0000 CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s). commit f0759437c049db984abbfefbaee6a65e1fbacc57 Author: Vadim Pisarevsky Date: Tue Sep 27 15:58:08 2011 +0000 fixed bug #1364 commit 86882e5dd12f8e0f7be71e360ff281c385d1db3c Author: Vadim Pisarevsky Date: Tue Sep 27 15:50:17 2011 +0000 fixed bug #1381 commit 1c738820de6903886ff5452286a808cd29a80bac Author: Vadim Pisarevsky Date: Tue Sep 27 15:43:13 2011 +0000 fixed resource leak in lsvmparser (ticket #1390) commit 65e036fe6dce5279650fb8ab1189fb4497449907 Author: Vadim Pisarevsky Date: Tue Sep 27 15:34:39 2011 +0000 fixed bug #1368 commit a512883170279fb34546bb2974ff392b72ca3c41 Author: Vadim Pisarevsky Date: Tue Sep 27 15:23:43 2011 +0000 fixed bug #1388 commit 3535aacc23c8c654e944fa7cbe064e459a8c61da Author: Vadim Pisarevsky Date: Tue Sep 27 15:17:00 2011 +0000 fixed bug #1389 commit e0bf60fd3ea7654e8166162635af527de35bd981 Author: Alexey Spizhevoy Date: Tue Sep 27 07:46:28 2011 +0000 Minor changes in stitching module commit ea4f65b5704698330ad92deeace895dec052f6cd Author: Vladislav Vinogradov Date: Tue Sep 27 06:45:17 2011 +0000 implemented optimized version of bf_radius_match for train collection commit e99b090871be695628437579cf77ca3f78579108 Author: Alexey Spizhevoy Date: Mon Sep 26 13:17:06 2011 +0000 Fixed bug in ROI based features finder (stitching) commit b119833ad1250daf11422039de9a4f427e2b543d Author: Vladislav Vinogradov Date: Mon Sep 26 11:18:30 2011 +0000 implemented optimized version of gpu::bf_radius_match commit 961dc4e3487fb88900519e63fdd8a1d69492774a Author: Andrey Kamaev Date: Mon Sep 26 11:05:56 2011 +0000 Fixed build error (Linux) commit 230cc3e0c310d2263f983bf79665b6b74a1a1791 Author: Alexey Spizhevoy Date: Mon Sep 26 10:04:50 2011 +0000 Minor fix in stitching_detailed commit a7d053f10d05c842ae56dc0453f24b7ddeba6658 Author: Alexey Spizhevoy Date: Mon Sep 26 09:59:13 2011 +0000 Added handling of ROI in stitching features matchers commit b053a3b48679b8ff9362bedc1e6a3b576055cb68 Author: Alexey Spizhevoy Date: Mon Sep 26 09:24:45 2011 +0000 Added matching mask into pairwise matcher from stitching module commit 551113292bba1f76016227cb05d1083c0b24be71 Author: Alexey Spizhevoy Date: Mon Sep 26 08:52:31 2011 +0000 Refactored stitching module commit 67a9b7943301a48a72fa0a647f798223cf3f0e3a Author: Vladislav Vinogradov Date: Mon Sep 26 08:14:31 2011 +0000 added performance tests for gpu::reduce commit 66b41b67f93857a43f05fb21de9a8e407565ffb4 Author: Alexey Spizhevoy Date: Mon Sep 26 07:57:05 2011 +0000 Added support of GPU in stitching seam estimators commit 16f5c67914eb013c60a5d80af4b8080a24a0cfbf Author: Alexey Spizhevoy Date: Sat Sep 24 08:20:13 2011 +0000 Added support of vertical straightening into stitching commit 48dec9c03afc4c9ab26b536e713d072f4840c007 Author: Alexey Spizhevoy Date: Sat Sep 24 05:58:29 2011 +0000 Fixed GPU version of multi-band blending in stitching module commit afc894db9f22aaf2c7d2711c02072f416b3552c3 Author: Alexey Spizhevoy Date: Fri Sep 23 10:57:20 2011 +0000 Replaced SVD with eigenval decomposition in waveCorrect func (stitching) commit 7ca53cfcd49ab47b0a4317b18b4ad5fe054e01c9 Author: Andrey Kamaev Date: Thu Sep 22 13:58:07 2011 +0000 Added debug function to project back from pano to original image commit 39268013d58a1a28dab477faedf73d65bd765124 Author: Alexander Mordvintsev Date: Thu Sep 22 12:32:37 2011 +0000 frame size specification for video sources in video.py commit 823b6567a345a21044f8b494426a9297ca540d1a Author: Andrey Pavlenko Date: Thu Sep 22 11:22:15 2011 +0000 Java API: fix for Subdiv2D::getTriangleList() and Subdiv2D::getEdgeList(); test for getTriangleList() is added. commit 1dbe5ccc5f416debb5762c883c98ad4c95a89fc7 Author: Vadim Pisarevsky Date: Thu Sep 22 10:40:48 2011 +0000 improved phaseCorrelate() performance (thanks to Will Lucas for the patch) commit a1d6671451312c028d8421603df03fbe1af0bda1 Author: Vadim Pisarevsky Date: Thu Sep 22 09:58:58 2011 +0000 fixed bug #1370 commit 39533a0b1b8384b72b4796f3d16c62e20c8d9bb0 Author: Alexey Spizhevoy Date: Thu Sep 22 08:58:48 2011 +0000 Added BA refinement flags into stitching_detailed commit 0ad1d0afacaa8c7d2db7206c7c92bb66f2156b4e Author: Alexander Mordvintsev Date: Thu Sep 22 08:52:40 2011 +0000 fixed problem with incorrect distance values returned by FlannBasedMatcher for hamming metric (int's were interpreted as floats) commit 8b23c79294db842622f95048331d7c8fadfa6481 Author: Vladislav Vinogradov Date: Thu Sep 22 07:08:26 2011 +0000 implemented gpu::reduce commit ce35a6d8bee7883a9ac499e6c3d426acaa406595 Author: Vladislav Vinogradov Date: Thu Sep 22 06:43:52 2011 +0000 fixed bug in cv::reduce in reduceC_ for multi-channels source commit 78bbefec988c421784bb35c70d301698ef62f3fc Author: Marius Muja Date: Thu Sep 22 00:42:51 2011 +0000 Applied fix from #1382 commit 5029dfed873e6e22b2f1411653c5f77fdd605da1 Author: Jose Luis Blanco Date: Thu Sep 22 00:31:45 2011 +0000 Removed extra "," that raised GCC warnings. commit 25cadb1abd08a9b50bdba64b03f29ad2e6f1d287 Author: Anatoly Baksheev Date: Wed Sep 21 18:25:22 2011 +0000 fixed compilation under ubuntu commit 50543d627fd88dc96d28544b680d13010b11ef76 Author: Alexey Kazakov Date: Wed Sep 21 18:03:53 2011 +0000 Added HOG features to cascade detection algorithm. Added pedestrian detection trained model for HOG cascade detection algorithm. commit 4ee462c961fc991caf6fefd22fa72b7fcc5e23a7 Author: Alexey Spizhevoy Date: Wed Sep 21 13:22:12 2011 +0000 Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module) commit dbce155874384a5d4415a1e8afd987f4334349dd Author: Alexey Spizhevoy Date: Wed Sep 21 12:13:07 2011 +0000 Refactored motion estimators in stitching module commit 4a5abc7552d76f6768fc699e8df73cad228c423a Author: Alexey Spizhevoy Date: Wed Sep 21 10:53:23 2011 +0000 Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it. commit 0aaaad1ea87eb719044e3c7b125965f934e7a636 Author: Vladislav Vinogradov Date: Wed Sep 21 08:58:54 2011 +0000 implemented gpu::addWeighted commit 64119dd9247f1aaeeb8afc4a974e5a4f0b178164 Author: Vladislav Vinogradov Date: Wed Sep 21 07:02:45 2011 +0000 implemented gpu::copyMakeBorder for all border modes commit 8483f9ce40f522f231b337db8c9e901d09b12746 Author: Ilya Lysenkov Date: Tue Sep 20 13:45:46 2011 +0000 Fixed the new version of findCirclesGrid. commit d105264bad6c0485ef9c9d7aa8447ca7e6c31231 Author: Ilya Lysenkov Date: Tue Sep 20 13:35:21 2011 +0000 Added tests of findCirclesGrid() with the asymmetric pattern. commit d263fe2b25142bfdc65a704a103239bbd9f33472 Author: Ilya Lysenkov Date: Tue Sep 20 13:16:54 2011 +0000 Removed unnecessary variables. commit 0ef4ff89251d02d78ed6f53f34acb4ab29e0b4b5 Author: Ilya Lysenkov Date: Tue Sep 20 12:47:24 2011 +0000 Improved robustness of the findCirclesGrid() to affine distortions. commit cd9d695f9d34aee43430381e4cfb13303e5b860b Author: Alexander Mordvintsev Date: Tue Sep 20 11:49:24 2011 +0000 fix in RectSelector commit 5ed65979c119647098235a08ef4a8333225fbd20 Author: Vladislav Vinogradov Date: Tue Sep 20 06:38:40 2011 +0000 fixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379) commit f45a886adc17a405a9a81cd5576aca84281f84fe Author: Andrey Kamaev Date: Mon Sep 19 15:14:14 2011 +0000 Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering commit f262f58297baaad5e7e2408363ace76a8ca9eaa9 Author: Alexey Spizhevoy Date: Mon Sep 19 06:37:22 2011 +0000 Changed one CLI message in stitching_detailed. commit a8698388079f46dcb92278e3f4874bf80320dced Author: Alexander Mordvintsev Date: Mon Sep 19 06:28:39 2011 +0000 RectSelector in common.py commit 07efb17d128b148083345b14c978aff7eaa940e4 Author: Alexey Spizhevoy Date: Mon Sep 19 06:22:40 2011 +0000 Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring. commit fb2c2886278bf2ddf194535e4628bb28517b8562 Author: Andrey Kamaev Date: Sun Sep 18 15:30:36 2011 +0000 Fixed some cmake 2.6 compatibility issues. commit 1554d7ab65d7f6743fb7783935152b1429844391 Author: Andrey Kamaev Date: Fri Sep 16 12:38:41 2011 +0000 Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering commit 23636433d78a6c2d6234d400f38f675cfb973e0b Author: Alexey Spizhevoy Date: Fri Sep 16 12:25:23 2011 +0000 Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. commit aebd7ebb75340f243428554a4d03bb61015c99d0 Author: Andrey Kamaev Date: Fri Sep 16 11:27:19 2011 +0000 Perf tests: added option to set affinity mask on Android platform commit 6d56105b425ca0e9b8f1c22af2f0657e2eb1737f Author: Andrey Kamaev Date: Thu Sep 15 14:43:23 2011 +0000 Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering commit 028c44531f502d55ab3a064d2556a69892458c8f Author: Alexander Mordvintsev Date: Thu Sep 15 11:10:06 2011 +0000 wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) updated feature_homography.py sample to use new features commit d174c3db04df63ae3db68b01f49951c0151535b7 Author: Alexander Shishkov Date: Thu Sep 15 09:52:51 2011 +0000 fixed compilation errors in TeX commit d069396546cf49a1bfa782e176cb0ae74c13790f Author: Alexander Shishkov Date: Thu Sep 15 08:31:14 2011 +0000 fixed problem in rst files changed OpenCV version to 2.3.2 commit b679ebc1b4c1509d0b7e8cb36e1e6201d113a553 Author: Alexander Mordvintsev Date: Thu Sep 15 08:07:37 2011 +0000 python DescriptorExtractor.compute now returns filtered keypoints wrapped StarFeatureDetector and GridAdaptedFeatureDetector commit 49d33f61096fbbb21ebb8bd593bf407766865a18 Author: Andrey Kamaev Date: Thu Sep 15 07:35:05 2011 +0000 Perf tests: linux version of adb search commit db4b72c1ba0ed634442d1288b411804d6f4c6ff1 Author: Andrey Kamaev Date: Thu Sep 15 06:31:59 2011 +0000 Perf tests: fixed some bugs with adb tool search commit ffc5a7b809d9507073ef9f001f72434ada587455 Author: Anatoly Baksheev Date: Thu Sep 15 05:51:41 2011 +0000 minor commit 6ff2ae1d3a4cddb638fd511fea4e96db37f46a48 Author: Andrey Kamaev Date: Wed Sep 14 16:20:10 2011 +0000 Tegra-optimized minMaxLoc/minMaxIdx commit 82da7f18d86653b0948a5acce1eeca4db5e34e3b Author: Vadim Pisarevsky Date: Wed Sep 14 14:29:30 2011 +0000 replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly commit cdbee71f1ccfbe444e6cb4cb6e5e13dd4aaf11d8 Author: Vadim Pisarevsky Date: Wed Sep 14 10:57:50 2011 +0000 always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev) commit 255617ffe58812e06991da374cc4bed755399d63 Author: Andrey Kamaev Date: Wed Sep 14 09:11:14 2011 +0000 OpenCVConfig.cmake is updated to export OpenCV_SOURCE_PATH when used without "make install" commit be8e31f14d4e4396dce0aae67c4eda123e23c465 Author: Vladislav Vinogradov Date: Wed Sep 14 06:23:46 2011 +0000 minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation commit d99f4a2beb80ada3289354b585ae34b36d1a11e0 Author: Leonid Beynenson Date: Tue Sep 13 21:57:42 2011 +0000 Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests, calling the functions cv::min and cv::max with cv::Scalar argument. Instead of them two performance tests were created which call the functions cv::min and cv::max with 'double' argument. commit a72da12c801bc0066e80a5fc2436f79903834db0 Author: Alexey Spizhevoy Date: Tue Sep 13 14:15:18 2011 +0000 Added fix for 0 found features in stitching matcher commit 94b3bb154e639c8cc06ba1f1ad95d3e3294fda1c Author: Andrey Pavlenko Date: Tue Sep 13 11:19:40 2011 +0000 Perf Tests: default stitching scenario. commit 069c43835b060ebc852d6ecd92a49bb3c9202ae5 Author: Alexander Mordvintsev Date: Tue Sep 13 09:14:49 2011 +0000 work on #1360 (custom LshIndex params fixed) commit 99d3ce52c5b92cabf855a123bd06c00e32c63c31 Author: Andrey Kamaev Date: Tue Sep 13 07:54:19 2011 +0000 Added performance tests for findCirclesGrid and solvePnP commit 16dd655dd370cf952d6c9e9e2a08483d81196bdc Author: Marius Muja Date: Tue Sep 13 06:08:38 2011 +0000 Fixing ticket #1366 commit 281b95381588d703282dbb017c0c21f3cd7def16 Author: Marius Muja Date: Mon Sep 12 20:20:49 2011 +0000 Fixing include defines commit d77cf38896bbfdc82a91dedc4b45d31a5f79d826 Author: Vadim Pisarevsky Date: Mon Sep 12 15:28:04 2011 +0000 corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch) commit 4b46e35287e87ad9e49c868a72afe1cb237dde8e Author: Vladislav Vinogradov Date: Mon Sep 12 15:15:02 2011 +0000 minor commit dac9f69ba43d69bc71eab35d0385f8d10c2a5bb5 Author: Vladislav Vinogradov Date: Mon Sep 12 15:14:02 2011 +0000 fixed bug in SURF_GPU (memory access error) commit 485e71bcc22184fc46f18f7605748a6696f36f2f Author: Alexey Spizhevoy Date: Mon Sep 12 14:58:56 2011 +0000 Bug in multiply was fixed (by Vlad Vinogradov) commit 29b9720aab6b57511aa491ca8351c51d6cf719de Author: Vladislav Vinogradov Date: Mon Sep 12 10:23:20 2011 +0000 added check if src.size() == dst.size() to gpu::resize commit b2079d6de15982f6205546e3597653f42e2f5414 Author: Vladislav Vinogradov Date: Mon Sep 12 10:13:14 2011 +0000 implemented gpu::resize for all types commit acac27d8fe1df17c59b44b28ac1268bddcb0aea2 Author: Vladislav Vinogradov Date: Mon Sep 12 08:45:56 2011 +0000 optimized gpu::multiply commit 6763bd6d01fda8a0e64408ff6486b930f04b967b Author: Vladislav Vinogradov Date: Mon Sep 12 07:48:09 2011 +0000 added padded performance tests for gpu module commit 6167469bbdad5c69b306dd58e59b3a1e831c3833 Author: Andrey Kamaev Date: Sun Sep 11 18:54:25 2011 +0000 Fixed fullscreen window mode on Windows. commit fd5b0c1f18cb8a78d95d4e0cafd11dd526254d28 Author: Alexey Spizhevoy Date: Sat Sep 10 12:30:28 2011 +0000 Reverted some unnecessary changes in GPU module commit a7c6b84390e2f127cefe452e7df20441a78e271d Author: Alexey Spizhevoy Date: Sat Sep 10 12:28:03 2011 +0000 Added TODOs into GPU module commit 903f835d9fdda8aa80d93a0434c9397e0b01f4d5 Author: Alexey Spizhevoy Date: Sat Sep 10 11:56:55 2011 +0000 added support of 8UC4*32FC1 multiply into GPU module commit ab3ec788ce0cac314d31c434de20cb57912be372 Author: Andrey Kamaev Date: Fri Sep 9 13:21:26 2011 +0000 Perf tests: improved reporting when test fails because of exception commit 5ab6d5a05a8d1898b7680fa93605225910b5562a Author: Andrey Kamaev Date: Fri Sep 9 12:15:09 2011 +0000 Perf tests reports - added output format with embedded styles commit 5c3a93a5b8737b6f8c7449e5344e35965b425a4d Author: Leonid Beynenson Date: Fri Sep 9 11:28:19 2011 +0000 Small modification in test parameters. commit c08dab0c522343097f145316c1fe534480e2e5a8 Author: Andrey Kamaev Date: Fri Sep 9 10:00:10 2011 +0000 Fixed modules order in OpenCVConfig.cmake commit f515337beb1a119bcb6fc25a60f9ce890b428930 Author: Alexey Spizhevoy Date: Thu Sep 8 15:03:35 2011 +0000 Added handling of stitching module into OpenCVConfig.cmake.in commit f69bb74202e106ee953485ee0a0621d9b4134c23 Author: Andrey Pavlenko Date: Thu Sep 8 13:13:37 2011 +0000 Fixing static libs build on Windows commit 6cb1036e040fde0f5009f0cb4a0d15920b25874f Author: Andrey Kamaev Date: Thu Sep 8 11:01:45 2011 +0000 Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script commit ccfb3e6a2159e5ed1abfa6c751d1829d299f4997 Author: Andrey Kamaev Date: Thu Sep 8 09:29:27 2011 +0000 Perf tests: fixed some issues commit 6ceb322a471b9e3a45464a95ff491fffa44af697 Author: Andrey Pavlenko Date: Thu Sep 8 08:54:14 2011 +0000 Fixing Windows build commit 1917d8b006df86be9c929e0a3493d62950be2a70 Author: Andrey Kamaev Date: Thu Sep 8 06:27:46 2011 +0000 Fixed perf target on Windows. commit 6bb15fa71130b29435cd502461b97e6e2a2b960b Author: Leonid Beynenson Date: Wed Sep 7 19:52:52 2011 +0000 Made perf test for CascadeClassifier (LBP frontal face cascade). commit b0535e04560b40367e3d1d21bb71403efa3e72d7 Author: Kirill Kornyakov Date: Wed Sep 7 15:06:51 2011 +0000 Neon Optimized Resize added commit 6030e029e33c164c6b17ab6f795a799bbd0d9d67 Author: P. Karasev Date: Wed Sep 7 15:00:27 2011 +0000 touch stitching app, test/verify svn access commit 55f38ae8b352d9a1a1d3d161a402f2b99e15ac0d Author: Alexey Spizhevoy Date: Wed Sep 7 14:01:12 2011 +0000 fixed bug in gpu perf. test commit 8009b5150edde6b944aadb44725efbe5ff524ea5 Author: Vladislav Vinogradov Date: Wed Sep 7 13:16:07 2011 +0000 added performance tests for gpu module commit 3206945b6d4735e458821d2563ba879ea170512e Author: Andrey Pavlenko Date: Wed Sep 7 12:51:41 2011 +0000 Fixing Windows build commit b58b04a31caebf5f7ae657c69faafa189a70665a Author: Andrey Pavlenko Date: Wed Sep 7 12:50:56 2011 +0000 Perf Tests: updates to cvtColor() & integral() perf tests commit cbb6ac0c34f68a9a9c8688174f8f4fc89c352f98 Author: Alexey Spizhevoy Date: Wed Sep 7 12:48:48 2011 +0000 refactored features finders in stitching module commit 6d09dd5cf74303c737b68d1237a6393cd35a3713 Author: Andrey Kamaev Date: Wed Sep 7 11:41:30 2011 +0000 Perf tests: minor fix in chart.py commit 505e8e0936e897c09a6867fca89b1b64a425d7fa Author: Alexey Spizhevoy Date: Wed Sep 7 11:22:00 2011 +0000 minor refactoring of stitching commit c9a41c680210b605a737faad815f70352ad2f996 Author: Alexey Spizhevoy Date: Wed Sep 7 11:14:27 2011 +0000 added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed commit 1449dd1f02e48e4cb8c2b952409f248380f8fc47 Author: Andrey Kamaev Date: Wed Sep 7 09:51:26 2011 +0000 fixed Java API build (not sure if features2d is wrapped correctly now) commit d50cc5107058678153882b7aa3c7bf07aa0ae4e8 Author: Alexander Mordvintsev Date: Wed Sep 7 09:38:22 2011 +0000 handling Ptr<> arguments and return values in Python wrappers partially wrapped features2d framework added feature_homography.py sample commit 2ef4e2eeb780df4771a6cb77269b94d58326cf02 Author: Andrey Kamaev Date: Wed Sep 7 09:38:12 2011 +0000 Perf tests: fixed some bugs in scripts commit 52184c88036d0a22deaafcd272832074dcf333c9 Author: Andrey Kamaev Date: Wed Sep 7 08:59:39 2011 +0000 Gpu functionality in stitching module is excluded from Android build commit 95a3ffd0c5b1edb5390d1288e9c3f1c4fda9320c Author: Alexey Spizhevoy Date: Wed Sep 7 06:34:22 2011 +0000 put all old stitching API into detail namespace commit bf0081a850885945ff837b8fd714890e25e182de Author: Vladislav Vinogradov Date: Wed Sep 7 06:19:21 2011 +0000 fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter) commit 5cce03895822c852a00dffe038f5f6c517f5dd42 Author: Andrey Kamaev Date: Tue Sep 6 15:30:28 2011 +0000 Performance testing branch is merged back into trunk commit df9f707ff094e80dcf7374aa0ca146368f501751 Author: Vladislav Vinogradov Date: Tue Sep 6 13:42:50 2011 +0000 fixed bug in gpu::remap under win32 commit ca8c5b633c5d1748d788e103179edf3a28245b98 Author: Alexey Spizhevoy Date: Tue Sep 6 09:31:54 2011 +0000 minor fixes in stitching module commit b0fe660d5b2af8b6d2e13dd7f67eb09629a44c9c Author: Alexey Spizhevoy Date: Tue Sep 6 08:41:38 2011 +0000 fixed stitching module link error on Windows commit f2da701723f89f78e1099bcb5c7c25626a64cfc7 Author: Andrey Pavlenko Date: Tue Sep 6 08:35:31 2011 +0000 cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA. commit 84022779a1c97e33d0f1b1f43e0d2ea6c4a13405 Author: Vladislav Vinogradov Date: Tue Sep 6 07:01:23 2011 +0000 added bicubic interpolation to gpu::remap commit 415978b1c98314cfa4f13281cdff6e276ff5e40e Author: Anatoly Baksheev Date: Mon Sep 5 14:37:27 2011 +0000 warnings commit fbe2e6fb01153bfb8ada4399d607f6a559c578eb Author: Alexey Spizhevoy Date: Mon Sep 5 11:52:30 2011 +0000 refactored stitching module commit 9be4701f240f74daa10b28e78824249c6a8954fe Author: Alexey Spizhevoy Date: Mon Sep 5 10:41:54 2011 +0000 turned opencv_stitching application to module and sample commit 30ecb28877b98f7916917ebf98c22d7c35ec44fa Author: Vladislav Vinogradov Date: Mon Sep 5 09:25:10 2011 +0000 fixed build under windows (replace M_PI with CV_PI) commit bcec7a7e352e679deb1a371475654de899412699 Author: Alexey Spizhevoy Date: Mon Sep 5 08:20:54 2011 +0000 minor changes in opencv_stitching commit 3bb0a5e33102e7eecd84947bc158fe865b8599cc Author: Alexey Spizhevoy Date: Mon Sep 5 08:18:45 2011 +0000 minor changes in opencv_stitching commit e0c0461787af11c9e82de6f12c2f90cc9ae66032 Author: Vladislav Vinogradov Date: Mon Sep 5 07:59:59 2011 +0000 optimized gpu::remap (use texture memory) commit 32ed1bf8580f671570366ad4c21450996bbefa9c Author: Vadim Pisarevsky Date: Mon Sep 5 07:57:18 2011 +0000 added phaseCorrelate function by Will Lucas. commit c26b00537187df450884e7970364da3e8d9a781d Author: Vladislav Vinogradov Date: Mon Sep 5 07:51:00 2011 +0000 optimized gpu::remap (use texture memory if possible), added stream support to gpu::remap commit b2d5839af7f8daa579d7c7c3c8a5d07767be3989 Author: Vladislav Vinogradov Date: Mon Sep 5 06:20:34 2011 +0000 added GpuFeature assertion to gpu::Canny commit b371bd68dfec8844531be1bbd48b0d63595f5ffe Author: Vladislav Vinogradov Date: Mon Sep 5 06:03:49 2011 +0000 added assertion for small image sizes to SURF_GPU (ticket #1323) commit 914ed44e28dfa24f05be8426e02e8bc6fdf6595c Author: Vladislav Vinogradov Date: Mon Sep 5 05:45:27 2011 +0000 fixed CudaMem::createMatHeader (ticket #1353) commit ef430882a191e82e89384574fd421b0c62d6076f Author: Vladislav Vinogradov Date: Mon Sep 5 05:40:57 2011 +0000 fixed build under linux commit 69b8f304d71eeca47734292292c44ca9f3a0dacc Author: Alexandre Benoit Date: Sun Sep 4 16:46:56 2011 +0000 memory safety test added commit c02b5f1d45e985a594af1a53df68d432491d8168 Author: Alexandre Benoit Date: Sun Sep 4 08:00:28 2011 +0000 Updated retina access methods and OpenEXR image tone mapping demo cleaned commit 9ea9cbf48940ad6a42fdaf6965d40dcd73ddf793 Author: Alexandre Benoit Date: Sun Sep 4 08:00:09 2011 +0000 Updated retina access methods and OpenEXR image tone mapping demo cleaned commit 700ef09a23b1052df2da5e98ca5e13724589f16f Author: Alexander Mordvintsev Date: Fri Sep 2 11:54:02 2011 +0000 opt_flow.py sample fixed commit d4c094745f0972e1c6f1ae931af74ec836fc8c03 Author: Andrey Kamaev Date: Fri Sep 2 11:13:32 2011 +0000 Android port is updated for NDK r6b commit 1f0035d2af696c576a995eb764bd4639ebd2558d Author: Andrey Kamaev Date: Thu Sep 1 14:39:26 2011 +0000 Fixed native_camera library build for Androids having version in x.x format commit fa7e45897f4aca88459dd61f33557b478b06aec1 Author: Alexander Mordvintsev Date: Thu Sep 1 07:25:13 2011 +0000 obj_detect.py sample removed commit abdd342d5064a1aa7c77cb57bd02e7ea1a4794f9 Author: Artem Myagkov Date: Wed Aug 31 18:42:44 2011 +0000 modifed minimum required cmake version for ios commit ec6636a66404e073524dec3a4c2ea2b4af874a84 Author: Vincent Rabaud Date: Wed Aug 31 17:56:33 2011 +0000 - add documentation for LshIndexParams commit 15b1b4e2321357ade4732243c128a6e295589616 Author: Vladislav Vinogradov Date: Wed Aug 31 13:26:33 2011 +0000 switched to gpu::pyrDown and gpu::pyrDown in opencv_stitching commit ea2f5b13918e0305ef54c6f71f05d06917b0e054 Author: Vladislav Vinogradov Date: Wed Aug 31 13:21:14 2011 +0000 added BORDER_REFLECT and BORDER_WRAP support to gpu module switched to gpu::remap in opencv_stitching commit a5df21bf24bf35da7c23388c5804078712730b25 Author: Vadim Pisarevsky Date: Wed Aug 31 12:36:19 2011 +0000 removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348) commit e61f4c4a4b0621396cc43d361649be1d88070dec Author: Alexander Mordvintsev Date: Wed Aug 31 12:33:25 2011 +0000 lk_homography.py sample added commit 47d68f6967c7e3a9992cdb9ab77329407f0092fb Author: Vladislav Vinogradov Date: Wed Aug 31 11:42:54 2011 +0000 implemented gpu::remap for all types commit 785428546beb3903b61d2c0bd1866f8013e6027d Author: Alexander Mordvintsev Date: Tue Aug 30 09:34:06 2011 +0000 lk_track.py description commit 39373cd9f991cd112bcc1a7eef3291d45d36d476 Author: Anatoly Baksheev Date: Tue Aug 30 09:08:41 2011 +0000 minor update of device layer commit c19f88853a8e346ad129f4b58070540b6e7663fc Author: Anatoly Baksheev Date: Tue Aug 30 09:04:31 2011 +0000 minor update of device layer commit 0f5f57561ec2f0e09852f460f1cb3f887479c3c8 Author: Vladislav Vinogradov Date: Tue Aug 30 08:49:11 2011 +0000 optimized memory usage in BruteForceMatcher_GPU_base::knnMatch when k==2 commit 837f65784e8dec2048ac6103f703f81675c2033e Author: Vladislav Vinogradov Date: Tue Aug 30 08:27:23 2011 +0000 update gpu docs commit 50d012b56bcee96083d70b6e8efbe7271e06f760 Author: Vladislav Vinogradov Date: Mon Aug 29 11:32:18 2011 +0000 fixed gpu::pyrUp implementation commit 5f9e47a9cd5a94e19499b4662b057ab6916afda5 Author: Vladislav Vinogradov Date: Mon Aug 29 11:31:52 2011 +0000 refactored gpu::BruteForceMatcher (moved some utility functions to device layer) commit 50b72197ab672d808e6883bd10294dc5a0edab69 Author: Alexey Spizhevoy Date: Mon Aug 29 08:06:45 2011 +0000 fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341 commit 8bf5c0e7aed13cb766eff39e995a37b998c9e350 Author: Andrey Pavlenko Date: Mon Aug 29 07:41:56 2011 +0000 typo is fixed commit df5c60c50a558d1d8828f66d4e42d6a53bd36626 Author: Vadim Pisarevsky Date: Sat Aug 27 20:05:07 2011 +0000 added missing cv::moveWindow & cv::resizeWindow commit 6abb46254d43be2b564b9314dafb1e70b624845f Author: Alexander Mordvintsev Date: Sat Aug 27 19:29:03 2011 +0000 mser.py sample added commit 02788eb32e98db03d3f4f98368342d1817dd83bc Author: Alexander Mordvintsev Date: Sat Aug 27 13:43:32 2011 +0000 camshift.py description commit 714732e9bb6056b4baad5219763367041da45e05 Author: Vadim Pisarevsky Date: Sat Aug 27 10:43:53 2011 +0000 fixed some more hybrid tracker build problems on Windows commit 1bae6413c1549528e358da9f33785353d60e2b75 Author: Andrey Pavlenko Date: Fri Aug 26 15:15:15 2011 +0000 Java API: generator script whitespace cleanup, adding statistics gathering code commit 3e323e6ff8606335f96c5e33a4d1890cd4761a0c Author: Andrey Pavlenko Date: Fri Aug 26 14:39:04 2011 +0000 Java API: test for Highgui.imencode() is added commit 07746b54d68658a959527c73a7b8c0e8c39a6782 Author: Vadim Pisarevsky Date: Fri Aug 26 13:52:46 2011 +0000 fixed hybrid tracker build problems on Windows commit c593355e42e78975ef1d61dda77f79a681c237dc Author: Vadim Pisarevsky Date: Fri Aug 26 13:06:43 2011 +0000 fixed declaration of imencode to make it usable in Python etc. commit df1b04c30279f9c56c84d621ad8bf208a646099d Author: Vadim Pisarevsky Date: Fri Aug 26 12:23:19 2011 +0000 removed irrelevant pyc file commit ae83fe76454e8fba11b88c56ab725e7db32dc966 Author: Vadim Pisarevsky Date: Fri Aug 26 12:22:19 2011 +0000 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) commit f69aa4031089407778a6b4659e578fca9d0389df Author: Leonid Beynenson Date: Fri Aug 26 11:05:51 2011 +0000 Added the declaration of the type ConcurrentDoubleVector for TBB case. commit e90aeb08f9d7092920e7d81f3521db556eb97723 Author: Anatoly Baksheev Date: Fri Aug 26 09:34:49 2011 +0000 1) ticket #1332 2) device layer utility commit 173ac5a64be3bcd34de6e67548ba13b0c353da58 Author: Vladislav Vinogradov Date: Wed Aug 24 11:16:42 2011 +0000 optimized gpu pyrDown and pyrUp commit 3a3bc183813a00a70d2aa1b65b71f6b6aee5e2cb Author: Artem Myagkov Date: Wed Aug 24 10:53:57 2011 +0000 modified capturing building ligic for iOS commit 8c6782300a9b60841d6ecb2e4e8944546e3c38a7 Author: Artem Myagkov Date: Tue Aug 23 11:19:58 2011 +0000 modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial commit e268e0704d9b631eef788ef48f9dded4b445c511 Author: Alexandre Benoit Date: Mon Aug 22 20:10:21 2011 +0000 enhanced input image format support commit a288163d734bb8d7b1045e038d12216390ed8b2f Author: Alexandre Benoit Date: Mon Aug 22 20:09:01 2011 +0000 enhanced and more robust image input management commit b3b036fd351ea185b11a97fec80768be9b97c864 Author: Ana Huaman Date: Mon Aug 22 13:53:12 2011 +0000 Added theory to a rst Tutorial in tracking motion (Harris corner) commit fc771363d33bc5d68d2649a723c583a5c43a740c Author: Alexander Mordvintsev Date: Mon Aug 22 13:36:21 2011 +0000 all video processing samples use camera as default source (and fallback to synth in case of capture error) commit df491588638d294ac68054bc4744684936064e8c Author: Bernat Gabor Date: Mon Aug 22 12:15:31 2011 +0000 Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file. commit 0ed6d86a49aa1776fb6c50486e1d9156550f363c Author: Vladislav Vinogradov Date: Mon Aug 22 11:07:52 2011 +0000 optimized some gpu::cvtColor functions commit 628447c2517aef8f0ed8ae0737ff27c38aad62a7 Author: Vadim Pisarevsky Date: Mon Aug 22 10:22:27 2011 +0000 replaced non-available in MacOSX' numpy deg2rad in motempl.py commit 8dacbeb157fb974edf03ee6b22d5f9cd1641605f Author: Vadim Pisarevsky Date: Mon Aug 22 10:10:17 2011 +0000 fixed 2 bugs in python samples (crash in camshift and running samples from within the demo) commit fd69c8b34ad75ddb87f8df5591ef56d62949d9c9 Author: Alexander Mordvintsev Date: Sun Aug 21 13:24:49 2011 +0000 running demos with enter key commit 4408423c9f39bdd69d3639d3ab58d9ec025d920e Author: Alexandre Benoit Date: Sun Aug 21 13:12:14 2011 +0000 waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer commit bd198d2b7b045afc7643c122126a56202d7b463d Author: Alexandre Benoit Date: Sun Aug 21 12:22:27 2011 +0000 updated default parameters, more contrast by default commit 05c0cd72d04d80fad18d9ef69c21b480c6bf636c Author: Alexandre Benoit Date: Sun Aug 21 11:02:42 2011 +0000 updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes commit 66ee335ca9dab4fb99e74ff10fb541394e575192 Author: Alexandre Benoit Date: Sun Aug 21 11:01:53 2011 +0000 updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes commit eb9401d35346fd27f434378187675b68ad715be1 Author: Vadim Pisarevsky Date: Sun Aug 21 10:39:38 2011 +0000 applied patch #1326 commit 67cbcd2fa6a02724bb720546eeb7492fa4af9a3f Author: Alexander Mordvintsev Date: Sun Aug 21 07:54:54 2011 +0000 work on demo.py: sample running commit 0de8ed1099df56d1bf88e7addf4dfdc1265de86f Author: Alexander Mordvintsev Date: Sun Aug 21 07:19:27 2011 +0000 demo description url parsing commit 5b00763bb0fcb41bf3c34cfaab1f82415ca38ebb Author: Alexander Mordvintsev Date: Sat Aug 20 19:54:03 2011 +0000 work on demo.py shell commit 752eed00f2a6d4b6d363a59f3cd75c6a90678b39 Author: Alexandre Benoit Date: Sat Aug 20 12:41:34 2011 +0000 updated GUI photoreceptors sensitivity parameter management commit d5d2290ffda8360f602e62b0dd779520a3d0a2e3 Author: Alexandre Benoit Date: Sat Aug 20 12:40:04 2011 +0000 updated GUI photoreceptors sensitivity paramaer management commit 014ba699a3594cec0de0ff38cd5da27d12e8bfc7 Author: Andrey Kamaev Date: Fri Aug 19 19:18:32 2011 +0000 Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86) commit 0451779d2c6c3da0d218119e3c7dc363e9d8f79f Author: Bernat Gabor Date: Fri Aug 19 10:12:33 2011 +0000 Ticket #1240 resolved. commit 3b7b833a4e74879eb1c1e82e4322dbeac6d8db17 Author: Vadim Pisarevsky Date: Wed Aug 17 20:12:11 2011 +0000 merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2 commit 157db88cbd7ce7e524986991fd40cd200e2c1173 Author: Bernat Gabor Date: Wed Aug 17 17:28:06 2011 +0000 Added the "How to write a tutorial for OpenCV?" tutorial. Made some corrections to the feature2D TOC tree. Small visual improvements for the video-write.rst file. Deleted a definition file that served no purpose. commit 971e35f2837bff287ae0732625c381e1760f7312 Author: Vladislav Vinogradov Date: Wed Aug 17 13:46:36 2011 +0000 fixed bug in gpu::cvtColor commit 5e9ae6b19fd791e178dcfcc53c33a78625293bf4 Author: Vladislav Vinogradov Date: Wed Aug 17 11:32:24 2011 +0000 added TransformFunctorTraits, optimized some functions that use transform commit 6ce2277cc7c4d41ddc993b3bd57a6b8d47b6e238 Author: Vadim Pisarevsky Date: Wed Aug 17 09:19:46 2011 +0000 fixed multi-scale Hough transform (ticket #1320) commit d752c2b67413a7ad2cded4796f936f520d7658cf Author: Vadim Pisarevsky Date: Wed Aug 17 09:05:05 2011 +0000 disabled fast-math by default. commit b3ae2c181a5f270dc81d76660a906fa4f43db903 Author: Alexander Mordvintsev Date: Wed Aug 17 02:00:52 2011 +0000 added flann matching to find_obj.py commit d3d55f323479442292c89d1dd2aca6e2cfc889dc Author: Vadim Pisarevsky Date: Tue Aug 16 13:52:02 2011 +0000 fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). commit 3bfd1aa58de33466247b0c7eecb66a5c556c5279 Author: Vadim Pisarevsky Date: Tue Aug 16 13:15:20 2011 +0000 updated opencv_ffmpeg build instructions commit 78bb392088311e16d0e71dcffd0a28600b4ee488 Author: Alexey Spizhevoy Date: Tue Aug 16 12:36:11 2011 +0000 refactored opencv_stitching commit f1e8b43c7aa3b13f6f118d5c9f49e44c3a84c891 Author: Vadim Pisarevsky Date: Tue Aug 16 12:27:15 2011 +0000 updated opencv_ffmpeg binaries, headers and libs to ffmpeg 0.8.2 commit b6e9ed4ec5843a5a0cbc170f18e1cf0c8abc18e0 Author: Alexey Spizhevoy Date: Tue Aug 16 09:51:54 2011 +0000 fixed bug in opencv_stitching (added handling of homography evaluation failure) commit c66ed3e02f6680c881f1f299c464e59b4e5c95d2 Author: Vadim Pisarevsky Date: Mon Aug 15 14:23:55 2011 +0000 fixed Ximea constructor call commit cd8d3afe37824f4980033214013a5b7824e2ae6a Author: Alexandre Benoit Date: Mon Aug 15 13:24:31 2011 +0000 enhanced basic error management when input image could not be loaded commit fba70ca13138af5521e23f4979f389c15cb9a035 Author: Vadim Pisarevsky Date: Mon Aug 15 13:24:13 2011 +0000 fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication commit 58c0bea68ac65e388813a1cc0d91a66155a535ed Author: Alexandre Benoit Date: Mon Aug 15 13:18:01 2011 +0000 added openexr sample file commit ee18397f587a1479905ef31e514d5028bf8e62f4 Author: Alexey Spizhevoy Date: Mon Aug 15 13:03:59 2011 +0000 added CameraInfo class into opencv_stitching commit b97ecdff0de130cada57eaeef2ee376ef0059d9d Author: Alexey Spizhevoy Date: Mon Aug 15 12:20:27 2011 +0000 refactored opencv_stitching, added possibility to turn off BA commit 6e3a1f7b4932b6c1289daa057042d9c4831927fc Author: Vladislav Vinogradov Date: Mon Aug 15 12:14:02 2011 +0000 implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2 commit c92b040c48e6c32a99a2d3ef87d65e4726e9e3c9 Author: Alexey Spizhevoy Date: Mon Aug 15 09:22:22 2011 +0000 updated saving matches graph in opencv_stitching commit 8b7d74e9f0cfc8051c6548408adfc2c5b4b62d5f Author: Alexey Spizhevoy Date: Mon Aug 15 08:26:11 2011 +0000 minor changes in opencv_stitching commit f95e71ea3a63cf27e6060e5ea5dd28e2656f9338 Author: Alexey Spizhevoy Date: Mon Aug 15 08:19:57 2011 +0000 added saving of matches graph into opencv_stitching (in DOT format) commit 7820c343eb1faeb120714fc56e0de0b3d870a1f4 Author: Andrey Kamaev Date: Mon Aug 15 07:05:04 2011 +0000 Documentation: fixed CvSlice and FeatureDetector descriptions. commit a69c591927a68bcabb51a9dac7a33e3898b2d1b6 Author: Andrey Kamaev Date: Mon Aug 15 07:03:22 2011 +0000 Fixed Android build. commit aba2008711121e8cb53e5eed1b437978e630ed5f Author: Alexey Spizhevoy Date: Mon Aug 15 06:15:06 2011 +0000 implemented rotating-only cameras calibration commit 4c289dc1667be9daf1338f7c35aba01f765bc4e7 Author: Ana Huaman Date: Mon Aug 15 02:38:23 2011 +0000 Slight update in objdetect...still to put Theory commit eb77bbd6266d77a65c2db0ec2bd65aeb68e8b325 Author: Ana Huaman Date: Mon Aug 15 02:35:10 2011 +0000 Fixed more broken links from previous tutorials commit 41f5a9cab92c85afab3afa46846b5a3dd0dadbff Author: Ana Huaman Date: Mon Aug 15 02:29:03 2011 +0000 Fixed more broken links from previous tutorials commit 5bc5d9a47e1a7ae6a0415e3323fec6486e8d7f4f Author: Alexander Mordvintsev Date: Mon Aug 15 01:36:41 2011 +0000 camshift.py sample small cleaning commit a0d73eadd343759102ef93dceef5b0b8d701c4c1 Author: Ana Huaman Date: Mon Aug 15 01:25:36 2011 +0000 Updated broken links of tutorials in core and fixed weird-looking bullets (error of mine) commit 8b0092eaf5b171c5fa5e1d18768be38ffb809672 Author: Ana Huaman Date: Mon Aug 15 00:49:59 2011 +0000 Commit rst tutorial for Cascade Classifiers commit dd836f1bdd3a749a36408382b7d9c37fba98bb99 Author: Ana Huaman Date: Sun Aug 14 22:32:41 2011 +0000 Modified sample for object detection with LBP in tutorial_code commit e228b5c70d90fe5914ecb2cd02cf63ec21ad2665 Author: Ana Huaman Date: Sun Aug 14 20:20:35 2011 +0000 Added sample for object detection with LBP in tutorial_code commit fec995391f7e95c66f21eb7da6748d6927ce4ba3 Author: Bernat Gabor Date: Sun Aug 14 19:58:20 2011 +0000 Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file. commit a51a8ad577b54d0d0991862b6209d0856f3a192a Author: Vadim Pisarevsky Date: Sun Aug 14 19:46:39 2011 +0000 fixed tickets #1301, #1303, #1305 commit 4c74b28ee3487d38c5ff397254588d778c4b1b68 Author: Ana Huaman Date: Sun Aug 14 18:44:46 2011 +0000 Sample code simplified for object Detection commit 695311d709f182d3e35c2daaa02610120fdd2346 Author: Bernat Gabor Date: Sun Aug 14 15:05:56 2011 +0000 Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake. commit e95618d0b4f7225b7f24ac0eef57850e17d83187 Author: Alexandre Benoit Date: Sun Aug 14 07:01:56 2011 +0000 nicer default parameters set commit a0af870719d82068821a471ceb50dc60b92fbb9c Author: Alexander Mordvintsev Date: Sun Aug 14 04:32:27 2011 +0000 added CV_OUT to CvANN_MLP::predict python cv2 MLP sample done commit 622bd42224ecfb4120b23d21e8230b5ee2d3b873 Author: Alexander Mordvintsev Date: Sun Aug 14 02:26:47 2011 +0000 work on MLP sample in letter_recog.py (in progress...) commit 638f3d31cfabe05ecf4d7687501d8e4cb797ad5b Author: Alexandre Benoit Date: Sat Aug 13 21:58:31 2011 +0000 added more explicit titles on figures and cleaned std output commit d7a9b99b1d84bc17476866406bbce4897849cfb9 Author: Andrey Kamaev Date: Sat Aug 13 21:39:10 2011 +0000 Documentation: fixed references for C++ operators commit 23c15d562dbaddd474c4242dd85e6dcd51446364 Author: Alexandre Benoit Date: Sat Aug 13 18:24:46 2011 +0000 added comments/contacts link commit 9d7c0141bbeea59750d905752d0d6b8fe30063c7 Author: Alexandre Benoit Date: Sat Aug 13 18:24:33 2011 +0000 added comments/contacts link commit 6168eaf745333efc26c06767053e351b8e35914d Author: Andrey Kamaev Date: Sat Aug 13 18:05:11 2011 +0000 Documentation: fixed "template const T" case for ".. ocv:function::" macro commit d6e3ccc1b28482e6abf84c9f8dd0c27a699f3d2a Author: Andrey Kamaev Date: Sat Aug 13 16:49:40 2011 +0000 Documentation: fixed about 100 cross-referencing errors. commit 6395a738cb57220fcdf89a37335ff80a22b646f9 Author: Alexandre Benoit Date: Sat Aug 13 14:19:17 2011 +0000 adding openexr images tone mapping demo commit b4d42ae6f147d11a71797e3513d7cda174f17bcd Author: Alexandre Benoit Date: Sat Aug 13 14:14:28 2011 +0000 optimised input image management commit 1a749c51416ed0b5b6f1e0fb1f36dc1ef354ccac Author: Alexandre Benoit Date: Sat Aug 13 14:13:41 2011 +0000 optimised input image management commit bdfc0201de93f8c0969da7319b8d256f034525c1 Author: Bernat Gabor Date: Sat Aug 13 14:02:18 2011 +0000 Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors. commit d2da81401f7b3d916171b3f39e1f4e76563e7bfb Author: Alexander Mordvintsev Date: Sat Aug 13 08:54:11 2011 +0000 work on camshift.py commit 8c06a275f721c1213e84855ca509ba6a5459f6b7 Author: Alexander Mordvintsev Date: Sat Aug 13 08:52:58 2011 +0000 use default HOG people detector minor cleaning commit 431daf59b66bfa306d780e5c0b5502fed2c73f86 Author: Andrey Kamaev Date: Fri Aug 12 22:18:04 2011 +0000 * Fixed cross-referencing in reference manual (except C++ operator() ). * Fixed display of struct and class definitions (except classes with base class specified). * Fixed formatting and referencing errors in several documentation files. commit 6b88d7a8985ccde13e83978a3299a7528cf5c97f Author: Ana Huaman Date: Fri Aug 12 18:30:20 2011 +0000 Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst commit f803fc259b20da12f17317645d9a6e9b1af6bdba Author: Ana Huaman Date: Fri Aug 12 18:04:44 2011 +0000 Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp commit cff30dd2bbbaeb68ecf46804ad7d7c96ff767419 Author: Vadim Pisarevsky Date: Fri Aug 12 18:03:01 2011 +0000 added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API. commit 480de445c72f46f78fbe87703039e2f27e959d5d Author: Ana Huaman Date: Fri Aug 12 17:06:25 2011 +0000 Corrected a commit error -- Added the images for the detection tutorial commit 07754b6309b08df8a18c062e1c9b6f34854075a5 Author: Ana Huaman Date: Fri Aug 12 17:01:10 2011 +0000 Added Features2D descriptor tutorial + drawMatches in rst commit e6d308ca8945799a9c0763bdec352bdf879c867b Author: Ana Huaman Date: Fri Aug 12 15:56:52 2011 +0000 Added rst Tutorial for Feature Detection with SURF and drawKeypoints commit 960fd51cf0b0e8d9ccdaf4e8f56fcdc127e18f05 Author: Vadim Pisarevsky Date: Fri Aug 12 15:19:10 2011 +0000 another attempt to fix #1299 commit d37beb4074112f99432cfaacebbe29bd89f4937a Author: Vadim Pisarevsky Date: Fri Aug 12 12:54:38 2011 +0000 fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299) commit 50d70cf9c61f315f17c55e00ff986cdf9cb01383 Author: Vadim Pisarevsky Date: Fri Aug 12 11:28:17 2011 +0000 made retina code compile with VS2005/VS2008 commit 6b162ea2118a9a1fd4e07f4bed5760577f6a25f4 Author: Vadim Pisarevsky Date: Fri Aug 12 10:52:06 2011 +0000 improved list formatting in opencv refman. Updated PDFs. commit 6c767b281e49c185bd6b3e71e6d48036e9d3da19 Author: Andrey Kamaev Date: Fri Aug 12 08:14:51 2011 +0000 Java API: generated test stubs for 2 new functions commit 02c98152d74c1e6396d24b12111b4b2a1e33a772 Author: Vadim Pisarevsky Date: Fri Aug 12 07:50:55 2011 +0000 export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298) commit 67a98bfd240ef6aea1e915ed2ccc269417217c51 Author: Andrey Kamaev Date: Fri Aug 12 07:23:54 2011 +0000 Fixed search in html documentation (ticket #1232) commit ea971df8bf8e058db5095b056103c5371d759cd7 Author: Ana Huaman Date: Fri Aug 12 03:33:52 2011 +0000 Added SURF_Homography sample codee commit d80a41a54319f6525ecfdfeba23eb4675bc0f1c8 Author: Alexander Mordvintsev Date: Fri Aug 12 03:23:44 2011 +0000 comment commit d7a2081230b06893f9b175642bd999f81e7d4647 Author: Alexander Mordvintsev Date: Fri Aug 12 03:05:31 2011 +0000 peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt) some old cv api use cleaning commit 9fba5e8d8cef8e71528050ac3fc731733876da62 Author: Ana Huaman Date: Fri Aug 12 00:19:42 2011 +0000 Added code for SURF using FLANN Matcher and drawMatches options commit c65c67eff47eb3e968aa3a3edf821b84b85a2af8 Author: Vadim Pisarevsky Date: Thu Aug 11 22:38:09 2011 +0000 preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107) commit 6942799669f3d6b55184d2e1d4cadc1be7dbdd81 Author: Vadim Pisarevsky Date: Thu Aug 11 22:27:18 2011 +0000 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. commit 1e6f1cc15c7cc2fc4b687e990faa7964b9316402 Author: Vadim Pisarevsky Date: Thu Aug 11 22:18:51 2011 +0000 another attempt to fix IPP detection on x64 (ticket #1294) commit 2fe3ed75c131c55fbf9179fac619caed31b9e24a Author: Vadim Pisarevsky Date: Thu Aug 11 22:02:52 2011 +0000 fixed building retina code on Windows commit 411f51367e3cea51a353817f5c8f1a1684130627 Author: Vadim Pisarevsky Date: Thu Aug 11 21:35:04 2011 +0000 raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test commit 907fafce5a0f90a5d516d325d945b03d1928b189 Author: Vadim Pisarevsky Date: Thu Aug 11 20:45:51 2011 +0000 fixed retinaDemo compile errors commit 2842d34611094b361cca05a21d8dd0af99bbfe48 Author: Vadim Pisarevsky Date: Thu Aug 11 20:42:08 2011 +0000 added retina model, by Alexander Benoit commit 04ebef1be24aa79534ad315cce8c8cb9e778276e Author: Ana Huaman Date: Thu Aug 11 20:30:25 2011 +0000 Added two sample code for features 2D - SURF descriptor and detector commit 8442dab01d2b4eed115a4670bdede720c76803d8 Author: Andrey Kamaev Date: Thu Aug 11 19:06:41 2011 +0000 Html documentation: fixed text wrapping for sidebar commit d1588c043907ef7d66822f4b90dbce362a1a536c Author: Vadim Pisarevsky Date: Thu Aug 11 18:06:09 2011 +0000 added support for Ximea cameras (missing parts in the prev. commit) commit bd0d8429eea1d8cd9b10089320cbfee7e00f2b59 Author: Vadim Pisarevsky Date: Thu Aug 11 17:59:30 2011 +0000 added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. commit d58459ccdd754efbe071fbdcf5fb5b73ad8a20d0 Author: Vadim Pisarevsky Date: Thu Aug 11 13:16:00 2011 +0000 fixed default maxSize case in cvHaarDetectObjects (ticket #1296) commit d3350b50aa56da9f9448adf17c8015c2ff676187 Author: Vadim Pisarevsky Date: Thu Aug 11 13:12:59 2011 +0000 avoid infinite loops when 0-area image is filtered (ticket #1295) commit c3caaf3b888a9bec7244ecd13eb8ce2abdcee3a9 Author: Vadim Pisarevsky Date: Thu Aug 11 11:47:54 2011 +0000 fixed IPP detection on 64-bit Windows (ticket #1294) commit a0a46b0d70bdb01b2ab71694738fded4b008883e Author: Bernat Gabor Date: Thu Aug 11 09:34:03 2011 +0000 Added a video input tutorial with PSNR and SSIM. commit caec96a1994f71e84d11a8a866998fc25654534a Author: Andrey Kamaev Date: Thu Aug 11 08:28:05 2011 +0000 Fixed libraries order in Android.mk (thanks to Anush Moorthy for the report) commit 7c8a49b475e4a03bc9ae99d1625ddfb17ac1c47f Author: Andrey Kamaev Date: Thu Aug 11 07:21:28 2011 +0000 Java API: Removed meaningless tests commit c0cd3172843e4f4e5c604ec28cd8fa72f087403a Author: Andrey Morozov Date: Thu Aug 11 07:04:27 2011 +0000 fixed compile errors in samples commit bc64567d37f896cfced2d1a7e887dc6491f94a5c Author: itsyplen Date: Thu Aug 11 06:46:09 2011 +0000 Update samples using cmd parser commit 1863f58a67cc4de146212366e9168e27f671f8c1 Author: Andrey Kamaev Date: Wed Aug 10 16:57:15 2011 +0000 Java API: generated test stubs for recently added functions/classes commit ebb08bc0153b9f51aa025c14ec36ea1dd7387f8b Author: Andrey Kamaev Date: Wed Aug 10 15:56:47 2011 +0000 Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module commit 04e4eaabafaa1ea7fedd69548d4bf10ec9d202a3 Author: Maria Dimashova Date: Wed Aug 10 14:58:55 2011 +0000 updated openni finding by cmake (#1190, #1252); updated doc on kinect commit aa78754720f714f0f7daf6ed3b30a1348001dbbc Author: Leonid Beynenson Date: Wed Aug 10 14:21:20 2011 +0000 Changed tabulation. commit 92afe9e40a1c1e44f4b87cc30d38b13b342bdee3 Author: Andrey Kamaev Date: Wed Aug 10 14:09:22 2011 +0000 Java API: fixed input List> arguments commit f9ef92d45af6d2c2ef9b1dd1ca9cd5b6b93ee80f Author: Vadim Pisarevsky Date: Wed Aug 10 12:49:52 2011 +0000 multilib support added (ticket #363) commit 645bb0bfbc0a4454903e65d62b5a173b4f3feb36 Author: Vadim Pisarevsky Date: Wed Aug 10 12:40:41 2011 +0000 added size check to static Mat::diag() commit 25261e6ebc95ab4dcf6824cedabcbbd99de4e0fa Author: Andrey Kamaev Date: Wed Aug 10 12:35:22 2011 +0000 Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc commit d3f8b2eeb76c4b1ca1040de240a1bc297b767bb3 Author: itsyplen Date: Wed Aug 10 12:33:03 2011 +0000 Updated using new cmd parser commit 5678464f7d693c7d1367fd444ee88e619b8a24ac Author: Vadim Pisarevsky Date: Wed Aug 10 12:08:58 2011 +0000 fixed OpenCVConfig.cmake for statically built OpenCV on Mac commit bad7dadb75c712bc3cf217e989e93504271ab031 Author: Vladislav Vinogradov Date: Wed Aug 10 12:05:24 2011 +0000 added remap test, fix compilation error commit 7f1995f19abd396a6c59664fe09b0992722df072 Author: Maria Dimashova Date: Wed Aug 10 11:59:37 2011 +0000 fixed cmake status of openni commit 1d69a3bc6a72affd1f71041325abd1740acdd344 Author: Maria Dimashova Date: Wed Aug 10 11:49:10 2011 +0000 fixed compile error on ubuntu64 commit 3569e18f0e44c544a640f38a3499a3dcc012650f Author: Maria Dimashova Date: Wed Aug 10 11:36:55 2011 +0000 fixed compile errors and warning on ubuntu64 commit 8bb9e4302e097dd3a0ff432da4d8e4037dae3040 Author: Vladislav Vinogradov Date: Wed Aug 10 11:32:48 2011 +0000 added registerPageLocked/unregisterPageLocked functions added convert functions to BruteForceMatcher_GPU other minor fixes commit 24279c2c1160b152acb4aefcdd3cda4546fc694c Author: itsyplen Date: Wed Aug 10 11:29:32 2011 +0000 Updated sample using new cmd parser commit 49fb4ecbc14decd958ef6ddf965f6a698254e29a Author: itsyplen Date: Wed Aug 10 10:41:38 2011 +0000 Updated samples using new cmd parser commit c9ed7fee34b3f2c28efc347fb78d54ca0a17f798 Author: Vadim Pisarevsky Date: Wed Aug 10 10:28:01 2011 +0000 fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. commit edcfa64d9948d73e12b5ca2191723d0b3f7eb811 Author: Anatoly Baksheev Date: Wed Aug 10 09:51:36 2011 +0000 experimental kernels for cuda commit 50d1d711de9ce779ac600e7997fc3788f9be848a Author: Andrey Kamaev Date: Wed Aug 10 09:45:17 2011 +0000 Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings commit 6287c113c86d25722acab3b4149e2d7518cc1633 Author: Maria Dimashova Date: Wed Aug 10 09:43:44 2011 +0000 fixed compile errors commit b535356ec7f0351d01d20b52088275b7e327a685 Author: Anatoly Baksheev Date: Wed Aug 10 09:35:57 2011 +0000 experimental kernels for cuda commit 81cb7b2c5e04ba6597d09e309130bf566c87b805 Author: Maria Dimashova Date: Wed Aug 10 09:17:37 2011 +0000 added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290) commit 7f32e8131d1b3dcc478ba6427a0bda33aca99f5d Author: itsyplen Date: Wed Aug 10 08:56:27 2011 +0000 Updating samples using cmd parser commit 86cd9fadf3e69e8cc739ced15c72bcfd17c4b6e2 Author: itsyplen Date: Wed Aug 10 08:52:52 2011 +0000 Fixed some grammatical errors commit 999481273e1e703386fe557e75a4d9dddff4fa62 Author: Maria Dimashova Date: Wed Aug 10 07:02:50 2011 +0000 fixed memory leak in SIFT wrapper (#1288) commit ff1fb9f7ccd71b1f9a6ae0eeb8cdb99844e8fbf6 Author: Vladislav Vinogradov Date: Wed Aug 10 06:53:24 2011 +0000 minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors) commit cfdf4640527de775167e187859f8159227193700 Author: Vadim Pisarevsky Date: Tue Aug 9 15:11:32 2011 +0000 initial (buggy) C++ version of Delaunay triangulation commit 1248775177b7e8eb3826c93778a16513c17b7840 Author: Andrey Kamaev Date: Tue Aug 9 14:58:24 2011 +0000 Java API: added JNI_OnLoad to eliminate jvm warnings commit 1d7877eeaf288a5fc404966a0c1ce94465828128 Author: Maria Dimashova Date: Tue Aug 9 14:00:11 2011 +0000 added doc on supported Kinect properties (#1251) commit ec150c24e332b38bcce0c94ff2055b9d453b24ad Author: Maria Dimashova Date: Tue Aug 9 13:58:05 2011 +0000 added CV_CAP_PROP_OPENNI_REGISTRATION property for getting commit c5adaa717bd761c791a4f8433ce147916c21d56c Author: Vladislav Vinogradov Date: Tue Aug 9 13:08:54 2011 +0000 minor stitching optimization (improve buffer reuse) commit b319e7f4034b44a2e419b3d6bca697b976478a6d Author: Andrey Kamaev Date: Tue Aug 9 12:52:47 2011 +0000 Java API: added support for BruteforceMatcher-SL2 commit e553a37fe7a68509f43678283ab0b0a40c81fe26 Author: Andrey Kamaev Date: Tue Aug 9 11:55:43 2011 +0000 Removed outdated android-opencv subproject commit d9d74678a92c19e5792f6db04aa78fb72f1e50d8 Author: Andrey Kamaev Date: Tue Aug 9 11:46:27 2011 +0000 Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource commit 13e392763ba7125d3d82d27da180d19bb0a09955 Author: Vladislav Vinogradov Date: Tue Aug 9 11:35:42 2011 +0000 fixed compilation error without cuda commit abd12c052ad4078b7b17931b6e7d6b4c77ad9b78 Author: Maria Dimashova Date: Tue Aug 9 09:59:44 2011 +0000 fixed doc warning commit 0a78cdf264a402ed18ddf6408abb25eec915aeed Author: Andrey Kamaev Date: Tue Aug 9 09:56:16 2011 +0000 Updated Android tutorials commit fd27ba248b0185efa7099e1b73a3be50c17f2513 Author: Maria Dimashova Date: Tue Aug 9 09:52:08 2011 +0000 added doc on CvERTrees commit 36bfa6ea1cf71749a2fa61de9a14570a9ba4788f Author: Vladislav Vinogradov Date: Tue Aug 9 09:15:04 2011 +0000 minor commit b2b1d41da8914db42fbff6c644938667e8d7e63d Author: Vladislav Vinogradov Date: Tue Aug 9 07:51:48 2011 +0000 moved GpuMat class to separate header file commit f4f38fcced41873a9d47edcb3defe2462db32d96 Author: Vladislav Vinogradov Date: Tue Aug 9 06:25:01 2011 +0000 fixed gpu test failure on empty test data commit a5f38806aba375505505a74e2301d52769fdeda6 Author: Bernat Gabor Date: Tue Aug 9 05:43:58 2011 +0000 Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file. commit 1f07209f6c49ddd772ae6b00b967a9842bdf117d Author: Maria Dimashova Date: Mon Aug 8 15:47:52 2011 +0000 fixed CvCapture_OpenNI constructor (removed all exceptions) (#1237) commit 4839bfb1a56ed8fd4bbd9fa95f3ab9f11ab69f8d Author: Maria Dimashova Date: Mon Aug 8 14:03:37 2011 +0000 fixed grammar of the comment commit 2ec815be897aca6f22f90ec27020094bd3ce12ca Author: Andrey Kamaev Date: Mon Aug 8 13:26:23 2011 +0000 Updated android tutorial for native development commit fcd999ae6edf8ef49537508a1c1bb9cde9429fef Author: Maria Dimashova Date: Mon Aug 8 13:18:12 2011 +0000 added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2 commit a9fdc1bdff6b57c65efc835349d6fb75c1f18a21 Author: Vladislav Vinogradov Date: Mon Aug 8 13:05:50 2011 +0000 added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange commit 12b7090a6fd714710667bad7a153551f3feffbe2 Author: Vladislav Vinogradov Date: Mon Aug 8 13:03:18 2011 +0000 fixed some warnings under win64 commit dc14b456174df4ccce76cadf3fa624c26fc84b4a Author: Maria Dimashova Date: Mon Aug 8 12:47:04 2011 +0000 minor changes commit 5c691907ed69e5609baf875d507c776843f2996f Author: Anatoly Baksheev Date: Mon Aug 8 12:16:23 2011 +0000 minor improvements in cmake-file for gpu samples commit 42ced17c2c30b0844f7af294a75bdf7f2f343077 Author: Vladislav Vinogradov Date: Mon Aug 8 11:28:14 2011 +0000 fixed some warnings under win64 commit 767ac9aa108b29c09867959503f939295e78267f Author: Vladislav Vinogradov Date: Mon Aug 8 08:53:55 2011 +0000 added gpu::Canny function commit 0a2c7803b621019ac294aa519930d0a1744567e5 Author: Andrey Kamaev Date: Mon Aug 8 07:08:58 2011 +0000 Fixed mixChannels argument types commit dfaa8af6eeddec897d4f670f2ac9e92e5cb5502c Author: Vladislav Vinogradov Date: Mon Aug 8 05:59:09 2011 +0000 fixed #1279 commit ed801d3e6523e593d94ae75c5d9857239bdd86e4 Author: Bernat Gabor Date: Mon Aug 8 05:58:10 2011 +0000 Added the "Interoperability with OpenCV 1" tutorial. commit b486a9660137157c64ff91cabdd580ed9bc36ecc Author: Andrey Kamaev Date: Mon Aug 8 05:16:31 2011 +0000 Java API: refactored Core tests commit 93a0237b64d7b02c5fa21e3c4dd06fff37d83e71 Author: Leonid Beynenson Date: Sun Aug 7 20:46:51 2011 +0000 Added the tutorial "Using OpenCV Android binary package to compile applications, which use OpenCV from native level". commit 8ceda8372caa844130548ba57fad0a5aa44ae890 Author: Vadim Pisarevsky Date: Sun Aug 7 17:12:09 2011 +0000 corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler) commit e5c66b5ed48232f73f132aa27ddec3cd321487b3 Author: Vadim Pisarevsky Date: Sun Aug 7 16:58:29 2011 +0000 fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285) commit 99e3b5a24ebeabd4c2e9011ebfb275e9a7edc92e Author: Andrey Kamaev Date: Sat Aug 6 21:19:23 2011 +0000 Java API: cleaned imgproc tests; changed signatures of several java functions commit e2e4ee2f5394356fdf053a85a237f4fcbb6ddd73 Author: Vadim Pisarevsky Date: Sat Aug 6 20:15:29 2011 +0000 disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177) commit 3f40a1d8c33d4233642f04f6857f3389294972ef Author: Vadim Pisarevsky Date: Sat Aug 6 19:42:29 2011 +0000 fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch) commit dd1315b22a71bdb724072499309fc49135bd9275 Author: Vadim Pisarevsky Date: Sat Aug 6 19:38:09 2011 +0000 fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273) commit 04a4e51920aff79ff08cbf507bb587fc08b8a45a Author: Vadim Pisarevsky Date: Sat Aug 6 19:28:20 2011 +0000 fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch) commit cffd89f88fea3d603b323e93d044cb7e815c3fdb Author: Vadim Pisarevsky Date: Sat Aug 6 19:17:14 2011 +0000 added some missing declarations of the functions, noticed in the ticket ##229 commit 4b94d9195565ecd59e4b409aa8f9a5221f32d8be Author: Vadim Pisarevsky Date: Sat Aug 6 18:52:05 2011 +0000 added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214) commit fc4d64ae6beaca70a7497cb4723cf45980092d1d Author: Vadim Pisarevsky Date: Sat Aug 6 18:03:08 2011 +0000 temporarily fixed #1279 commit 6aa1eafc27282844d616518acaa19e5d441bd7e8 Author: Andrey Kamaev Date: Sat Aug 6 12:17:00 2011 +0000 Java API: added ticket number to failed test commit c16f018afdd2f69755181e0ef8a934985dafe2e2 Author: Andrey Kamaev Date: Sat Aug 6 10:03:24 2011 +0000 mc commit 7e2fffb194003a3338385c9ed4047361a3e01b68 Author: Anatoly Baksheev Date: Sat Aug 6 09:59:51 2011 +0000 ticket #1280 commit 6fdbf15aed5e2568c875caa76f090302a03b53d8 Author: Alexander Mordvintsev Date: Sat Aug 6 09:56:42 2011 +0000 updated lt_track.py sample - continuous feature detection - track verification by reverse tracking commit 1991440cf779b98a740f5ed3960930b3d19c6244 Author: Andrey Kamaev Date: Sat Aug 6 09:22:07 2011 +0000 Java API: * fixed manually ported classes; * added vector> support; * changed argument types for 3 functions; * finished tests for org.opencv.core.Core class. commit 6d9075812f31d9faa0aa5a6d2ef69b65442e4ba9 Author: Andrey Kamaev Date: Fri Aug 5 16:33:46 2011 +0000 Java tests: fixed 1 test in core and 1 disabled commit cb2b28636fb39fe6d506d8e7810c5c2d4b1dc279 Author: Andrey Kamaev Date: Fri Aug 5 15:49:08 2011 +0000 Java tests: removed test_1 commit ccc356829c26ee1c48768b26f7f3abf342e01e1d Author: Andrey Kamaev Date: Fri Aug 5 15:46:13 2011 +0000 Fixed color conversion bug commit 7db3dd4f0a303d98f29240557d5be375c4741817 Author: Maria Dimashova Date: Fri Aug 5 14:05:41 2011 +0000 fixed comment and doc on L2 commit 0d55ccac74ee30b1a632334062423d2f1712d621 Author: Maria Dimashova Date: Fri Aug 5 14:04:38 2011 +0000 added check of output image in drawKeypoints() commit a46da86325222e737d924f6685470cc9d65101d9 Author: Andrey Kamaev Date: Fri Aug 5 13:04:14 2011 +0000 Java API: fixed script for coverage calculation commit 39c5eb2f66fc39c1df710151409f62e7a2144632 Author: Andrey Kamaev Date: Fri Aug 5 11:59:45 2011 +0000 Java API: new tests for Core and Imgproc from Hussein Abdinoor commit a0590273e92a017dad825814e16ae2f3efc6957a Author: Andrey Kamaev Date: Fri Aug 5 08:39:28 2011 +0000 Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests). commit 9b1cb7227a8548d319b6f23936e9770fb0e91acc Author: itsyplen Date: Thu Aug 4 16:12:55 2011 +0000 fixed errors in cmdparser commit 6d3e92517c70e18ec68617c1f8d4ee11f8273e1a Author: itsyplen Date: Thu Aug 4 16:09:04 2011 +0000 new version of command line parser commit 10444f4e503f7d5562a7db1b244063ccdd54bf5c Author: Andrey Pavlenko Date: Thu Aug 4 14:24:30 2011 +0000 Java API: vector_vector support for KeyPoint/DMatch/char Testing: 1178/4/576 commit 874196e3840b171f648c097cd71f94f1056e57c8 Author: Andrey Kamaev Date: Thu Aug 4 14:13:07 2011 +0000 Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java commit 16b0fcf0836527320c8687f69640b44532cda7f7 Author: Vadim Pisarevsky Date: Thu Aug 4 13:06:08 2011 +0000 fixed CvHomographyEstimator::runKernel (ticket #1275) commit 70caece0014263a10b2d213467db149948d24a6d Author: Andrey Pavlenko Date: Thu Aug 4 12:00:53 2011 +0000 Java API: fitEllipse arg type is changed to List, test is updated as well Testing: 1176/4/580 commit 024482adac002e812e29bfe47314a4c25e64b3de Author: Andrey Pavlenko Date: Thu Aug 4 11:45:48 2011 +0000 Java API: (per code review) adding check (data.length % CvType.channels(t) != 0) for Mat:: put/get, adding 2 tests for them Testing: 1176/4/580 commit 3f22bd6dff5d9dd15f138f279a6e059cc46cf2cd Author: Andrey Pavlenko Date: Thu Aug 4 11:13:09 2011 +0000 Java API: fixed wrong JNI name for native delete() commit 13185ad8f715b32a154a4a53a3f9a15866dfc0b7 Author: Andrey Kamaev Date: Thu Aug 4 09:56:10 2011 +0000 Implemented read/write methods for BriefDescriptorExtractor class commit 28732d4300607e59824f6ed517a047484b4ebc16 Author: Andrey Kamaev Date: Thu Aug 4 06:21:17 2011 +0000 Java API: added tests for SiftDescriptorExtractor and OrbDescriptorExtractor commit 1523cb04d1b2774d1855944a9a3b7fe95de36200 Author: Andrey Kamaev Date: Thu Aug 4 06:19:52 2011 +0000 Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276) commit be5328178fe7829ecb1b0b32e7becb8bfaa980f6 Author: Andrey Kamaev Date: Thu Aug 4 06:18:24 2011 +0000 Fixed reading/writing parameters for OrbDescriptorExtractor commit ff9da914ec20d63bc7fb3a0d194e276df4f1d65a Author: Andrey Kamaev Date: Thu Aug 4 06:17:23 2011 +0000 Fixed bug in checkRange - integer Mats were always in range commit 6944c0dba4288eee20b8556c4c8868745900ba64 Author: Andrey Kamaev Date: Wed Aug 3 19:46:30 2011 +0000 JavaAPI: fixed typo; some constants are moved to private section; added tests for BruteForceMatcher-Hamming commit cc6b7edf958342f8d605b2d490275600c89af576 Author: Andrey Kamaev Date: Wed Aug 3 16:17:33 2011 +0000 Java API: added wrapper for GenericDescriptorMatcher commit c44cdef24cd95fa5fa52884e53a9548b46ee2000 Author: Kirill Kornyakov Date: Wed Aug 3 16:06:17 2011 +0000 android tutorial updated: spelling and note about spaces in path to OpenCV package commit 790ff8f42a726b295d55836db368cdcd5eae1270 Author: Andrey Pavlenko Date: Wed Aug 3 15:23:33 2011 +0000 Java API: minEnclosingCircle() fixed (float& -> float[]) Testing: 1130/0/584 commit e1cd84bb252c5d54e089e06df9e2e3d7c3bb11d5 Author: Andrey Kamaev Date: Wed Aug 3 15:14:55 2011 +0000 Java API: added and fixed several tests commit 19c3cf45ccc7db8fbaebb9f3529b392141b03f3d Author: Kirill Kornyakov Date: Wed Aug 3 14:59:30 2011 +0000 java tests: deleted image writing to sdcard commit 66e79167ee94cb64bcffa0027bb094e60379a7d2 Author: Kirill Kornyakov Date: Wed Aug 3 14:18:26 2011 +0000 java tests: updated testFillConvexPolyMatMatScalarIntInt, testFitEllipse colorWhite added commit c57799a877410dfb13d39883d1971ac48baea276 Author: Vadim Pisarevsky Date: Wed Aug 3 14:04:14 2011 +0000 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) commit 8b16dbe791a41216ba3d64ba4d8ac5ac1997a3a5 Author: Andrey Pavlenko Date: Wed Aug 3 13:31:51 2011 +0000 Java API: calcOpticalFlowPyrLK() args types are changed to vector<> Testing: 1130/0/585 commit 0595ca74541f2f0c39ebe912c9943a5ca9b0e8ae Author: Kirill Kornyakov Date: Wed Aug 3 13:21:21 2011 +0000 reverted commit 7d513a667164e4547562b38ed784bc67fc08cd26 Author: Andrey Kamaev Date: Wed Aug 3 13:20:01 2011 +0000 Java API: added tests for FlannBased DescriptorMatcher commit 2a47ab6e0889c79d7cb11732e869e02455fb1fe0 Author: Kirill Kornyakov Date: Wed Aug 3 13:12:39 2011 +0000 java tests: minor updates commit 2d820d232139515cf24fbec55d3796eca3ab9920 Author: Andrey Kamaev Date: Wed Aug 3 12:57:19 2011 +0000 Java API: added tests for BruteForceMatcher (L1) commit 472820d889128686248c655ff9735290d59245c5 Author: Andrey Kamaev Date: Wed Aug 3 12:49:52 2011 +0000 Java API: added tests for BruteForceMatcher (L2) commit 3fac5d54ca8d4e5983ed72739a39e6d82baa9887 Author: Vladislav Vinogradov Date: Wed Aug 3 12:30:40 2011 +0000 minor fix commit 5f0354853075e917e0b57810bb3622f813fdc6d4 Author: Vladislav Vinogradov Date: Wed Aug 3 12:18:17 2011 +0000 minor fix commit 3ab2728da16e2a0440204603a6222ace4070a3bb Author: Vladislav Vinogradov Date: Wed Aug 3 12:10:36 2011 +0000 gpu device layer code refactoring commit fa0daa48098e03ada908e3993ee924d552e1d288 Author: Andrey Pavlenko Date: Wed Aug 3 11:57:00 2011 +0000 Java API: fixing converters (copyData=true) and samples compilation Testing: 1079/0/592 commit 6935e95c2acc4c4b5dd17be04d9fd765547947b3 Author: Andrey Kamaev Date: Wed Aug 3 11:30:09 2011 +0000 Fixed crash in BruteForceMatcher::clone commit 43628ab86851656d6af5fb171f2216fbb99e653d Author: Kirill Kornyakov Date: Wed Aug 3 09:43:36 2011 +0000 java: bugfix in RotatedRect, one test fixed commit 69588dfabf3349f689de0206927c5863277fc667 Author: Andrey Kamaev Date: Wed Aug 3 09:27:50 2011 +0000 Java API: fixed bugs; added tests for SURF and BRIEF descriptor extractors commit f81e6f82f5502f3c85ec354331a0867e80794522 Author: Kirill Kornyakov Date: Wed Aug 3 09:11:13 2011 +0000 Android.mk now automatically founds all cpp-files commit 25db453812e61112b3ffbfa8bb46cc783d2b22c1 Author: Andrey Pavlenko Date: Wed Aug 3 08:53:27 2011 +0000 Java API: (per code review) renaming and moving utility classes Testing: 1079/0/584 commit 02d5d93c3a0e924560019503f79ad62880508b01 Author: Andrey Pavlenko Date: Wed Aug 3 08:19:06 2011 +0000 Java API: code clean-up Testing: total 1079, failures 584, errors 0. commit 29bf7384dc944f71bd77cef9b67bf87ee4e40331 Author: Vadim Pisarevsky Date: Wed Aug 3 08:17:58 2011 +0000 fixed useOptimized(); added checkHardwareSupport description (ticket #1258) commit 217f345e66688757b4b1ecb1652c4013a369be01 Author: Vadim Pisarevsky Date: Wed Aug 3 07:51:40 2011 +0000 updated libtiff to 3.9.5 (ticket #1271) commit c8378fa4c4871e7cf743ed66e5d6865c01f79598 Author: Vadim Pisarevsky Date: Tue Aug 2 19:50:13 2011 +0000 added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272) commit 1890a0ae9a937c8b74e4997eeb15b1d3926827ee Author: Andrey Kamaev Date: Tue Aug 2 16:10:58 2011 +0000 Java API: added new tests for SURF and STAR feature detectors commit 257c0bf4130d03f86d493ba04ee1fda5fd85012d Author: Andrey Kamaev Date: Tue Aug 2 15:14:13 2011 +0000 Java API: Fixed typo commit f1d24e18684fcf03f7d1c99bbdcbf4991c768895 Author: Andrey Pavlenko Date: Tue Aug 2 15:00:00 2011 +0000 Java API: adding missing class commit 2a6dd2e8079d98b89d033b232c4ebe2e20da4485 Author: Andrey Kamaev Date: Tue Aug 2 14:56:51 2011 +0000 Fixed Android build commit 2c5e79507dfc32764062131879a891579f6791e3 Author: Andrey Pavlenko Date: Tue Aug 2 14:56:47 2011 +0000 Java API: new types and converters are added, jni suffixes changed commit 99b8e2db148da4d0d76bb92a90018c59790ba7d8 Author: Andrey Kamaev Date: Tue Aug 2 14:32:43 2011 +0000 Java API: added tests for FAST feature detector commit bba4f9e5d6af59cafd7b40a7adf645ee8d763b36 Author: Andrey Morozov Date: Tue Aug 2 14:27:21 2011 +0000 removed property. added automatically define number of cpus for decoding video commit d87f513b4f0ff9aabe44b5d01bcb4027008d91d9 Author: Kirill Kornyakov Date: Tue Aug 2 13:47:40 2011 +0000 java tests: addede tests for Converter and core classes by Hussein Abdinoor commit f4e28f87d8d6bcf52dcdd86b58c9b2bcf770656a Author: Andrey Pavlenko Date: Tue Aug 2 13:10:23 2011 +0000 Java API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP/solvePnPRansac and their tests are updated commit ce2f4c6a4d2af94d51fb4e70cf3ad6e85fb4060c Author: Vadim Pisarevsky Date: Tue Aug 2 12:55:05 2011 +0000 propagated fix for EXR from 2.3 branch to trunk commit f0b3cb1845b06d673d232651c25a279fbeb09c4c Author: Vadim Pisarevsky Date: Tue Aug 2 12:42:58 2011 +0000 added getNumberOfCPUs() function commit 6be846aa52b2822e2e2c557dfb5104d4b10563f1 Author: Andrey Kamaev Date: Tue Aug 2 11:40:41 2011 +0000 Java API: string constants for features2d classes are converted to enums commit 4884c911fbead4d8bd2d789fd9210125e6bc7baf Author: Vadim Pisarevsky Date: Tue Aug 2 11:39:31 2011 +0000 fixed compile warnings in FLANN about too long integer constants commit d5d897b7cbe2cc701106b43cd6705558a79fbf44 Author: Andrey Kamaev Date: Tue Aug 2 10:58:26 2011 +0000 Java API: added support for read/write functions in features2d commit d86605f6a7fb5972280667d76747f3f525fb23be Author: Andrey Pavlenko Date: Tue Aug 2 08:45:06 2011 +0000 Java API: class KDTree is added to ignore list, JNI funcs names for renamed classes are fixed commit 6ff975af9e9093ab791cd22af3cba3f5407cc350 Author: Vladislav Vinogradov Date: Tue Aug 2 08:33:27 2011 +0000 added gpu::equalizeHist function commit 36a5b6e215e20cc32e36b6eed2a469db46dbdd62 Author: Andrey Pavlenko Date: Tue Aug 2 07:57:09 2011 +0000 Java API: tests are updated after randu/randn args types changes commit 96ca253a007806f444092189cb52da57cafb144b Author: Andrey Pavlenko Date: Mon Aug 1 16:11:24 2011 +0000 Java API: added class pointer ret type support, CV_EXPORTS_AS(x) support for classes, vector as ret type support, randu/randn params type changed to double commit d0176d69f239d2f5a9e635ba5089a8e2f1f67e22 Author: Andrey Morozov Date: Mon Aug 1 16:05:34 2011 +0000 fixed property for ffmpeg commit d8b93b356908d692be122ae41af7d2caef82aa16 Author: Andrey Kamaev Date: Mon Aug 1 15:06:11 2011 +0000 Minor bugfix. commit 10ea580fa84c3063dcc9237c320f56bfba8d5cdd Author: Andrey Kamaev Date: Mon Aug 1 14:31:38 2011 +0000 Java API: Added more classes from features2d. commit 33df5ea07be43e2f6838c6ed33d217f3f0419212 Author: Vladislav Vinogradov Date: Mon Aug 1 13:15:37 2011 +0000 added gpu::calcHist function commit 69352e5241bc3764add41d1cfeaa302191df72c2 Author: Andrey Kamaev Date: Mon Aug 1 12:47:04 2011 +0000 Java API: Added base port of features2d.DescriptorMatcher class commit f85b9754e0c2dfb2a681f65746108d6da9636dd4 Author: Vadim Pisarevsky Date: Mon Aug 1 12:01:43 2011 +0000 fixed Vec*scalar operations, fixed minEnclosingCircle Python interface. commit 5868875ab9b1b8fa7467850e7e122da8c45ade85 Author: Kirill Kornyakov Date: Mon Aug 1 08:23:03 2011 +0000 doc: added maxSize parameter to CascadeClassifier::detectMultiScale commit e746b3e8ae5e982e2ae71b8167b4478bf722e82e Author: Vladislav Vinogradov Date: Mon Aug 1 08:15:31 2011 +0000 added buffered version of pyrDown and pyrUp added stream support to downsample, upsample, pyrUp and pyrDown commit cf42f3088d1d732976db16c8b49dc5078355a877 Author: Vladislav Vinogradov Date: Mon Aug 1 05:35:34 2011 +0000 fixed doc bug in gpu/introduction (ticket #1260) commit 5041773f0d0e517e61b816b46fca5ae4fce9cd67 Author: Andrey Kamaev Date: Sun Jul 31 20:23:23 2011 +0000 Java API: updated Mat port commit c697f6a3f8267cdcb4237f2887b8fb08ad694ff8 Author: Andrey Morozov Date: Sun Jul 31 17:34:31 2011 +0000 fixed build ffmpeg v0.8.1 commit a826a983d39a57c510e0a858d5b14def2c77abb9 Author: Vadim Pisarevsky Date: Sun Jul 31 09:23:05 2011 +0000 added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed mixChannels description commit edead9a2c21ad7050f4fca1591c57f0fbab601f4 Author: Kirill Kornyakov Date: Sat Jul 30 12:01:00 2011 +0000 java tests: added some new asserts, and new tests by Hussein Abdinoor commit c11a7184c998284737300bf4f9e95d3f6ebb3721 Author: Kirill Kornyakov Date: Sat Jul 30 11:59:09 2011 +0000 minarea.cpp sample reformatted commit c55a37ad7c17c9b32c6e44cca1ca3e6baa72a3cd Author: Andrey Morozov Date: Sat Jul 30 10:26:37 2011 +0000 fixed build with ffmpeg 0.5.X commit c0a0c881ee9c52ec7c0fe019c44d72d6e8733009 Author: Andrey Morozov Date: Sat Jul 30 07:52:06 2011 +0000 minor fix commit b99c5db124fe6dc6f50ad21f296fb6551aacabee Author: Andrey Pavlenko Date: Fri Jul 29 15:18:04 2011 +0000 Java API: tests for polylines() and goodFeaturesToTrack(), fix of GFTT corners arg type commit 418bc6dbe9e2bc29262a8f6d91a5d242c37b6e4e Author: Andrey Morozov Date: Fri Jul 29 14:37:54 2011 +0000 minor fix for ffmpeg commit 750c56cc0e9d92a5a3f04a5bbfdd44e08f3b4140 Author: Andrey Pavlenko Date: Fri Jul 29 14:31:28 2011 +0000 adding arg name (to fix doc reference and wrappers consistency) commit dc13ec205dcb108bcc285a8ee28fc0e98449cb84 Author: Leonid Beynenson Date: Fri Jul 29 14:18:45 2011 +0000 Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved some internal classes and template functions from cascadedetect.cpp to this header. This will allow to make a child class for such classes as LBPEvaluator, etc. Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected". commit d87a56a6391d0b8dd51e9aa72f1ad3205ede3c59 Author: Andrey Morozov Date: Fri Jul 29 14:17:42 2011 +0000 added support new ffmpeg (0.8.X) commit 680ec04b53e638e25b400669412bee9917229de4 Author: Andrey Kamaev Date: Fri Jul 29 14:06:02 2011 +0000 Fixed regex bug in script for java tests coverage calculation commit 387e8c9ef507b0c52fd0f1c50ecfba8fd2b9b8e7 Author: Andrey Kamaev Date: Fri Jul 29 12:42:23 2011 +0000 Java API: star detector is covered by tests commit f5008f9cdf4a0aaef5a3af2cd1748dfc4bc52d7c Author: Andrey Pavlenko Date: Fri Jul 29 08:12:00 2011 +0000 Java API generator changes randu/randn/inRange args to Scalar; Java tests are updated. commit b7fc94c25166563804e4dddd0e1fa70fcde8c03f Author: Andrey Kamaev Date: Fri Jul 29 07:39:56 2011 +0000 Java API: Finished SURF tests. commit db19eb15864d082a7fb6d123c19eaa717e28de42 Author: Vadim Pisarevsky Date: Thu Jul 28 20:51:05 2011 +0000 converted part of ch12 commit 754a8c1b663b37c16f7d3d417fcb74d3352f2033 Author: Andrey Kamaev Date: Thu Jul 28 16:03:16 2011 +0000 Java API: added more tests commit 6b888ada8a5c3ced86c569c9c0050fd38557b593 Author: Andrey Pavlenko Date: Thu Jul 28 15:48:08 2011 +0000 Java API tests are added: fillConvexPoly, mixChannels, drawContours commit 8c328a9e3b4814fba1abed9c806e91616b02c076 Author: Andrey Pavlenko Date: Thu Jul 28 15:37:46 2011 +0000 Java API: typo in converter is fixed commit 0c096b3dc2190d1547647acbe138a96814ec67bf Author: Vadim Pisarevsky Date: Thu Jul 28 14:10:17 2011 +0000 fixed floodfill with mask parameter when no mask is passed commit d2080a117e1a35c38ba3585de3415c0332493c26 Author: Andrey Pavlenko Date: Thu Jul 28 14:08:55 2011 +0000 Java API: converter for vector is fixed; test for inRange() improved commit ec1023813f97b566f0c1d3c620bf8d02b9aabf48 Author: Andrey Pavlenko Date: Thu Jul 28 13:09:58 2011 +0000 Java API: KeyPoint::toString() is added commit d2233f9de22a2ffe61e3da998250d755556b7359 Author: Andrey Pavlenko Date: Thu Jul 28 12:43:22 2011 +0000 Java API: converters vector<> to/from Mat are fixed commit 954f3c1eb9ff08aaccfe7308f58d75585b7ea6cd Author: Andrey Kamaev Date: Thu Jul 28 12:13:11 2011 +0000 Java: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources extraction. commit 3f5089411a4ef30e1882c10f79ecc53035a8f9de Author: Andrey Pavlenko Date: Thu Jul 28 11:28:33 2011 +0000 2 'findContours(...)' tests are added commit 7c54ebfe1bfaf6a737bf354cbe8c47647a72eda2 Author: Vadim Pisarevsky Date: Wed Jul 27 20:53:19 2011 +0000 corrected OpenEXR status in CMakeLists.txt commit 3636eec789951ee18be42f8de66f0874cbcba7b7 Author: Vadim Pisarevsky Date: Wed Jul 27 20:13:50 2011 +0000 fixed flow matrix dimensionality in EMD commit eebe4860da077c5a20e06a62458e9f8e059ea584 Author: Vadim Pisarevsky Date: Wed Jul 27 19:07:45 2011 +0000 added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier. commit 6b5ea5931dd894862b6f18bf9637e1fd78dac3b1 Author: Bernat Gabor Date: Wed Jul 27 17:52:27 2011 +0000 Added the "Mask operations on matrices" tutorial (with its sample). Plus modified some other core tutorials. commit eb61a62dbc9c2bdba426744642fbaa3d453a1e2c Author: Andrey Kamaev Date: Wed Jul 27 17:17:32 2011 +0000 Added missed import commit eff9eda9a6f6ebd82026be63e8e2553373f93835 Author: Andrey Kamaev Date: Wed Jul 27 17:06:33 2011 +0000 Added some new tests for Java API commit e3ede92db6e007d2c71dc485dd4c0cd8cf463b01 Author: Andrey Kamaev Date: Wed Jul 27 16:26:46 2011 +0000 Added vector_Point3f_to_Mat converter and some java API tests commit 9235a8010988a94d9afaeb7b94ff006c48027e14 Author: Andrey Pavlenko Date: Wed Jul 27 15:16:24 2011 +0000 Java API generator: KeyPoint converters from/to Mat commit 20b4d0fae922803e15cd153c37760d50b7fd11a3 Author: Andrey Kamaev Date: Wed Jul 27 15:03:16 2011 +0000 Added vector_Point2f_to_Mat converter commit c966d077c036df60305fb4fa9bb132abe498feea Author: Andrey Kamaev Date: Wed Jul 27 14:19:45 2011 +0000 Added some tests; Added assertion for comparing Mats with epsilon. commit 5ba826d297b8fcb4a9af8faddda58daeaadefa5c Author: Andrey Pavlenko Date: Wed Jul 27 14:09:49 2011 +0000 Java API generator: pointers handling fixed, KeyPoint manual port added commit 3b558508beb22ebc51c968e45fcfe8b53016e5e9 Author: Andrey Kamaev Date: Wed Jul 27 13:36:53 2011 +0000 TEGRA optimized add8u, sub8u and logical 8u operations commit eac03093241c2b4a4f28e64dffa213cb191d3456 Author: Vadim Pisarevsky Date: Wed Jul 27 13:03:59 2011 +0000 converted live camera calibration sample commit 039fd554f2c487397d818eb5345f93a34ba6483b Author: Andrey Kamaev Date: Wed Jul 27 12:55:43 2011 +0000 Added several Android tests commit 26bd6b3f5f92e95962cf287ad1edac91623fcc67 Author: Bernat Gabor Date: Wed Jul 27 11:35:11 2011 +0000 Added the File Input and Output using XML and YAML files tutorial. commit f7ff65f5dfdd0085ab3cf894d3ff7b44291b942e Author: Kirill Kornyakov Date: Wed Jul 27 07:14:06 2011 +0000 added java tests for imgproc by Hussein Abdinoor commit 55aab59e26818c9457f8b540e7f5a7677e95cf96 Author: Andrey Pavlenko Date: Tue Jul 26 13:40:26 2011 +0000 class & funcs ignore list support is added commit a69c29016c2a362b753fca47b28d1e6a2b746fec Author: Andrey Kamaev Date: Tue Jul 26 12:59:51 2011 +0000 Make build log of Android samples and tests less verbose commit 423ecfb42a50b0c692d6dd5892ae97922cc53d3f Author: Kirill Kornyakov Date: Tue Jul 26 10:27:51 2011 +0000 added stub java tests commit e22045502de7bbd0a53480a67305c33f7c12b483 Author: Andrey Kamaev Date: Tue Jul 26 09:13:30 2011 +0000 Fixed module detection in gen_javadoc.py script commit fc7219d1dbae264cf7c6078f75371c4580978803 Author: Andrey Pavlenko Date: Tue Jul 26 08:17:58 2011 +0000 new tests stubs commit a4af33758d3181d71333b70373403c69939ef11b Author: Andrey Kamaev Date: Tue Jul 26 08:17:52 2011 +0000 Added Android tests coverage calculation into build commit d58a5b269d3457bdd43bfebb38ca809edd229d10 Author: Andrey Pavlenko Date: Tue Jul 26 07:50:44 2011 +0000 statistic report improved commit 617bb92e8cfff89953066011294a28b0804be2ed Author: Andrey Kamaev Date: Tue Jul 26 07:32:33 2011 +0000 Fixed dependencies for Android projects commit 3b59a513471411860155484b37a4de61392026e4 Author: Andrey Kamaev Date: Tue Jul 26 07:07:38 2011 +0000 Fixed pch support on linux commit b5cfe6be3200c79b244a3dd4c5a55922fffd9a21 Author: Marius Muja Date: Mon Jul 25 23:58:54 2011 +0000 Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_ commit 55e71a5cd7c23eb8e04161eca08198f7f5142a62 Author: Andrey Pavlenko Date: Mon Jul 25 15:09:16 2011 +0000 a couple of new smoke tests; Mat.java code clean-up commit 322b09fc12aeb45d462367183c81e7a90834855d Author: Andrey Kamaev Date: Mon Jul 25 13:42:23 2011 +0000 Removed outdated stuff from Android build scripts commit e7642f66d9226bd28c63b7d2c5e76b79994b3952 Author: Andrey Kamaev Date: Mon Jul 25 13:17:11 2011 +0000 Fixed install terget for Android examples commit ac7e16fdf6bbeb079d6b2007adb1ca77cf6d4a51 Author: Andrey Kamaev Date: Mon Jul 25 12:32:33 2011 +0000 Fixed camera output format handling commit 4ddc1a647734fc3c387b579cbe75ee314c0ba708 Author: Andrey Pavlenko Date: Mon Jul 25 12:13:37 2011 +0000 script to find Java API methods that not covered by auto-generated JUnit stubs commit b542a38a01f297fc1eea04bc080bc02804601db3 Author: Andrey Kamaev Date: Mon Jul 25 11:18:48 2011 +0000 Fixed camera libs setting in Android.mk commit 8ab16f66a8b0fc63dc741762332dda8d0443fffc Author: Andrey Kamaev Date: Mon Jul 25 11:16:32 2011 +0000 Fixing native camera for Android commit 2d3606a58f3dbc445a0fb8d7b89963ca913324e9 Author: Bernat Gabor Date: Mon Jul 25 10:06:03 2011 +0000 Finished the DFT tutorial for the core section. commit d0cac8a93ad6fe3fc5f4d67c17c516835ed593fd Author: Kirill Kornyakov Date: Mon Jul 25 07:47:18 2011 +0000 bugfix in cmake for java api commit ddf48c781a72e48e3ad8dcb5136f2fdb6889d12e Author: Andrey Kamaev Date: Mon Jul 25 07:36:09 2011 +0000 Fixed Android build on linux commit f25603112a5d6d6384f07504c98ca1388bebec23 Author: Bernat Gabor Date: Mon Jul 25 07:15:52 2011 +0000 Added Fernandos first tutorial regarding SVMs. Extended the global links (conf.py). Corrected the author names. Minor modification to the dft tutorial. commit f91aad326cedc1e02fd76a80ea0ef6764f7ab891 Author: Andrey Kamaev Date: Sun Jul 24 22:07:43 2011 +0000 Fixed precompiled headers support for opencv_test_gpu commit 0f6503d9a9af09cfe78774357345ad0819aaef5b Author: Andrey Kamaev Date: Sun Jul 24 21:08:36 2011 +0000 Fixed precompiled headeds for non-windows systems. commit a17b693aa9509bc5ea1cf0653f82306a00973cc5 Author: Andrey Kamaev Date: Sun Jul 24 20:44:20 2011 +0000 Fixed build of Android samples and tests commit 3aea74d40887a0280416bdff76152b5bcced9a00 Author: Andrey Kamaev Date: Sun Jul 24 19:22:58 2011 +0000 Fixed precompiled headers support (fixed formatting, fixed dependencies generation) commit 221422467e082f72a951768e34c874feb4cbb4d8 Author: Maria Dimashova Date: Sun Jul 24 18:15:53 2011 +0000 fixed priors usage in ertrees commit d8417af0860b8c718722734e5898ddaea055699e Author: Vadim Pisarevsky Date: Sun Jul 24 10:34:14 2011 +0000 fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python. commit df78bc04d64c0304efd891ffc583f73cb2f054f3 Author: Vadim Pisarevsky Date: Sat Jul 23 19:11:17 2011 +0000 converted book samples from ch4; fixed potential alignment problems in QTKit video capturing module commit 98375e1d4b24cb0ee5c1db90558b69d7f3697d66 Author: Andrey Kamaev Date: Fri Jul 22 15:37:01 2011 +0000 Refactoring of native camera implementation commit ffe7a658fb12ce0668e19f5fa079d288808cc9cc Author: Bernat Gabor Date: Fri Jul 22 15:11:59 2011 +0000 Sample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials back in the system. Some typo fixing.Expanded conf.py with new global links. commit 3d9cb082c9935158f73a31a9deedd45220cab44f Author: Andrey Pavlenko Date: Fri Jul 22 15:11:35 2011 +0000 making CV data type to be int commit 8378ba7554be90bb2c08b0b908c2924223a543fd Author: Andrey Kamaev Date: Fri Jul 22 14:11:16 2011 +0000 Fixed Android package build commit 387334e991dc5e668fb42676f178123abbbe0778 Author: Kirill Kornyakov Date: Fri Jul 22 13:58:53 2011 +0000 java tests: imgproc test cleaned commit e9cd8296afb03044d25e237f151a6355f483529f Author: Andrey Pavlenko Date: Fri Jul 22 13:53:49 2011 +0000 fixed warnings in generated Java code (accurate imports) commit ebf9916242cffc840197b2cc4ac479d05d612eb7 Author: Andrey Kamaev Date: Fri Jul 22 13:34:25 2011 +0000 Fixed android samples; fixed cmake files commit cb9dd71f82a03d02fa4507d06b9b041c1547bb6a Author: Anatoly Baksheev Date: Fri Jul 22 13:26:31 2011 +0000 compilation commit de204fe413701fe3661adbcf529164229eeebd98 Author: Anatoly Baksheev Date: Fri Jul 22 13:24:27 2011 +0000 commit 712ea050582f1916d8892be310e62e8f4e89d97c Author: Andrey Kamaev Date: Fri Jul 22 13:10:50 2011 +0000 Refactored CMakeLists.txt for java module commit 41df54e75ff6395f353330d249efb95ee62022e0 Author: Vadim Pisarevsky Date: Fri Jul 22 12:50:49 2011 +0000 fixed several typoes and errors in the refman (ticket #1203) commit 1098566a2f228b6f959a15c20df7f512d7cebfa8 Author: Kirill Kornyakov Date: Fri Jul 22 12:47:11 2011 +0000 java api: fixed ctor in RotatedRect, added 114 tests by Hussein Abdinoor commit 2bc9bca34994dc4d1d8812f5ae443abfc442ca40 Author: Andrey Pavlenko Date: Fri Jul 22 12:35:52 2011 +0000 classes/files renaming, some code refactoring commit b700521b95368fae6953e5c2d45f4b042d9f837d Author: Vadim Pisarevsky Date: Fri Jul 22 12:20:43 2011 +0000 fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231) commit 216fbc004accdabdce6283b5f1a300497bb2cc4b Author: Vadim Pisarevsky Date: Fri Jul 22 12:15:22 2011 +0000 fixed printing Mx0 matrices (ticket #1247) commit ed96af94ccdab25099f76cc80729623e75672671 Author: Kirill Kornyakov Date: Fri Jul 22 10:44:40 2011 +0000 added mk files for NDK-builder of opencv_java project commit 83e2ecd5e187d88082af6da36c5c089f0efafe75 Author: Andrey Pavlenko Date: Fri Jul 22 07:43:33 2011 +0000 renaming the class and file to Tiltle case to meet Java conventions commit e92ad9275d5598d6139f69019348423e3ac66449 Author: Andrey Pavlenko Date: Fri Jul 22 07:41:22 2011 +0000 renaming the class and its file commit a89b4f019c1dfa7ba9718d665c9b5db8eaf65944 Author: Andrey Pavlenko Date: Fri Jul 22 07:40:24 2011 +0000 renaming the class and file to Tiltle case to meet Java conventions commit e9458c1f6d58ebe1a65566cf1c7559e84b46d079 Author: Andrey Kamaev Date: Fri Jul 22 06:13:04 2011 +0000 Errors from javadoc generator are redirected to log file. commit bba5653bf0d7ebfeaabc75dfa44d3d975d5b7415 Author: Andrey Kamaev Date: Fri Jul 22 04:54:19 2011 +0000 Added option to automatically move constants to private list commit 078eae715400a243ad16d55b9cff323cb2475e10 Author: Andrey Kamaev Date: Thu Jul 21 21:44:48 2011 +0000 Added cmake dependency on version.hpp. From now cmake will automatically rerun if version.hpp file is changed. commit 0067c755dde8e704324a801f96299873aa5c07a2 Author: Andrey Kamaev Date: Thu Jul 21 21:43:41 2011 +0000 Minor android.toolchain.cmake enhancement commit 0bf4d9ec2bebe060ab3fe89a6a917f4202a1f14b Author: Vadim Pisarevsky Date: Thu Jul 21 19:50:20 2011 +0000 fixed Xcode 4.1 compile errors in png codec in highgui commit 6d288978ab385d1959a6050d547ac5b75612b829 Author: Andrey Kamaev Date: Thu Jul 21 19:05:21 2011 +0000 Fixed typo commit eb5e22dd74f2874ea7a72feaa97e6f2451e64849 Author: Andrey Pavlenko Date: Thu Jul 21 17:20:17 2011 +0000 Java API generator: refactored manual const and funcs handling, collected real 'import' needs for java classes (to eliminate eclipse warnings in java classes) commit a28112472c6bf05ad982dbe3750b1fb45189f431 Author: Vadim Pisarevsky Date: Thu Jul 21 13:41:40 2011 +0000 put the smaller opencv_tutorials.pdf to SVN commit 84862ae5a1962643e3735662bd08a30c7e903319 Author: Vadim Pisarevsky Date: Thu Jul 21 13:36:32 2011 +0000 fixed 2 typos in linux_eclipse tutorial commit 8782914fc813e17d6941c77026bf468e29f0346a Author: Andrey Kamaev Date: Thu Jul 21 09:57:46 2011 +0000 Aded setPreviewDisplay call to java camera samples commit 0d7a37c1e79cc15d95634d10e53cddfa6019dede Author: Maria Dimashova Date: Thu Jul 21 09:38:25 2011 +0000 added an ability to make push_back to the empty matrix commit 3a1beb1c0155cdcbda479effc71d4e153c778a9d Author: Anatoly Baksheev Date: Thu Jul 21 08:47:44 2011 +0000 added cv::gpu::pow, ticket #1227 commit c722128ddd36e29c5587b2dd086b6d31d9b07b35 Author: Gary Bradski Date: Thu Jul 21 01:03:41 2011 +0000 edited another way of using eclipse using cmake commit bddcc6ffcce680f2afc11cbbe2d760bd93da3a71 Author: Vadim Pisarevsky Date: Wed Jul 20 22:21:32 2011 +0000 fixed xcolor warnings when building opencv_tutorials.pdf commit f6647085cd07945a601e64b6fa5f5419f4ae327b Author: Andrey Kamaev Date: Wed Jul 20 19:24:21 2011 +0000 Restored corrupted images in Android binary package tutorial. commit 43e083f14502e76e2f41e0cf8a7aeee320faa250 Author: Bernat Gabor Date: Wed Jul 20 18:08:25 2011 +0000 Ok, now optimized the tutorial size for real. Made JPG/PNG optimization for all the images. Modified some tutorial files to follow these size optimizations. Now the tutorial PDF generated is 3.95MB, so enjoy! commit a23406ea6c2a23ae461273d5f434f2dfbd9deaff Author: Alexey Spizhevoy Date: Wed Jul 20 12:56:21 2011 +0000 added missing header commit 5a2e493d127664d0a471402b71d8cd1e835664e7 Author: Andrey Kamaev Date: Wed Jul 20 11:21:00 2011 +0000 Fixed image positioning in tutorial commit 27f060c70745cc7e957ace09a159ac88ee63f2b0 Author: Andrey Kamaev Date: Wed Jul 20 07:54:08 2011 +0000 Fixed list formatting commit 22dcee47d3f17c55d0862a4479bf28021d20a211 Author: Andrey Kamaev Date: Wed Jul 20 05:39:55 2011 +0000 Added Android binary package tutorial commit a2975f337ac1b323b3389d06d0b54dbd816153a6 Author: Bernat Gabor Date: Tue Jul 19 22:08:54 2011 +0000 1) Converted all images to JPG to reduce size. 2) Added a raw Latex page break directive after each TOC tree. (For the PDF tutorial look). 3) Two finished tutorials: a) one describing how the Mat data structure works and its output capabilities (format function) (demonstration YouTube video included). b) one describing image scanning operations plus the LUT function (demonstration YouTube video included). c) a basic filtering approach (plus multi row image scanning demonstration) in the work. commit f503b029a77769ed24b17c241debf37403c099ab Author: Andrey Kamaev Date: Tue Jul 19 20:27:58 2011 +0000 Allowed to build html documentation without pdf documentation. commit 05ff8217e03c223f72a34243624deb858ced9106 Author: Andrey Kamaev Date: Tue Jul 19 17:09:44 2011 +0000 Removed debug print form cmake commit 930b2995eb00a266ffd4029c1100257461fed36e Author: Andrey Kamaev Date: Tue Jul 19 17:07:01 2011 +0000 Fixed Android samples; Fixed bugs in cmake (java module). commit fd4fe3ef5a548a5eb7646270f81b25282ef20819 Author: Andrey Pavlenko Date: Tue Jul 19 16:59:12 2011 +0000 Java API generator: updated CvException class path commit 4df98f2c2c05086517aa2aaabf9a44762f37f79d Author: Andrey Pavlenko Date: Tue Jul 19 16:47:49 2011 +0000 Java API generator: class properties support added commit 6b789dd2ea8ee222a18725344e7f9e67b87d6d16 Author: Kirill Kornyakov Date: Tue Jul 19 16:08:26 2011 +0000 java tests: adopted for the new package structure commit dfdb15be79bfbe50637c15518f971cbc2c00b55a Author: Andrey Kamaev Date: Tue Jul 19 15:37:17 2011 +0000 Added Java packages support to cmake commit 070579d9c35718b17efb66b27eb4f42a8554d307 Author: Andrey Pavlenko Date: Tue Jul 19 15:04:05 2011 +0000 Java API generator: fixed consts generation commit 84ec0d2881ea724b4035c4170b76618495b4bc27 Author: Andrey Pavlenko Date: Tue Jul 19 13:25:40 2011 +0000 Java API packages restructured (require further changes in CMake part to work) commit f4f2340039ff8a4b443d86a5ebe437687fe8c221 Author: Vadim Pisarevsky Date: Tue Jul 19 13:07:51 2011 +0000 fixed just introduced compile errors on Mac commit ff5e97c8e4b1f2f436589bdedba663ea0bcaf7f5 Author: Vadim Pisarevsky Date: Tue Jul 19 12:27:07 2011 +0000 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings commit 6bb1c07fd489baf8e856f727c41d64eae032cf9f Author: Kirill Kornyakov Date: Tue Jul 19 12:25:07 2011 +0000 java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY commit 69322033495812e5f9545058ecc7566886a1d971 Author: Andrey Kamaev Date: Tue Jul 19 12:10:05 2011 +0000 Fixed Android samples; updated black list of enums. commit 1fc895ff42da457e1d8e1463c74d4fff226fd6f1 Author: Kirill Kornyakov Date: Tue Jul 19 11:44:30 2011 +0000 java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed commit e715894ffb9b47cf6d3b72c142b5f8279d334291 Author: Kirill Kornyakov Date: Tue Jul 19 11:17:03 2011 +0000 fix by Vadim in calcBackProject: additional case is considered commit d445903b311ee8993d7886bcf635a66896bfe04b Author: Andrey Kamaev Date: Tue Jul 19 11:06:27 2011 +0000 Added FPS measurement to some Android samples commit 9e00cc59af13aa0c26ec807b927b144b134c4002 Author: Andrey Kamaev Date: Tue Jul 19 09:01:36 2011 +0000 Added face datection Android sample commit 343bba93db29797dc25de770502457b279de25db Author: Andrey Pavlenko Date: Tue Jul 19 08:56:31 2011 +0000 Java API: added int64 and Vec3d support; small code refactoring performed commit 5e3e283e30b5116f1be0cb90ed4099c5d99580f3 Author: Andrey Kamaev Date: Tue Jul 19 07:40:26 2011 +0000 Changed labels for some android samples commit d8ebf224445d10fb6b49d58006d9ea1253d809b3 Author: Marius Muja Date: Mon Jul 18 22:01:42 2011 +0000 Fixes commit ddc12674104227e4d04e19212ca65128f1d9dd5c Author: Marius Muja Date: Mon Jul 18 22:00:06 2011 +0000 Checking for already defined proprocessor macros commit 481256017e66f6163a142c44f0aa5fb5d8a9980d Author: Marius Muja Date: Mon Jul 18 21:57:28 2011 +0000 Fixing ticket #1230 commit 39ec7099e272bd00af7113afc953a4cd84d2ea00 Author: Kirill Kornyakov Date: Mon Jul 18 16:41:17 2011 +0000 java tests: split test, minor improvements commit 1badec0b2d01c22f7a3ec1e5b2a4a3dab54e6213 Author: Vadim Pisarevsky Date: Mon Jul 18 16:31:30 2011 +0000 eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) commit 72541721a15af1e26876ef6f264885a91e912f2e Author: Andrey Kamaev Date: Mon Jul 18 16:17:07 2011 +0000 Added image-manipulations android sample, other samples are updated; added Mat.size method to java API. commit 3119af1c72229ea94d9ba3daf37d43556182b135 Author: Andrey Pavlenko Date: Mon Jul 18 16:07:11 2011 +0000 Java API: fixed bug in converter vector <-> Mat commit 60d59aa9d2d684ef8e44ce76c0cf342a071c8c43 Author: Andrey Pavlenko Date: Mon Jul 18 14:23:45 2011 +0000 Java API: added missing converter vector <-> Mat commit d989b6c89a6b67c2c58a0ab7c718e1973c122a50 Author: Andrey Pavlenko Date: Mon Jul 18 13:56:49 2011 +0000 Java API: added pointers support (Point*, double*) commit 51922658b6290e71ea9590f8de270af0acf2a6b9 Author: Kirill Kornyakov Date: Mon Jul 18 13:50:36 2011 +0000 java tests: added test for OFLK, FD, other improvements commit 16ba62dcd5b98754cd0045f08f16b1b64103ec43 Author: Vadim Pisarevsky Date: Mon Jul 18 13:05:34 2011 +0000 added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp commit 86105b87275570a98d616c2570079e10e9a793ed Author: Andrey Pavlenko Date: Mon Jul 18 09:27:48 2011 +0000 Java API: fix in Mat::put(r,c,double[]vals) method commit cc3c034cf6135cdad8db4760edc043d4fbaa86b7 Author: Andrey Kamaev Date: Mon Jul 18 09:13:05 2011 +0000 Android samples: class SampleViewBase which uses native camera is renamed. commit 1e2880b7aaadbb17b10c335a9fe7dd6ccf79114f Author: Andrey Pavlenko Date: Mon Jul 18 07:18:35 2011 +0000 Java API: fix in Mat::put methods, general improvements commit bcac8769b5e2efec3f80e972ed29e248bc6f5c41 Author: Alexander Mordvintsev Date: Mon Jul 18 06:48:55 2011 +0000 fixed broken python cv2.cpp build after rev.6089 commit af99bee3442328ca7f5e128d6ea61c8b84771e07 Author: Alexander Mordvintsev Date: Sun Jul 17 19:23:24 2011 +0000 adjust cosine threshold in squares.py commit c071f5487eead1a8c1c324917faccb920be7f6b6 Author: Marius Muja Date: Sun Jul 17 06:26:40 2011 +0000 Fixing ticket #1228 commit be2c4ddbdd4c2e1ac7fe59bdf55f080832a43fc0 Author: Andrey Kamaev Date: Sat Jul 16 22:31:47 2011 +0000 Android: * Added manual port for getTextSize; * Fixed bugs in "native camera" sample; * Added 15-puzzle sample. commit ae5dd1d748fb66f9180d22c076b8b556eb188661 Author: Alexander Mordvintsev Date: Sat Jul 16 18:29:51 2011 +0000 math.pi -> np.pi squares.py sample added commit 570041fed51fe1becc8ea875e970970c052c2411 Author: Leonid Beynenson Date: Sat Jul 16 13:29:20 2011 +0000 Fixed bug in modules/java/src/cpp/Mat.cpp Removed some debugging insertions. Added test for face detector. Allowed tests to write on sdcard. commit 75bcb1bcfafff7a8f4c35d7c59676763e2a701ad Author: Andrey Pavlenko Date: Sat Jul 16 11:40:04 2011 +0000 Java API generator: implementation of vector<> fixed commit 3885772f3eb84396c8da8a65f444dbecb73cbb2f Author: Leonid Beynenson Date: Sat Jul 16 11:26:57 2011 +0000 Added lbp cascade to the tests res/raw folder commit bf40a3a5b89fdf58718018509ef17d1baacae7ea Author: Leonid Beynenson Date: Sat Jul 16 11:25:33 2011 +0000 Added functions required for Java API wrappers generating converting Mat-s to/from vectors. commit e76ad5509c162787ca3e5dbefb81e5ecdb496dc1 Author: Kirill Kornyakov Date: Sat Jul 16 10:35:50 2011 +0000 java tests: bugfix in hconcat commit eafa837e3482f78864fc351323ccf307b094ef3c Author: Kirill Kornyakov Date: Sat Jul 16 10:25:05 2011 +0000 java tests: commited tests by Hussein Abdinoor commit f2e1a64c1b23c9229ade7c111965b677758d3ee9 Author: Vadim Pisarevsky Date: Sat Jul 16 09:35:56 2011 +0000 fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed) commit 5a5fe405424f06c3dc33b5ab81f3467c9b02e50f Author: Andrey Pavlenko Date: Sat Jul 16 08:25:05 2011 +0000 Java API generator: implementation of vector support commit ecba09975476379ae85959bec8758d1115e00d64 Author: Andrey Pavlenko Date: Sat Jul 16 07:59:34 2011 +0000 Java API generator improvements: - fixed return of complex types (Scalar, Point, etc) - partial implementation of vector<> support (empty stubs for CPP-side converters) commit 30f265a16ad6a2f5616bf4fbe3923590cfeca371 Author: Kirill Kornyakov Date: Sat Jul 16 07:26:13 2011 +0000 java tests: avoided copy and paste commit 8f41b2b23ba8a5dc19b1f3cb5a212344dbdc8fdd Author: Vadim Pisarevsky Date: Fri Jul 15 19:43:34 2011 +0000 commented off print (due to the report from the mailing list) commit 4cf12743279c603a70e1112e5529fa9017f93e78 Author: Andrey Kamaev Date: Fri Jul 15 16:50:41 2011 +0000 Finished Android samples renaming commit 8288cc108d2a9b0d140b911f470dd69041f7858d Author: Andrey Kamaev Date: Fri Jul 15 16:29:10 2011 +0000 Continued Android samples renaming commit b1ed2771105d182c7947c91f8e116b9b461f824d Author: Leonid Beynenson Date: Fri Jul 15 16:25:47 2011 +0000 Added Java functions, converting vectors to Mats and Mats to vectors. commit 7c6fc6e18afc9b197a4a02ee238ec3823253f5bb Author: Andrey Kamaev Date: Fri Jul 15 15:56:08 2011 +0000 Android samples are renamed commit 39dab5e0cf9f021e972f15b64ef9a874deb522ae Author: Andrey Kamaev Date: Fri Jul 15 15:26:29 2011 +0000 Headers are included into opencv_java build commit 4deec6f0f079096214f462d0dac3bca107f44345 Author: Andrey Pavlenko Date: Fri Jul 15 15:01:25 2011 +0000 partial vector<> support in Java API generator commit cc447448ff226dfcf59b2dc02d4abca808a9f942 Author: Andrey Kamaev Date: Fri Jul 15 14:03:53 2011 +0000 Added native camera Android sample; Added manual port of VideoCapture class. commit c3d40ca0ddaee8c7cf61fe9badb7b3bd219ce007 Author: Leonid Beynenson Date: Fri Jul 15 13:59:06 2011 +0000 Changed commit 8625b5689d145c9cf23a279a957fe839db5624fc Author: Leonid Beynenson Date: Fri Jul 15 11:09:23 2011 +0000 Added setters to Java API commit c1dab7bf6e5a172a6eb0c2c77062bdecf16579aa Author: Kirill Kornyakov Date: Fri Jul 15 11:00:32 2011 +0000 updated some java tests commit fae67e0b46194b9b074ac316fd23fb66d8334903 Author: Andrey Kamaev Date: Fri Jul 15 09:07:01 2011 +0000 Refactored Android samples commit 72a55a4139df6eae2ce895ef6db4a6542963ee98 Author: Andrey Kamaev Date: Fri Jul 15 07:18:45 2011 +0000 Refactored Android sample (1-java) commit c3e9d0dd7e2a09fbc3605f6c5376280621c95d13 Author: Evgeniy Kozinov Date: Fri Jul 15 06:35:12 2011 +0000 fixed parser bug. fixed TBB version in LatentSVM. example works ok. commit a9508d2f6773b3984b3b406f83c6c43ce9ad5d7f Author: Andrey Kamaev Date: Fri Jul 15 04:46:24 2011 +0000 Fixed android sample commit c8a603d853c7b7973816201d4fb3c6fcde84de92 Author: Leonid Beynenson Date: Thu Jul 14 18:41:09 2011 +0000 Fixed bug in the function of search of Android applicvation path. commit b16fb5d518cfa9a6384c26339bcc6c2cccb81549 Author: Andrey Kamaev Date: Thu Jul 14 16:48:15 2011 +0000 Fixed Android build. commit 7702fa4d61b31e2516ad3af566174e1ea2543ce1 Author: Vadim Pisarevsky Date: Thu Jul 14 15:30:28 2011 +0000 added improved version of the variational stereo correspondence algorithm by Sergey Kosov commit 5f0c312087b409c225d57c56ca05e6bd17e61450 Author: Andrey Pavlenko Date: Thu Jul 14 15:24:17 2011 +0000 - partial 'vector' support in Java API generator - const ignore mask list added for Java API generator commit 12715c210de33b236aa9253c62a6062e2de1bbac Author: Vadim Pisarevsky Date: Thu Jul 14 14:54:05 2011 +0000 fixed mixed-type arithmetic operations (ticket #1224) commit 0db73575a627e6619d0336c34969a50cae7d9e64 Author: Leonid Beynenson Date: Thu Jul 14 14:52:58 2011 +0000 Added class TermCriteria. commit e33bfb5ebfcf51b5f15995c08fd68a6b2ecb2f1e Author: Vadim Pisarevsky Date: Thu Jul 14 14:43:25 2011 +0000 added haarcascades for ears detection (by Modesto Castrillón Santana) commit da64ba1bdeddd9429f9c0a38642167ea56c89311 Author: Kirill Kornyakov Date: Thu Jul 14 14:25:35 2011 +0000 java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added commit 2dea07f9f8128f782ef6f30da67579efba222be5 Author: Vadim Pisarevsky Date: Thu Jul 14 14:13:10 2011 +0000 repaired Python bindings for functions using InputOutputArray commit f97e5f7353ef3da67d869792afc8d7787d5704ac Author: Andrey Kamaev Date: Thu Jul 14 13:39:25 2011 +0000 Modified Android samples commit 87ad9b1c3e9e8ba448997c3419b65040b02c13dc Author: Kirill Kornyakov Date: Thu Jul 14 12:50:07 2011 +0000 samples C/C++: fixed compilation problem on Ubuntu commit 14bc6e3e6cb7be095390922e84c268a5cf2eb98d Author: Andrey Kamaev Date: Thu Jul 14 12:47:07 2011 +0000 Modified Android Samples commit 08f1f5769a8b92b6953e4e177bdd1733adf2833e Author: Vadim Pisarevsky Date: Thu Jul 14 12:11:18 2011 +0000 ok. enabled TBB in LatentSVM, but need to check if it works commit 36ba3d691e3383142f39dfa93762f3b8b9607f47 Author: Vadim Pisarevsky Date: Thu Jul 14 11:51:43 2011 +0000 temporarily switch off TBB commit ca2433c212aa8772c2423dd05c31016bc7fadbbf Author: Vadim Pisarevsky Date: Thu Jul 14 11:26:13 2011 +0000 fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008) commit c52ab82bbf1f0947d4e351cad3aa59b1899b4a0e Author: Andrey Kamaev Date: Thu Jul 14 10:48:48 2011 +0000 Minor Android samples fix commit 85c8a69fdf2297d6a498ef2f56c3613f0a7c737d Author: Andrey Kamaev Date: Thu Jul 14 10:03:19 2011 +0000 Fixed Android packaging script commit 20ec29f22efd71a02e9e2d2e4a14ab2d4848933f Author: Andrey Kamaev Date: Thu Jul 14 09:34:57 2011 +0000 Android samples are included into the Android package commit a70f354c0f80804ec1c8be00b146771ff814cf3b Author: Andrey Kamaev Date: Thu Jul 14 08:57:46 2011 +0000 Andoid build fixed commit 510ca53687f7b60cd8e26b0b87ad0438651651f3 Author: Leonid Beynenson Date: Thu Jul 14 08:36:48 2011 +0000 Added the function minMaxLoc to JavaAPI as a manual ported function. Added test for the function. commit ab1ff12a7152c54b2f102e4a9bbe68add2cd761e Author: Andrey Pavlenko Date: Thu Jul 14 08:15:35 2011 +0000 class ignore list added for Java API generator commit a99b80b1a991b38717d975e28e6118f3ae86697b Author: Andrey Pavlenko Date: Thu Jul 14 08:10:47 2011 +0000 funcs ignore list added for Java API generator commit 0b57d904db700fd0bd35550ab2e8f545b54db334 Author: Andrey Kamaev Date: Thu Jul 14 07:44:33 2011 +0000 Fixed Android compilation on Windows commit 87cfcc8ee2878457e2e7c23fca7a64c68874f14d Author: Andrey Kamaev Date: Thu Jul 14 07:04:36 2011 +0000 Fixed Android build commit 562914e33bea921a0a235fbf2b6bba6830644e16 Author: Vadim Pisarevsky Date: Wed Jul 13 23:04:39 2011 +0000 upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN. commit 4e42bf6308c60ed5412afb6f7267ee9d81a85e98 Author: Ana Huaman Date: Wed Jul 13 17:53:45 2011 +0000 Added reST tutorials for Contours (6 in imgproc) and for Corner Detection (4 in features2D) + links in conf.py commit b64bb95860ad6390e3f2722cfae675ce8750bcbf Author: Maria Dimashova Date: Wed Jul 13 17:05:57 2011 +0000 added ability to reset view point of depth generator to normal one (#1195) commit 4d8a261d994920d4caa85270983addefecad2a55 Author: Andrey Kamaev Date: Wed Jul 13 15:47:04 2011 +0000 Allowed spaces in path to OpenCV (tested only Android build) commit 0b6fed32e3a250cffc07d6bc6d513fea9e14f233 Author: Andrey Kamaev Date: Wed Jul 13 14:48:16 2011 +0000 Allowed spaces in Android NDK path commit 801079e2ba964e7cdbbc6253e9e134fa5af079db Author: Andrey Pavlenko Date: Wed Jul 13 14:23:47 2011 +0000 partial implementation of complex out args in Java wrappers commit 066039fd15d98bf6e744cf8801d79de95c9913bb Author: Andrey Kamaev Date: Wed Jul 13 13:06:14 2011 +0000 Improved ANDROID_SDK_TARGET detection; improved NDK detection in android.toolchain.cmake commit 2c2d7d7bbdd9bce491d736a1141c7d6f34d5d57a Author: Ilya Lysenkov Date: Wed Jul 13 13:05:41 2011 +0000 Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns. commit d60349b1fc237c040df31713b5262c9942d3e31d Author: Leonid Beynenson Date: Wed Jul 13 11:23:32 2011 +0000 Added to Java API classes Range and CvSlice. commit a69bd80b99a67c72131621df0dcce54005478e4f Author: Vadim Pisarevsky Date: Wed Jul 13 10:18:13 2011 +0000 fixed opencv_video tests commit 6c668dd704110d8c607c33d864b8a90278e7a00e Author: Andrey Kamaev Date: Wed Jul 13 09:17:41 2011 +0000 Fixed Android SDK searching commit 355f6d0a732a8ffa52ac0022ff874dde57353b9c Author: Andrey Kamaev Date: Wed Jul 13 09:10:21 2011 +0000 Fixed Android SDK searching commit 5352684647bb26e6bde24d6b606a9ee79c7ad0f2 Author: Vadim Pisarevsky Date: Wed Jul 13 08:55:06 2011 +0000 fixed memleak in Python bindings (ticket #1219) commit 386f147597d2ac6d88c92a5c114cd4cf2a1e078f Author: Vadim Pisarevsky Date: Wed Jul 13 06:19:21 2011 +0000 a few minor fixes in Python samples commit f098d9890802aac7c3d14bd7efc7b74403e0f864 Author: Ana Huaman Date: Wed Jul 13 03:28:23 2011 +0000 Added moments_demo.cpp commit bbba2a0608fe34a7243c3d85f7bc22ce6470bfa7 Author: Ana Huaman Date: Wed Jul 13 02:43:02 2011 +0000 Added pointPolygonTest_demo code for tutorials commit fbfddbd3eaf3196f9defaec6e5aa1ea0f4bbdd6c Author: Andrey Pavlenko Date: Tue Jul 12 21:13:56 2011 +0000 - 'c_string' support added to Java API - improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers commit 9aa5e5b000a26c1cef5b5347f28105cc72679fc1 Author: Ana Huaman Date: Tue Jul 12 21:06:36 2011 +0000 Added generalContours_demo2.cpp commit c21b7477335ae5c28c39a1ef6e35096295a5ab1f Author: Ana Huaman Date: Tue Jul 12 20:28:50 2011 +0000 Added hull_demo.cpp code for tutorials commit edc1bd4c8c2b2d44fe24819e62f5751456a7efd8 Author: Ana Huaman Date: Tue Jul 12 19:51:23 2011 +0000 Added generalContours_demo1.cpp tutorial code commit 07eed8c489ac4cc5b59471bb189080403526cf8b Author: Evgeniy Kozinov Date: Tue Jul 12 18:43:41 2011 +0000 refactoring latentSVM commit ea8e27961e609061e655bc397ed487bd9eb54123 Author: Ana Huaman Date: Tue Jul 12 18:40:51 2011 +0000 Added sample code for tutorial findContours_demo.cpp commit ecfc8e97db9932848395360834c66cbb7e1ac4c7 Author: Andrey Kamaev Date: Tue Jul 12 17:20:48 2011 +0000 Android toolchain default NDK path is updated for version r6 commit 0ddc661882a541fe8f506197544c511779c5447b Author: Leonid Beynenson Date: Tue Jul 12 16:33:26 2011 +0000 Fixed bug in the operator of cv::Ranges-s intersection (operator &). commit bee4c347ba5e819ad2c4ec9f3e32125fbe573e01 Author: Andrey Kamaev Date: Tue Jul 12 16:22:52 2011 +0000 Fixed bug with ARM_TARGET caching commit 6623fe3b0861f9e2e1bde04b2a5ca39d3bc6fe62 Author: Andrey Kamaev Date: Tue Jul 12 15:59:31 2011 +0000 Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples. commit 49c48aabff4f4367e6c8091f1b5811eb7f887140 Author: Vadim Pisarevsky Date: Tue Jul 12 15:59:15 2011 +0000 fixed typo in the license (ticket #1211) commit e59f530338282ff2ffe35ea0bc88b6592b131d0c Author: Leonid Beynenson Date: Tue Jul 12 15:39:38 2011 +0000 Added the class RotatedRect to Java API. Added tests for the class. commit b58dc21074ce23dd4ee0c4b9ac6c2f3670645c87 Author: Kirill Kornyakov Date: Tue Jul 12 15:10:54 2011 +0000 java tests: added 2 tests for calib3d, implemented assertMatNotEqual commit 63f8feb2a1aa5236bac642ad977ee267e8aa4ad7 Author: Kirill Kornyakov Date: Tue Jul 12 14:53:09 2011 +0000 java tests: added a chessboard image commit 7ca50b2b3d104359885a65ac9b600ca618cdd270 Author: Andrey Pavlenko Date: Tue Jul 12 13:31:02 2011 +0000 org.opencv.utils renamed to org.opencv.android commit bc9a9b714c6475bc30b5a901db69a8fd34ecc8fa Author: Andrey Pavlenko Date: Tue Jul 12 13:13:02 2011 +0000 adding runtime Android logging in Debug commit 7159845021ebc4b3122bf3c1ae75aeb56d034e28 Author: Andrey Kamaev Date: Tue Jul 12 12:59:26 2011 +0000 Added packaging script for Android commit 569b1ad58227b98e1353ca3cb859bf3e70ae4eeb Author: Vadim Pisarevsky Date: Tue Jul 12 12:56:03 2011 +0000 embeded cv Python module into cv2. commit 9b464199d67271b9e77274003e944b96da77693b Author: Kirill Kornyakov Date: Tue Jul 12 08:16:01 2011 +0000 java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose commit 2dd965b7f5bbf98dd732a41d417908ff2c76816b Author: Andrey Kamaev Date: Tue Jul 12 07:40:29 2011 +0000 minor cmake corrections commit 7386269943ebf61f7659c4a8cda734f394fcc144 Author: Ana Huaman Date: Tue Jul 12 00:20:06 2011 +0000 Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs commit 21409de17612004a7752a67c6b72758726298efa Author: Vadim Pisarevsky Date: Mon Jul 11 23:03:05 2011 +0000 optimized sparse LK optical flow (tickets #1062 and #1210) commit 442f6b4100e2c1efeb97a17da74308ab00aa654c Author: Ana Huaman Date: Mon Jul 11 22:03:23 2011 +0000 Added cornerSubPix_Demo.cpp tutorial sample code commit 6c9f4d6423f2234f4bc2556fc65fc6cbc86105f5 Author: Ana Huaman Date: Mon Jul 11 21:08:35 2011 +0000 Added goodFeaturesToTrack_Demo.cpp code for tutorials commit e2da35dc6e285a066e7805183c018bbb4862c175 Author: Ana Huaman Date: Mon Jul 11 19:59:17 2011 +0000 Added Harris corner detection sample tutorial commit 4033d8324c28fa9ce32468819814c65e75ec8e85 Author: Andrey Pavlenko Date: Mon Jul 11 15:28:09 2011 +0000 native exception handling added commit d2270797535a512c5115c17e74681f8c4e00d573 Author: Kirill Kornyakov Date: Mon Jul 11 15:19:53 2011 +0000 java tests: added stubs for calib3d, features2d classes, some other updates commit ec866c5acdd83d0abe97bb151ee0c3aeb8b9a78c Author: Andrey Kamaev Date: Mon Jul 11 15:03:42 2011 +0000 Improved rst_parser and javadoc generation scripts commit dfe7708f17feee216f4cf8f809c3fbff125ad4c4 Author: Andrey Kamaev Date: Mon Jul 11 13:33:05 2011 +0000 Improved javadoc comments generation scripts; fixed some typos in documentation commit eea62ca6fb879895863a59f78d03f6e1a50cc061 Author: Andrey Pavlenko Date: Mon Jul 11 12:21:58 2011 +0000 - added missing loadLibrary for inner classes - added zero check for pointers in utils.cpp commit 3511bf81de8dc4b7a7c537e4be9640a913e6aa3f Author: Alexander Mordvintsev Date: Mon Jul 11 09:59:23 2011 +0000 help message printing commit c053532be17a54909c5e41beedb2408cea7a4672 Author: Alexander Mordvintsev Date: Mon Jul 11 09:46:36 2011 +0000 sobel -> Sobel commit 0217ae3a70b45129ab08fc2fa0712c6a096ffd2c Author: Alexander Mordvintsev Date: Mon Jul 11 09:21:27 2011 +0000 faster detection and timing in facedetect.py commit b5d864f57972d2b35f6128066cab830d87a759a1 Author: Andrey Pavlenko Date: Mon Jul 11 08:33:12 2011 +0000 'clib3d' support added commit 2a19db61e72eef68d7ba4a297091cc94f8dc0f73 Author: Alexander Mordvintsev Date: Mon Jul 11 08:06:51 2011 +0000 command line option for avi output in turing.py commit 848fa23a077717e5971c1f3e5d3a59703a54e9a3 Author: Alexander Mordvintsev Date: Mon Jul 11 07:51:15 2011 +0000 made boundingRects argument of segmentMotion CV_OUT updated documentation commit c9d9d1ec92cd1bdc8c4e53cbfae4f944463923ec Author: Alexander Mordvintsev Date: Mon Jul 11 07:47:56 2011 +0000 lk_track.py window renamed commit b175348d9363966aea6d29fa0d9b92dfa915bdae Author: Alexander Mordvintsev Date: Mon Jul 11 07:42:37 2011 +0000 motempl.py sample works commit b509cc2a4d98daa1b463711b9bfb7a8e0b7f296a Author: Alexander Mordvintsev Date: Sun Jul 10 22:06:33 2011 +0000 contours.py sample added commit 514711af146263bf8a8e7ae5a010587dcddfa851 Author: Alexander Mordvintsev Date: Sun Jul 10 21:23:32 2011 +0000 work on motempl.py sample commit 8a3d1937c3b4ed4f92bc719660e8905edcf7e355 Author: Alexey Spizhevoy Date: Sat Jul 9 07:32:14 2011 +0000 fixed BFM GPU test compile-time error on ubuntu x64 in debug mode commit 4168b75edc294c6297f6afac666c62f6567ac0be Author: Bernat Gabor Date: Fri Jul 8 19:43:29 2011 +0000 Some tutorial extending of the Windows install and usage. Display Image retouching. commit 6f6c1c75ba9081526b03020ea728b6b38ac411e9 Author: Vadim Pisarevsky Date: Fri Jul 8 16:25:09 2011 +0000 use Euler font for the formulas in the online docs too. commit 3f0c17b59246161089784f4ce027247a6c74eb3c Author: Vadim Pisarevsky Date: Fri Jul 8 16:14:13 2011 +0000 re-added the opencv_flann documentation commit e1dd41d1e2126f6df5eae34544b4adf121373751 Author: Anatoly Baksheev Date: Fri Jul 8 16:08:58 2011 +0000 - fixed SetTo tests for GPU (a problem in test code) - minor refactoring commit 0b1575c485d3e6b489a3f52e773615ba3a4f529e Author: Maria Dimashova Date: Fri Jul 8 15:54:57 2011 +0000 fixed SIFT when keypoints vector is empty (#1162) commit fbed6d1d442b5937e77735cb6c0a6c55104bb471 Author: Andrey Kamaev Date: Fri Jul 8 15:29:59 2011 +0000 Javadoc comments genearion is integrated into the Java API build commit eff35f23417675f5a1c0b040cfc6c0a6ed3fa70b Author: Vadim Pisarevsky Date: Fri Jul 8 15:03:28 2011 +0000 fixed timeScale formula in CvCapture_FFMPEG::setProperty(... CV_CAP_PROP_POS_...) (ticket #1207) commit 7c43e7e7e0912d3c6e99f3272503c6da46c18769 Author: Andrey Kamaev Date: Fri Jul 8 15:00:11 2011 +0000 Improved rst_parser; added javadoc comments generator; added javadoc markers to handwritten .java files commit 4151a4590e264cc20196460169f6ef1376cf2cd0 Author: Alexander Mordvintsev Date: Fri Jul 8 14:58:22 2011 +0000 added lk_track.py sample (currently as a comparison between flow tracker implementations) commit 086643f5a7fa27a9f143b09fd1e3a679b2948c7b Author: Andrey Pavlenko Date: Fri Jul 8 14:46:41 2011 +0000 finalize() added to ported classes; javadoc anchor added to ported funcs commit 370130e46481968e4550767dc77bdd6f0d1ad0f6 Author: Maria Dimashova Date: Fri Jul 8 14:41:43 2011 +0000 fixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206) commit c380dd579b6392f5b2cf9622c1f4a4a55475801d Author: Maria Dimashova Date: Fri Jul 8 14:34:03 2011 +0000 updated whitelist commit abe34e3b33b97b926448795fb1842264b0b7bcdc Author: Alexey Spizhevoy Date: Fri Jul 8 14:00:54 2011 +0000 removed debug func. call commit e9837b0aa9b9ce7c9711d0c404d922040d43a46f Author: Alexey Spizhevoy Date: Fri Jul 8 13:59:23 2011 +0000 added support of old CC into GPU mean shift routines commit b50428bf6501fc9f3afec26fda5c17c7f7b5296a Author: Alexander Shishkov Date: Fri Jul 8 07:10:37 2011 +0000 removed -static-libstdc++ flag for compatibility with old MinGW version commit 3a8a729a52892a881f0dbb4e871663898ac8009d Author: Alexander Shishkov Date: Fri Jul 8 07:08:59 2011 +0000 removed CPack added target package_source (tar or zip) commit 4e099d2e5c3cac4ad9f40ec73932b0613f49a87c Author: Vadim Pisarevsky Date: Fri Jul 8 06:48:18 2011 +0000 fixed memory leak in CvKNearest::train() and the constructor. commit 2cf34c7f468b141bae21a26d8a4283e667b813a1 Author: Andrey Kamaev Date: Fri Jul 8 04:31:13 2011 +0000 Fixed few more bugs in rst_parser. Fixed small typos in documentation. commit ddd57e7496b6e746641382d5ba102a65bd5137b7 Author: Vadim Pisarevsky Date: Thu Jul 7 22:58:20 2011 +0000 commented off debugging print in cap_libv4l.cpp (ticket #807) commit b0aae19fb4cdf5a99762e7f52ca7f5b8cf2d525f Author: Vadim Pisarevsky Date: Thu Jul 7 22:52:54 2011 +0000 probably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks to mengw for the patch commit af00cd5b753cffadac5b3dc40f32d455a35b1165 Author: Vadim Pisarevsky Date: Thu Jul 7 22:35:34 2011 +0000 Disabled -ffast-math in the case of GCC 4.6.x (ticket #1201) commit c3ef6e866f7d8569cf561fb3524485eed43c9895 Author: Alexander Mordvintsev Date: Thu Jul 7 22:33:36 2011 +0000 facedetect.py sample works commit db0dcaffeb53ff9d5e7d0311740a1a754a220e24 Author: Vadim Pisarevsky Date: Thu Jul 7 22:10:13 2011 +0000 fixed #1204 commit 5bb8076d7dad4d79244e11a45878b0380e59fb79 Author: Vadim Pisarevsky Date: Thu Jul 7 21:38:21 2011 +0000 added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199) commit 38e0f84876385269a9d6849f42c42480acbb3a79 Author: Vadim Pisarevsky Date: Thu Jul 7 17:00:09 2011 +0000 corrected css style - use the same background color for all text elements. commit 0940573e8bc7a9b4355a6b112010802e2f70caa9 Author: Vadim Pisarevsky Date: Thu Jul 7 16:59:09 2011 +0000 fixed a few more typos in the docs. commit 462d4a1dae1831f154cb2841ec00b699cd401018 Author: Vadim Pisarevsky Date: Thu Jul 7 16:40:44 2011 +0000 opencl module is not ready for trunk yet commit 1e691daab430b5fa4082c952e84ad49cdf3c53d3 Author: salmanulhaq Date: Thu Jul 7 16:35:20 2011 +0000 ocl folder contains the gpu implementations commit 426c358352e7e74424316addb703b3d9f309252c Author: Andrey Kamaev Date: Thu Jul 7 16:33:02 2011 +0000 Fixed bugs in rst_parser.py; added parsing of 'seealso' blocks commit fe86d256941c0ca8f7d9660d828d5e08a0f3db2e Author: salmanulhaq Date: Thu Jul 7 16:21:20 2011 +0000 renamed gpu to ocl commit e22ad8050b30675b9561c32cece26a847f8d34cd Author: salmanulhaq Date: Thu Jul 7 16:20:43 2011 +0000 OclMat implementation commit 9af213bf605f15646b563799a2250f0dc0195bbf Author: Alexander Mordvintsev Date: Thu Jul 7 16:14:49 2011 +0000 work on facedetect sample commit 64de562db23677b7970fd9225ac23ac9529050b7 Author: salmanulhaq Date: Thu Jul 7 16:06:26 2011 +0000 Update OclMat to match GpuMat. Include ref counting, opearators, Scalar initialization. Tested for Intel OCL SDK. commit 7432fc1d2d485bfb3c4a12482dd03930c54b6186 Author: Andrey Pavlenko Date: Thu Jul 7 15:40:54 2011 +0000 - 'String' (that is synonym of std::string) is added - report generation added (.txt) commit ed8a2af9b655844959d6cc7cd5659ac81b18f30b Author: Andrey Kamaev Date: Thu Jul 7 14:49:24 2011 +0000 Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation commit 72cc69e431d15e966fcbf3d638aa577628c10cc5 Author: Kirill Kornyakov Date: Thu Jul 7 14:35:12 2011 +0000 java tests: split into packages, tests for VideoCapture implemented commit 5649f3575743d6ec5e4bac8accb85eaab7c66c07 Author: Vadim Pisarevsky Date: Thu Jul 7 11:43:21 2011 +0000 some more bugfixed in 2.3 propagated to trunk commit 58b5256e0566fee7f4412eae0cf969ff4d773e01 Author: Andrey Kamaev Date: Thu Jul 7 11:32:22 2011 +0000 Fixed C functions parsing in rst parser commit 741a689f65879f201401b83df8629561c711c8a1 Author: Andrey Kamaev Date: Thu Jul 7 11:23:51 2011 +0000 Improved RST parser; fixed small typos found by new parser commit edf0b40d42bf887167a2958ef254796594f6fc21 Author: Alexander Mordvintsev Date: Thu Jul 7 07:55:49 2011 +0000 opt_flow.py demo commit 136d5b534ae06e389e6437123294ce629ae79e3e Author: Alexander Mordvintsev Date: Wed Jul 6 19:02:40 2011 +0000 work on optical flow sample commit ff326988a5f70362fa25fae4129e453981c91c13 Author: Ana Huaman Date: Wed Jul 6 18:57:39 2011 +0000 Added histogram comparison tutorial in reST commit 9f4df42e2435a7af85d8418f2b20891b9d619302 Author: Andrey Pavlenko Date: Wed Jul 6 18:56:09 2011 +0000 Initial classes support, improved generated java & cpp code formatting. commit 89115f0fcc2380b67bffd90590abaf07393f2726 Author: Ana Huaman Date: Wed Jul 6 17:57:19 2011 +0000 Added BackProjection reST tutorial commit 6aab128afe8f3a362450931fd97170b8b0bfaeca Author: itsyplen Date: Wed Jul 6 16:25:33 2011 +0000 Java tests: commited some core tests (to be cleaned) commit 9c8aafba27e8958ef739af3c58b6a2679cc8ce67 Author: Ana Huaman Date: Wed Jul 6 14:48:46 2011 +0000 Fixed small inconsistency in sample code calcBackProject_Demo2.cpp commit cf62a37f87ddc873a6f25d58d049816e2b46f485 Author: Ana Huaman Date: Wed Jul 6 14:15:13 2011 +0000 Added matchTemplate reST tutorial commit eac922ebd7546eb4adbe12ed28d3d004e5846fa2 Author: Ana Huaman Date: Wed Jul 6 09:33:03 2011 +0000 Added calcHist tutorial in reST commit 7a7011bd4f86d7b10a9577b3e7f5b2de329523b4 Author: Bernat Gabor Date: Wed Jul 6 09:15:54 2011 +0000 Corrected(re-added) and extended the ImgProc Tutorial TOC entry. commit 080c6e817d61781c8183da1a1ad502faa08b70ce Author: Ana Huaman Date: Wed Jul 6 04:22:00 2011 +0000 Added Equalized Histogram reST tutorial + corrected Smoothing tutorial (images reduced and fixed link) commit e18de3c6ab7524cc004db677713fa6bf32a97eda Author: Bernat Gabor Date: Wed Jul 6 00:01:27 2011 +0000 Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials. commit 20dd7b70c0ed081c944c2a7bb5a67777ba20bc54 Author: Ana Huaman Date: Tue Jul 5 18:08:46 2011 +0000 Added tutorial for BackProject in cpp (demo 2) - tutorial code commit 3156f27d416dc5ff78b46c7b0da730e1645182d4 Author: Andrey Kamaev Date: Tue Jul 5 17:29:54 2011 +0000 Added initial version of rst_parser script commit 80f0901deeaae42eab82f8957dec679a16caeb32 Author: Kirill Kornyakov Date: Tue Jul 5 16:26:00 2011 +0000 java tests: merged with new CvType, implemented half of the tests for Mat commit 2ef146c2c66c276ac4d38873fe04771e90bd94ee Author: Andrey Pavlenko Date: Tue Jul 5 15:50:54 2011 +0000 More code review feedbacks addressed: Mat c-tor and setTo uses Scalar, Java Mat::dispose() calls C++ Mat::release(). commit 2cce7a87b8b420af474d57de7337c24bc96e606d Author: Andrey Pavlenko Date: Tue Jul 5 14:50:16 2011 +0000 Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated. commit ec6fb0bee2610518f7d7be1e99e3804e52b243b8 Author: Kirill Kornyakov Date: Tue Jul 5 14:03:28 2011 +0000 java tests: now only OpenCVTestRunner contains android specific stuff commit 3fc879075b457403026f4ccf07f9a2334d186e03 Author: Andrey Kamaev Date: Tue Jul 5 13:02:29 2011 +0000 Fixed typo in features2d doc commit 5688b014e910402b843ee9cb4e99bb0fc20a87b1 Author: Kirill Kornyakov Date: Tue Jul 5 08:37:49 2011 +0000 JavaAPI: implemented Mat.dump method (analog for C++ stream <<) commit ff8fe39e23e847a2b4e90e49bb962a6adb9eb8c2 Author: Andrey Kamaev Date: Tue Jul 5 06:42:56 2011 +0000 removed duplicated compiler flags assignment commit 4f7a8f6fb0a88443a912537ad3185bfda72383b8 Author: Ana Huaman Date: Tue Jul 5 06:20:39 2011 +0000 Added calcBackProject_Demo1.cpp for tutorial sample code commit cc2bfdec302f4980e7fc8b8714e76da6de3b5c73 Author: Ana Huaman Date: Mon Jul 4 23:12:27 2011 +0000 Added compareHist_demo.cpp code commit 4ae5de7f1eb368f7b695716be02a48eb50dd2dc2 Author: Ana Huaman Date: Mon Jul 4 18:58:57 2011 +0000 Added MatchTemplate_Demo.cpp to tutorial sample code commit b33224f0b6149191741966a0313733ac6686bb15 Author: Vadim Pisarevsky Date: Mon Jul 4 16:18:12 2011 +0000 merged the latest fixes in 2.3 to trunk commit 55ba0af2bcb33bcc26194997894b57b6da9bca83 Author: Alexander Mordvintsev Date: Mon Jul 4 14:13:57 2011 +0000 use addWeighted for blending commit 85166360f1bfbcd75a3b2d1565d1d8e8a8e98ae2 Author: Kirill Kornyakov Date: Mon Jul 4 12:21:56 2011 +0000 java tests updated: now they independent from android, test methods are sorted alphabetically commit f301cda7805b61a07b461c2fba0c058a63ba4004 Author: Andrey Kamaev Date: Mon Jul 4 12:19:40 2011 +0000 Fixed 'Undefined control sequence' error in recently added tutorial commit 730622178bc9fd0d8c92c9d56d751a3790f5b027 Author: Andrey Kamaev Date: Mon Jul 4 11:41:39 2011 +0000 Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components) commit 53ff93f3f968b6bc4d0597d79d5b467e6c16a408 Author: Andrey Kamaev Date: Mon Jul 4 11:40:27 2011 +0000 Removed unnecessary variable disclosures from version config commit e9d63665b456b98a4a1c2de11a890cb73cdf291d Author: Alexander Mordvintsev Date: Mon Jul 4 11:38:53 2011 +0000 little simplification commit 15de28b069802c0e5ec3adb2414fccdfc6b58e26 Author: Alexander Mordvintsev Date: Mon Jul 4 11:25:56 2011 +0000 turing.py sample added commit 6be9fbfa6df666184885615cb0d76dfc74f02e35 Author: Bernat Gabor Date: Mon Jul 4 11:04:56 2011 +0000 Reformatted the TOC tables in tutorials to look just as good in PDFs as in HTML. Updated the default.css_t too for this. Added the "Windows Install" tutorial (with videos). commit 43097c6afba455f17357186458187f90ec32ea6a Author: Kirill Kornyakov Date: Mon Jul 4 10:51:06 2011 +0000 lena added commit 1649c8f6d0f12e2088947fe7a5a4afdfa2e735fc Author: Kirill Kornyakov Date: Mon Jul 4 09:30:55 2011 +0000 some tests for highgui java added commit 5596c792bc46a223ff9f8e58a231ddfbf2464595 Author: Alexander Mordvintsev Date: Mon Jul 4 09:05:11 2011 +0000 find_obj.py sample added commit d96f533784f6a8ed38f0d7015e41a345b731e3e4 Author: Andrey Kamaev Date: Mon Jul 4 08:18:02 2011 +0000 Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES commit 65cb53aa1ed11ffd9a9cb4e8295c7368fafeb666 Author: Andrey Kamaev Date: Mon Jul 4 06:33:10 2011 +0000 Fixed Android tests and samples build commit 6d549490fb5fbdcbadc1bf132e23242a11e40919 Author: Ana Huaman Date: Mon Jul 4 03:22:16 2011 +0000 Added calcHist_Demo.cpp tutorial code commit 08724393f4b4a2e6215af743e78ca78deeed2160 Author: Ana Huaman Date: Sun Jul 3 18:55:47 2011 +0000 Added tutorial sample code: EqualizeHist_Demo.cpp commit d3da43c8e5d2ec8585b80750aa98e03899dce850 Author: Alexander Mordvintsev Date: Sat Jul 2 22:21:19 2011 +0000 distrans.py sample added commit 724cc5b481850600268f22622e96fecd18c96ae5 Author: Alexander Mordvintsev Date: Sat Jul 2 16:03:17 2011 +0000 floodfill.py sample added commit 1c96aac52e476b1e95960480c17009ad36254e0d Author: Andrey Kamaev Date: Sat Jul 2 15:12:07 2011 +0000 Fixed several cross-compiling issues. Fixed cmake status report. commit e1ad6b27cf46d6713dfe74d6bfc3d8004dad7a8e Author: itsyplen Date: Sat Jul 2 12:17:57 2011 +0000 several java tests added commit afad87b5f2a1eebcf1f93be2c72b874851208bed Author: Alexander Mordvintsev Date: Sat Jul 2 07:13:31 2011 +0000 inpaint.py sample added commit f0a4185b1f8f3c24a67e11379ae9c65a4dcdf25c Author: Alexander Mordvintsev Date: Fri Jul 1 17:50:07 2011 +0000 cv.Line -> cv2.line commit 84568cb18e8c7f7c780e88ccb9df710a013f35a7 Author: Alexander Mordvintsev Date: Fri Jul 1 17:33:29 2011 +0000 python Sketcher utility class commit ee10a388518ba962fb6d8ea725d5335d2c881242 Author: Andrey Pavlenko Date: Fri Jul 1 15:58:16 2011 +0000 #863: typo fixed, minor changes in cpp generator commit 2b83d416b0ff23bcb8a907c9f8b316af1f8ff02f Author: Andrey Pavlenko Date: Fri Jul 1 15:48:13 2011 +0000 #863: default Mat() c-tor, minor improvements commit aa695abad20b5ad7c45198b01efab17469c5730a Author: Alexander Mordvintsev Date: Fri Jul 1 15:09:38 2011 +0000 watershed.py sample added commit f8e1e88ce2e2967ff21e7063ebb08ddd8b697c14 Author: Vadim Pisarevsky Date: Fri Jul 1 14:03:03 2011 +0000 we do not need strmiids.lib anymore commit e958383225698b1545cf67f6faae71a9fc8445f6 Author: Kirill Kornyakov Date: Fri Jul 1 13:34:23 2011 +0000 added some tests to core module commit f8e42721d3c1ac03764de4c844c9c5ac64f21dca Author: Andrey Kamaev Date: Fri Jul 1 13:12:05 2011 +0000 HelloAndroid sample is moved to samples/android commit e005570719178eb1ee93b528b31ca95dbf56637b Author: Andrey Kamaev Date: Fri Jul 1 13:11:16 2011 +0000 Fixed versioning bug: FIND_PACKAGE( OpenCV ) errors if no version specified commit 7fed582d9fb8695d7ced3032d521e7befb1c69ee Author: Kirill Kornyakov Date: Fri Jul 1 13:11:03 2011 +0000 implemented static Mat.eye method commit 837b733a0aef259b6926a8b360befbb634ec9119 Author: Andrey Kamaev Date: Fri Jul 1 12:23:03 2011 +0000 Modified cmake status report commit 3cbe53c5d27f4ed4a664f318a1ee0c1e6d172a23 Author: Vadim Pisarevsky Date: Fri Jul 1 12:14:51 2011 +0000 got back to the old DLL naming scheme (opencv_core230_vs2001_64d.dll => opencv_core230[d].dll) commit a5d53e3e2fb19c65e0e635ece7ec796c431e2d25 Author: Vadim Pisarevsky Date: Fri Jul 1 12:09:39 2011 +0000 some more corrections from Gabor commit c7a3fc5d4ed374bf80e79eb42c4f7b3ddc909aaa Author: Andrey Pavlenko Date: Fri Jul 1 11:12:55 2011 +0000 #863: sample text color changed from Green to Red. commit 3159bd1a743dcc622be5a71fc403b26dcf93c141 Author: Andrey Pavlenko Date: Fri Jul 1 11:10:20 2011 +0000 #863: 'string' args support added commit 6c8a2b8888528f9c1eb4a348398225d8f1e841aa Author: Vadim Pisarevsky Date: Fri Jul 1 09:39:22 2011 +0000 propagated fixes in docs and cap_dshow to trunk commit 382e154cfd5933c434a35e63925adc4eef9def75 Author: Alexander Mordvintsev Date: Fri Jul 1 08:22:45 2011 +0000 morphology python sample commit ad454d83b9900f6dd640f7775c6dc6dccd352d37 Author: Alexey Spizhevoy Date: Fri Jul 1 07:07:54 2011 +0000 added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching commit 68f5a5a9048510986bc0367b97507703337ca326 Author: Andrey Kamaev Date: Fri Jul 1 06:58:53 2011 +0000 Reverted change from r5802 (it breaks install target for Android platform) commit 5f4ba8055f6ce5090c2acdba60c47ae3ae0e158f Author: Alexey Spizhevoy Date: Fri Jul 1 05:37:20 2011 +0000 added tests for pyrDown and pyrUp (gpu) commit 3e1b0186feabcf2f963ce93806ffa15d21823e5d Author: Vincent Rabaud Date: Fri Jul 1 01:28:14 2011 +0000 - make sure we don't crash for an empty image commit 74cc1803c4bf812161fda51d9f56024bb23ea033 Author: Ethan Rublee Date: Fri Jul 1 01:25:27 2011 +0000 Version modifications. commit 08d3dcc709100b33858adf76e0e3be8a54af02bc Author: Ethan Rublee Date: Fri Jul 1 00:57:00 2011 +0000 minor edits to cmake. commit 38b5d4ecc9fcf40307e94a2bc074015d09427c72 Author: Ethan Rublee Date: Fri Jul 1 00:14:09 2011 +0000 Adding namemangling to the opencv.pc file. commit 529f1034562b4dfd7a6254c43a7e62af115dac47 Author: Andrey Kamaev Date: Thu Jun 30 19:45:52 2011 +0000 Merged name suffixes for windows (from 2.3 branch) commit ec90265a08bda0417ca643e38778c0fa20fed841 Author: Andrey Kamaev Date: Thu Jun 30 17:01:15 2011 +0000 Fixed compilation problem when building without CUDA commit 7f260a0f0b13e441b766695d6c6927a82f05e5fa Author: hartmut Date: Thu Jun 30 14:57:27 2011 +0000 fix for capture commit 01b3266612ddd7ca590dac6301edf3d894068515 Author: Andrey Kamaev Date: Thu Jun 30 14:56:39 2011 +0000 Fixed Android target name for Android samples and tests commit 9fbd47ffb115e0cdd8035550ccd95b0510eb9271 Author: Kirill Kornyakov Date: Thu Jun 30 14:47:50 2011 +0000 added several tests for java/core module commit 5d703abdc2e08a5868a62f05455cdb97d64866d8 Author: Alexey Spizhevoy Date: Thu Jun 30 14:47:20 2011 +0000 fix for GPU module compile time (VS2010) error (from 2.3 branch) commit 674b76339592f01fccca414924ed8e484e65b8d5 Author: Alexey Spizhevoy Date: Thu Jun 30 14:39:48 2011 +0000 GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) commit a44d6aacc80acca88ca66ca1ed6df73c67f22b60 Author: Andrey Kamaev Date: Thu Jun 30 14:35:35 2011 +0000 Android tests are included into cmake build commit 7f115db7a7863944da461fc12f96c63be139143c Author: Alexander Mordvintsev Date: Thu Jun 30 14:17:31 2011 +0000 morphology.py sample stub commit 150c2215bb61f99bcf338c8138408c8bf3c665c1 Author: Andrey Kamaev Date: Thu Jun 30 14:16:14 2011 +0000 Fixed Android tests resources and settings commit 13bbc9ff71b7c9660517ee7d7103e6da477c85eb Author: Ana Huaman Date: Thu Jun 30 13:42:46 2011 +0000 Added Affine Transformation tutorial in reST commit 092699783ad3e0fd5b1edff9af22e8816567a331 Author: Andrey Kamaev Date: Thu Jun 30 13:37:56 2011 +0000 Added cmake script to build Android samples commit 995ce4bdcc9e09d3d913a939a032d42852fde755 Author: Vadim Pisarevsky Date: Thu Jun 30 12:25:36 2011 +0000 :ocv:function => :ocv:cfunction for some old API commit daa31a06962d379514e5c983d666e62ac7a668a7 Author: Kirill Kornyakov Date: Thu Jun 30 12:07:31 2011 +0000 autogenerated JUnit stub tests added commit cc9a1bb62f2caa6498d730101846c2155f4ec077 Author: Vadim Pisarevsky Date: Thu Jun 30 12:06:26 2011 +0000 propagated some more fixes from 2.3 branch to the trunk commit f4894d57cd50e0422b9b34d21df7c7e699c5b225 Author: Kirill Kornyakov Date: Thu Jun 30 09:39:30 2011 +0000 opencv_test package renamed to opencv.test commit 217a782d941c6664433c7b0aa8a35895ab5bd4c2 Author: Kirill Kornyakov Date: Thu Jun 30 09:38:07 2011 +0000 opencv_test package renamed to opencv.test commit 3ff8831ae9c4e7b2a4eb6c9f2f52a699a503abf2 Author: Bernat Gabor Date: Thu Jun 30 09:37:01 2011 +0000 Updated the TOC tree of the imgproc tutorial section. commit 56e26b96242a44065b904bbb507f48c26df423f4 Author: Kirill Kornyakov Date: Thu Jun 30 09:29:35 2011 +0000 initial commit of JavaAPI unit tests commit 64c8d8f2a0c38e5be57bebd01a1e2a73cf4f79c7 Author: Ana Huaman Date: Thu Jun 30 09:08:04 2011 +0000 Added Remap tutorial in reST commit aa47802e88c83811a6d90c019e7f5f282f0f42f1 Author: Andrey Kamaev Date: Thu Jun 30 07:24:35 2011 +0000 Modified version section to read version number from version.hpp; Added search for ant and Android SDK (needed for Android tests and samples). commit 5ee8293e7b0181b46c7484f102e43ed320f83727 Author: Bernat Gabor Date: Thu Jun 30 00:59:47 2011 +0000 Mixed up the linux_eclipse.rst file in the previous commit. Correcting it. commit 762bc0f8af1aa7a5fc939c0007b958b12063377c Author: Bernat Gabor Date: Thu Jun 30 00:41:41 2011 +0000 Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4. commit d8ea8ef98a8a9c3aeaa3b2246406f010a958a458 Author: Vadim Pisarevsky Date: Wed Jun 29 22:34:08 2011 +0000 propagated some more fixes from 2.3 branch to the trunk commit d5d0a2f8e01f6c93b785129d8dcdc115fa8e28e3 Author: Vadim Pisarevsky Date: Wed Jun 29 22:26:09 2011 +0000 propagated some more fixes from 2.3 branch to the trunk commit b204e73d9a5b130abe4333b34a2b056bf2e25240 Author: Vadim Pisarevsky Date: Wed Jun 29 22:06:42 2011 +0000 propagated some more fixes from 2.3 branch to the trunk commit dacd265424f8358b7444770dc57371bb8207cea6 Author: Vadim Pisarevsky Date: Wed Jun 29 22:04:43 2011 +0000 propagated some more fixes from 2.3 branch to the trunk commit 04830e5dc0041ca3887c991a8b79623ab259b9c3 Author: Gary Bradski Date: Wed Jun 29 21:34:52 2011 +0000 Edit load and save to load, modify and save commit 7cd48accc27acd770b0ca47f31c2fc7e9e96476c Author: Vadim Pisarevsky Date: Wed Jun 29 17:45:41 2011 +0000 bump version to 2.3.1 in the header too (ticket #1178) commit 0a14f76731fb32b172c06640886d15a7aa8d4206 Author: Ana Huaman Date: Wed Jun 29 17:39:12 2011 +0000 Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D) commit b5754550ab1afd2070fa3af2e0a65d5554b0cda3 Author: Vincent Rabaud Date: Wed Jun 29 17:01:23 2011 +0000 fix #1169 commit 3df6548c4a17f02e950f45d37c6cb10fb520d84c Author: Andrey Kamaev Date: Wed Jun 29 13:42:46 2011 +0000 Android samples fixed - line endings are converted to unix style; autogenerated folders are added to ignore list commit 359b76bdadaa65e770e4347d5a8c8c1f8959079d Author: Andrey Kamaev Date: Wed Jun 29 13:18:20 2011 +0000 Fixed native camera support in Android.mk commit d6b6734619c0016163fe39d1fa3a63968b13db8f Author: Andrey Kamaev Date: Wed Jun 29 13:17:02 2011 +0000 Added new Android sample (Java API + Native) commit 4b61683071f84c09a101a074d0ae944397154650 Author: Andrey Kamaev Date: Wed Jun 29 12:26:27 2011 +0000 Added one more Android sample (using OpenCV from native) commit 724a3c1473566f38b4c1b4ddc1baaec669ce5bca Author: Vladislav Vinogradov Date: Wed Jun 29 12:00:00 2011 +0000 added CUDA version info to gpu tests commit 52bdfbc7fcdba4db8dab27f3ed7606de5e3f536f Author: Vladislav Vinogradov Date: Wed Jun 29 11:53:15 2011 +0000 added OS info to gpu tests commit e8d2dd212c86e459350af1c803bdce87a0342387 Author: Vladislav Vinogradov Date: Wed Jun 29 11:14:03 2011 +0000 fixed gpu tests commit a4182b5da30c9403d0e08367c65c14dad93a73b2 Author: Vladislav Vinogradov Date: Wed Jun 29 10:57:48 2011 +0000 fixed build under linux commit d1b4b5f0de3500e54515b1992cc294721c81b912 Author: Vladislav Vinogradov Date: Wed Jun 29 10:14:16 2011 +0000 refactored gpu module tests commit 6e3142f04bf271b66b6c3ce3f3d2bbbc6590187c Author: Andrey Kamaev Date: Wed Jun 29 08:46:29 2011 +0000 Added second sample for Android Java API commit 96d29621b7ae43ec5408b36c5a8a1d8b07e3f64a Author: Andrey Kamaev Date: Wed Jun 29 06:27:08 2011 +0000 Fixes for path mangling feature commit 334cb1dcd1378ab837c323727a57a2106827997c Author: Andrey Kamaev Date: Wed Jun 29 05:38:51 2011 +0000 Android sample is refactored according to Google code style guidelines for Android developers commit f27796e8cc6ae4b3d87e71a863a831daf25f09f5 Author: Ana Huaman Date: Wed Jun 29 04:05:17 2011 +0000 Added Hough Circle Tutorial in reST commit d32a134b0f1fbe890c3211b26c007c4f16110357 Author: Ana Huaman Date: Wed Jun 29 00:20:05 2011 +0000 Added Hough Lines Tutorial in reST commit 1d335bddfcfc7f9f550e4a0808e41f4a64b682c3 Author: James Bowman Date: Tue Jun 28 23:29:15 2011 +0000 Fix for SSE swapping bug commit 8f01f2cc9fdf1a47bced4a62a5b72012b6c69b3c Author: Ana Huaman Date: Tue Jun 28 19:32:48 2011 +0000 Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent commit 773654e11aa86b40edda04febf34b1af9cbddc69 Author: Ethan Rublee Date: Tue Jun 28 19:24:31 2011 +0000 More work on the mangling of install paths. commit 4f89292aabc0880250018da98e3b0f62faea1011 Author: Ethan Rublee Date: Tue Jun 28 16:19:35 2011 +0000 fix version in version.cmake commit 6259c9ac6a9f593962b9bb28d754395e32105db1 Author: Ethan Rublee Date: Tue Jun 28 16:02:09 2011 +0000 First pass at name mangling based on version number, to support side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc... commit d673197d01ee44865a5825f4317cc10ae8560353 Author: Andrey Kamaev Date: Tue Jun 28 15:12:14 2011 +0000 Added base Android Java sample commit 820cecfa2d3aa14d01f238a6586a294ea9009d14 Author: Andrey Kamaev Date: Tue Jun 28 11:34:41 2011 +0000 Fixed windows compatibility problems in Android.mk commit f60bdb2473c8d43e815fe3273affa92c64d49d1f Author: Andrey Kamaev Date: Tue Jun 28 08:48:23 2011 +0000 Fixed Android.mk file generation commit 822b0bfe2261353ecdfb5d8c8c2f277919b2a1a3 Author: Andrey Kamaev Date: Tue Jun 28 07:20:30 2011 +0000 Minor bugfix commit 591cb1b3cf9e5bdab964c63682ca356c352eae00 Author: Andrey Kamaev Date: Tue Jun 28 05:51:41 2011 +0000 Fixed compiler options in Android build (Windows) commit ba7ee71c201bca99b98a0b2a0411bbf81dc7a6be Author: Andrey Kamaev Date: Tue Jun 28 05:18:53 2011 +0000 Numerous small fixes in CMakeLists.txt commit 2776b42a7b96cdddf9677e3d5f9d99f1153d2c07 Author: Vadim Pisarevsky Date: Mon Jun 27 20:01:05 2011 +0000 propagated fix for Matx(Matx::diag_type) constructor from branch 2.3 to trunk commit 25887e693be7eb3b59658d5cb3cdb03b0abe310d Author: Vadim Pisarevsky Date: Mon Jun 27 19:57:56 2011 +0000 removed the obsolete tests from the trunk as well. commit 832262e376973d318861b4061c3d0edefc8dd333 Author: Ana Huaman Date: Mon Jun 27 17:06:54 2011 +0000 Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code commit cf28846bce9b31403c1bbbc87620ae14b1e65f95 Author: Andrey Kamaev Date: Mon Jun 27 16:55:10 2011 +0000 Fixed OpenCVConfig.cmake generation for windows commit 31fcd406e1b3340215aae7c6da06a161ac03c677 Author: Andrey Kamaev Date: Mon Jun 27 16:21:22 2011 +0000 Eliminated cmake warning for case when python is not found. commit b43ae03328a78cab874e313e4fde6d622edd0416 Author: Andrey Kamaev Date: Mon Jun 27 13:59:03 2011 +0000 * Install path share/opencv is renamed to share/OpenCV. * Fixed zlib search. * Fixed compiler/linker flags caching bug. * Fixed OpenCVConfig.cmake generation (currently tested only on Unix). commit 20ab3d538baa25fa387f12d4b1cf4e16da7f3ea3 Author: Ana Huaman Date: Mon Jun 27 13:21:01 2011 +0000 Updated conf.py with the latest added external links for tutorial docs commit e1aa8eead36e7d88f885dd6cf5833f7f5ea176f0 Author: Ana Huaman Date: Mon Jun 27 08:31:34 2011 +0000 Added reST tutorials for copyMakeBorder, Sobel Operator, updated links in conf.py commit f0227edd2cb8601bc8bed9a4ef0fe2441628ddd4 Author: Andrey Kamaev Date: Mon Jun 27 08:24:10 2011 +0000 Minor python search improvements commit ae649e8c30b8528c1d308e9adb2a5dc8bc820e05 Author: Ana Huaman Date: Mon Jun 27 04:01:01 2011 +0000 Added rst Tutorial for Filter 2D commit 3a0d3ebdde8cd5f26d3962ef2680c708012a799a Author: Ana Huaman Date: Sun Jun 26 23:09:04 2011 +0000 Added Laplace, Canny and Sobel samples in tutorial cpp code commit 0dbbb89e8dfec5caa58bbd1354766424b0ee6d56 Author: Alexander Mordvintsev Date: Sun Jun 26 21:34:39 2011 +0000 added stereo_match.py sample commit 65575cef7e0a80e6998426fa831bba722e57627f Author: Ana Huaman Date: Sun Jun 26 18:36:59 2011 +0000 Added two new sample files for copyMakeBorder and filter2D commit d1958719048a8276aa29a7130db3e3b92cdbfe81 Author: Vadim Pisarevsky Date: Sat Jun 25 09:39:41 2011 +0000 propagated fix for ticket #1168 to trunk commit 7c2e74b649e8fbc2f5cccc4610deed5d259b0fc0 Author: Vincent Rabaud Date: Fri Jun 24 23:21:39 2011 +0000 - fix a bug if the descriptor is used for images of different size commit c1940b4ec702d111af64a9ff3e98961a6f9804ad Author: Andrey Kamaev Date: Fri Jun 24 15:40:27 2011 +0000 Modified install layout for Android commit 10065d332142d2dca52179a31252074a99847fdc Author: Ilya Lysenkov Date: Fri Jun 24 12:48:00 2011 +0000 Trunk: moved contructors implementations from .hpp to .cpp commit 2c958b2598230e79188dec7a4da735e376b0536d Author: Ilya Lysenkov Date: Fri Jun 24 12:25:52 2011 +0000 Trunk: moved contructors implementations from .hpp to .cpp commit 2edf764eeeeb735faf3f805dd2e21d5f0766c1ac Author: Andrey Kamaev Date: Fri Jun 24 08:13:02 2011 +0000 Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator commit 69b79f89c1810ab4c405d560ef7651c2cc205403 Author: Andrey Kamaev Date: Fri Jun 24 07:48:04 2011 +0000 Updated build scripts for better Java module support commit 2ee4f0de31f75993fa374bdfbd9b5e83d2a1a986 Author: Ethan Rublee Date: Fri Jun 24 07:12:34 2011 +0000 Merging back 2.3 cmake changes. commit 42bd52f04657881408432c3a2b4558199e1f921a Author: Bernat Gabor Date: Thu Jun 23 22:28:27 2011 +0000 Corrected the place of accent in the name of Ana Huamán. commit 9426249a88274aed2d9cf452d4d27108682e0b4c Author: Bernat Gabor Date: Thu Jun 23 21:55:24 2011 +0000 New structure (following the documentation) for the tutorials. Normalized image sizes for TOC display. commit ea70a5ffd68d2f54836299acece2dbf8f7ff79c7 Author: Bernat Gabor Date: Thu Jun 23 21:47:16 2011 +0000 Cleaning up the doc/tutorials folder in preparation to add thew new structure. commit b5d73111ebc2fe47c2e8ad5bcd60f5f98677b5cf Author: Andrey Kamaev Date: Thu Jun 23 15:51:51 2011 +0000 Added new module for Java API commit f0624c08dc46151e30f2785591c697c0586adfbb Author: Vadim Pisarevsky Date: Thu Jun 23 12:15:35 2011 +0000 propagated some more changes from 2.3 to trunk commit 6e613bca9b8153f4f92b178a603cf56cb171e112 Author: Vadim Pisarevsky Date: Thu Jun 23 12:13:33 2011 +0000 propagated some more changes from 2.3 to trunk commit 49467947ac6d4e31dba2d2a6c040239716d0af21 Author: Vadim Pisarevsky Date: Thu Jun 23 12:00:09 2011 +0000 propagated some fixes from 2.3 to trunk commit d4fbb2c4fb146540326dee81e1022f98b44b3921 Author: Vadim Pisarevsky Date: Thu Jun 23 11:57:27 2011 +0000 added missing bdatypes.h commit b1bf1deed019bff079c1f888a8c40eb0d34c5c7a Author: Vadim Pisarevsky Date: Thu Jun 23 11:46:14 2011 +0000 fixed 2 bugs in reference manuals commit e60b8dfba06d1f40fb2dc800164ba973d131b29d Author: Andrey Kamaev Date: Thu Jun 23 09:16:55 2011 +0000 Fixed numpy search on Windows x64 commit 725d7715700f3d9de2372098fd9a899a1a03d65f Author: Andrey Kamaev Date: Wed Jun 22 13:27:28 2011 +0000 Fixed output paths for Android build commit 9600ebadf27952d4c827b691d7e51dc580b3f7a0 Author: Andrey Kamaev Date: Wed Jun 22 11:53:15 2011 +0000 Main CMakeLists.txt merged with 2.3 branch commit 76bc9f8c202b181be72270bf4cc9abd41fcf183d Author: Andrey Kamaev Date: Wed Jun 22 10:38:57 2011 +0000 Removed SWIG from Android toolchain; always search for python; find_program/find_package cmake functions wrapped for case of cross-compiling. commit 3ac024ff6ce726dae5d309b873d1b38b29eb232d Author: Ana Huaman Date: Wed Jun 22 02:05:49 2011 +0000 Added tutorial for threshold in reST and fixed broken links from previous ImgProc tutorials commit 22e59e933beebc56ac455d197a0c0f9154888e1a Author: Ana Huaman Date: Tue Jun 21 23:50:02 2011 +0000 Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc commit 9ce4e87507e73b4626bb2fe2797986e6f8521fbc Author: Ana Huaman Date: Tue Jun 21 22:22:31 2011 +0000 Added reST tutorial documentation for Pyramids and added a few links to conf.py commit 5df9da1576f69c0c78785f1240ac5845c0a4f769 Author: Ana Huaman Date: Tue Jun 21 20:33:35 2011 +0000 Added Pyramids.cpp sample tutorial code commit 677d2e508fd53908b68c169a386e3c81c3b86fce Author: Vadim Pisarevsky Date: Tue Jun 21 11:10:45 2011 +0000 fix for ticket #1153 propagated to trunk commit a8d37509fac8c544d874e09f5af64c8d43f1ddd8 Author: Ana Huaman Date: Tue Jun 21 08:53:37 2011 +0000 Added tutorial in reST for Morphology 2 commit 2819438fe6ffab4958ae8025e0826ff5c4740201 Author: Ana Huaman Date: Tue Jun 21 05:06:25 2011 +0000 Reorganized code and added Morphology 2 cpp code commit ae55138a49b92e1ece2f7c12ac12ca27cf749d4b Author: Ana Huaman Date: Tue Jun 21 03:30:18 2011 +0000 Deleting old tutorial files and put them in folders commit 3162b742a3fe1004b068a3ab08ea4bed66b02feb Author: Ana Huaman Date: Tue Jun 21 03:27:26 2011 +0000 Folder Intro commit ea58cdc71dd6f536d489e05e196fd32a859c92b1 Author: Andrey Kamaev Date: Mon Jun 20 15:57:42 2011 +0000 (trunk) Do not use prebuilt Android camera libs for armeabi hardware target commit 9c71134caf34dfd458e051298fb4e25ea0069624 Author: Andrey Kamaev Date: Mon Jun 20 15:35:05 2011 +0000 Added generation of OpenCV.mk file for Android development with ndk-build tool commit ee2aefc270fcf2386f2d15941c74542942ea4137 Author: Ilya Lysenkov Date: Mon Jun 20 13:27:37 2011 +0000 Minor doc fix commit fce7ba4eaf61ba09f0b2771963c5e5b8e05d42b4 Author: Ilya Lysenkov Date: Mon Jun 20 13:24:48 2011 +0000 Added destroyAllWindows and docs (ticket #957). commit 233dfd252d376ff7711e823aed65a8ccdb6ec462 Author: Ilya Lysenkov Date: Mon Jun 20 09:49:21 2011 +0000 Qt: fixed signal of a clicked push button (patch #786) commit 3c7055b9ce6bcc48c60796b0162d58fa85e25ba1 Author: Ilya Lysenkov Date: Mon Jun 20 09:29:04 2011 +0000 Qt minor doc enhancement commit 848be8dfe14c1eccd87440a33b59edef55f08d47 Author: Vadim Pisarevsky Date: Mon Jun 20 09:20:17 2011 +0000 temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized) commit 310ed833436704aef3ec06192d6eac769d5248e4 Author: Ilya Lysenkov Date: Mon Jun 20 09:06:02 2011 +0000 Qt doc: specified an image type in the addText function (ticket #1144) commit 6767f1db9eaf1892065294754c2eb987fe7287d5 Author: Vadim Pisarevsky Date: Mon Jun 20 08:42:08 2011 +0000 added dummy symbol to flann to make OpenCV compile on Windows commit 24cb30fed550823d3c01cf0fdbfa85e654d246e6 Author: Vadim Pisarevsky Date: Mon Jun 20 07:53:46 2011 +0000 fixed errors and warnings when building with MSVC commit 3b2d4b57a0251549ba72cfce51d5e8af973fc7dc Author: Marius Muja Date: Mon Jun 20 00:26:16 2011 +0000 Bringing get_param and print_params into cv::flann namespace. commit 9153018bd2f96c315b75b9a614c3789237e29911 Author: Marius Muja Date: Sun Jun 19 23:46:23 2011 +0000 Updated FLANN commit 2e54482de9e30848436d461577351d89430dddfd Author: Vadim Pisarevsky Date: Sun Jun 19 23:24:01 2011 +0000 fixed formula in cvIntegral/integral description commit 108fc3f4feeb45b4ad0391605838a729ce405277 Author: Vadim Pisarevsky Date: Sun Jun 19 22:35:24 2011 +0000 fixed problem with non 4:3 cameras (ticket #142) commit 873b72edd9bba7468d7d4a3028b399d6896c0518 Author: Vadim Pisarevsky Date: Sun Jun 19 22:23:59 2011 +0000 use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782) commit ec97683ddfee36d958b38c74c39cde9b653412dc Author: Vadim Pisarevsky Date: Sun Jun 19 22:06:32 2011 +0000 fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature commit 2e520b05c46c6fc638e15da239d4f49ffe8da5fd Author: Vadim Pisarevsky Date: Sun Jun 19 22:03:23 2011 +0000 fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature commit c5088ca1b843a9f0a1c3c1a4f8b31add03c25fd6 Author: Vadim Pisarevsky Date: Sun Jun 19 21:13:32 2011 +0000 added explicit Mat_::Mat_(const MatExpr&) (resolves ticket #996) commit 5d047af00511153298a0f0623b60d651c052e61c Author: Elena Fedotova Date: Sun Jun 19 20:28:08 2011 +0000 Purpose: 2nd review cycle. commit babec5188018f9afa54eaa408b1c9c07f5fb006d Author: Vadim Pisarevsky Date: Sun Jun 19 20:14:42 2011 +0000 fixed memory leaks in fromarray (thanks to Matthew Baker for the patch!) commit 32825893bdb96c01ed6f4fe6f489cf8e35ee2d7c Author: Alexander Mordvintsev Date: Sun Jun 19 11:33:15 2011 +0000 work on obj_detect.py added square_size cmd line param for calibrate.py added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later) commit 99eb3771433943b32efa007abec45f8b2f16a6db Author: Ana Huaman Date: Sat Jun 18 23:08:08 2011 +0000 Added tutorial in reST for Morphology 1 commit a8f1b8be21976c2bdb7e808022d893d77744197d Author: Elena Fedotova Date: Sat Jun 18 20:45:35 2011 +0000 Purpose: 2nd review cycle - see ?? . commit 4ec0287dd3135b842167c025755c6db473de6c7c Author: Elena Fedotova Date: Sat Jun 18 20:37:50 2011 +0000 Purpose: 2nd review cycle - see ?? . wrong syntax format commit 5006ba773f998292259c9a908b69406fa7c55de7 Author: Ana Huaman Date: Sat Jun 18 20:30:31 2011 +0000 Morphology code 1 added to tutorial-code/Image_Processing commit 392b9074f5caecc43cbc9ab6cbaf6129847aa991 Author: Elena Fedotova Date: Sat Jun 18 20:19:03 2011 +0000 Purpose: 2nd review cycle. commit 6a3f69d2d18d86352c6b5d2abd4e892c94c8ed1f Author: Ana Huaman Date: Sat Jun 18 17:46:52 2011 +0000 Fixed a small link error in documentation commit 52b3391067822b148890f5be4be3e8ba2ea7222d Author: Ana Huaman Date: Sat Jun 18 17:27:02 2011 +0000 Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code commit 151bfb2ae238e0b074cfa272588211ac937eea3f Author: Vadim Pisarevsky Date: Sat Jun 18 13:09:57 2011 +0000 use "-O2 -DNDEBUG" in release by default in the case of MinGW commit 0e14fef96e01a9d343b7bdbd0a5ae93f221e6422 Author: Vadim Pisarevsky Date: Sat Jun 18 10:56:49 2011 +0000 fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, , )" work properly. commit c37e063914ae61c2c708812dd2b3a63a64630ac5 Author: Vadim Pisarevsky Date: Sat Jun 18 10:03:01 2011 +0000 removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++. commit 350dfc1ef72344c85c8b4eb16a3e928e6709fd0c Author: Elena Fedotova Date: Fri Jun 17 22:23:37 2011 +0000 Purpose: 2nd review cycle. commit 05d36be85b848307488bb6b2e5c5137b07f950b8 Author: Elena Fedotova Date: Fri Jun 17 21:38:06 2011 +0000 Purpose: 2nd review cycle. commit 1f8cf9d0625fdeb855ff9fabc990ff7763a75130 Author: Elena Fedotova Date: Fri Jun 17 21:37:42 2011 +0000 Purpose: 2nd review cycle - see ?? . commit f4dc4b43e45af3389f4f6aed52f4855b257dcf88 Author: Vadim Pisarevsky Date: Fri Jun 17 21:21:01 2011 +0000 fixed calibrateCamera API (ticket #1143) commit d5ba7c382645561ca1adf3aae3936f3c5d7aec38 Author: Vadim Pisarevsky Date: Fri Jun 17 20:34:34 2011 +0000 fixed crashes in camshiftdemo (ticket #875) commit 3ca31dcdb65b7fa616a91bcd5d0706b21931e1c0 Author: Ana Huaman Date: Fri Jun 17 20:13:53 2011 +0000 New basic filter sample added commit 6229af93d6323e3f55d4d17df83219da13aa4262 Author: Vadim Pisarevsky Date: Fri Jun 17 19:12:21 2011 +0000 corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141) commit 9b6d8c3963fed02c582daa1f8446a183cae85da6 Author: Vadim Pisarevsky Date: Fri Jun 17 19:03:26 2011 +0000 added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145) commit 4582226567b5b7d33dd4d6aa1584b8e814f3ca6e Author: Alexander Mordvintsev Date: Fri Jun 17 16:17:10 2011 +0000 work on obj_detect.py sample (in progress...) commit 48a5599c5ec0970cfaa5d28efe449ff28b182fda Author: Vadim Pisarevsky Date: Fri Jun 17 16:14:47 2011 +0000 fixed potentially incorrect memory access in cv::transform commit 98e13cec87fb924a051637faf325b6aa0df98b00 Author: Ana Huaman Date: Fri Jun 17 15:57:00 2011 +0000 Added sample code for tutorial - cpp commit d198e39d35e1a62535f828907d27e92596dee2ef Author: Alexander Shishkov Date: Fri Jun 17 15:44:05 2011 +0000 set default compiler flags to "-O2" in the case of MinGW commit 840baa2205c291fa6c41a205bfeacec86cad0941 Author: Andrey Morozov Date: Fri Jun 17 15:02:10 2011 +0000 improved build of installer package for windows commit e722cb96e7ee4a6ed9f6e6cd8fa75d2871879223 Author: Andrey Kamaev Date: Fri Jun 17 13:52:55 2011 +0000 Added cmake file to compile Android native camera wrapper if Android source tree is available commit 4f86b30abcec2f7e75c145aee9708a5112c65a6b Author: Maria Dimashova Date: Fri Jun 17 13:23:28 2011 +0000 fixed #1140 and made some other updates of features2d docs commit 3be51ded5d1e3b970de4aea9ddef37fc58f43096 Author: Alexey Spizhevoy Date: Fri Jun 17 13:22:38 2011 +0000 fixed typo in opencv_stitching commit 0ec452c152003d5c7126d46c2344f950433757df Author: Alexander Shishkov Date: Fri Jun 17 13:12:21 2011 +0000 turned off Python support for Windows in Debug mode commit 78dcb42822429c1998ebcd6ed49b2e8498c58bf0 Author: Alexander Shishkov Date: Fri Jun 17 12:53:57 2011 +0000 fixed compilation on Linux in static case commit d40b37dbf34a675002ff266852d9db2529f6dff8 Author: Alexander Shishkov Date: Fri Jun 17 11:51:15 2011 +0000 modified output stream commit 907240a865e84e8ae10c5c2b018a9a0ac947a84f Author: Maria Dimashova Date: Fri Jun 17 11:40:54 2011 +0000 completed doc on MLData commit 3d74662f5aab8303e27011cc750e64baed9bfafd Author: Maria Dimashova Date: Fri Jun 17 11:33:06 2011 +0000 updated check_docs script and whitelist commit 6e8b4e646aa414df45091a43b44848baedc76c69 Author: Andrey Kamaev Date: Fri Jun 17 11:10:35 2011 +0000 Fixed Android install target commit d84b5a9b36cc917af3c1c75ea5f72e4dd5db9673 Author: Maria Dimashova Date: Fri Jun 17 10:55:30 2011 +0000 removed old data commit e95f8194e221f73c15c8506d021637cd95c78664 Author: Maria Dimashova Date: Fri Jun 17 10:47:35 2011 +0000 uncommented Opponent descriptors test, fixed descriptors mat size commit 814336f4cb2d4875c77b757732d76014c0b5d291 Author: Maria Dimashova Date: Fri Jun 17 10:13:53 2011 +0000 Added doc on CvMLData commit fc04b7ab4f5b1288f27b4d5795fe31b332dd4880 Author: Maria Dimashova Date: Fri Jun 17 10:11:52 2011 +0000 minor refactoring of CvMLData interface commit 77be493e45f8d8abf6e9c7432c328e80121d7bc9 Author: Ilya Lysenkov Date: Fri Jun 17 09:26:53 2011 +0000 Qt: fixed keyPressEvent (ticket #803) commit 83a4a41cde79b2e64db97cfa25d444fded27763a Author: Alexander Mordvintsev Date: Fri Jun 17 07:35:39 2011 +0000 work on obj_detect sample commit 6e38b6aaed2077bfe807be32e262e36d5002675c Author: Vladimir Dudnik Date: Fri Jun 17 06:31:54 2011 +0000 removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) commit 092beae2d52dbef5811cb25d72e8878532dd877e Author: Andrey Kamaev Date: Thu Jun 16 20:25:15 2011 +0000 Updated NDK default paths for version r5c commit 206aa50f86b4d8272d66fd167545d518a7c63835 Author: Andrey Kamaev Date: Thu Jun 16 18:00:41 2011 +0000 Added Android native camera module commit 5cae924a3d8ce681c4986b6a6d9a599c7ac57c84 Author: Bernat Gabor Date: Thu Jun 16 17:18:50 2011 +0000 A "Hello World" like tutorial to assure that I have submit rights to the tutorial section. commit 480f8235a7b008c9bfa30fee757130f02a7536ae Author: Ilya Lysenkov Date: Thu Jun 16 15:48:01 2011 +0000 Qt: fixed destroyAllWindow crash (patch #794) commit f010539aaf84884ba0945dfa18a71e713222aaf1 Author: Alexander Shishkov Date: Thu Jun 16 15:02:58 2011 +0000 Fixed MacOS GPU Compilation for i386 commit c5787c52623cb781ab622ce51ba5d0819fae404a Author: Alexander Shishkov Date: Thu Jun 16 14:28:29 2011 +0000 added missing audevcod.h commit 1987de1d77a61b9a0821e73fb6a5352399144e4e Author: Vadim Pisarevsky Date: Thu Jun 16 13:21:22 2011 +0000 added missing errors.h commit 0565a9456d268821aae5d4203f109e92219c51d1 Author: Ilya Lysenkov Date: Thu Jun 16 13:20:50 2011 +0000 Qt: fixed using of OpenCV in another Qt app (patch #919) commit 8d8ef596c855981e238e9199ffe61df30c315040 Author: Vadim Pisarevsky Date: Thu Jun 16 12:48:23 2011 +0000 introduced new RST/Sphinx domain ocv. commit 4f3fb040a4c4b5d967df08e81a6dc1641ff7890d Author: Ilya Lysenkov Date: Thu Jun 16 12:44:04 2011 +0000 Qt: fixed resizing of maximized window (patch #858). commit 0209d7253477032b6a511e11b20a762167db70cf Author: Maria Dimashova Date: Thu Jun 16 12:35:40 2011 +0000 minor change (moved methods implementation from hpp to cpp) commit 74f1162a416b57c15d2375f9b5d256b22dc7e294 Author: Anatoly Baksheev Date: Thu Jun 16 10:33:32 2011 +0000 tabs commit 35d5a671a209cf7e1e057497d77ddfad2b91ef33 Author: Vadim Pisarevsky Date: Thu Jun 16 10:20:26 2011 +0000 little fix: "and" => "AND" commit 498451872b45b3607fca4d8265927f54c2150852 Author: Vadim Pisarevsky Date: Thu Jun 16 10:11:43 2011 +0000 another small correction to build cap_dshow.cpp in highgui commit 17b18de5319669445f6b5242fab3522969ce3942 Author: Vadim Pisarevsky Date: Thu Jun 16 09:51:34 2011 +0000 added missing evcode.h; made videoinput optional (ticket #1142) commit 802fcc57a21053c25273b8c563d0039877f705d9 Author: Andrey Morozov Date: Thu Jun 16 08:31:08 2011 +0000 fixed "bitrate tolerance too small for bitrate" commit b138dbde3fad4588490b7f17fd3075c5eeca10bf Author: Kirill Kornyakov Date: Thu Jun 16 06:08:27 2011 +0000 bugfix in warpAffine, correct buffer size should be used commit 412e7a835fd86a8ec25480eae83347cd2ba491c9 Author: Vadim Pisarevsky Date: Wed Jun 15 22:59:41 2011 +0000 videoInput is now integrated into highgui and built from sources commit e20d570ed1d30943967e03b2614366acd3c3fc9d Author: P. Druzhkov Date: Wed Jun 15 21:54:25 2011 +0000 brief gbt documentation added. some sample fixes made. code updated. commit 9c071c6a3032b027cd25ba536b94eafd9cccfd4f Author: Elena Fedotova Date: Wed Jun 15 21:28:58 2011 +0000 Purpose: 2nd review cycle: many links in this topic are broken (don't know why). The table in the very beginning includes two functions only. what about the rest? commit 4b4e30f6c14816aab41f7fa97478869772c78c9d Author: Vadim Pisarevsky Date: Wed Jun 15 17:34:43 2011 +0000 fixed gcc dwarf2 check commit 13a9129d20c9ef8b42ce611cca20fad9ae39555c Author: Alexander Shishkov Date: Wed Jun 15 15:59:50 2011 +0000 turned off WITH_VIDEOINPUT for mingw with dwarf2 commit 1a208fe13272a1744c26b0864b4e892ba6ef6f13 Author: Alexander Mordvintsev Date: Wed Jun 15 13:58:40 2011 +0000 use cv2 function added color_histogram.py sample work on VideoSynth (chessboard) commit 35aa133d9aaf94a646cee6bca0a94186762c288c Author: Maria Dimashova Date: Wed Jun 15 13:30:26 2011 +0000 minor formating commit db85928e7f984a1287ac2b06e91918aaea04f482 Author: Alexander Shishkov Date: Wed Jun 15 13:26:46 2011 +0000 fixed compilation error on MCVS in descriptors.cpp commit f0cc8d3085febafe9467a96d055db103e3c40c8e Author: Ilya Lysenkov Date: Wed Jun 15 13:26:40 2011 +0000 QT: fixed exceptions (ticket #901) commit 06ac78ee23c9bc32fdb0b083f1d2f4090b5c223a Author: Vadim Pisarevsky Date: Wed Jun 15 13:16:57 2011 +0000 some more corrections in the docs commit 19329429246930e541d3f9a16e2b9c9231307a52 Author: Maria Dimashova Date: Wed Jun 15 12:51:54 2011 +0000 fixed OpponentColorDescriptorExtractor (#1109) commit 0876f69dbf81aad174595f86ba3ba33fc25160cc Author: Vadim Pisarevsky Date: Wed Jun 15 12:10:33 2011 +0000 added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut) commit 0d09352fca34dc2231f2497bdd7119f7d170425d Author: Vladislav Vinogradov Date: Wed Jun 15 11:57:08 2011 +0000 fixed gpu::cvtColor commit ada3e6e6244a96864939c78a0a25e6946cbef143 Author: Maria Dimashova Date: Wed Jun 15 10:15:05 2011 +0000 fixed erasing class_id and response members in sift (#1130) commit 29207968009c32871b82c80b424e7f196661e36f Author: Maria Dimashova Date: Wed Jun 15 10:11:20 2011 +0000 minor commit 96503991b17701b132a8ee88017dc8f5236563fa Author: Ilya Lysenkov Date: Wed Jun 15 09:27:38 2011 +0000 Fixed wheel zoom with QT (ticket #733) commit 117ff43cc3ff801265fb47246e6bdec04a91c27f Author: Anatoly Baksheev Date: Wed Jun 15 08:05:34 2011 +0000 default cuda target flags changed cuda support is on by default commit 523f53f2778ddbf0020b834515be848893c77e03 Author: Ana Huaman Date: Tue Jun 14 23:25:23 2011 +0000 Modified conf.py. Added extlinks for the tutorials commit 9a403277bf1b3930061399b8a025e6240dfb130b Author: Ana Huaman Date: Tue Jun 14 23:23:03 2011 +0000 Added a extlinks section for external links to the OpenCV cpp reference commit f2cd4604c503ac3a00862c3fecc0010e5a693985 Author: Ana Huaman Date: Tue Jun 14 23:19:19 2011 +0000 Added two more drawing tutorials commit c6a7432e929a1a2f38489d791722f344bb2ed37d Author: Anton Obukhov Date: Tue Jun 14 17:34:00 2011 +0000 [*] Approach to the bug with integral image calculation on SM_2.0 (Fermi) commit 276a19d354baeb2c6097985e95060f40ab15f9a3 Author: Ana Huaman Date: Tue Jun 14 16:44:48 2011 +0000 Saving the first batch of tutorials: Short installation guide and a few tutorials for beginners commit 194506397eb30cc79edc94a15085d35d312233f1 Author: Alexander Mordvintsev Date: Tue Jun 14 15:02:57 2011 +0000 python helper routines (common.py) added commit d22b94757c62c594a0c1b78e9034869a35d33b99 Author: Alexander Shishkov Date: Tue Jun 14 13:58:02 2011 +0000 fixed test_precornerdetect, test_findstereocorrespondence, test_calchist commit b9f5a2f4ee4b683fb3f90753d569d4a3fc60751b Author: Alexander Shishkov Date: Tue Jun 14 13:40:08 2011 +0000 fixed compilation on Mingw64 commit 1580806730eb4943396d63596d4c6781af58be66 Author: Maria Dimashova Date: Tue Jun 14 12:28:44 2011 +0000 removed DOT implementation commit 6616606ea4c182e49e57edd63641a0f3200fce3a Author: Alexander Mordvintsev Date: Tue Jun 14 12:14:02 2011 +0000 work on calibration sample commit 22970b827055de32d07b94fa8d1ac039a70103ec Author: Vadim Pisarevsky Date: Tue Jun 14 12:03:34 2011 +0000 fixed multiple GCC warnings on Ubuntu 11.04 commit e05c4888684b1ea032ce3ea90a724f41dd7be6e9 Author: Vladislav Vinogradov Date: Tue Jun 14 11:57:26 2011 +0000 minor fix commit 1c1a61dd377c65fd90722994d7dd65659be37bd3 Author: Vladislav Vinogradov Date: Tue Jun 14 11:27:32 2011 +0000 added __forceinline__ to device functions fixed BFM warning ("cannot tell what pointer points to") commit 79f3260b8e0b3214c3e40ff0ecf242633c627bf6 Author: Vadim Pisarevsky Date: Tue Jun 14 10:26:24 2011 +0000 fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel() commit 6ecebb7f66faef6814bfb4f3b40d6f65c3124d45 Author: Alexander Shishkov Date: Tue Jun 14 10:19:56 2011 +0000 fixed #768 ticket renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR commit ca758a9dac67732de6020eaf2086f6affcef25f7 Author: Alexander Shishkov Date: Tue Jun 14 10:11:16 2011 +0000 fixed #768 ticket commit 3c8cff3d7e3a335fa89ffac2f812a3f36fc18c4a Author: Vadim Pisarevsky Date: Tue Jun 14 09:23:29 2011 +0000 fixed ellipse orientation in fitellipse.py commit bce15cb6dd58b30308a9cea8774cfa77095206df Author: Alexander Shishkov Date: Tue Jun 14 08:06:55 2011 +0000 added new version of ffmpeg binary for compilation on Mingw64/MSVC64 commit 2e13a4cd527f65866cd674a57a48dd556f8e2106 Author: Vladislav Vinogradov Date: Tue Jun 14 07:50:54 2011 +0000 removed MultiGpuManager from docs commit c00a1f63a0932ba97123cce6bdc98e88f905b718 Author: Vladislav Vinogradov Date: Tue Jun 14 07:44:20 2011 +0000 fixed csbp test under linux commit d469b31aec4a777e3d85b02ae8d4289540f48117 Author: Vladislav Vinogradov Date: Tue Jun 14 07:00:00 2011 +0000 fixed csbp test for CC 1.x commit cfe633c6f959ceca05792318565e7fe3e0de81e7 Author: Alexander Shishkov Date: Mon Jun 13 22:40:17 2011 +0000 applied patch from ticket #801 commit 127c2bf93e3d06ad7cf81ef4dcdb2e0bd37fa137 Author: Vadim Pisarevsky Date: Mon Jun 13 22:25:21 2011 +0000 added missing highgui wrappers (ticket #1040) commit 23d211bfedfa92b0b31d34d57c883a22b0b94a68 Author: Vadim Pisarevsky Date: Mon Jun 13 22:04:28 2011 +0000 applied patches from #1005 commit 238b94cbf168736b5046b4f591873817a8506a5a Author: Elena Fedotova Date: Mon Jun 13 21:48:14 2011 +0000 Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections. commit 3b97f5d5e909441486ec824f38ea9d993de46708 Author: Vadim Pisarevsky Date: Mon Jun 13 21:47:35 2011 +0000 return Py_None for an empty mat (should fix #1120) commit 619e503d53497f5f11bdbe8ba103837769b211b3 Author: Alexander Mordvintsev Date: Mon Jun 13 21:45:18 2011 +0000 calibrate.py added (broken) work on video synth commit 6f26c55fe36024e67fb32cbbaf7ac918fec98fea Author: Vadim Pisarevsky Date: Mon Jun 13 21:23:42 2011 +0000 fixed ticket #983 commit 22927ff12192f836a7e6f3731ee7c317928b7d7f Author: Vadim Pisarevsky Date: Mon Jun 13 21:20:38 2011 +0000 fixed ticket #983 commit 30020a735017a6cca39201805c8bda6068dab571 Author: Vadim Pisarevsky Date: Mon Jun 13 21:05:28 2011 +0000 renamed sum() to sumElems() in Python/Java bindings (ticket #902) commit 6407093463fe30fc8596a48dfae4dd8289ba228f Author: Vadim Pisarevsky Date: Mon Jun 13 20:56:27 2011 +0000 extended Mat::setTo() to support multi-channel arrays; fixed bug #1095 commit 07217b17bffd20c90fbdcd8c35f0fc3414962993 Author: Elena Fedotova Date: Mon Jun 13 19:56:34 2011 +0000 Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections. commit fd63587c0d19f507053172ddf1a5a910ef52367f Author: Elena Fedotova Date: Mon Jun 13 19:36:12 2011 +0000 Purpose: 2nd review cycle - merged eng and tw versions. commit a7d1e08bcc769c2ac17e6b615320454dc95de8c2 Author: Alexander Shishkov Date: Mon Jun 13 19:30:16 2011 +0000 added progress output to the long-time tests (for buildbot) commit b081f8bfd6e2d600e2b45b9dc6438e039b99743d Author: Alexander Shishkov Date: Mon Jun 13 19:06:32 2011 +0000 changed uint to unsigned int commit 4cc167c5d027357b436698b317616075274abb04 Author: Alexander Shishkov Date: Mon Jun 13 18:03:33 2011 +0000 fixed problem with norm in opencv_test_core commit 9df999154c42155aa521a800748cdd8fe19af6a5 Author: Vadim Pisarevsky Date: Sun Jun 12 20:29:50 2011 +0000 fixed a few warnings and bugs, including ticket #1079 commit b6c19d365f562755059ea520bec188f051aa52f7 Author: Alexander Mordvintsev Date: Sat Jun 11 21:11:02 2011 +0000 switched from argparse to getopt for compatibility with Python 2.6 commit 8f4c7db3f67d12cd9101c6c9b4359f667c054cf6 Author: Anatoly Baksheev Date: Sat Jun 11 17:24:09 2011 +0000 ~40 warnings under VS2008 HAVE_CONFIG_H -> HAVE_CVCONFIG_H commit dc8572dc7b2eb1f2b5ffc3ada22ee9274d8af79c Author: Anatoly Baksheev Date: Sat Jun 11 10:40:55 2011 +0000 data_mov_utils.hpp commit c69180396e1b9057427ca58f827436e833763ef4 Author: Ilya Lysenkov Date: Fri Jun 10 18:00:23 2011 +0000 Minor doc fix commit 4ad02804e1e4c164a5ccc306cd5ec09e2eb56eeb Author: Ilya Lysenkov Date: Fri Jun 10 17:58:36 2011 +0000 Added documentation of segmentMotion from cvSegmentMotion doc commit f9fc180e1abc5a0f209635ab1f476aa7d91e38fa Author: Vadim Pisarevsky Date: Fri Jun 10 17:22:33 2011 +0000 fixed tickets #1117 and #954 commit 1ebdfa49929ed58b995cbdd37172c4dbd61d8914 Author: Ilya Lysenkov Date: Fri Jun 10 17:20:03 2011 +0000 Copied docs of Kalman Filter from source code to documentation commit 289a827aedccee70f36e3711bba87ee794058eee Author: Ilya Lysenkov Date: Fri Jun 10 16:48:39 2011 +0000 Minor doc fix commit 0c10ed8faf53e896b79e9b1a54818c5a61b07edf Author: Ilya Lysenkov Date: Fri Jun 10 16:35:46 2011 +0000 Minor doc fix commit 2741dd0ea6e2b74f5e0313775cc96bb1fa45a5b0 Author: Vadim Pisarevsky Date: Fri Jun 10 13:22:40 2011 +0000 make type registration ordering in cv2.so consistent with the declaration order (fixes the class hierarchy; see ticket #1113) commit 96f69b160cf0d667a73f4e5a58ad6bcb931b7e97 Author: Maria Dimashova Date: Fri Jun 10 13:07:31 2011 +0000 added implementation of CvHaarFeatureParams::read() in traincascade application (#1061) commit 5ca3bd502cdcfdd0eea11de8d91c8c9261c01740 Author: Vadim Pisarevsky Date: Fri Jun 10 12:21:26 2011 +0000 reverted broken opencv_test_core launcher commit eace415f57d8e9fe0b16ab59ddb1e1a159ba4d0e Author: Maria Dimashova Date: Fri Jun 10 12:19:23 2011 +0000 fixed cascade detection on images of size equal to feature size (#1070) commit 883b87c04f0b62b0ee524b1cc0b39ef00523d574 Author: Ilya Lysenkov Date: Fri Jun 10 09:30:41 2011 +0000 Minor. commit d551024fc78d87d86c53bde55be55c8ed8d1cff3 Author: Ilya Lysenkov Date: Fri Jun 10 09:19:45 2011 +0000 Copied docs of background/foreground segmentation from source code to documentation commit 787fe6a93f8234b49220bda86bc316f9b17e08a0 Author: Alexander Mordvintsev Date: Fri Jun 10 07:54:21 2011 +0000 multiple cameras and frame saving in video.py commit fac611337f472101a26243615285cbd8a70c68bd Author: Ilya Lysenkov Date: Fri Jun 10 07:11:58 2011 +0000 Minor doc change commit cd818192cea7ddda6c3b7e26634b16ef749bf1ec Author: Vadim Pisarevsky Date: Fri Jun 10 07:08:34 2011 +0000 fixed ticket #892 commit 0070ce20afd92b1b5019436705253994283466ee Author: Vadim Pisarevsky Date: Fri Jun 10 06:53:34 2011 +0000 next attempt to fix ticket #1121 commit 8a888cd9ceeb61d86774022c7b71a12e8f0667f9 Author: Vadim Pisarevsky Date: Fri Jun 10 06:37:24 2011 +0000 fixed RNG::uniform(double,double) (ticket #1131) commit a8a9278391595485dde1e9038e3ead1e76569431 Author: Alexey Spizhevoy Date: Fri Jun 10 05:38:52 2011 +0000 updated matches checking in opencv_stitching commit bb8198abfd15ff18f17ce9089b934babf3c749ae Author: Vadim Pisarevsky Date: Thu Jun 9 21:47:57 2011 +0000 continued cleaning up the docs and fixing hyperlinks (".. index:: " and ".. _:" are not needed anymore) commit 6cc336142724ea93f63cd1904b99634c55a879d9 Author: Maria Dimashova Date: Thu Jun 9 17:13:05 2011 +0000 fixed #916 commit 6d71817ddc8fe4d515ef1fcf49f5e78750f5a69b Author: Ilya Lysenkov Date: Thu Jun 9 15:20:55 2011 +0000 Documented the SimpleBlobDetector class. commit 2beae4d30b5607da9dfabd373e6a35bddba00066 Author: Ilya Lysenkov Date: Thu Jun 9 12:49:23 2011 +0000 Minor change of SimpleBlobDetector commit 9484355137e7cb1037e635d9eb74127258e7edbb Author: Andrey Kamaev Date: Thu Jun 9 12:04:10 2011 +0000 Reduced logs count in Android camera commit 3876cf22e3813952baedf19cc9b7e582b66cef7f Author: itsyplen Date: Thu Jun 9 12:01:47 2011 +0000 reverted samples with new command argument parser. will be continued after OpenCV release. commit 8f4f982e5c1cf4b80b2715cc7119666bea4636a1 Author: Maria Dimashova Date: Thu Jun 9 11:22:48 2011 +0000 added support of several kinects (#1105) commit 781ea62bd4d057857be048153e37548fd2202973 Author: itsyplen Date: Thu Jun 9 11:16:42 2011 +0000 temporary commit before samples revert commit cb511861acf825c997ad69824c5a1064bc3dda16 Author: Ilya Lysenkov Date: Thu Jun 9 11:16:18 2011 +0000 Removed unnecessary function from SimpleBlobDetector commit f60d7fdfef53d428bc00f7a3746429c832596dac Author: Ilya Lysenkov Date: Thu Jun 9 11:07:08 2011 +0000 Simplified SimpleBlobDetector to make it simple) commit c6e49402a578b60c83fbb4f4733db435f786f48f Author: Maria Dimashova Date: Thu Jun 9 10:34:13 2011 +0000 changed temporary filename and aligned RGB data with XYZ data (#867) commit efe0b7741693d0a46e2a6c135691069e1818c223 Author: Alexey Spizhevoy Date: Thu Jun 9 10:21:02 2011 +0000 reverted wrong commit for one of gpu samples commit ace94d2ebf914544868fc267f7518042aaaab85c Author: Alexey Spizhevoy Date: Thu Jun 9 10:16:10 2011 +0000 fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented) commit 3ed42fcd233d08ed56783665f655e32ff704dfc0 Author: itsyplen Date: Thu Jun 9 09:44:48 2011 +0000 Delete unnecessary comments commit 4d417ccf7aa888cb78c5137799818cb68be92fe7 Author: itsyplen Date: Thu Jun 9 09:41:31 2011 +0000 Help and parsing command line were updated in next samples: chamfer commit a1ee9d406efc7192893a7844d8aa88f795333098 Author: itsyplen Date: Thu Jun 9 08:37:39 2011 +0000 Help and parsing command line were updated in next samples: camshiftdemo, calibration_artificial commit cfb8c8418b600a78cf16edf9ad68447c0fb19da3 Author: Vladislav Vinogradov Date: Thu Jun 9 08:29:19 2011 +0000 minor fix commit 26dd71d98158eaf72ca408e5c3cdc841efa634e0 Author: Vladislav Vinogradov Date: Thu Jun 9 08:26:08 2011 +0000 fixed gpu::cvtColor according #5324 changes commit ee3101ba1c1bac6e3e3794def8d4502c998886e0 Author: Anatoly Baksheev Date: Thu Jun 9 08:25:36 2011 +0000 removed cv_config commit 07a4e52093123c9c3f5f174ccc26ac189ad8052e Author: Alexander Mordvintsev Date: Thu Jun 9 08:21:37 2011 +0000 video synth uses cv2.randn for noise -- much faster than np.random.normal commit 2e7e6ae84b1038bc33176bb334989b19214a40d7 Author: itsyplen Date: Thu Jun 9 08:04:33 2011 +0000 Update sample: change help and added CommandLineParser using commit 11feada56715a387603687c29cb1345ecf42f488 Author: Stefano Fabri Date: Thu Jun 9 07:54:10 2011 +0000 Some warning fix. Initial multicast get property support commit 575ec4aae8b2a3729aee691d730c03de6a772ff8 Author: Ilya Lysenkov Date: Thu Jun 9 07:36:26 2011 +0000 Added doxygen doc to getBackgroundImage commit 3531521f10f899fa1dd42d56b0b32e4cb7feddeb Author: Vadim Pisarevsky Date: Thu Jun 9 01:17:04 2011 +0000 a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample commit 20aca7440faad3d02fe28ff2036cf10dfc6bc4bf Author: Vadim Pisarevsky Date: Thu Jun 9 01:16:45 2011 +0000 a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample commit 3b9e752be7b062e391eab5f1728b1844c7e6a0b3 Author: Vadim Pisarevsky Date: Wed Jun 8 21:35:19 2011 +0000 some more core functions documented + minor fixes and rearrangements commit 5441130e2119ddd40cae2a743dda6b5741bc6008 Author: Vadim Pisarevsky Date: Wed Jun 8 19:53:06 2011 +0000 added "whitelist" capability to the documentation check script commit 51c11ba78bb2342161e1eac56d9a1d0c8750237b Author: Vadim Pisarevsky Date: Wed Jun 8 16:32:39 2011 +0000 improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011) commit f6b3754f3424c5befa1ee88fdbe7058992f47233 Author: Vadim Pisarevsky Date: Wed Jun 8 16:13:11 2011 +0000 handle empty YAML's correctly (ticket #1127) commit 3822128602f33f4a36cbca87b3dd51ef20876a7d Author: Ilya Lysenkov Date: Wed Jun 8 16:00:40 2011 +0000 Fixed cv namespace boldface (from ticket #991) commit 839c1bea4b8b4aba800fce22ab669b287c386bb0 Author: Ilya Lysenkov Date: Wed Jun 8 15:37:49 2011 +0000 Fixed matchTemplate doc (ticket #1045) commit 99bae771737415c6e48564a0927bdbd219384686 Author: Ilya Lysenkov Date: Wed Jun 8 14:58:46 2011 +0000 Fixed coefficients order in solvePoly doc (ticket #1060) commit 518106af6dd1cf74e2c2fdba36b1eaa20b7fc881 Author: Maria Dimashova Date: Wed Jun 8 14:51:42 2011 +0000 fix and some enchantments for matching_to_many_images sample (#869) commit d225ab238f700f8659d01b66cef9846226d64d3d Author: itsyplen Date: Wed Jun 8 14:07:19 2011 +0000 Fixed mistakes in help commit ee2b8aa76448ee28e3dac55ea37b61ab04e0f346 Author: Ilya Lysenkov Date: Wed Jun 8 13:42:44 2011 +0000 Fixed python AbsDiffS doc (ticket #1097) commit 95bfd022cf6f8501eaf2c10fd67dd26909940f10 Author: Ilya Lysenkov Date: Wed Jun 8 13:32:51 2011 +0000 Fixed createButton brief doc (ticket #785) commit be1f084c5459de83cc862b5c64a38497aec770f7 Author: Ilya Lysenkov Date: Wed Jun 8 13:22:09 2011 +0000 Updated CvSparseMat doc (ticket #679) commit 4a1ccbeee60895fc7892a737e91a2eaf9d4429c1 Author: Maria Dimashova Date: Wed Jun 8 13:06:29 2011 +0000 optimized retrievePointCloudMap (#1106) commit 715b5d0c55b2b0ae6c5f1b5927bb18bb2230d73f Author: Stefano Fabri Date: Wed Jun 8 12:44:01 2011 +0000 Little fix for multicast (we'll testing in a real multicast environment in the next days) commit c71e24cd96c4f0c8e38819278795d04631f9a5ca Author: Ilya Lysenkov Date: Wed Jun 8 12:26:30 2011 +0000 Updated docs of findCirclesGrid() commit a2f5884159deab84641145062e080e6011034a6b Author: itsyplen Date: Wed Jun 8 10:18:56 2011 +0000 Specialization for 'get' method with bool type was added, help and constructor were updated too commit 35e25b760e78984ba2e779b89bea45e7ca1c4021 Author: Ilya Lysenkov Date: Wed Jun 8 10:16:16 2011 +0000 Added the EMD function description (ticket #696) commit 1e945dc9843dc8be64dc668881e16f4abc4d60a9 Author: Ilya Lysenkov Date: Wed Jun 8 10:08:24 2011 +0000 Added documenation of the Earth Mover Distance (C++ interface, ticket #696) commit b5163291dde4265b6383dfbc12a0af3b507fcaff Author: Maria Dimashova Date: Wed Jun 8 09:23:33 2011 +0000 added upright mode to SURF (#825) commit 2d2b8a496eb6fe8740124bbaf69774b760cb8fb8 Author: Vadim Pisarevsky Date: Wed Jun 8 06:55:04 2011 +0000 renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) commit aad9b3219ce18f9ea1c682bc2b22fcce8d6737d2 Author: Kirill Kornyakov Date: Wed Jun 8 06:45:21 2011 +0000 Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser commit c7a42e9682c75df9f816e1851f288b8cb3626a3e Author: Vadim Pisarevsky Date: Tue Jun 7 22:51:31 2011 +0000 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) commit 927b5c88eac5f0414c8d2f4d8205a7821cdae614 Author: Alexander Mordvintsev Date: Tue Jun 7 13:45:31 2011 +0000 python cv2: simple video capture and synth framework stub edge detection sample commit 19de695a2679c82c25abb4fadd436cf637009801 Author: Ilya Lysenkov Date: Tue Jun 7 13:19:58 2011 +0000 Fixed comparison methods in cvMatchShapes (ticket #1012) commit 9c3c1603b76df6300d3f81e95e1091721bb38abb Author: Ilya Lysenkov Date: Tue Jun 7 12:54:00 2011 +0000 Used literal blocks instead of the LaTeX verbatim environment commit bdae962e13070ef3fbdd6fe2bae384663e799084 Author: Maria Dimashova Date: Tue Jun 7 12:28:18 2011 +0000 removed constraint to max_iter in CvANN_MLP (#1110) commit 07e2deccb974710d7058151e9bd0e572b6e03fa3 Author: Ilya Lysenkov Date: Tue Jun 7 12:22:07 2011 +0000 Fixed the RGB2HSV formula (ticket #868) commit 9e21f06404186eef42fe4891493bbaaac3f9ec9c Author: Maria Dimashova Date: Tue Jun 7 12:08:36 2011 +0000 replaced M_PI by CV_PI commit 084c640db62673a0aaf7c0fb77beb2eb78de83e2 Author: Ilya Lysenkov Date: Tue Jun 7 11:43:09 2011 +0000 Asked users to pass two operation flags tothe sort() function (ticket #315) commit fe5784957c1d961c64f45e70376212f4bef1a348 Author: Ilya Lysenkov Date: Tue Jun 7 10:52:24 2011 +0000 Fixed Mat::channels() brief documentation (ticket #1064) commit 65ed270790cd1e2c676fbd392116336dad0765cf Author: Kirill Kornyakov Date: Tue Jun 7 10:30:40 2011 +0000 class CommandLineParser was updated according new requirements commit e46d98a16238abcd5d4596013aa8009ce15ec5ed Author: Vadim Pisarevsky Date: Tue Jun 7 10:22:32 2011 +0000 excluded "-B" flag for better compatibility with old Python. commit 3dc03531e148457c6e77ed5d6b74fb1945ddde26 Author: Maria Dimashova Date: Tue Jun 7 10:05:23 2011 +0000 added CvEM read/write (#1032) commit bd33e0a3daa346acadaacf367f82182b17d15b77 Author: Ilya Lysenkov Date: Tue Jun 7 09:30:49 2011 +0000 Minor change to contourArea example commit ab63037d5a919cadb152b572596e743bf2336d9c Author: Alexander Mordvintsev Date: Tue Jun 7 07:42:32 2011 +0000 python cv2 sample: coherence enhancing commit ca551ab9ae8ca9f76f2a4ec5ab75e96518c03eec Author: Maria Dimashova Date: Tue Jun 7 07:41:59 2011 +0000 added one more SIFT::CommonParams constructor commit 7d4f06b7f3e186d723cb13d53be7795b5146118d Author: Ethan Rublee Date: Tue Jun 7 03:19:38 2011 +0000 Attempting to add support for openni depth registration. commit a87d12eb9e01e98bb5c0769dca8980838209aece Author: Vadim Pisarevsky Date: Mon Jun 6 19:23:43 2011 +0000 added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch) commit fcd2a0c3d3e26c9c0f936099f7ee78b3258891e8 Author: Vadim Pisarevsky Date: Mon Jun 6 15:15:30 2011 +0000 fixed VS2010 compile warnings and errors commit 0c877f62e908e56666b1cf91a856683304af98a8 Author: Vadim Pisarevsky Date: Mon Jun 6 14:51:27 2011 +0000 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). commit 6dc7ae0ff618f41113cf810ea9bbdb0e5759bffa Author: Alexander Mordvintsev Date: Mon Jun 6 14:18:25 2011 +0000 added some constants to python cv2 api commit cd2f3786f0ebb791c4e038e2c672e6d62fb079f9 Author: Maria Dimashova Date: Mon Jun 6 12:07:15 2011 +0000 removed duplicated check commit 97ae8f7af7fb1642bd42002682979d676f1a6239 Author: Alexander Shishkov Date: Mon Jun 6 10:26:59 2011 +0000 added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC commit 3956f540401862ea81b38dc3e63a3533c9b881d6 Author: Andrey Kamaev Date: Mon Jun 6 08:52:51 2011 +0000 Android native camera is updated to support RGBA output commit 3df5f5e13aeda491ea4884784e30325d3ba9299f Author: Alexander Mordvintsev Date: Mon Jun 6 03:31:45 2011 +0000 python cv2 sample: hi-res image browse commit 53f7a50fa2d53ac844556b7348502a10cf6d0d06 Author: Alexander Mordvintsev Date: Sun Jun 5 13:18:42 2011 +0000 python cv2 sample: GMM expectation-maximization commit 07f28d33092145748a57d597e160d5141f74a9c5 Author: Alexander Mordvintsev Date: Sun Jun 5 06:44:19 2011 +0000 added python cv2 port of letter_recog sample commit cdda5ec491466c79f410d85bea6daa5a326c55e2 Author: Andrey Kamaev Date: Sat Jun 4 18:15:52 2011 +0000 YUV420i to RGB conversion is added to cvtColor commit d77915759abc5eac36511dba5b24f51f03a941f3 Author: Vadim Pisarevsky Date: Sat Jun 4 09:12:25 2011 +0000 updated cheatsheet; fixed a few typos commit 922fc5820170baec0f8dba4dce93c04ed70c413a Author: Vadim Pisarevsky Date: Fri Jun 3 17:06:08 2011 +0000 added CV_64F support to cv::remap (ticket #650) commit 07a9d3558ebe3071d6dc17d5158cb58db789b19a Author: Kirill Kornyakov Date: Fri Jun 3 16:41:41 2011 +0000 The samples were updated through CommandLineParser class commit 2c1e913b2d83543b65bd093c57c559ceea093367 Author: Vadim Pisarevsky Date: Fri Jun 3 15:45:50 2011 +0000 added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) commit 2609df00bd861e23d5784499fe4f9f6cc88166f8 Author: Andrey Kamaev Date: Fri Jun 3 15:09:21 2011 +0000 Added missed method declarations. Fix for r5343 commit 09a7a404781849dc70e762f7533afe083ad8cc6f Author: Kirill Kornyakov Date: Fri Jun 3 14:53:38 2011 +0000 The samples were updated corresponding a single standart for commit 262fc3302406dd850a858477ca42d0d43e81b254 Author: Vadim Pisarevsky Date: Fri Jun 3 14:26:30 2011 +0000 added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686) commit ce8437d37f322ffa3a118ec3dd8ec6fb78304bdb Author: Ilya Lysenkov Date: Fri Jun 3 14:13:43 2011 +0000 minor formatting commit 5d4afe81e06eac7d36fe26362dd4e3feee1e7e9a Author: Ilya Lysenkov Date: Fri Jun 3 14:13:03 2011 +0000 Added displaying of the mean background image in the bgfg_segm sample (ticket #317). commit 04ebfc0a0209f279e2203bc8a0be10c8e6079e15 Author: Ilya Lysenkov Date: Fri Jun 3 14:10:12 2011 +0000 Added computing of the mean background image in the BackgroundSubtractorMOG2 model. commit 6be2a79fb9047eff85a9317022a1edd24cc2bb7c Author: Vadim Pisarevsky Date: Fri Jun 3 13:25:44 2011 +0000 fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013) commit c7bdf83de539ede3c550164404a7acc46ff996e6 Author: Andrey Kamaev Date: Fri Jun 3 12:01:55 2011 +0000 Fixed Android build commit 03c7784186a448942fc9acc83fd1aed99b09a41e Author: Andrey Morozov Date: Fri Jun 3 08:33:27 2011 +0000 added several new highgui tests commit 22dbd002e6a9adeb533707d305ae05bf9773ac75 Author: Anatoly Baksheev Date: Fri Jun 3 08:13:03 2011 +0000 fix compilation for macos commit c5fa70143d2777c0abe32694ba770cdebb7474e3 Author: Alexander Shishkov Date: Fri Jun 3 07:57:07 2011 +0000 added check input data commit aa6c2bfbbb7e5e10a8a1e17e8158d375d07693f8 Author: Vincent Rabaud Date: Thu Jun 2 23:12:52 2011 +0000 - fixed the grayscale case commit 3ed829af7186482c0c24ceead7e82b116588206e Author: Vincent Rabaud Date: Thu Jun 2 22:58:52 2011 +0000 - make sure we deal with a grayscale image commit ff13c9f818a502f3df68f4f16bffcd46e19b752c Author: Vincent Rabaud Date: Thu Jun 2 18:08:30 2011 +0000 - fix potential crash if the first scale level is not 0 commit 19900d9894a7b6ad7f5ebe8ec056bc9ecdb7f12a Author: Andrey Morozov Date: Thu Jun 2 15:23:37 2011 +0000 converted all highgui tests to the format of google test system commit b884c3c40cc62f23339d60b07cbb579e6f3ff8f6 Author: Ilya Lysenkov Date: Thu Jun 2 15:16:35 2011 +0000 Removed direct tiff writing to in-memory buffers if libtiff is used commit ddd8f897fedf6c74a58740ea3d6d1d46c02a9654 Author: Vadim Pisarevsky Date: Thu Jun 2 12:45:00 2011 +0000 fixed drawing test commit c8544f393bf8bb94be26de4a978d8bfbe49084bf Author: Anatoly Baksheev Date: Thu Jun 2 12:38:50 2011 +0000 added begin/and with Thrust iterators for Device classes commit 02cd916ce1d246944ef1e8ed87ce902674cba14b Author: Ilya Lysenkov Date: Thu Jun 2 12:35:52 2011 +0000 Added reading of floating point tiff data: 32- and 64-bit (ticket #955) commit 4401f33e105b4f2954e2577f3fe4cdbff2ff2708 Author: Alexey Spizhevoy Date: Thu Jun 2 12:13:06 2011 +0000 fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching) commit 1a0b1d2aeab176b49f3c2ce6f4cb1c168933db1f Author: Vadim Pisarevsky Date: Thu Jun 2 12:10:18 2011 +0000 improved CV_RGBHSV_FULL accuracy (ticket #938) commit da9e3ed6fb673cfffa332adcf1668cfd66006282 Author: Andrey Morozov Date: Thu Jun 2 11:43:13 2011 +0000 commented several tests because it's very slow commit 2df096c1e2afa51ee3ca36ba31ecba5050d33ca1 Author: Andrey Morozov Date: Thu Jun 2 10:05:24 2011 +0000 converted drawing tests to the format of google test system commit c8f0147a8b2581622256e83a0bc7f9eefb486d75 Author: Alexander Shishkov Date: Thu Jun 2 10:02:08 2011 +0000 fixed problem with static compilation of highgui_tests on Windows commit 8b43e90e7ff9fd8d8c31a732cabc9b95f610cd3c Author: Alexander Shishkov Date: Thu Jun 2 09:51:25 2011 +0000 fixed ticket #675 commit de2fd5c4309796dedb4b96cf9335e7bab8d2015d Author: Andrey Morozov Date: Thu Jun 2 09:33:15 2011 +0000 added a test on read/write images commit 8e93fcbe87a126dd846fb1d77589ef499f900e8a Author: Ilya Lysenkov Date: Thu Jun 2 09:06:00 2011 +0000 Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert) commit 48514337dec2b4a1928c0ac00d0b6c1d5c499228 Author: Andrey Morozov Date: Thu Jun 2 08:53:12 2011 +0000 minor fix in highgui tests commit 5964234681e06efe30c0b0f94f6700f2ee38d175 Author: Ethan Rublee Date: Wed Jun 1 21:49:08 2011 +0000 Quiet the errors from the circlesgrid pattern detector. These were really verbose. commit 124967eefb3c67b920eb33bb90e2df6dc1fedc29 Author: Vadim Pisarevsky Date: Wed Jun 1 21:15:36 2011 +0000 very first version of the documentation checking script commit 6c437cce36a259a447e857e3219edeafd818f477 Author: Ethan Rublee Date: Wed Jun 1 18:54:34 2011 +0000 Placed the if in the wrong place. commit 7e2221f38fa7a28d268d3cccb9dbd95ab8715604 Author: Ethan Rublee Date: Wed Jun 1 18:28:20 2011 +0000 Fix misspelling of a logical block endif. commit fc19e856a6f74775060f5af5eef6310d056c2b53 Author: Vincent Rabaud Date: Wed Jun 1 18:24:53 2011 +0000 - fix a memory leak commit 14f65f79f0c74366668473994b7bb7577f46b424 Author: Ethan Rublee Date: Wed Jun 1 18:04:46 2011 +0000 Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is not enabled. commit 4b5e53b33b64aad78dd06fbe70e1c86a0a6cb16c Author: Andrey Morozov Date: Wed Jun 1 17:41:30 2011 +0000 minor fix commit abfc5d340595554dd6678c76704d115008ebb37f Author: Andrey Morozov Date: Wed Jun 1 16:14:17 2011 +0000 fixed bugs for windows. added 2 tests for ffmpeg commit 68a2ec3394635d1c6822f0a644209660e6241591 Author: Anatoly Baksheev Date: Wed Jun 1 15:42:11 2011 +0000 compilation for macos commit 1eba40737863a1ea841a167927d0c30dbf6efcc0 Author: Anatoly Baksheev Date: Wed Jun 1 15:35:30 2011 +0000 compilation for macos commit bf05872929cb130afdb7dbd5fa12e25829e0826e Author: Vadim Pisarevsky Date: Wed Jun 1 14:23:55 2011 +0000 added opencv_test_highgui commit 5538e206f906bce7218d62736ed2d9d75841b336 Author: Alexey Spizhevoy Date: Wed Jun 1 13:57:14 2011 +0000 mac worlaround commit aa3e4814587606f26c793ee28c85eb8ccc0eee93 Author: Alexey Spizhevoy Date: Wed Jun 1 13:50:41 2011 +0000 fixed logging function in opencv_stitching commit 8191b5564f1e029a8735df3aae3df9789aae8133 Author: Vadim Pisarevsky Date: Wed Jun 1 13:45:08 2011 +0000 make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811) commit f2f8fc14b0d9ca93aa4966880ca04d081235f3fd Author: Vadim Pisarevsky Date: Wed Jun 1 13:44:09 2011 +0000 proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U commit 138490fdbb31c778ae69bbfe6e2fe9d7df2f7614 Author: Alexey Spizhevoy Date: Wed Jun 1 13:34:53 2011 +0000 added \n into help message (opencv_stitching) commit d5af311a773f5105c9cdd236e570690828cc8d86 Author: Vadim Pisarevsky Date: Wed Jun 1 13:15:43 2011 +0000 fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469) commit 4875ffc9533381e9cbc21a1ab9d26ab5515078d3 Author: Ilya Lysenkov Date: Wed Jun 1 13:10:14 2011 +0000 Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845) commit 25213d88a8f4791924ab6680b57de6590078a090 Author: Andrey Kamaev Date: Wed Jun 1 12:42:44 2011 +0000 fixed compilation problems with new SIFT on Android commit 29b45e70bdb94b59b3c2822d968e6f6c287b8821 Author: Ilya Lysenkov Date: Wed Jun 1 12:06:39 2011 +0000 Fixed cluster centers returning in cvKMeans2 (ticket #706) commit f906c9b2599860933a54bcd154e64f522b29a759 Author: Vladislav Vinogradov Date: Wed Jun 1 10:11:27 2011 +0000 added resetDevice function, removed MultiGpuManager commit b6c195d44ced676762fad805aa10ea0a6b9e06f9 Author: Ilya Lysenkov Date: Wed Jun 1 10:05:11 2011 +0000 Fixed reading of the user class from *.xml (ticket #840). commit 68a94665e5dac2b964670fd9107a0d1355318971 Author: Anatoly Baksheev Date: Wed Jun 1 08:19:21 2011 +0000 compilation for windows commit aa3dada2fea1c404db1626568dafa7767a52ad21 Author: Ilya Lysenkov Date: Wed Jun 1 08:14:59 2011 +0000 Added support of the CV_64F depth to solvePnP (ticket #835) commit e4bbcdac17d6dd9a141efb37f43ea32ef3a5a9c0 Author: Anatoly Baksheev Date: Wed Jun 1 08:01:04 2011 +0000 minor commit f21fadfa49309d7b4c6b1e417cd98c25bc6f0ebd Author: Vincent Rabaud Date: Wed Jun 1 03:26:08 2011 +0000 - serialize/deserialize the edge threshold too commit 7ca26c040f697ff408b3ff667660216763b16ce2 Author: Vincent Rabaud Date: Wed Jun 1 03:25:53 2011 +0000 - make sure we rescale the input keypoints commit 211c112b9134d7865e6b6c1b84bde8a0ce26ff74 Author: Vincent Rabaud Date: Wed Jun 1 02:09:31 2011 +0000 - hide the patch size from the user (only one is used now as training was only done at that scale) - enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features commit ce94e4a994b9f686f29264abfc04cafb05ffa91e Author: Ethan Rublee Date: Wed Jun 1 00:25:32 2011 +0000 Fix # of features in orb. commit b644505bdf1edb48345886ef001164782e34edbe Author: Alexander Shishkov Date: Tue May 31 22:51:16 2011 +0000 fixed compilation problems with new SIFT on Windows commit 389bd146c404dd70e3ebc60ba4fa27ced2135b29 Author: Alexander Shishkov Date: Tue May 31 22:03:55 2011 +0000 fixed compilation problems with new SIFT on MacOs commit b19434513bbe9ec03fabad4427825b49b18c7a6b Author: Alexander Shishkov Date: Tue May 31 21:42:49 2011 +0000 reverted the floating-point number formatting (exception in ml tests) commit 80dfdf8ff7a445aec5a3c38bca9a669252e63856 Author: Alexander Shishkov Date: Tue May 31 21:14:42 2011 +0000 removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests) returned the new floating-point number formatting commit 035fd0019b165e1665416d4676f335c95f4614f7 Author: Maria Dimashova Date: Tue May 31 18:18:02 2011 +0000 replaced SIFT implementation (Some default parameters can be changed in the near future) commit 8c0c773bf213dbeaf360cbbdc8dd2a99ea1b499f Author: Maria Dimashova Date: Tue May 31 18:05:43 2011 +0000 commented opponent descriptor test (temporarily) commit 6f6da53c64bd1ae1e0f9e9e44a14e3129ce13132 Author: Alexander Shishkov Date: Tue May 31 15:50:16 2011 +0000 added SSE compiler flags under Windows+MSVC (ticket #371) commit 3a4e06e2899444605454122aa4d297823c603a2e Author: Vadim Pisarevsky Date: Tue May 31 15:43:11 2011 +0000 resolved ticket #1104 (processing of transposed numpy arrays) commit ef5d7278ea7b92cce5e0b7ad5cb2862e5f90b909 Author: Maria Dimashova Date: Tue May 31 15:30:49 2011 +0000 removed evaluation testbetch to sample commit facbdc92cb67a199c941960e0cbeb7c2e965cdd9 Author: Vadim Pisarevsky Date: Tue May 31 15:27:31 2011 +0000 fixed multi-channel 1x1 array construction (ticket #1103) commit b14ca4299a3b7816dc9722bb00b9a8c0af4dde6d Author: Vadim Pisarevsky Date: Tue May 31 15:25:50 2011 +0000 reverted the floating-point number formatting commit eae7921da61cc5d9df94abbc7455a9b899daa0b3 Author: Alexander Shishkov Date: Tue May 31 15:22:22 2011 +0000 fixed build on GNU/Hurd (ticket #761) commit dfdbf0abd02d8a76cae78a624ab97f1c2ace8b2a Author: Ilya Lysenkov Date: Tue May 31 14:50:25 2011 +0000 Added support of the 1 width element in morphology (ticket #1099). commit f154b2d0d7f3a71491aae09066c3ee3b5ec2905e Author: Vadim Pisarevsky Date: Tue May 31 14:35:00 2011 +0000 always build ffmpeg_opencv as a shared lib (ticket #687) commit af2af3af9bf7735b8f4a08bf29e74c56d8623284 Author: Vadim Pisarevsky Date: Tue May 31 14:24:45 2011 +0000 added KeyPoint::hash() (ticket #1100) commit 63dc1cdd2c2702ea89c9837c0278d605c2d5e04d Author: Alexander Shishkov Date: Tue May 31 14:22:25 2011 +0000 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS removed one more OPENCV_BUILD_SHARED_LIB flag commit 8ba6a54d281d844fd030dc4667f9e5a01d2d09a9 Author: Vadim Pisarevsky Date: Tue May 31 14:02:19 2011 +0000 fixed warning from GCC commit 6de72ea8eec3969e0168bf034f0b3f54b4444adb Author: Vadim Pisarevsky Date: Tue May 31 14:01:21 2011 +0000 resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) commit 12999416221e945b30257fd747ff3610a3301bb7 Author: Leonid Beynenson Date: Tue May 31 13:44:13 2011 +0000 Made small optimization: for some processors using float accumulator gives speedup. commit 6aabf72bc5966071335f5e5318ecc7b0719ed7ad Author: Alexander Shishkov Date: Tue May 31 13:17:59 2011 +0000 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS commit 926a6bba0025c88ba4db155a45ce3912730314ee Author: Vladislav Vinogradov Date: Tue May 31 08:31:10 2011 +0000 modified according to CUDA 4.0 API updates commit 98d663e7e0a479bdc8fbae98a74b67517d966da1 Author: Alexey Spizhevoy Date: Tue May 31 08:28:24 2011 +0000 updated help message in opencv_stitching app commit 76538fbe6bba2ab397c5511d70362125beb3bbc6 Author: Ethan Rublee Date: Mon May 30 22:13:32 2011 +0000 Making the install and lib, bin directories consistent. commit 9a9bd14f34f0e3543d1b5de89d0f7a854c6960b4 Author: Elena Fedotova Date: Mon May 30 20:29:47 2011 +0000 Purpose: 2nd review cycle - see ??. added index entries commit 78d821114ad875783c0620563de4a01dd8e8d937 Author: Kirill Kornyakov Date: Mon May 30 19:20:57 2011 +0000 Update CommandLineParser class: move method's definition from header to source commit 0d1ec967e8df2c23d698845ded185709407773d0 Author: Maria Dimashova Date: Mon May 30 16:20:17 2011 +0000 fixed sample commit d5a79f8b193aa0537953acae19e2f3b1a6e4f905 Author: Maria Dimashova Date: Mon May 30 15:11:34 2011 +0000 Fixed #727 commit 1c0f7e0e47fdb7a0f0ff10ad7e64250b7375ffd7 Author: Alexey Spizhevoy Date: Mon May 30 14:12:20 2011 +0000 updated default params for preview mode (opencv_stitching) commit 128d0305334f6422ad1b235daedae0079d2d8a00 Author: Alexander Shishkov Date: Mon May 30 14:08:43 2011 +0000 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) added ignore linker flags for opencv2_python commit 33e71127f782197bebb7246377508ef4fbe7ec0d Author: Alexander Shishkov Date: Mon May 30 13:32:57 2011 +0000 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) commit dce5bf49218bf1781e3529151717a0b28ceb6adc Author: Andrey Kamaev Date: Mon May 30 13:12:01 2011 +0000 Tegra optimization of cv::threshold commit 60a0ebbd6c208f5485d3dea723295923a483246e Author: Vadim Pisarevsky Date: Mon May 30 12:36:07 2011 +0000 added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. commit 810604315b44d7d24affa5a8e0946c970c07aa31 Author: Alexey Spizhevoy Date: Mon May 30 10:19:11 2011 +0000 minor change commit fb1771833ac67759c86d6475828cb18cc8f5de72 Author: Alexey Spizhevoy Date: Mon May 30 10:18:02 2011 +0000 added --blend_strength parameter into opencv_stitching commit 8a61375875e541471d35564861ca4fdddb5f0d2d Author: Maria Dimashova Date: Mon May 30 09:11:27 2011 +0000 fixed drawKeypoints (keypoint orientation) commit 9c2efd6cbdacc416f289561a7efb0633e3d9378f Author: Ilya Lysenkov Date: Mon May 30 09:02:17 2011 +0000 Fixed #797. commit 686063689c90a97f2897c78c0db1c78c2439c201 Author: Ilya Lysenkov Date: Mon May 30 08:01:09 2011 +0000 Fixed #886 commit 82e12d6c59cff6c5bb62492397adbdea606c0da9 Author: Alexey Spizhevoy Date: Mon May 30 07:07:37 2011 +0000 updated help message (opencv_stitching) commit 5a3e7d041f99384b5d029feceb256530ac37f6cf Author: Ilya Lysenkov Date: Mon May 30 06:54:59 2011 +0000 Added drawing of a new image for debugging of the SimpleBlobDetector class. commit 3474e37037bd2cad20fca783b43efdb4693c206c Author: Ilya Lysenkov Date: Mon May 30 06:18:52 2011 +0000 Fixed #1063 commit 6a4ab4a996145cae5d994bea096c0e17c7c3a848 Author: Alexey Spizhevoy Date: Mon May 30 05:29:42 2011 +0000 updated --help message (opencv_stitching) commit 24dcfa1a4f9fab01826653577b8891c0bd11a300 Author: Vadim Pisarevsky Date: Sun May 29 21:02:53 2011 +0000 removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) commit 534ac83b8d31c9c20e46ee052bd4e4b91275d935 Author: Kirill Kornyakov Date: Sun May 29 10:01:01 2011 +0000 update help corresponding single format and update some samples through using CommandLineParser class commit 2f3b75c841464807f747573e5af46472f969d8b7 Author: Andrey Kamaev Date: Sat May 28 19:30:41 2011 +0000 Fixed windows build scripts in HelloAndroid sample. commit 166bfdda45c29edfdfc3763fb89211455e2a1c58 Author: Andrey Kamaev Date: Sat May 28 18:42:58 2011 +0000 Updated build scripts for HelloAndroid sample. commit eadb3bad45294cdc534a265997e8059f02c06916 Author: Alexey Spizhevoy Date: Sat May 28 13:03:28 2011 +0000 minor refactoring of opencv_stitching commit 7881134cf7e2b42dd098b07d552f02845a13eb81 Author: Alexey Spizhevoy Date: Sat May 28 12:18:49 2011 +0000 added block-based gain compensator (opencv_stitching), added --preview flag. commit dc3fe6e9cfdf7cf211b072d120df7390e3da72bc Author: Kirill Kornyakov Date: Sat May 28 10:53:53 2011 +0000 update help according single standart for it commit fe279279e65adc7209011479f9daf1c5a8b7565a Author: Kirill Kornyakov Date: Sat May 28 06:55:41 2011 +0000 Update CommandLineParser class commit 4b4053705d3001ae7df230eb2baec7145d38a8c4 Author: Alexey Spizhevoy Date: Sat May 28 06:48:33 2011 +0000 refactored exposure compensators (opencv_stitching) commit 3a1f24e74c1cdd377c51c215276cb7a532717bba Author: Vadim Pisarevsky Date: Fri May 27 20:32:48 2011 +0000 fixed mat.push_back(mat) (ticket #1091) commit cfedf0c5d560b026cd72ef5e22675641f3b73ee0 Author: Vadim Pisarevsky Date: Fri May 27 19:59:48 2011 +0000 compile cv2.so also as a shared library commit 93326c7dc0990a2b53ca36de0d8d219a839fa002 Author: Ethan Rublee Date: Fri May 27 17:17:02 2011 +0000 Adding a default constructor to ORB that initializes. Had segfaults on non initialized orb detector. commit 0eb1bb36735abd6cf692a802a283c696b76c2280 Author: Alexander Shishkov Date: Fri May 27 15:18:49 2011 +0000 cv.so library always compiled as shared library commit 9336b700ba637b6554f59ccbfd9a517eec05960d Author: Vadim Pisarevsky Date: Fri May 27 13:47:18 2011 +0000 use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts. commit 0b0baa0cf5cd08cca405acdd8ce2a8d52c4a4ddd Author: Maria Dimashova Date: Fri May 27 12:18:44 2011 +0000 removed test output commit 33493f4e19151ed850b2445649d459a95907edb9 Author: Maria Dimashova Date: Fri May 27 12:15:36 2011 +0000 renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805) commit 56f7e54cce7aa0bc6e94b1cab56ffd9d95d606b0 Author: Alexey Spizhevoy Date: Fri May 27 11:41:35 2011 +0000 added GC_COLOR_GRAD cost function type into opencv_stitching commit 8e3777676c1b353580fc00072fda14e8c6fc4ed1 Author: Alexey Spizhevoy Date: Fri May 27 04:44:32 2011 +0000 minor changes in opencv_stitching commit bfbc70436d57ea19cc609f917e141da7390e611c Author: Vadim Pisarevsky Date: Thu May 26 20:33:55 2011 +0000 fixed crash in cv2.findHomography() (ticket #1094) commit f26859b3456a36957cfcf4de00ba2e009c156fa2 Author: Elena Fedotova Date: Thu May 26 20:09:05 2011 +0000 Purpose: 2nd review cycle - see ??. added index entries commit 8b89672774ff9022a3f3261098a03d479e4d0e2d Author: Elena Fedotova Date: Thu May 26 19:28:21 2011 +0000 Purpose: 2nd review cycle commit 497ee7a5f36669f8cf0e8c9b5c7eca5381cb0eb0 Author: Alexey Spizhevoy Date: Thu May 26 09:01:27 2011 +0000 added some comments into multi-band blending code commit e639daf22b154ec07e6823fd520a65d94a8b03f1 Author: Alexey Spizhevoy Date: Thu May 26 07:11:12 2011 +0000 updated default parameter in opencv_stitching commit fd83d6fe59a14a7eb852379fa5196aa19c647719 Author: Alexey Spizhevoy Date: Thu May 26 07:10:44 2011 +0000 replaced brute force matcher with flann based one (opencv_stitching) commit 24e5ff7ab6168d8710a8d35c7a15e3d6899a3cb1 Author: Alexey Spizhevoy Date: Thu May 26 05:42:00 2011 +0000 minor changes in opencv_stitching commit c0ec0e05c5f772da5b31ee62149d1ad9c78191e0 Author: Vadim Pisarevsky Date: Wed May 25 14:49:09 2011 +0000 made datamatrix build on Windows; fixed unresolved symbols commit 052bf4df73b692890d0ab4e3be6c49b791755c42 Author: Alexey Spizhevoy Date: Wed May 25 13:14:56 2011 +0000 added number of bands cropping in multi-bands blending commit c65a39be82377a007e735efd061736d288d75e11 Author: Alexey Spizhevoy Date: Wed May 25 12:36:14 2011 +0000 fixed some bugs in opencv_stitching commit 899d7726d3638570a503e9f98731647e27779325 Author: Alexey Spizhevoy Date: Wed May 25 09:09:41 2011 +0000 added gain compensation into opencv_stitching commit 331062360d6ce9ab22348762de418828833908a7 Author: Vladislav Vinogradov Date: Wed May 25 08:37:46 2011 +0000 fixed bug in SURF_GPU (compute descriptors, tid < 25) commit 6259520aa1a21c4a06672ca948672ec6ef956f27 Author: Vladislav Vinogradov Date: Wed May 25 08:16:17 2011 +0000 fixed bug in SURF_GPU (reduce_sum25) commit 8a2c434260177d50c96d9fb70c5dc45998e60365 Author: Vincent Rabaud Date: Wed May 25 03:19:36 2011 +0000 - set the right comparison distance for ORB commit 9806306d3d116e3caaa1e375a93fe482c9e0667f Author: Vincent Rabaud Date: Wed May 25 00:34:25 2011 +0000 - fix the test for ORB (it's a binary feature) commit 909e484e747a3604e9c35c5cb13ceb1df472d3df Author: Vincent Rabaud Date: Wed May 25 00:33:50 2011 +0000 - fix a possible crash when only asking for features and not descriptors commit 355ad2993a7deb57cf8e69a8c5daf0424ffeb860 Author: Ethan Rublee Date: Wed May 25 00:23:50 2011 +0000 adding c++ interface to the datamtrix codes of j. commit 89b5f40ce36a0d6cfded68a938eee58d5e0cdd25 Author: Ethan Rublee Date: Tue May 24 22:01:41 2011 +0000 Reverting the boost::python bindings, moving dev to out of trunk. commit 0d2c98b5e1f32f49992fc2c67f07921503e8e039 Author: Andrey Kamaev Date: Tue May 24 16:14:23 2011 +0000 Implemented 4 missing Mat::ptr methods commit 555e9c64bc142027e637c4dde4f2f85e1b366b22 Author: Leonid Beynenson Date: Tue May 24 16:13:55 2011 +0000 Small change in the SURF algorithm to be sure that without TBB the template parallel_for is not used (the reason: the parallelization in the SURF algorithm conflicts with ThreadingFramework, which is a temporary substitute of TBB for ARMs) commit 00a72d48af79361ad4a6ed6b4e2b36407b7fbea9 Author: Alexey Spizhevoy Date: Tue May 24 13:59:02 2011 +0000 added exposure compensation base class into opencv_stitching commit 7659c776199a90403acb4c377771976ccd8b86ad Author: Vadim Pisarevsky Date: Tue May 24 13:38:55 2011 +0000 fixed formatting a bit commit 309bb171b2769bf29b0fa501682d3a761c90239b Author: Vadim Pisarevsky Date: Tue May 24 13:34:25 2011 +0000 do not use system is, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) commit 76e4c2007b4fbdc4606cb377b2859efab8a7bb16 Author: Vadim Pisarevsky Date: Tue May 24 13:31:50 2011 +0000 fixed vector resize in the ORB detector commit 0bf00036a898934022d4a4b9a493211fa5525759 Author: Vadim Pisarevsky Date: Tue May 24 13:25:26 2011 +0000 improved jSVD accuracy commit a360a19c565d0da5456c80820a01212d59772325 Author: Maria Dimashova Date: Tue May 24 13:20:32 2011 +0000 added TBB optimization to DOT commit 3d50df37c2643c7ac5848712f17dfd964f04b0f9 Author: Alexey Spizhevoy Date: Tue May 24 09:58:25 2011 +0000 reduced memory requirements for multi-band blending commit 15677d6d280e0d389efd9f48f01ff8fd515b23d1 Author: Vladislav Vinogradov Date: Tue May 24 08:02:39 2011 +0000 minor optimization of SURF_GPU (orientation calculation, changed block size to 32x4) commit eaa66141011d49725e3e24630ff46c71a8b64504 Author: Alexey Spizhevoy Date: Tue May 24 06:07:47 2011 +0000 updated focal estimation again (opencv_stitching) commit ef966e15c1df0874be594b7e39b02fe310c6bdf8 Author: Alexey Spizhevoy Date: Tue May 24 05:58:15 2011 +0000 updated focal estimation (opencv_stitching) + refactoring commit 5c5cd449b3b33a35106c6c90412e7a2e677f4b84 Author: Ethan Rublee Date: Tue May 24 00:30:03 2011 +0000 Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help for site. Also ticket #1087. commit 37f745737b9240293b40f0de53eeecf8b20997bd Author: Elena Fedotova Date: Mon May 23 21:20:31 2011 +0000 Purpose: 2nd review cycle commit 0848a2d67fbb6a1cd36cea314b313f7139e3d478 Author: Elena Fedotova Date: Mon May 23 20:16:53 2011 +0000 Purpose: 2nd review cycle commit 974799acd869d229ca2f9aad014a06083c68b77b Author: Vincent Rabaud Date: Mon May 23 20:03:16 2011 +0000 - fix possible crash introduced by cvRound commit 72728b44818ba10e54507bf9edd6e1e159024d00 Author: Ethan Rublee Date: Mon May 23 19:52:23 2011 +0000 Applying patch mentioned in ticket #1085 commit 7fbcc1ec054dc7e69612db0e6512337fa6ff4b9d Author: Vladislav Vinogradov Date: Mon May 23 18:40:09 2011 +0000 minor SURF_GPU optimization (descriptor calculation, change block size to 6x6) commit 44e9fdaa2d906e36f1fe685576b5dc4f8f7b9cf0 Author: Ethan Rublee Date: Mon May 23 17:26:58 2011 +0000 Initial pass at some boost python bindings. commit 3bb685a744cb0748e89eeb9559be3b979de305b3 Author: Alexey Spizhevoy Date: Mon May 23 14:28:53 2011 +0000 minor changes in opencv_stitching commit 47443d9826964a45e101aeae1baf787fc7c607d0 Author: Vadim Pisarevsky Date: Mon May 23 14:01:12 2011 +0000 fixed 2 bugs reported by exvan (ticket #799) commit c639b2a85e640ec2966481ccd14a0c23159088eb Author: Vadim Pisarevsky Date: Mon May 23 13:50:17 2011 +0000 avoid crash in the case of multiple pyramid levels commit f44632ee6f6fbd868d33d823b2af52bda0697786 Author: Alexey Spizhevoy Date: Mon May 23 13:08:31 2011 +0000 switched float with short in blending step (opencv_stitching) commit 5bf8109dbc751bacec806ba2c8a77844033d03e4 Author: Alexey Spizhevoy Date: Mon May 23 12:20:12 2011 +0000 minor memory optimization in opencv_stitching commit 4827fbf326fc6c21db3763bdd070645a23e7feee Author: Alexey Spizhevoy Date: Mon May 23 11:31:02 2011 +0000 implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp commit ae6d5252ab1775b35d0eabaa4612303fd9adea3a Author: Vladislav Vinogradov Date: Mon May 23 08:46:27 2011 +0000 minor fix commit 0b19f915bedf758bbfe06faa2a2ac1aeffeeff06 Author: Vladislav Vinogradov Date: Mon May 23 07:59:20 2011 +0000 minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures) commit 145a76faf4eb60657404377b3f331a1c4fb83a59 Author: Vadim Pisarevsky Date: Mon May 23 07:58:35 2011 +0000 fixed features2d (ORB) compile errors on Windows commit 71ebe377fc33fc0db45ae3a76c3d336303fd3d3c Author: Alexey Spizhevoy Date: Mon May 23 07:38:42 2011 +0000 updated usage message (opencv_stitching) commit f610b16eafd44d6d517c6fb303100464617f6c2b Author: Alexey Spizhevoy Date: Mon May 23 07:35:46 2011 +0000 fixed bug in graphcut seam estimation (opencv_stitching) commit f391ea2ad0d201b4fce402e6f83be433d1139179 Author: Alexey Spizhevoy Date: Mon May 23 07:10:48 2011 +0000 added scaling of images before seam estimation (opencv_stitching) commit f2a337f99096eeb7fb86305cc00ba4745e9a98cc Author: Vadim Pisarevsky Date: Sat May 21 20:17:45 2011 +0000 fixed several typos, including the old ones from ticket #854 commit 57e5fabf8f19b3b77db1ed6c30cf420fbcb23379 Author: Vadim Pisarevsky Date: Sat May 21 18:36:30 2011 +0000 Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007) commit 23768b18265623d1c6e908c6196b33e3cbfa1b65 Author: Vadim Pisarevsky Date: Sat May 21 18:32:34 2011 +0000 replaced #include with #include "some_opencv_hdr" (ticket #719) commit b58d9edc6a536bc6da9ad2718298257b236323f8 Author: Vadim Pisarevsky Date: Sat May 21 18:07:28 2011 +0000 return NULL in the case of incorrect camera index (ticket #710) commit 9170ff6f5ed69d34da67caa209dd124419486275 Author: Vincent Rabaud Date: Sat May 21 17:27:38 2011 +0000 - assign some members outside the header (fixes #1081) commit 92d1262f87be0ada1b1deb0d15458f2451693c61 Author: Kirill Kornyakov Date: Sat May 21 15:09:54 2011 +0000 bugfix for Windows x64, Visual Studio 10 commit 868035215f029229099624945465319b64f5ba72 Author: Alexey Spizhevoy Date: Sat May 21 14:44:37 2011 +0000 made number of bands in blending parameter commit 97530caa5348884200390aeedd6e58d6619c513b Author: Alexey Spizhevoy Date: Sat May 21 14:22:06 2011 +0000 more refactoring of opencv_stitching commit aadb1669a7d87d969ddff3c96c77597491fe6c3d Author: Kirill Kornyakov Date: Sat May 21 14:09:03 2011 +0000 some samples updated according to new CommandLineParser class commit 4ba6793568112c310c3a6cee1234d1646fbd2c54 Author: Alexey Spizhevoy Date: Sat May 21 14:03:06 2011 +0000 updated poor pairs filtering in opencv_stitching commit 706a065d141b9d258d21ce9c3540dd18ce114d83 Author: Alexey Spizhevoy Date: Sat May 21 13:27:57 2011 +0000 memory optimizations in opencv_stitching commit 90ece0b8e5d482bbfecf236d17a24d476c5cc315 Author: Alexey Spizhevoy Date: Sat May 21 11:24:42 2011 +0000 refactoring in opencv_stitching commit 16e6c45ed76e5b3987e80da9a12b8bd77dd5b2c8 Author: Alexey Spizhevoy Date: Sat May 21 11:09:47 2011 +0000 changes blenders interface in opencv_stitching commit fa0c8d954ea67c74ce9fff143a2e09181e4cc964 Author: Vadim Pisarevsky Date: Sat May 21 09:29:21 2011 +0000 allow lower-case utf-8 encoding specification as well commit 6d05622a5f5fcd169c0fcedf0e78652e9f16e5d7 Author: Vadim Pisarevsky Date: Sat May 21 09:03:04 2011 +0000 one more fix with encoding when reading/writing XMLs commit dc37ad803e1488cae0a4e3fcbfa801044c5e48b8 Author: Vincent Rabaud Date: Fri May 20 23:53:22 2011 +0000 - add missing tests for ORB - remove useless code for 2.3 commit 4b1f183bcdddd00a472d6896e3b8c94d1410fbd5 Author: Vincent Rabaud Date: Fri May 20 22:25:53 2011 +0000 - adding ORB commit 856c7177832cc3bb9a200830b0cf0b12853ee8fa Author: Vadim Pisarevsky Date: Fri May 20 20:24:34 2011 +0000 fixed reading/writing of utf-8 strings commit 1388826c416da68d5cabf1e3b25339123e8c6943 Author: Andrey Kamaev Date: Fri May 20 14:33:41 2011 +0000 Tegra optimization for calcOpticalFlowPyrLK commit ebe2d03aefae92ebc84422bb3769440548e2a69e Author: Maria Dimashova Date: Fri May 20 12:46:05 2011 +0000 removed duplicated output, added the print of first and last points always commit f3662b0bd193683804722eb9c52ea99cb30a5714 Author: Maria Dimashova Date: Fri May 20 12:30:47 2011 +0000 fixed sample commit 983f4f1621c750866669f689d48d375b8b340413 Author: Maria Dimashova Date: Fri May 20 12:14:35 2011 +0000 minor changes of recall-precision output commit 2de0e1fc6609be5e347ee0db385511526e4f23aa Author: Alexey Spizhevoy Date: Fri May 20 08:08:55 2011 +0000 refactored opencv_stitching commit 5b50d63754bade8ffa0109be75fb3300318561d0 Author: Alexey Spizhevoy Date: Fri May 20 07:44:37 2011 +0000 added number of bands estimation in opencv_stitching commit 767a6e8e787f285736043b1828d01454933958d3 Author: Alexey Spizhevoy Date: Fri May 20 07:32:25 2011 +0000 added histograms comparison into opencv_stitching commit 63ac784ea0ad60682d9d60e4b9fcc84cf7b892c3 Author: Anatoly Baksheev Date: Thu May 19 17:11:25 2011 +0000 fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008) commit 51c68423840c6400adaa7a2a0fd2e9e2f372a213 Author: Vadim Pisarevsky Date: Thu May 19 12:41:48 2011 +0000 alter the read stage.threshold to match traincascade behavior (ticket #1071) commit d40320090b52a827e255b6550861e321d0d04296 Author: Vadim Pisarevsky Date: Thu May 19 12:19:48 2011 +0000 fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058) commit 613a69abe8f0dae39ffb64f4d8472c9ae4ae22ef Author: Andrey Kamaev Date: Thu May 19 06:36:44 2011 +0000 Tegra optimization for yuv420i to rgb conversion commit 2cb08d7fde9c2552ed242e0ff81f845215ff7290 Author: Alexey Spizhevoy Date: Thu May 19 05:59:10 2011 +0000 added time measurements into opencv_stitching commit 2dc981aaa8a105405ecb77ab8522a284bb23d166 Author: Vadim Pisarevsky Date: Wed May 18 15:16:12 2011 +0000 fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054) commit d998c73769696d3bc574bf3d2002c034a66f9946 Author: Alexey Spizhevoy Date: Wed May 18 15:05:06 2011 +0000 minor changes in opencv_stitching commit 4567b4326bc3f7fc6550dfac447fa9d07890b879 Author: Alexey Spizhevoy Date: Wed May 18 14:52:23 2011 +0000 reduced memory requirements in opencv_stitching commit 71ca501bb6f0912b32b2e7401ed851cb929432a1 Author: Alexey Spizhevoy Date: Wed May 18 13:21:45 2011 +0000 added parameters controlling resolution into opencv_stitching commit 98f090e390313c0f3073187cd2775dfcb3d40ffc Author: Vadim Pisarevsky Date: Wed May 18 13:05:46 2011 +0000 fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066) commit 7d350280c05723f7f8daaeb8c68912e90a87cb55 Author: Alexey Spizhevoy Date: Wed May 18 13:02:27 2011 +0000 compilation under mac commit 8a47b3d5d58a46d70ce18ab1d67cec89095e9f80 Author: Kirill Kornyakov Date: Wed May 18 12:48:08 2011 +0000 fixed OpenCV_DIR commit 411e7798aa261d9f7ac0c4e84544b94ef1be44a7 Author: Maria Dimashova Date: Wed May 18 11:57:43 2011 +0000 added the link in doc on kinect commit 60e1eda1495ec7bc64b41220e92bcaf23ece05db Author: Alexey Spizhevoy Date: Wed May 18 08:56:48 2011 +0000 modified focal estimation function in opencv_stitching commit 34e2c78cec2af87fa35cb2fc4377f986350aff11 Author: Vladislav Vinogradov Date: Wed May 18 07:18:30 2011 +0000 minor fix commit 5fe8beac4233f54499bc3fa095b52433c0a55ca4 Author: Alexey Spizhevoy Date: Wed May 18 07:15:12 2011 +0000 minor refactoring in opencv_stitching commit 21d89cc4206a32c6de274f80ea7f709d82ef1187 Author: Alexey Spizhevoy Date: Wed May 18 07:11:45 2011 +0000 added leaveBiggestComponent function into opencv_stitching commit f3b45af8767f269f62081b20236b2bacf57393f7 Author: Vladislav Vinogradov Date: Wed May 18 06:51:05 2011 +0000 GpuMat::setTo optimization (call cudaMemcpy2D if possible) commit b0598fcf3618f3b8b23db91bee691584dcd244f8 Author: Vadim Pisarevsky Date: Tue May 17 15:55:40 2011 +0000 removed debug print statement from cvMixChannels() commit 0c504b42a0201e5b7f05936f0c505bfe81e2814e Author: Vadim Pisarevsky Date: Tue May 17 15:52:23 2011 +0000 copied helper modules from doc to modules/python/test commit 62569f6926f4979276a62e0a990dce253c629c17 Author: Vadim Pisarevsky Date: Tue May 17 15:44:01 2011 +0000 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. commit 306a11a7c5d87448236d53d3400a900f370a9637 Author: Vadim Pisarevsky Date: Tue May 17 14:15:23 2011 +0000 fixed a few warnings from VS2010 express commit 013b7fdc91e8914db25477c231e5e9881f91e9cd Author: Alexey Spizhevoy Date: Tue May 17 13:48:27 2011 +0000 minor changes in opencv_stitching commit 3d154c9ddeabffeb6cb51548511ac843040f87cd Author: Vadim Pisarevsky Date: Tue May 17 13:32:42 2011 +0000 fix build problems on Windows commit 0f5f60f7f5093482d45448dfab84a65cc25250f4 Author: Andrey Pavlenko Date: Tue May 17 12:52:07 2011 +0000 - extra spaces are removed - static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist') commit 2935bb29e5820c3c893e08286ad2b9bd88cf549f Author: Anatoly Baksheev Date: Tue May 17 09:48:23 2011 +0000 solution folder flag disabled by default commit 69f28ef65c588aedf9e9783579e32c4044594239 Author: Anatoly Baksheev Date: Tue May 17 09:40:06 2011 +0000 solution folder flag disabled by default commit 7b2e39a3f97dee1ff41b7af28c8df8c44f2a14a2 Author: Vadim Pisarevsky Date: Tue May 17 07:27:48 2011 +0000 added missing #include for compatibility with VS2008 commit 2728e3ee7ca528b7fc82f0f1e671681a1ba4f10a Author: Alexey Spizhevoy Date: Tue May 17 04:59:44 2011 +0000 changed default args values for opencv_stitching app commit 16712bad933b45faac1075a8b58f09f06bc43082 Author: Andrey Kamaev Date: Mon May 16 15:10:44 2011 +0000 minor bugfix commit 0293912ea4d1e7ea0f07a53b960b3460441cca91 Author: Andrey Kamaev Date: Mon May 16 14:14:06 2011 +0000 Parallel version of YUV->RGB conversion for Android camera commit 30f9710d558f47892ab838a2524c1b7e1616a012 Author: Alexander Mordvintsev Date: Mon May 16 10:52:20 2011 +0000 fixed #808 and #848 commit 0caf2707eefdd60e0543233c1604ed0a484084db Author: Vladislav Vinogradov Date: Mon May 16 08:54:06 2011 +0000 update gpu docs (SURF and BruteForceMatcher) commit f11efdced384a894b3988596956135748b0756bb Author: Vladislav Vinogradov Date: Mon May 16 08:38:27 2011 +0000 added support of Hamming distance to BruteForceMatcher_GPU commit 79ed4e4c9270f764d84ea806b2aeab02f9da9f0d Author: Alexey Spizhevoy Date: Mon May 16 05:11:09 2011 +0000 refactored opencv_stitching commit f80c93aa822f29ad7f19fd96655940b3f4aa0e54 Author: Elena Fedotova Date: Sun May 15 20:56:53 2011 +0000 Purpose: updated the feature2d chapter commit 94760a5f2b53501b2d28491e0fe0c13874f5df81 Author: Kirill Kornyakov Date: Sun May 15 19:25:00 2011 +0000 command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments. commit aa1fac4c5af8e87bc80c454f0d5f997f0a0926d6 Author: Elena Fedotova Date: Sun May 15 19:16:53 2011 +0000 Purpose: completed the calib3d chapter commit 99ef14ad773fd67476b499f044c86e62968aff6f Author: Elena Fedotova Date: Sun May 15 19:16:27 2011 +0000 Purpose: completed the objdetect chapter commit 718f56e6adfa25501a9dc775fe701a9765f9b007 Author: Elena Fedotova Date: Sun May 15 19:15:36 2011 +0000 Purpose: completed the ml chapter commit 8acce4e31f17c7f34bd254392ff0ea31a2ffcae5 Author: Maria Dimashova Date: Sun May 15 09:19:05 2011 +0000 some renames commit 05394d9835a0736bb2a4b1ce8e78c6ed6c43aede Author: Vadim Pisarevsky Date: Fri May 13 20:01:36 2011 +0000 added missing #include "ctype.h" commit fa2f1c036a4a45eeec9558d0b1c50ec3b3462ea5 Author: Vadim Pisarevsky Date: Fri May 13 20:00:58 2011 +0000 removed "#include "windows.h"" from core headers commit 5199cd9c95a9feb630913f424aad87b5619fdf8d Author: Vadim Pisarevsky Date: Fri May 13 19:40:57 2011 +0000 removed unnecessary #include "windows.h" from "highgui_c.h" commit 9d787afe72ef9d15af2f52081005292978b5fac8 Author: Andrey Kamaev Date: Fri May 13 18:32:05 2011 +0000 Small Android build fixes commit 56cf08a873fb889c2855d0b4dcea9939f54a8787 Author: Vadim Pisarevsky Date: Fri May 13 15:24:21 2011 +0000 made "filestorage << vector" work properly. commit 0243fe6b07f11e84776a71497bd26946b1672619 Author: Vadim Pisarevsky Date: Fri May 13 13:26:14 2011 +0000 disabled creation of hdr_parser.pyc commit 058b761a4615464de286b60a7a0c47c4225a823a Author: Andrey Kamaev Date: Thu May 12 15:22:55 2011 +0000 cv:threshold optimization for Tegra commit 138b9724d8b66afba670ba4c5ec3af409d5386d9 Author: Vadim Pisarevsky Date: Thu May 12 11:40:42 2011 +0000 make ubuntu 11.04 compile with libv4l commit 23a369b27e409d79de60f425f32e10cfbcd68d49 Author: Andrey Kamaev Date: Thu May 12 07:02:39 2011 +0000 Fixed Android build commit facff37e82dbdd88d449e8c1a944e6d1a2538d4f Author: Vadim Pisarevsky Date: Wed May 11 23:31:50 2011 +0000 reviewed ? marks in features2d commit 039c35e2e7de6df47f6f0eeeeb4226ccb2e78e69 Author: Andrey Kamaev Date: Wed May 11 22:48:05 2011 +0000 Removed outdated build instructions commit 6aea54e3085903ae25e343e20650a37fb321748e Author: Andrey Kamaev Date: Wed May 11 22:46:17 2011 +0000 Added simple command line sample for Android commit 5e4ca22737c888b877338bd6c43ab4ff09352f2d Author: Xavier Delacour Date: Wed May 11 20:17:15 2011 +0000 small updates to bundle adjustment implementation commit ad4969d81aa8306ac928c1163fe2dcfdd187c483 Author: Andrey Pavlenko Date: Wed May 11 18:34:06 2011 +0000 Removing auto-generated file commit 6ce8b93cb3c8a91ca15bf1032739464444cf684f Author: Andrey Pavlenko Date: Wed May 11 15:39:09 2011 +0000 Fixing build for Android commit 7a24dc9cb6f29b56b1dd4f13d2340b29b0d8e006 Author: Anatoly Baksheev Date: Wed May 11 14:45:35 2011 +0000 formatting commit 429b33de970ab6e91ada23d36387e357c9b74777 Author: Anatoly Baksheev Date: Wed May 11 13:51:41 2011 +0000 minor commit 17e1bcb0060e9a7925ada066d666117cbe105582 Author: Anatoly Baksheev Date: Wed May 11 13:50:17 2011 +0000 fixed pch for non-windows commit c49dc37761cc8edc4f52071d3c5a1ed68e136219 Author: Anatoly Baksheev Date: Wed May 11 13:37:20 2011 +0000 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 [~] fixed warning in featuers2d under windows (can't generate assignment operator) commit c46b510f4c700eae4723ba972dff7603f60bf9f5 Author: Maria Dimashova Date: Wed May 11 12:59:36 2011 +0000 restored 2 methods (for backward compatibility) commit af28d19b3aa8384103cd2c2b949d3d3814c5cab6 Author: Maria Dimashova Date: Wed May 11 12:13:58 2011 +0000 extended the constructor parameters of AdjusterAdapter's inheritors commit c98c87d54550aed517fdc120bde1836225f6e9e2 Author: Maria Dimashova Date: Wed May 11 11:53:53 2011 +0000 fixed DynamicAdaptedFeatureDetector commit 6afd44674f7c8c6bd97ad90fc3a9cd6703c05547 Author: Vadim Pisarevsky Date: Wed May 11 11:27:29 2011 +0000 fixed paths to demo python scripts commit f8d93df52ad1821c9a33a374cdca00029aee1481 Author: Maria Dimashova Date: Wed May 11 09:18:28 2011 +0000 minor commit 15f7918e342545b92d8f56c58196c123ae8f5028 Author: P. Druzhkov Date: Wed May 11 07:58:47 2011 +0000 problem with the supported data matrices types is fixed minor fixes in CvGBTrees, its test and sample commit 6a03be26329efdca3424fd8e62e53195d83db6cb Author: Vladislav Vinogradov Date: Wed May 11 07:30:46 2011 +0000 added lightweight class DeviceBuffer to matrix_reductions.cpp commit 3c2d7b951a3d6143a359095794f8a0ed7a732290 Author: Vladislav Vinogradov Date: Wed May 11 05:32:00 2011 +0000 fixed LUT (ticket #1057) commit 7e4769a04700315b67d97ca9b40ce926f6cfc3b2 Author: Alexey Spizhevoy Date: Wed May 11 05:28:55 2011 +0000 reduced memory requirements for multi-band blending commit b699e946b564985ff288f7ad346065e42fa0ca90 Author: Vadim Pisarevsky Date: Tue May 10 22:09:07 2011 +0000 converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target. commit 6facf8ba3bd1ec9b5893d390d1a60be49ad5176a Author: Andrey Kamaev Date: Tue May 10 13:35:20 2011 +0000 Final version of scripts for Android cross-compilation on Windows. commit 0f6b8002dc740737e2745e8daac78e581329b1e1 Author: Maria Dimashova Date: Tue May 10 13:30:58 2011 +0000 fixed save/load of dot; added data for the sample commit 1c9f4e7ca24aeaf2b01f7600ba439a0661dd87b9 Author: Vladislav Vinogradov Date: Tue May 10 12:39:12 2011 +0000 fixed gpu::meanStdDev and gpu::norm under CUDA 4.0 fixed compilation under Win64 commit 7ec77593db0c09d7b0b8dbca49c5fb76df8990b2 Author: Leonid Beynenson Date: Tue May 10 12:29:43 2011 +0000 Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string). Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size. commit f4c74eb532e4c75bbcca46cc8813a17c80cd2f01 Author: Maria Dimashova Date: Tue May 10 12:01:42 2011 +0000 changed the dot commit d0a91f8f193bfe47a3c379b9433aedd058370952 Author: Vladislav Vinogradov Date: Tue May 10 07:37:05 2011 +0000 fixed gpu projectPoints and solvePnPRansac tests commit 79b500eb0da037bb25e60b0b3238f8ab92e92db5 Author: Vladislav Vinogradov Date: Tue May 10 06:28:48 2011 +0000 fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0) commit bf29b16d1d22d4312776655673c0404c22d61db2 Author: Vladislav Vinogradov Date: Tue May 10 06:24:44 2011 +0000 fixed bug in cv::Sobel (ddepth < 0) commit 58e26313dda00f3b95ddc068bf7777486db8c8b7 Author: Vladislav Vinogradov Date: Tue May 10 06:11:03 2011 +0000 fixed bug in cv::LUT (multi-channel source array and single-channel table) added missing cudaSafeCall commit 4c7a8f8d24b9ef73f8edc520b19a4abc37b5d994 Author: Andrey Kamaev Date: Mon May 9 23:22:46 2011 +0000 Updated Android cross-compilation on Windows. commit f8e4b102488586cc702104d82683f39713a6d31f Author: Vadim Pisarevsky Date: Mon May 9 21:21:31 2011 +0000 made ptrdiff_t visible to GCC 4.6 compiler commit a7b9c31e6adb2289f604fefaf375d39541e0623c Author: Vadim Pisarevsky Date: Mon May 9 16:50:29 2011 +0000 repaired opencv refman & refman1 build commit e5eb9868f67936476ac5e3d5122cfa1a6f0a248f Author: Vadim Pisarevsky Date: Mon May 9 16:37:42 2011 +0000 moved the new docs from docroot to doc commit 99d86393cf554874ba3966e81f978448616d6eac Author: Vadim Pisarevsky Date: Mon May 9 16:35:30 2011 +0000 moved the new docs from docroot to doc commit a15fe21ea0f7d0af58c94e9585482660ef64ff88 Author: Vadim Pisarevsky Date: Mon May 9 16:35:11 2011 +0000 moved the new docs from docroot to doc commit 7491596ef8c50c99971c0a8fc03f40bbf98bf774 Author: Vadim Pisarevsky Date: Mon May 9 16:34:47 2011 +0000 moved the new docs from docroot to doc commit d7592dd1b89a365047bc6a605e6fc00ab820a751 Author: Vadim Pisarevsky Date: Mon May 9 16:33:53 2011 +0000 moved the new docs from docroot to doc commit bd05e356ed038937fcab173e3a8b14cb9bd9c09c Author: Vadim Pisarevsky Date: Mon May 9 16:32:58 2011 +0000 moved the new docs from docroot to doc commit 30645f8d0d1a01ebd47ad7b9c4e084a845b34b91 Author: Vadim Pisarevsky Date: Mon May 9 16:31:44 2011 +0000 moved the new docs from docroot to doc commit 16bfe3f450b2cf0e1edf7bd9abcbfb6213766c2f Author: Vadim Pisarevsky Date: Mon May 9 16:31:28 2011 +0000 moved the new docs from docroot to doc commit 73c935fab2283b594713762d4a929a5cf6a200af Author: Vadim Pisarevsky Date: Mon May 9 16:29:17 2011 +0000 moved the new docs from docroot to doc commit 4a0880de19c69c108b5c17511eae40e33ec74536 Author: Vadim Pisarevsky Date: Mon May 9 16:28:07 2011 +0000 moved the new docs from docroot to doc commit 122bce6cc70697099dfb79f4e1fa987bac18c383 Author: Vadim Pisarevsky Date: Mon May 9 16:22:17 2011 +0000 updated conf files to use the blue theme commit f82c04f426f7c860ab0e2b8bd042b2ad85ecf75a Author: Vadim Pisarevsky Date: Mon May 9 16:20:46 2011 +0000 removed obsolete docs commit 12d98a7d18844b854301d25d205b60271d2cbe0c Author: Elena Fedotova Date: Sun May 8 15:30:00 2011 +0000 Purpose: completed the feature2d chapter commit 4f335d18fbfda30ec06c81f47627a9119eed89be Author: Elena Fedotova Date: Sun May 8 09:31:15 2011 +0000 Purpose: completed the feature2d chapter commit 7ad698f0768da0b23f187740b38fef45b11a7536 Author: Elena Fedotova Date: Sun May 8 09:09:39 2011 +0000 Purpose: updated the feature2d chapter commit 53e9d8354e7bce4dd881b7e21605650c6349a155 Author: Elena Fedotova Date: Sun May 8 08:59:23 2011 +0000 Purpose: updated the feature2d chapter commit 4a21c6d394cf817ace6c708c58bd9fef4dab2fef Author: Elena Fedotova Date: Sun May 8 08:35:08 2011 +0000 Purpose: updated the feature2d chapter commit 8ebff41c297296237ca8fb74f71aaec879f1201d Author: Anatoly Baksheev Date: Sat May 7 12:06:58 2011 +0000 more warnings fixed. +some warnings in examples commit 927dccb4632f844fba6d936f795f2e90987084a8 Author: Anatoly Baksheev Date: Sat May 7 11:37:56 2011 +0000 fixed compilation WITH_TBB commit 1c18e5fef91130dc7595faa7737b751125378285 Author: Anatoly Baksheev Date: Fri May 6 21:45:48 2011 +0000 fixed ~300 warnings under windows (had to hack gtest a bit) commit c67f1a25519638bb9d33e8b8d6adcf093d21bcfa Author: Andrey Kamaev Date: Fri May 6 20:53:55 2011 +0000 Added missed CMakeCache.android.initial.cmake to windows build scripts commit dee0aba92ee58d938dc0f04e62c0e0d1204517ff Author: Elena Fedotova Date: Fri May 6 20:08:11 2011 +0000 Purpose: updated the feature2d chapter commit 39b79b126110a3d45501683a10bec5dfa96177d0 Author: Nils Hasler Date: Fri May 6 19:06:33 2011 +0000 change state of pipeline to NULL before freeing. commit 43f12fa96bdbc8c1cd4dccf365578dd212536bbe Author: Andrey Kamaev Date: Fri May 6 18:42:25 2011 +0000 Removed excess l commit cce26e58b8524c8d68dfd3dad927aed442bdd668 Author: Anatoly Baksheev Date: Fri May 6 18:29:53 2011 +0000 fixed warning: can't generate assignment operator commit 05ece2433e162c48634277084ee7b3f42d939aa1 Author: Andrey Kamaev Date: Fri May 6 16:15:10 2011 +0000 Fixed Android API level detection for toolchain build commit a685be3ea9cd5e1d1a6ee9fcc635960666645bd5 Author: Ilya Lysenkov Date: Fri May 6 14:02:07 2011 +0000 Added extra argument for BlobDetector in findCirclesGrid commit 9f29506d2cf8954a2a0fb8411d87c2067ea75cff Author: Andrey Kamaev Date: Fri May 6 12:24:56 2011 +0000 Refactored NEON optimization usage commit 94a5bf88d0300f4fb940afe24c723bbd50681fe7 Author: Maria Dimashova Date: Fri May 6 12:15:14 2011 +0000 fixed #1048 commit 62b966460d6532a7caf813d4c9751601550c721e Author: Vadim Pisarevsky Date: Fri May 6 12:06:20 2011 +0000 do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch) commit ae8f2eeac2a6b1c11f9e1d9a3cfb0dbed134050b Author: Vadim Pisarevsky Date: Fri May 6 11:51:39 2011 +0000 restored img_proc_test main() call; removed windows.h from ml.hpp commit dde9181117afcc6733d9eaf42b4486ee218bbe20 Author: Ilya Lysenkov Date: Fri May 6 09:40:18 2011 +0000 Added a fast algorithm for the symmetric circles grid detection commit 58b7c344aa95ca40bbd9afcb9ec82fcdbeb21faa Author: Alexey Spizhevoy Date: Fri May 6 08:05:02 2011 +0000 refactored opencv_stitching commit 29b917a5004b7945d8c992df9864e78065525d91 Author: Alexey Spizhevoy Date: Fri May 6 07:14:36 2011 +0000 now BA in opencv_stitching uses only geometrically consistent matches commit 15173fc5591207a743178e344d35e685848cee33 Author: Alexey Spizhevoy Date: Fri May 6 06:20:41 2011 +0000 added wave correct support into opencv_stitching commit 3928dd9d992c34265e90cffdb84928dc656293ab Author: Alexey Spizhevoy Date: Fri May 6 05:14:07 2011 +0000 added --ba_thresh key into opencv_stitching CLI commit e72c0ad661f5225d7751747ff65727b7a7ae6c0e Author: Alexey Spizhevoy Date: Thu May 5 15:12:36 2011 +0000 fixed BA error calculation in opencv_stitching, added draft version of waveCorrect commit f39db3f15ab3a621c6f2f473b75b441a5ddc1a62 Author: Vadim Pisarevsky Date: Thu May 5 13:31:54 2011 +0000 fixed problems indicated with ? marks commit 3467c6f73257677bcbad311beb1abc17c92d6781 Author: Alexey Spizhevoy Date: Thu May 5 12:12:32 2011 +0000 opencv_stitching refactoring commit f6fc807d492fd943bd8691dafbb947e5757e5566 Author: Alexey Spizhevoy Date: Thu May 5 11:44:47 2011 +0000 fixed some tests in gpu module commit 95f7e5ca2fce321c2fd4ce165287379a9db78de6 Author: Maria Dimashova Date: Thu May 5 11:44:11 2011 +0000 fixed #1046 commit 66c116ec6ad77a470b2380ff9369dbe659c6f67d Author: Maria Dimashova Date: Thu May 5 10:10:46 2011 +0000 fixed #1044 commit 71d14386e42d3efea069b80f8a40c2b69cc70963 Author: Vadim Pisarevsky Date: Wed May 4 19:45:21 2011 +0000 fixed generation of Python wrapper cv2. commit 916ec81d095df876f40a6c3b277ab005d6671cd3 Author: Elena Fedotova Date: Wed May 4 19:22:51 2011 +0000 Purpose: updated the feature2d chapter commit d3a159d3cc9b0d5b21b0cdb059cbdff596043317 Author: Vadim Pisarevsky Date: Wed May 4 17:31:48 2011 +0000 added missing Python wrappers for OpenCV 1.x commit 1b5f5dd371491184d67125775da205cf0646380b Author: Maria Dimashova Date: Wed May 4 14:49:02 2011 +0000 changed GBT parameters in sample commit 8bbbd9341053ac1409dba633bb79768b1d37e6f3 Author: Maria Dimashova Date: Wed May 4 11:12:17 2011 +0000 fixed #1025 commit 336989f80b323c16300831738a33875e58f2cf48 Author: Vladislav Vinogradov Date: Wed May 4 11:09:42 2011 +0000 added image stitching module commit d7f04f04cc0e4614aee5851663096424c8cf3d32 Author: Maria Dimashova Date: Wed May 4 10:19:12 2011 +0000 fixed #1038 commit 6200f388dd5617b9e8cb3916649bb0fc9a5af4ad Author: Vladislav Vinogradov Date: Wed May 4 08:53:43 2011 +0000 fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse) commit af6072814c35820ccc8fe2007fa243f33db36000 Author: Elena Fedotova Date: Tue May 3 20:41:11 2011 +0000 Purpose: updated the feature2d chapter commit 573c637ea5465e1151c62eb3974fba6f3e6c2856 Author: Vadim Pisarevsky Date: Tue May 3 17:28:17 2011 +0000 fixed artifacts in warpPerspective (ticket #1024) commit 7f7965bc9370c75d98e108ac18bce018516d10c8 Author: Vadim Pisarevsky Date: Tue May 3 16:00:31 2011 +0000 separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test commit 0c9e5f6c9ca4d6916a03a32bc80d20e351e1da9e Author: Vadim Pisarevsky Date: Tue May 3 13:03:48 2011 +0000 removed comments in Russian commit 6432267de8e928b937fa12b37a19cfd95da5e8f0 Author: Vadim Pisarevsky Date: Tue May 3 12:58:58 2011 +0000 corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch) commit dff9c0703ff6ec2c759a7a6a41a8f2ff5b58d5b4 Author: Stefano Fabri Date: Tue May 3 10:56:20 2011 +0000 Fix a litte bug on matrix subtraction commit c21a783646a966b60ef8f22ff660835c2c73de99 Author: Vladislav Vinogradov Date: Tue May 3 09:09:05 2011 +0000 added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY) fixed bugs in gpu::cvtColor commit 727fbd53767027139975a10865b07d64a47e9a16 Author: Andrey Kamaev Date: Tue May 3 08:13:50 2011 +0000 Android cmake toolchain file is included into OpenCV commit ce2edd137d0799e1a836176379150ab464552c4c Author: Vadim Pisarevsky Date: Mon May 2 22:37:21 2011 +0000 fixed typo in fitellipse err message (ticket #365) commit d02a0cab480edc0e0fe026a7edd728656edb3168 Author: Vadim Pisarevsky Date: Mon May 2 22:20:22 2011 +0000 updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952 commit b435ff0bb7c5178fdf8f16e3a0a224a0d3e32121 Author: Elena Fedotova Date: Mon May 2 20:21:37 2011 +0000 Purpose: updated the video chapter commit a766f9b44649e7b0c203d1fa692ce5175c9b9531 Author: Elena Fedotova Date: Mon May 2 19:34:16 2011 +0000 Purpose: updated the highgui chapter commit 2f81eb22f6fa37fff4d6eee5b455e00b8b865f3c Author: Maria Dimashova Date: Mon May 2 17:04:29 2011 +0000 fixed #887 commit 9ce792fb3afa6da2fa7b7290f2a34407173198cd Author: Maria Dimashova Date: Mon May 2 17:03:53 2011 +0000 minor commit ad84d784ee74d383f8e2bb3fc9af9ed38ced3df9 Author: Vadim Pisarevsky Date: Mon May 2 08:13:36 2011 +0000 make CMAKE_INSTALL_PREFIX available on Windows as well commit b9662e099ca613cac55c4c394ceb95aaff07a862 Author: Maria Dimashova Date: Sun May 1 17:38:52 2011 +0000 added the filtering of keypoints having zero size (#877) commit d3aa228073b08a07aef9238546f2803df33b4ec7 Author: Vadim Pisarevsky Date: Sun May 1 17:09:40 2011 +0000 fixed opencv-ffmpeg compile bug with MinGW (thanks to takacsd for the patch) commit 098795cd1688d5efe7a65eb145cd09c3901436f8 Author: Maria Dimashova Date: Sun May 1 09:01:57 2011 +0000 minor changes commit 23a9b7bb9c64d0f8440f60138bb89aadf989dedf Author: Vadim Pisarevsky Date: Sat Apr 30 19:29:26 2011 +0000 fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 commit 92852ca06eccefe1bf3a23e433d23cae9af78faf Author: Maria Dimashova Date: Sat Apr 30 18:04:33 2011 +0000 added new ML models to points_classifier sample commit 5c9e6b70591480a6483d07ae17b17418a0ec15db Author: Maria Dimashova Date: Sat Apr 30 18:02:56 2011 +0000 fixed CvGBTrees commit 481d0b2c56cbb5dfa63df42c53aa1d7369316df3 Author: Maria Dimashova Date: Sat Apr 30 17:39:24 2011 +0000 fixed CvBoost commit 428aef522b6455d51bfbf54f09b08c91e8442835 Author: Maria Dimashova Date: Sat Apr 30 16:44:34 2011 +0000 added new sample on ML models commit e762f2a33c42b53e02bdb0bcdadf90c3d7175205 Author: Elena Fedotova Date: Sat Apr 30 14:10:45 2011 +0000 Purpose: updated the highgui chapter commit b561cecbaba7f9186a53cdb5dbe88107616f8410 Author: Elena Fedotova Date: Sat Apr 30 14:04:51 2011 +0000 Purpose: completed the imgproc chapter commit 2eecdcd50caa0a0fd2985a645eb464ece19b6e5b Author: Elena Fedotova Date: Sat Apr 30 13:53:21 2011 +0000 Purpose: completed the imgproc chapter commit 25f289eae9d8dbbe43505e6efc1b12bf79901ebb Author: Elena Fedotova Date: Sat Apr 30 13:53:08 2011 +0000 Purpose: completed the imgproc chapter commit 150d7aab905d1d7ed9664a865ef870466d4534c3 Author: Elena Fedotova Date: Sat Apr 30 13:52:54 2011 +0000 Purpose: completed the imgproc chapter commit 753b689d85aa5d4fac83258252f05cc0daca9a20 Author: Elena Fedotova Date: Sat Apr 30 13:52:40 2011 +0000 Purpose: completed the imgproc chapter commit 046c9ac03348ae73a3ed726e15d45fd4012ffdcf Author: Elena Fedotova Date: Sat Apr 30 13:52:25 2011 +0000 Purpose: completed the imgproc chapter commit 738c5bb4959ea325537766b9c88eff323ee6d3c9 Author: Elena Fedotova Date: Sat Apr 30 13:52:10 2011 +0000 Purpose: completed the imgproc chapter commit 41f5e8e3d8b43d5c74faa6019ce44f0e31f707a9 Author: Andrey Kamaev Date: Sat Apr 30 10:42:33 2011 +0000 Fixed output paths for some libraries and executables. Added option to force disable precompiled headers. commit c122b7e114d619616750dcc322cf23df9081b6be Author: Andrey Kamaev Date: Sat Apr 30 10:38:24 2011 +0000 Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above. Enable tests for Android by default. commit 17b11a47bf26a402cbef2bef9d82b7dfee5e9e18 Author: Ethan Rublee Date: Fri Apr 29 21:00:10 2011 +0000 Conditional for the module ts, depending on whether tests are being built. commit 74907eeb8ec496992606042da367d7d2ae23d62b Author: Ethan Rublee Date: Fri Apr 29 20:51:56 2011 +0000 Dissable tests for android by default. commit e262f054ad3cf78f71663e122770a6a4ff86d1e1 Author: Leonid Beynenson Date: Fri Apr 29 19:03:41 2011 +0000 Changed algorithm of Android camera synchronisation --- added "auto-grab" mode. commit e7ef84b2c2826d60850ad9c8b0f6983033f4c87c Author: Maria Dimashova Date: Fri Apr 29 17:12:55 2011 +0000 fixed #932 commit fa6400843e14e49b663d5102668603e53670f21c Author: Maria Dimashova Date: Fri Apr 29 16:42:38 2011 +0000 fixed #982 commit 8a79d414c00eb6522868ac5f1a6ee6bb0376c117 Author: Alexander Shishkov Date: Fri Apr 29 15:00:37 2011 +0000 fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert) test was refactored commit 34a18f79e128949144308b234bb8f7c90829d0f6 Author: Maria Dimashova Date: Fri Apr 29 14:37:02 2011 +0000 fixed #832 commit 2806db93d87e3458cfafb88498c3a7af00b6f016 Author: Leonid Beynenson Date: Fri Apr 29 14:20:24 2011 +0000 Merged the branch /branches/opencv_pthread_framework/opencv into the trunk. The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB. Also some changes in Android highgui camera class were made. commit e202b1306903c1c0f4c4ae7bcbb1cb73961b228b Author: Maria Dimashova Date: Fri Apr 29 14:12:17 2011 +0000 fixed bug in knnMatch method commit de93fdb1afef88a0913ed3af6bbd5f5306558576 Author: Alexander Shishkov Date: Fri Apr 29 13:23:22 2011 +0000 fixed bug in knnMatch method commit 9702b5ef8a56d52c9fe218bab3c328ac3a631435 Author: Vadim Pisarevsky Date: Fri Apr 29 12:41:30 2011 +0000 made the samples compile on Windows commit 9ca45daba33a8120242b31deb7eaa8890cfc17f1 Author: Vadim Pisarevsky Date: Fri Apr 29 11:55:33 2011 +0000 fixed couple of integral-related bugs commit 8da637854c4d80507303a6b3e28c18045ee50800 Author: Vadim Pisarevsky Date: Fri Apr 29 10:34:54 2011 +0000 added extra check to avoid crashes commit 06b233bdc9e8667ec3836ee024402dd7374f4d24 Author: Vadim Pisarevsky Date: Fri Apr 29 09:57:15 2011 +0000 corrected the output euler angle on y axis in RQDecomp3x3 (thanks to Lasve for the patch) commit 3d92d4c0bc48ab413486caa01b8e86ce40379860 Author: Vadim Pisarevsky Date: Thu Apr 28 14:08:03 2011 +0000 fixed compile errors on Ubuntu 11.04 commit 675aaea46fb53b3e23453b75036e5781199f7d11 Author: Vadim Pisarevsky Date: Thu Apr 28 13:45:07 2011 +0000 removed duplicated directory commit 820c5941fc4e06766cb137aa3a086476568ff700 Author: Vadim Pisarevsky Date: Wed Apr 27 17:56:58 2011 +0000 corrected badarg test of findchessboardcorners (thanks to Pieter-Jan Busschaert) commit c82252035f741c7417fe64e81ec1a65abf0a6a97 Author: Vadim Pisarevsky Date: Wed Apr 27 13:28:49 2011 +0000 fixed bug with misaligned data access (on Windows & Linux) commit aa7d423a6d93143161e1a94a892b99e69c4fa1d6 Author: Vadim Pisarevsky Date: Wed Apr 27 08:24:24 2011 +0000 fixed typo commit d95bf478fea7b44a5116ac7cd0d12a1737654c04 Author: Vadim Pisarevsky Date: Wed Apr 27 06:59:59 2011 +0000 fixed corners emptiness check in drawChessboardCorners (thanks to thomask) commit ce808af5943dad98bdeee66266608bc9b31e2394 Author: Alexey Spizhevoy Date: Wed Apr 27 05:29:02 2011 +0000 fixed failing GPU projectPoints and solvePnPRansac tests commit d67e612f105d905e414e2f1269c95ee148751edc Author: Vadim Pisarevsky Date: Tue Apr 26 16:10:26 2011 +0000 fixed highgui build on Windows commit 5f6beac5d5aaef745ab5d8af202f94c4790f59bf Author: Vadim Pisarevsky Date: Tue Apr 26 16:03:02 2011 +0000 fixed libpng build on Windows commit 417663c062a69d577ec10fb599a1756dc7482a8f Author: Vadim Pisarevsky Date: Tue Apr 26 15:50:24 2011 +0000 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. commit 69855407440c5cf7bfaad6376c24af769874e796 Author: Vadim Pisarevsky Date: Tue Apr 26 15:46:15 2011 +0000 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. commit 0e0929af15b51465bc710a8910fb3bffee9dd4ef Author: Vadim Pisarevsky Date: Tue Apr 26 15:38:32 2011 +0000 fixed compile errors on Ubuntu commit cd981f4d13e6475f5c5074524196056e0d7af8f0 Author: Maria Dimashova Date: Tue Apr 26 13:57:55 2011 +0000 started to integrate DOT detector commit 0a8c7d274bcf2023cdeafc58373b6a77eed4e219 Author: Vadim Pisarevsky Date: Tue Apr 26 13:51:30 2011 +0000 fixed typo in cv::erode description commit 35af5dacded8cdf1ee041b3e666f633d28e2284d Author: Vadim Pisarevsky Date: Tue Apr 26 13:07:05 2011 +0000 do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch) commit caa943c85fd54ad6cd00fd8acee79af10e6cdb68 Author: Vadim Pisarevsky Date: Tue Apr 26 12:41:42 2011 +0000 made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch) commit 0556c5ede25841aa64846045d60fc3e7af5502dc Author: Vadim Pisarevsky Date: Tue Apr 26 12:33:25 2011 +0000 make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch) commit 4b2f9e78fcaf07fc81033c31b0127857b10efc07 Author: Vadim Pisarevsky Date: Tue Apr 26 12:20:42 2011 +0000 fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) commit 0cfcb487960b3b25eb36498aabe565a17ed992fe Author: Vadim Pisarevsky Date: Tue Apr 26 12:09:27 2011 +0000 bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk commit 6f82c0d6620329ec7a6b00719eb8421193fd6f11 Author: James Bowman Date: Tue Apr 26 00:02:09 2011 +0000 simple mean for decode commit 181de064457aaea383621e9e8d01ef4aead6a842 Author: James Bowman Date: Tue Apr 26 00:01:41 2011 +0000 restore data matrix commit 7735712732f91fe0d63f91144c861739b060c191 Author: Vadim Pisarevsky Date: Mon Apr 25 22:02:11 2011 +0000 removed obsolete tex docs in order to avoid possible confusion commit 8047d0503fdf0d0af575bcbf97d5f2d2774cf785 Author: James Bowman Date: Mon Apr 25 21:51:36 2011 +0000 datamatrix commit 4aaa2700f6665ff46a78df60a1cc06cd029c8dcb Author: Vadim Pisarevsky Date: Mon Apr 25 21:50:25 2011 +0000 do not use Lapack anymore commit 9ac3a35175f1536a3e6669e8adbb0f16b2236bfb Author: Vadim Pisarevsky Date: Mon Apr 25 21:44:22 2011 +0000 do not use Lapack anymore commit 8a54967e0b8717d48bd3560f6962833eecb2f5c8 Author: Anton Obukhov Date: Mon Apr 25 16:07:48 2011 +0000 [~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory commit b28c33f5dcb62e30c5735be748ed304b62d45961 Author: Anton Obukhov Date: Mon Apr 25 15:35:33 2011 +0000 [~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table commit dad986a6cbfc00e31af8ef91aae25d6a34c9c569 Author: Vladislav Vinogradov Date: Mon Apr 25 10:46:06 2011 +0000 added 16-bit support to TiffEncoder (restore after #4919) commit 3b9138c4a0d91b2532c701f456252f7fc7e7cc62 Author: Nils Hasler Date: Mon Apr 25 09:04:15 2011 +0000 fixed jump over initialisation bug. commit c9894f9655e48d8a457d4ced23eec32be7c9d852 Author: Alexey Spizhevoy Date: Mon Apr 25 08:38:54 2011 +0000 fixed compile-time bug under Ubuntu commit 0c325cace35982579595cc937ae05bba6a57d13e Author: Anton Obukhov Date: Sun Apr 24 21:39:08 2011 +0000 [~] Minor refactoring, clean-up [+] Added 128-bit transpose commit e2caf4a3ed1ef8e7a21e7c7f1718956d92938b5e Author: Elena Fedotova Date: Sun Apr 24 21:02:14 2011 +0000 Purpose: updated the imgproc chapter commit 91d813bc89664e82be75a6dfe433fa71157cab1f Author: Nils Hasler Date: Sun Apr 24 09:48:19 2011 +0000 If a pipeline is specified manually, this has to be done in full now, ending with appsink. For example: "uridecodebin uri=file:///path/to/some/video.avi ! ffmpegcolorspace ! appsink" commit 80da1d408ba64b724f8dd5264604e1dd5d6d6701 Author: Nils Hasler Date: Sat Apr 23 21:24:41 2011 +0000 removed private copy of gstappsink because appsink is now part of gstreamer base. commit e7e72d24d328dcded094f792f3f261f107981c01 Author: Maria Dimashova Date: Sat Apr 23 13:09:56 2011 +0000 fixed compile error (ubuntu64) commit 83efef4b9ae6a4f1c672493a4d92cb9bf93c1c82 Author: Vadim Pisarevsky Date: Sat Apr 23 12:49:14 2011 +0000 added overloaded variants of findHomography & findFundamentalMat for backward compatibility commit ee0c16e43ef693264833cd2558a1258e86535638 Author: Nils Hasler Date: Sat Apr 23 07:27:04 2011 +0000 * added property CV_CAP_GSTREAMER_QUEUE_LENGTH * removed unnecessary memcpy * fixed minor memory leak commit 6e15238dd90f28727cc08cb51129f48e74ddc832 Author: Vincent Rabaud Date: Fri Apr 22 21:35:46 2011 +0000 - make sure the code compiles with gcc 4.6 commit 1e69bd5118ef41b10ad315e9d13f8556be06eec4 Author: Alexey Kazakov Date: Fri Apr 22 16:11:35 2011 +0000 class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp commit fb0b25692e9655883b0c73ccb2f6470eff7af868 Author: Alexey Kazakov Date: Fri Apr 22 11:21:40 2011 +0000 A little fix in haar cascade commit 5c1fafdd6f2a893eab60a70591b71c95a5c3cbf7 Author: Vadim Pisarevsky Date: Fri Apr 22 10:35:51 2011 +0000 moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp commit e9aa6fa012f95853d15e399bdb75b667a02e3e4d Author: Alexey Kazakov Date: Fri Apr 22 10:03:05 2011 +0000 Added ROC-curve calculating to the cascade detection algorithm commit 06070dfcf6c1d44665eba704cc744de0e8d372ae Author: Vadim Pisarevsky Date: Fri Apr 22 09:53:10 2011 +0000 fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality; commit a4924cf52d3b4f54699de7fa9e9a26b7599d1b13 Author: Vadim Pisarevsky Date: Fri Apr 22 07:25:09 2011 +0000 some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2. commit 2c05ddd565c11bd8b08155de73c6085e8b73a8fa Author: James Bowman Date: Thu Apr 21 17:29:21 2011 +0000 #1018: predicate on SSE2 commit efd368f4326e10ca5b004956b118cb4d9f3d09c2 Author: Andrey Morozov Date: Thu Apr 21 14:47:57 2011 +0000 temporary fix for problem with compilation sse intrinsics on Windows commit 16044d1ad59ca03399a6948c60b15aa7958b2576 Author: Andrey Kamaev Date: Thu Apr 21 12:54:16 2011 +0000 Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5 commit 64814321ee9e23d1cbd2c81b911efb4af46bc2ed Author: Vadim Pisarevsky Date: Thu Apr 21 12:05:56 2011 +0000 removed compiled hdr_parser.py commit 604c53a0abd1a5051f8e97d5fbba419206525dd9 Author: Vladislav Vinogradov Date: Thu Apr 21 08:16:23 2011 +0000 added 16-bit support to TiffEncoder commit f385bb97eb5223272d10e40ec38c5e9c54f9c197 Author: James Bowman Date: Thu Apr 21 00:47:37 2011 +0000 datamatrix commit 4b350e9a09165f1c27d62a83193976865c976b5d Author: James Bowman Date: Thu Apr 21 00:24:21 2011 +0000 datamatrix test image commit 324e89ab3aec7e8d93e66c78b7cf65b3ed5b29f3 Author: James Bowman Date: Thu Apr 21 00:21:42 2011 +0000 datamatrix commit 21f962c315d36456b13939a193391bd32f1c2e7f Author: Vadim Pisarevsky Date: Wed Apr 20 17:56:25 2011 +0000 small correction to the previous patch (also by Konstantin Krivakin) commit e3f394af01390cb5c3807114110e84e0084eadb2 Author: Andrey Kamaev Date: Wed Apr 20 14:48:02 2011 +0000 Fixed remaining Android compatibility issues: added compiler flag to interpret char as signed char. commit 8483b9525665bc6b61baced8887259e88dd1b110 Author: Andrey Kamaev Date: Wed Apr 20 11:28:16 2011 +0000 Fixed #1004 commit cc1c613313fb6e7e0b81dc5bf747a80ba45a61d3 Author: Andrey Kamaev Date: Wed Apr 20 07:33:05 2011 +0000 Fixed #998 and #999: OpponentSIFT and OpponentSURF regression tests failure on Android commit 1d7b9750c0fb902df5ddecded80783361a9cecab Author: Victor Erukhimov Date: Tue Apr 19 17:18:36 2011 +0000 Tutorials commit 17a2480a21c395e524ba6cb9758cbb46287b721a Author: Vadim Pisarevsky Date: Tue Apr 19 16:20:44 2011 +0000 integrated parallel SVM prediction; fixed warnings after meanshift integration commit 537a36115f3e10fd96b987f89ae1f4b0baef30b8 Author: Alexey Kazakov Date: Tue Apr 19 12:31:35 2011 +0000 The bug was fixed commit e9a5bbc003fd68f3e58ee91e24ed924c5f339a33 Author: Vadim Pisarevsky Date: Tue Apr 19 11:41:12 2011 +0000 fixed ?? marks; fixed missing highlighting in some of the sections commit e863c3d5f68deba74e0928e35a7b8624b2bd352e Author: Alexey Kazakov Date: Tue Apr 19 09:05:15 2011 +0000 Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ). Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function) commit 2057f2c4521a62cf214196cf79550edb823dfe81 Author: Vladimir Dudnik Date: Mon Apr 18 21:24:57 2011 +0000 fixed build issues related to changes in IPP calls. commit 8e7768379ffecf83327a4fd3255703fa487c9166 Author: Vladimir Dudnik Date: Mon Apr 18 19:34:51 2011 +0000 minor changes: removed trailing spaces in some files commit dd45fe13d190e91961e44fe9809d13a6e357f6bb Author: Vadim Pisarevsky Date: Mon Apr 18 16:32:43 2011 +0000 fixed OutputArray::create, which resolves several failures in opencv_test_core commit 94e09f24c70dbbfd12d32b4f1ac16e0bc69afc07 Author: Vadim Pisarevsky Date: Mon Apr 18 15:34:35 2011 +0000 fixed crash in test_core commit 9a991a2e101beefb0f1416b0b621a792022ef56b Author: Vadim Pisarevsky Date: Mon Apr 18 15:14:32 2011 +0000 fixed build problems on Windows commit e58de551c51f653e301040b64d70a26e45e64f59 Author: Andrey Morozov Date: Mon Apr 18 15:06:09 2011 +0000 corrected the errors in the python's tests commit 7e2f771940f201628c6e4438c4f57f4fa5c92bff Author: Andrey Kamaev Date: Mon Apr 18 11:15:15 2011 +0000 Android compatibility fix for r4885: __kernel replaced with filter_kernel commit 31e77a3bd9a1c523e8ff015e72078fceee1ef584 Author: Andrey Kamaev Date: Mon Apr 18 08:50:24 2011 +0000 Android native camera: added BGR output format; added methods to configure output frame size. commit 1965b297d0571586262d806a45d48d5167a1fd61 Author: Elena Fedotova Date: Sun Apr 17 19:46:02 2011 +0000 Purpose: updated the imgproc chapter commit abeeb40d46127787c55d5acfa63a99e849fe289d Author: Vadim Pisarevsky Date: Sun Apr 17 13:14:45 2011 +0000 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. commit 335370a7c03a6c7b209c064db9fe6293da886fc8 Author: Vadim Pisarevsky Date: Sun Apr 17 13:09:04 2011 +0000 moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories commit 26d348a5b7ba40179696557b58b2048c1c3d8964 Author: Vladimir Dudnik Date: Fri Apr 15 19:46:45 2011 +0000 fixed build issue (MSVC2010, x64) commit a811a08d0d24964ef16b0938940d6c6ff47a0283 Author: Ilya Lysenkov Date: Fri Apr 15 17:24:07 2011 +0000 Added checks for incorrect results in the circles grid pattern detection. commit 37cd2b6f2599b1124e8d5fdf86f40f6fc88fd8cd Author: Ilya Lysenkov Date: Fri Apr 15 15:33:11 2011 +0000 Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING. commit 2c8af20bd055e69608db4236737fa26cade82cbb Author: Vadim Pisarevsky Date: Fri Apr 15 11:56:57 2011 +0000 removed obsolete tests commit 8be541eed2f2de9babcad53f09ffe20b8455e7cd Author: Vadim Pisarevsky Date: Fri Apr 15 11:14:01 2011 +0000 removed obsolete swig-based python & octave wrappers commit 1c347f4801c77c3f811068404f0d7328b510c551 Author: Vadim Pisarevsky Date: Fri Apr 15 11:13:04 2011 +0000 removed obsolete tests commit b9fa21d0116bbacc4d9ef8f23745300767f1f593 Author: Vadim Pisarevsky Date: Thu Apr 14 17:04:39 2011 +0000 normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches) commit 56b206dc7b5c486e29f94305a2d5601e8c293ca9 Author: Nils Hasler Date: Wed Apr 13 07:15:35 2011 +0000 When opening a file with GStreamer: * if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once * if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames * otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv commit b906ad31086136f80c07759235ecd25aaba07d64 Author: Andrey Kamaev Date: Mon Apr 11 14:47:06 2011 +0000 Test system included into Android build commit 1a02877ab73b80dcbe20f2faf9e0dc65f54e7380 Author: Alexey Spizhevoy Date: Mon Apr 11 05:11:23 2011 +0000 fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu commit c6a6d71daeb40b671b77419d7b18f093973749cd Author: Elena Fedotova Date: Sun Apr 10 21:25:46 2011 +0000 Purpose: updated the core chapter commit 77cdc746a5ef8f89403d6be7d33b26674d2e94a3 Author: Elena Fedotova Date: Sun Apr 10 20:54:37 2011 +0000 Purpose: updated the core chapter commit cc1624b06a0dc11f124bcfd3eb2c3ecf7acdc08c Author: Elena Fedotova Date: Sun Apr 10 19:37:17 2011 +0000 Purpose: updated the core chapter commit 97282d8ff8a9ef8d31e6643793f8ffb31c686190 Author: Alexey Spizhevoy Date: Fri Apr 8 08:04:56 2011 +0000 added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp commit 6cec5ff55228479e11d180f035e87c99e6ec91d0 Author: Alexey Spizhevoy Date: Fri Apr 8 05:21:47 2011 +0000 added blendLinear into gpu module commit 110351d3de1853fc32b80ba8941434ad2af97888 Author: Valentina Kustikova Date: Fri Apr 8 03:51:40 2011 +0000 Bugs in the test for LatentSVM were fixed. commit ef06694779127d79f67ec30b6788175c01278fcd Author: Elena Fedotova Date: Thu Apr 7 20:29:59 2011 +0000 Purpose: updated the core chapter commit 07d19c2c6f9c19f1a1dfaf35dad5d5b1c0fcb1ed Author: Anton Obukhov Date: Thu Apr 7 12:59:01 2011 +0000 [~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api) commit daac469b83893d9bc61558a75d0af4b671abf511 Author: Liu Liu Date: Thu Apr 7 05:48:48 2011 +0000 no Window named "Object SURF" has ever been created, shouldn't destroy such one. commit 1dff306872ad05478380598152fdeb1f193d713d Author: Vincent Rabaud Date: Wed Apr 6 22:00:09 2011 +0000 - make sure the code compiles under gcc-4.6 commit e17c30d3c22aec3cd695db324e56488605ea6460 Author: Ethan Rublee Date: Wed Apr 6 18:11:54 2011 +0000 A few scripts to each making the sample. commit 68534d70f379d5d4aa799444baedac9fda028248 Author: Andrey Kamaev Date: Wed Apr 6 14:31:03 2011 +0000 Merged android-experimental branch back to trunk. commit bbdd0aecbd43d3690d244dbb7ff52ce7a736cdfd Author: Vadim Pisarevsky Date: Tue Apr 5 15:13:10 2011 +0000 improved tree_engine.cpp sample (added train file data specification; print sorted variable importance table) commit ce474db8eb5b660b76fb834895543f754a396c8a Author: Anatoly Baksheev Date: Mon Apr 4 15:21:58 2011 +0000 refactored FaceDetection GPU sample commit 58476b64a69e66d29a01097018d5ae478ce5bb4e Author: Anton Obukhov Date: Mon Apr 4 11:47:21 2011 +0000 [*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31 commit 2388fa223e8282eacaf28365f92ff81277414d5a Author: Vadim Pisarevsky Date: Mon Apr 4 10:58:07 2011 +0000 patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren) commit e12b63dde04f6c9aaaf2743a7dfd137cbb7f911b Author: Anatoly Baksheev Date: Mon Apr 4 10:01:55 2011 +0000 beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter) commit 25fc046a7a203db37c943b44b691457c3abb6d05 Author: Elena Fedotova Date: Sun Apr 3 22:10:32 2011 +0000 Purpose: updated the core chapter commit da0cb51916107457ff9995cf4a1f30dd10a50606 Author: Alexey Polovinkin Date: Sun Apr 3 10:16:28 2011 +0000 added documentation on LatentSVM algorithm commit b1e0f2a45e7d946ed3188b6fe0df503b035d9ab7 Author: Maria Dimashova Date: Sat Apr 2 15:01:44 2011 +0000 to test buildbot (1) commit f9d9b3893bb4523373ea6040e206686bd4aa4640 Author: Maria Dimashova Date: Sat Apr 2 14:18:32 2011 +0000 to test buildbot commit afd5683cb67fdca32b583bc09e232b181cf5e254 Author: Maria Dimashova Date: Sat Apr 2 07:49:31 2011 +0000 removed duplicated comments commit 7f77f8f35a9271a306bcae548d4a9d8f79e74672 Author: Anatoly Baksheev Date: Fri Apr 1 19:19:03 2011 +0000 tbb search improvement commit 535425982fb311aa2cde2c2c52e8ef148405f8ba Author: Vadim Pisarevsky Date: Fri Apr 1 18:29:32 2011 +0000 extended libdc1394 backend (the patch is by Michael Joachimiak) commit c820438b22d80ed326bed07608ec0a021c1c1cf6 Author: Maria Dimashova Date: Fri Apr 1 14:21:46 2011 +0000 restored several tests on features2d after moving on google tests commit 253d8c683e45c75dbc6034b3f58331f272cbcdaf Author: Vadim Pisarevsky Date: Fri Apr 1 11:24:15 2011 +0000 knearest training has been threaded (thanks to Konstantin Krivakin) commit caa27336361913a306da8408f6c0c24cfe11ccbb Author: Alexey Spizhevoy Date: Fri Apr 1 07:31:06 2011 +0000 minor changes in gpu performance sample commit 3f2daa1dcf642933ee81a26456c5b2818c40852a Author: Elena Fedotova Date: Thu Mar 31 22:07:17 2011 +0000 Purpose: updated the last section of chapter 10 commit 60633fddd06449e5ea5728556bbd2cf759571c2e Author: Vadim Pisarevsky Date: Thu Mar 31 14:03:17 2011 +0000 fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo) commit a69de4bf261b38f5a070e2632eedd7e7caa1da9d Author: Anatoly Baksheev Date: Thu Mar 31 11:14:23 2011 +0000 minor bug in hog (unbind texture) commit 5f56b276160b5a4dfcbcef73e0c418104516d4f4 Author: Anatoly Baksheev Date: Thu Mar 31 10:55:39 2011 +0000 added ROI support for HOG_GPU commit 400dbb13db63ceb69d26377372d546f8308b900f Author: Vadim Pisarevsky Date: Wed Mar 30 12:27:31 2011 +0000 fixed remaining ?? commit bc7412c0c2d6f06d622e76a431c1432409ceb949 Author: Vadim Pisarevsky Date: Wed Mar 30 12:26:58 2011 +0000 do not enumerate subsections (individual functions and classes) commit 8b8ad17f4a387cbdcb8040b8a34ab0ecdd536686 Author: Anatoly Baksheev Date: Wed Mar 30 11:42:23 2011 +0000 fixed extra memory allocations. commit 05173022bb05e92a50fd14ee3f40f53c8c843fed Author: Elena Fedotova Date: Tue Mar 29 21:48:36 2011 +0000 Purpose: updated the last section of chapter 10 commit 5291b9dfe5f995ad7f88917f8cb023f68ede9a27 Author: Vadim Pisarevsky Date: Mon Mar 28 23:16:20 2011 +0000 corrected grammar (done by Elena) commit fafc2f372c469a9eb681e1ce1df8c85401eef27b Author: Vadim Pisarevsky Date: Mon Mar 28 23:05:42 2011 +0000 corrected grammar (done by Elena) commit 57195e96272b005b304027f4db4bb87533cb9e31 Author: Vladislav Vinogradov Date: Mon Mar 28 10:34:44 2011 +0000 fixed SURF_GPU bug (features count > max dimension of grid) minor gpu docs fixes commit d0e66f77669ae0bbccaf03ea70c6d8098fe4d771 Author: Anatoly Baksheev Date: Mon Mar 28 06:56:37 2011 +0000 minor commit 3ac48de18300514fffb7ec404130449617208f53 Author: Vincent Rabaud Date: Mon Mar 28 04:36:39 2011 +0000 - speed up the Hamming distance commit cbdc91889a84059ab9aa263120a4a66ea6c1d7b5 Author: Maria Dimashova Date: Fri Mar 25 10:37:32 2011 +0000 fixed setProperty commit bf034f9927b72ed23de0531b68f3a606894fa5d7 Author: Alexey Spizhevoy Date: Fri Mar 25 06:23:21 2011 +0000 fixed gpu::meanShiftSegmentation docs commit ca1584dd1f7a7c3ea9de7cf680311f1f7ae46af1 Author: Alexey Spizhevoy Date: Thu Mar 24 12:22:23 2011 +0000 fixed gpu::graphcut preconditions commit ad693d7311c13fbbf7839ff84a67934ad051a78d Author: Alexey Spizhevoy Date: Thu Mar 24 12:09:29 2011 +0000 fixed gpu module HOG test failing on x64 OS commit d888b81052796a62705858ac308f19138a4df878 Author: Vladislav Vinogradov Date: Wed Mar 23 10:56:20 2011 +0000 fixed gpu docs (broken links, missing description, etc) commit e7579b90e5f6e0e4a18c316ebf10e1d746bc1709 Author: Ethan Rublee Date: Tue Mar 22 23:12:33 2011 +0000 adding better support for asymmetric patterns. commit 2a5fde0c4db2c57a421b27227ced852dcdd960ff Author: Nils Hasler Date: Tue Mar 22 22:30:31 2011 +0000 #include cstdarg because va_list is used commit 800266dd524a486ed13d34ea6e2f42ac508fc153 Author: Vadim Pisarevsky Date: Tue Mar 22 17:40:58 2011 +0000 parallel training of a neural net using TBB (thanks to Konstantin Krivakin) commit d002c137ea7c1ec4f9add0c8e95ed725dc878347 Author: Alexey Kazakov Date: Thu Mar 17 17:05:31 2011 +0000 Modified integral calculation function, know it can build float integral by float source matrix commit 9342c4b0765be49284df1c154d431b00f87e04b9 Author: Vladislav Vinogradov Date: Thu Mar 17 14:15:54 2011 +0000 added upright parameter to SURF_GPU commit b6eb12c8ddb4a90ade218755f865bb0e4c3ec651 Author: Vadim Pisarevsky Date: Wed Mar 16 14:28:05 2011 +0000 temporarily comment off installation of the PDF documents during "make install" commit fcff126086f3c22231f819358bb5b8698d6ab2a1 Author: Vladislav Vinogradov Date: Wed Mar 16 07:01:27 2011 +0000 fixed some warnings in surf.cu commit 6c2cdb677245c7f515d4cda5ca7a369ce088340f Author: Ethan Rublee Date: Tue Mar 15 16:31:53 2011 +0000 Applying fix described in ticket #910. sift was not being built for arm... commit ca803e12fdc120968a8e14f5ce2131013a72f6ee Author: Vladislav Vinogradov Date: Tue Mar 15 07:06:44 2011 +0000 fixed mask calculation in SURF_GPU commit d05c6b8b68526a0a19d06f5f43ae2446993d65da Author: Vladislav Vinogradov Date: Mon Mar 14 14:33:10 2011 +0000 fixed surf.cu compilation on CC 2.0 commit 9214173c2c3ca3223b6a2d9baf98eb04103eb338 Author: Anatoly Baksheev Date: Mon Mar 14 09:40:13 2011 +0000 some includes moved to precomp.hpp for gpu module commit ed3f491212f0f0a3be2ed8fa4ffb8e0078225e1e Author: Vladislav Vinogradov Date: Mon Mar 14 07:04:41 2011 +0000 updated SURF_GPU docs commit 578ca872e4ba042bcdb88ea05593b40315a90cc8 Author: Vincent Rabaud Date: Sun Mar 13 22:51:33 2011 +0000 - add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN) commit 28c2d3b89ff3ada3188c2d5b856962fda1b0445b Author: Vincent Rabaud Date: Sun Mar 13 00:31:17 2011 +0000 - replace the linear search in a sorted list by the appropriate algorithm commit c3e813517dbe164721586379f75d4ef0e589a294 Author: Anatoly Baksheev Date: Fri Mar 11 13:31:40 2011 +0000 minor (fixed log message) commit 58f691979537d4beeee6a6980393c2b822d24f76 Author: Vladislav Vinogradov Date: Thu Mar 10 13:53:58 2011 +0000 made GPU version of SURF more consistent with CPU one commit c067c633f018db04e95983a2a68ac3b827cd57c3 Author: Alexey Spizhevoy Date: Wed Mar 9 08:48:39 2011 +0000 added docs for gpu::solvePnPRansac commit 73f589e8a53d08c4bcd6d57467f0b906c472c13a Author: Vadim Pisarevsky Date: Tue Mar 8 22:22:24 2011 +0000 further docs cleanup commit 23416e3db5e8d1cc48a32094176a4d0c5834095e Author: Alexey Spizhevoy Date: Mon Mar 7 14:01:18 2011 +0000 make GPU version of solvePnPRansac more consistent with CPU one commit 1d62fddd31149d4558d71674f021969944e60184 Author: Alexey Spizhevoy Date: Mon Mar 7 13:36:47 2011 +0000 updated solvePnpRansac performance test commit 673061fb173012f9042cc0ec9f8f09726f0d7d6c Author: Jose Luis Blanco Date: Sun Mar 6 21:59:04 2011 +0000 Fixed build errors in MSVC when building without CUDA. commit 9022a0f6ffbd1a20148d160af05b02f6b84056f9 Author: Vadim Pisarevsky Date: Sat Mar 5 21:28:31 2011 +0000 fixed Python reference title commit 5c3447c1258f58a75ad2b43ccc20c8bcba78e450 Author: Vadim Pisarevsky Date: Sat Mar 5 21:26:13 2011 +0000 added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work commit 7f83ea1be432ed84a47ffd9b7818451e67ded7f8 Author: Vadim Pisarevsky Date: Sat Mar 5 21:23:47 2011 +0000 added OpenCV 1.x documentation commit 30dcfe0c7a9920e9537622957d92e65dc72f3569 Author: Vadim Pisarevsky Date: Sat Mar 5 06:28:19 2011 +0000 commit 04461a53f1a484499ce81bcd4e25a714488cf600 Author: Alexander Shishkov Date: Sat Mar 5 00:18:49 2011 +0000 added solvePnPRansac method commit c3b05cf3988af9f7082538812b7df3b8e52fe844 Author: Alexey Spizhevoy Date: Thu Mar 3 13:46:44 2011 +0000 added command line args parsing into gpu performance sample commit f025e4739a2d4193e2817f9eac54a36f1e366f41 Author: Vadim Pisarevsky Date: Thu Mar 3 07:29:55 2011 +0000 some more doc cleanup commit 4e6572acd9f93f0af7ddea21d3bab1a1c169bc12 Author: Alexey Spizhevoy Date: Wed Mar 2 09:40:14 2011 +0000 removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing) commit 74c398e6b71f8124f3ec5891674250d59ed20971 Author: Alexey Spizhevoy Date: Wed Mar 2 08:04:08 2011 +0000 refactored gpu::solvePnpRansac a bit commit 60e33921e3c541898b04fbc3f309f45c63e2708e Author: Alexey Spizhevoy Date: Tue Mar 1 09:17:22 2011 +0000 added performance sample for solvePnpRansac + refactoring commit 4ec5fb43f0905b792ecdde99159a13742e7513c3 Author: Alexey Spizhevoy Date: Tue Mar 1 08:02:27 2011 +0000 fixed some warnings commit 5e85566477dbcbc7ff6ff220d40992a483a708ba Author: Alexey Spizhevoy Date: Tue Mar 1 07:44:36 2011 +0000 added distortion coefs support into gpu::solvePnpRansac commit 513997e127e906d91717c345bf5681ef548993cc Author: Vadim Pisarevsky Date: Mon Feb 28 21:31:49 2011 +0000 utility to clean up converted from TeX rst docs commit 4bb893aa9f22af9624edbdbf6c7d024a91667733 Author: Vadim Pisarevsky Date: Mon Feb 28 21:26:43 2011 +0000 the first round of cleaning up the RST docs commit eb8c0b8b4b12203b5a43fa30dfcebe43563c3e6f Author: Alexey Spizhevoy Date: Mon Feb 28 14:21:41 2011 +0000 parallelized hypotheses evaluation cycle in gpu::solvePnpRansac commit cae59a7caf5ffff2cb94cf65b78bd1cce5ddb50e Author: Alexey Spizhevoy Date: Mon Feb 28 12:44:19 2011 +0000 added gpu::solvePnpRansac commit 518ed2948008fef6e1351fcef74b8403b1f9d869 Author: Gary Bradski Date: Mon Feb 28 02:24:11 2011 +0000 fixed a bug in boost.calc_error and added more documentation commit 3dc7a67f5971c0fdc0271486ac80168cf8187c9e Author: Vadim Pisarevsky Date: Sun Feb 27 19:04:48 2011 +0000 fixed the fast branch of INTER_AREA resize (ticket #921) commit 4f83a06358f46190543f4c6459dd0649507e1b7f Author: Vladimir Dudnik Date: Sun Feb 27 18:12:30 2011 +0000 added IPP dot product functions. Only 32f data type supported for now (there are accuracy issues in 8u/16s/16u/32s functions which will be fixed in IPP 7.0.3) commit 17dc1e1340710472f7853345e124bd27fb091413 Author: Vadim Pisarevsky Date: Sun Feb 27 16:43:36 2011 +0000 added 16u support in calcHist & calcBackProject; added image type checks (ticket #856) commit 24ccbccf631d19cd1a431d9daff3f7dee7861688 Author: Vadim Pisarevsky Date: Sat Feb 26 11:05:10 2011 +0000 cleaned RST formatting a bit commit d7b3e254dd6476ac1b73ddc834c7db0e934b2484 Author: Vadim Pisarevsky Date: Fri Feb 25 11:14:00 2011 +0000 removed duplicated SIFT points (reported by Luca Del Tongo) commit 833102c19e9bf34697db2741ac49d5621f458c2c Author: Alexey Kazakov Date: Thu Feb 24 11:03:00 2011 +0000 Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp) commit 4e460cd7a629c3c45db407bda5b789bbc819250c Author: Alexey Kazakov Date: Thu Feb 24 10:24:55 2011 +0000 Replaced private methods to protected in CascaseClassifier class (objdetect.hpp) commit e7f0ad3c180e707d375cd7bad436fbceb8f517ed Author: Ethan Rublee Date: Wed Feb 23 18:11:25 2011 +0000 Command line python tools for generating patterns, may be incomplete. commit 850f215305b2534d790a1fa3fca329d3fc021af9 Author: Ilya Lysenkov Date: Wed Feb 23 14:47:15 2011 +0000 Added a printable asymmetric pattern of circles commit 7d158f0fa530cbead2cfed15e44afb51a398824a Author: Vadim Pisarevsky Date: Tue Feb 22 20:46:12 2011 +0000 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. commit 11c2f5d8102246e42a50e36c4f31ee3d02a0e2e0 Author: Vadim Pisarevsky Date: Tue Feb 22 20:44:57 2011 +0000 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. commit 371aa0800628cceecd80df5d50bcc525efb1506c Author: Vadim Pisarevsky Date: Tue Feb 22 20:43:26 2011 +0000 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. commit 32a2fde8acb689050ac111d51afa5dbd22614f29 Author: Vladislav Vinogradov Date: Tue Feb 22 09:27:42 2011 +0000 temporarily disabled compute descriptor kernel for new cards (some problems with threads synchronization), old version of kernels is used. commit 5b3d786e30aae2cfff19e032822261592cc33820 Author: Alexey Spizhevoy Date: Tue Feb 22 07:27:10 2011 +0000 added asynchronous versions of transform- and projectPoints into the GPU module, added docs commit efe16c6f3e5838a75a5fe0a63e48243f1040c306 Author: Anatoly Baksheev Date: Mon Feb 21 16:50:19 2011 +0000 minor refactoring commit b97d8fd6568a585cd363a075e1ea702e6c379cc8 Author: Alexey Spizhevoy Date: Mon Feb 21 11:14:12 2011 +0000 added performance test for gpu::projectPoints function commit 289af671ee1e071bb25d910c3b923c7f339145f9 Author: Alexey Spizhevoy Date: Mon Feb 21 10:58:05 2011 +0000 added projectPoints and transformPoints into GPU module commit e3b3982de69889ad438643d4d54588ccd34a7cf1 Author: Alexey Spizhevoy Date: Mon Feb 21 06:46:45 2011 +0000 added check into opencv_test_gpu: whether OpenCV was compiled with CUDA or not commit 58cb6c268ec06b08595a04738158606d84ccf2c5 Author: Ethan Rublee Date: Sun Feb 20 18:53:14 2011 +0000 adding cap_images.cpp to android build, may fix link error, but not really address issue of reading video files on android commit 33f7307e9ee09b80e08992a73b9db9729cd3c52d Author: Anatoly Baksheev Date: Fri Feb 18 16:39:50 2011 +0000 added test data for NVidia's FD tests commit dda3df800819511a63b9406a529ee19c4ac822e3 Author: Anatoly Baksheev Date: Fri Feb 18 12:34:57 2011 +0000 enabled nvidia's tests commit 047c7e0fd60a7b5b0d017570887e4d638a279f35 Author: Anatoly Baksheev Date: Fri Feb 18 12:23:18 2011 +0000 *applied patch from NVidia (nppstTraspose bug) *fixed some warnings *finished gpu test port to gtest framework commit 916690a6747ccbaee5fc8f5246e63ea2d3cc86d9 Author: Vadim Pisarevsky Date: Fri Feb 18 12:17:26 2011 +0000 temporily excluded cv::Algorithm commit de913bd63f3b1de187fe107a15f1211238ec70a9 Author: Vadim Pisarevsky Date: Fri Feb 18 12:08:28 2011 +0000 added missing "#include " commit 2a8185dd097708d7c6ae1c296588734cdd76be95 Author: Alexey Spizhevoy Date: Fri Feb 18 10:39:18 2011 +0000 forgot to run bitiwise tests commit c5e3869c32dd139a76661274c5ca79eae5a530b2 Author: Vadim Pisarevsky Date: Fri Feb 18 10:36:18 2011 +0000 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) commit 0e81d9a11c0ce07cafcdc8530bb2636b66c8d385 Author: Vadim Pisarevsky Date: Fri Feb 18 10:31:14 2011 +0000 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) commit 65a7f13af35772b319b177358ddcbdfc12dc02c6 Author: Vadim Pisarevsky Date: Fri Feb 18 10:29:57 2011 +0000 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) commit 7b2ec0a1e66cdabc102d174eadfc306b681aa634 Author: Alexey Spizhevoy Date: Fri Feb 18 10:04:31 2011 +0000 fixed gpu/CMakeLists.txt commit 048689876e93d129a95db66e5471a5cdcd761e67 Author: Alexey Spizhevoy Date: Fri Feb 18 10:01:30 2011 +0000 removed unnecessary code from gpu/CMakeLists.txt commit 7bf2816f2864232f388e86fc67fdd0400937c9d9 Author: Alexey Spizhevoy Date: Fri Feb 18 07:43:15 2011 +0000 removed CMakeLists.txt from gpu/test folder to avoid precompiled header associated warnings under Ubuntu commit 63c9b4cec12e098e3be74980ba04eead312c1056 Author: Maria Dimashova Date: Thu Feb 17 15:53:20 2011 +0000 fixed mirror property of kinect commit e5b563b3fdeeb0596835d3f57760237970be8ed7 Author: Alexey Spizhevoy Date: Thu Feb 17 15:25:50 2011 +0000 refactored GPU performance sample, added filter suport commit 12c2ead83f450db0fb6fede1f1791e11c33532a0 Author: Alexey Spizhevoy Date: Thu Feb 17 14:51:57 2011 +0000 added NVIDIA tests (disabled because doesn't work under Linux) commit 6f788ff8db38b5dbda88237d9de4eb5caf6fc831 Author: Alexey Spizhevoy Date: Thu Feb 17 14:01:28 2011 +0000 ported GPU test to GTest framework commit 97eaa95a1e1dca0fea4a9af34219781c19857dee Author: Alexey Spizhevoy Date: Thu Feb 17 11:18:32 2011 +0000 removed check_and_treat_gpu_exception function commit 993773b74a81d020aea974fb4e575142f04fa165 Author: Alexey Spizhevoy Date: Thu Feb 17 11:09:29 2011 +0000 now GPU stereo_bp test prints error mesage and test system continues execution commit faee18961df4aa7b754a10eb0d8ee7416a990532 Author: Maria Dimashova Date: Thu Feb 17 09:29:29 2011 +0000 fixed colorizing disparity commit 9c05a74fee8395efec53ea3ac1de2a9082422b51 Author: Vadim Pisarevsky Date: Thu Feb 17 09:07:55 2011 +0000 fixed memory corruption in cvtest::copyMakeBorder (thanks to Pieter-Jan Busschaert) commit e1b5a4fcc8c3198b73f573886bb08686236deb8f Author: Alexey Spizhevoy Date: Thu Feb 17 07:29:56 2011 +0000 fixed incorrect device id in multi_gpu sample (checked both multi GPU samples work correctly with new multi GPU API) commit 7f1aa1b92d132fea25f2ba5be4988e64540f2f66 Author: Alexey Spizhevoy Date: Thu Feb 17 07:02:12 2011 +0000 removed catch from GPU stereo_bp test as --gtest_catch_exceptions flags exists (but err msg isn't printed in case when there is no GPU) commit 51cee84123ac6e54b3ab0622eda340e8f4aba6ab Author: Alexey Spizhevoy Date: Wed Feb 16 11:38:58 2011 +0000 created GPU new-style test project, ported StereoBP test commit 2943b6ea485dd17b7ff57b3504044735111d0530 Author: Marius Muja Date: Wed Feb 16 08:44:34 2011 +0000 Updated doc commit 53e6bab678e70d7282ccb568cd741289cb20d440 Author: Marius Muja Date: Wed Feb 16 08:42:52 2011 +0000 Prefixed constants in flann with FLANN_ to prevent clashes with constants from other includes, closes bug #890 commit 0725a31e5a0b37023369a164316cbb37d4e61cbf Author: Anatoly Baksheev Date: Wed Feb 16 08:42:12 2011 +0000 default target arch modified commit 54fa600b9e4ba41d6f4af1f6c8691d934272dbfa Author: Vladislav Vinogradov Date: Wed Feb 16 08:31:45 2011 +0000 update docs minor fixes and refactoring of GPU module commit 7d42dbdd71b7af1379a90c78bb47947f8dff8aef Author: Marius Muja Date: Wed Feb 16 06:36:15 2011 +0000 Removing 'using namespace std' from header files, closes bugs #730 and #846 commit 6b345329019b8842a2d9960920f5bd1cbbe80376 Author: Anatoly Baksheev Date: Tue Feb 15 15:09:54 2011 +0000 minor + warnings commit f10bff26536ee01544f2fcfa8cf8fd4967f934fd Author: Alexey Spizhevoy Date: Tue Feb 15 14:36:53 2011 +0000 added docs for MultiGpuManager commit 2f8af6335e4815db2c0b97ef4c6112602f20a187 Author: Alexey Spizhevoy Date: Tue Feb 15 13:56:59 2011 +0000 renamed GpuFeature into FeatureSet and updated docs commit 04709a2793e252f820015650f965d6d4bc16bdea Author: Alexey Spizhevoy Date: Tue Feb 15 13:25:24 2011 +0000 refactoring of GPU module commit 6b6a63ba388f76647d20953af692a196ae752809 Author: Anatoly Baksheev Date: Tue Feb 15 10:54:49 2011 +0000 fixed some warnings GPU: TargetArchs -> added FEATURE_SET prefix. commit 725d83b0e544fb5b56b935a6fb37a417850bc0b1 Author: Alexey Spizhevoy Date: Tue Feb 15 10:03:26 2011 +0000 added init() function into MultiGpuMgr, added samples commit 5d4913a2eed8d551099279f352fb6c5ca60a7243 Author: Alexey Spizhevoy Date: Tue Feb 15 09:12:48 2011 +0000 fixed multi GPU API, added driver_api prefix to multi gpu samples commit 0821c7ad1733ef7ece5c95fd0f6879ef379b004e Author: Vladislav Vinogradov Date: Tue Feb 15 08:57:35 2011 +0000 fixed descriptor calculation in SURF_GPU commit deac5d972e115398a1467a7808710174091f91d1 Author: Vladislav Vinogradov Date: Mon Feb 14 15:50:17 2011 +0000 fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo) added assertion after all kernels calls commit 5f175f95949ebbd293ee91640b99f59b0be26cc5 Author: Alexey Spizhevoy Date: Mon Feb 14 15:36:07 2011 +0000 fixed warnings in GPU samples commit a42a42858c0bbbb620575b99ac72c6f3cf3b21c9 Author: Alexey Spizhevoy Date: Mon Feb 14 15:09:45 2011 +0000 fixed GPU samples and MultiGpuMgr commit 6ce1c0e27c701b48d434cc91268e9cb4fb881ccd Author: Alexey Spizhevoy Date: Mon Feb 14 13:58:20 2011 +0000 removed debug output from tests commit 202e239cbd57f028fdfd7a3697d3fda34aa7054c Author: Alexey Spizhevoy Date: Mon Feb 14 13:56:12 2011 +0000 fixed GPU minMaxLoc test, updated docs commit d7e612cd4b15a128919f8b6e991a2334ff2d8b85 Author: Anatoly Baksheev Date: Mon Feb 14 13:30:00 2011 +0000 GPU: In strcut _scanElemOp dummy type pass by value commit 2a612ca62cd173765b851bd6a186ae20806edbe6 Author: Alexey Spizhevoy Date: Mon Feb 14 13:13:05 2011 +0000 commit 186e46fcca2b8e637d5384da34322f1172766ddb Author: Alexey Spizhevoy Date: Mon Feb 14 12:53:59 2011 +0000 added draft version of MultiGpuMgr (it isn't tested on multi GPU machine yet) commit ae4ab7ff547ecb3c0c943c4cb00442ac44f08d13 Author: Alexey Spizhevoy Date: Mon Feb 14 08:56:57 2011 +0000 fixed GPU meanshift segmentation test under Ubuntu commit 975ecaca7dd656e04f32d0117ab1a822d2d880b1 Author: Gary Bradski Date: Sun Feb 13 04:09:58 2011 +0000 added output camera id if it fails commit 251918e1205688ca1870f4fec763703b6faf0b54 Author: Gary Bradski Date: Sun Feb 13 04:04:30 2011 +0000 just added frame saving commit 82856150c184cb73089eb3fdc33120242f2b474c Author: Alexey Spizhevoy Date: Fri Feb 11 14:31:20 2011 +0000 fixed warpAffine and warpPerspective under Linux commit 8cf6643903cc8bb7f71813eef89536d2338fe64e Author: Alexey Spizhevoy Date: Fri Feb 11 09:59:21 2011 +0000 changed a little NVIDIA Staging test framework to handle failed tests correctly commit b541ce494dc98123bf3a6bbd5e5d762982383569 Author: Ethan Rublee Date: Fri Feb 11 02:34:24 2011 +0000 Fixes build for android, mentioned in ticket #873 commit a5e17c2fbf2f534dd0ac2fec5ce09926fac15abe Author: Ethan Rublee Date: Thu Feb 10 18:59:13 2011 +0000 Linking order for android. commit 593fae4c0279030d128fdf39c471f2a1ea70fdb6 Author: Alexey Spizhevoy Date: Thu Feb 10 14:33:02 2011 +0000 minor chnages in GPU samples commit bbffbe904a6a3242324c2bf8dbc3a845c7491c1a Author: Alexey Spizhevoy Date: Thu Feb 10 13:27:50 2011 +0000 fixed waitKey delay for the GPU FD sample, it didn't work under Linux commit a6aff1856ba770b2b74bacf1d4912c16b9e930f6 Author: Alexey Spizhevoy Date: Thu Feb 10 13:01:36 2011 +0000 removed check disabling GPU face detection under Linux, i've checked -- it works commit e06557c4a1809a210fa8dad48632b5977f8a535b Author: Vadim Pisarevsky Date: Wed Feb 9 23:20:44 2011 +0000 temporarily disabled PyramidUp test (it crashes) commit 4b7aaf2e48701c78211f95473beaba43bb5a545a Author: Vadim Pisarevsky Date: Wed Feb 9 23:10:51 2011 +0000 fixed build errors on Linux + fixed Farneback optical flow sample commit b38a11e837f4c10a8a740d9dd9a0f00bffa8bbea Author: Vadim Pisarevsky Date: Wed Feb 9 22:52:59 2011 +0000 .pyc files should not be in the repository commit d9ab1d2b92ebd252f24d364784e6322d3e62400d Author: Vadim Pisarevsky Date: Wed Feb 9 22:45:45 2011 +0000 fixed build on Windows with MSVC2010 commit 0f1a047ed0db69da2ab4fd70096abf621fe87714 Author: Vadim Pisarevsky Date: Wed Feb 9 22:10:50 2011 +0000 added missing ts internal header commit 6f44457de8adf0bc8679285693cdab5ece9108bf Author: Vadim Pisarevsky Date: Wed Feb 9 22:03:01 2011 +0000 the combined cxts + gtest commit 23e83f8fc7f8a02f6ba268ac746b0f3e3eb2eb34 Author: Vadim Pisarevsky Date: Wed Feb 9 21:58:31 2011 +0000 commit e4b91918b13ea65ddd2005abb82a5c2c8d2eb339 Author: Vadim Pisarevsky Date: Wed Feb 9 21:56:48 2011 +0000 the combined cxts + gtest commit 77529b1fa6cc261d2eaff39564904c2c00c679cb Author: Vadim Pisarevsky Date: Wed Feb 9 21:37:33 2011 +0000 fixed bugs in CartToPolarToCart test commit 061b49e0b29b28a4d403fd6684c78ec63df272bf Author: Vadim Pisarevsky Date: Wed Feb 9 20:55:11 2011 +0000 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. commit 63806c9ab9f059692fa2fbaf11b58909e0024a5f Author: Alexey Spizhevoy Date: Wed Feb 9 12:31:05 2011 +0000 renamed gpu::DeviceInfo::has into gpu::DeviceInfo::supports commit 924670d32c5bb3cebc83dc582067b95a597e8fcf Author: Vladislav Vinogradov Date: Wed Feb 9 09:11:11 2011 +0000 fixed block size calculation in SURF_GPU (fasthessian_gpu and nonmaxonly_gpu kernels) commit d03b89f1630e7078c4c6c3db129f59bc0e0cfbc5 Author: Valentina Kustikova Date: Tue Feb 8 07:34:25 2011 +0000 Parallel version of Latent SVM. commit 7539b7de65c7ba2c93f182d52c6515e112d951ee Author: Anatoly Baksheev Date: Mon Feb 7 13:47:10 2011 +0000 fixed build under ubuntu, but FS is still disabled commit 3eef457d38159281c09284eb061654df6a7838de Author: Alexander Shishkov Date: Mon Feb 7 10:44:44 2011 +0000 uncomment building of samples commit 5cd06d6a365beb4087223dbd7993f92836bba0a9 Author: Vladislav Vinogradov Date: Mon Feb 7 10:12:04 2011 +0000 fixed SURF_GPU (fails on empty data) added test for SURF_GPU and reprojectImageTo3D commit f42a449df949fa404ba998f446546451f1c786e7 Author: Anatoly Baksheev Date: Mon Feb 7 09:18:11 2011 +0000 fix compilation under win32 with gpu commit d8488e778c1813e0627a3dea8435d9bc1072d11d Author: Ilya Lysenkov Date: Mon Feb 7 08:01:20 2011 +0000 Added test for the asymmetric pattern detection commit 4d65de173e60442040673f85732934cf9dc80526 Author: Ilya Lysenkov Date: Mon Feb 7 08:00:16 2011 +0000 Added documentation for asymmetric pattern detection commit 3e43bc579bc136b26f535c2190e5d3ead2b45e68 Author: Ilya Lysenkov Date: Mon Feb 7 07:59:01 2011 +0000 Modified the calibration sample to work with asymmetric pattern commit f8e9f65ea84eab534456e22ebafb44860e05bc10 Author: Ilya Lysenkov Date: Mon Feb 7 07:57:32 2011 +0000 Added detection of asymmetric circles' pattern commit 885cef76601c3403c48a2f07a501c384519d70c2 Author: Ethan Rublee Date: Mon Feb 7 05:10:14 2011 +0000 Minor fix to pop count based hamming distance. Being consistent with type. commit 7b1c265563e48fd6722bfb3bfab8097422e2bf72 Author: Anatoly Baksheev Date: Fri Feb 4 18:29:05 2011 +0000 fixed some compilation under ubuntu commit 21f0d1e174e2267e6667f3b2b02b1e60ce9d10b5 Author: Anatoly Baksheev Date: Fri Feb 4 15:46:35 2011 +0000 removed MS specific from FD code commit eedd42f192f6c605d6afe0f0f284176fcaf75752 Author: Maria Dimashova Date: Fri Feb 4 15:36:41 2011 +0000 added messages to CMake log; fixed sample commit 0747f2d8633f20ed156ed1c5f57f82204a2dd840 Author: Anatoly Baksheev Date: Fri Feb 4 15:15:25 2011 +0000 1) NPP_staging as sources. Binaries removed. 2) NVidia tests for GPU 3) FD sample that uses NVidia's interface. commit 811f6fbe921a50edbbbb5e98ddcf7f9136720b9e Author: Maria Dimashova Date: Fri Feb 4 15:06:26 2011 +0000 fixed CvBoost commit ad896ae640b99f63fbed9e98d8e346caa2087e36 Author: Maria Dimashova Date: Fri Feb 4 13:41:10 2011 +0000 refactored OpenNI integration commit 5c3495a07971085457d7421d61dfef850f768ae5 Author: Alexey Spizhevoy Date: Fri Feb 4 08:16:09 2011 +0000 added perf test for gpu::erode, fixed docs, refactored perf. sample commit da6aa774d2a43a7af81f235ce4c756b3da8c5081 Author: Alexey Spizhevoy Date: Thu Feb 3 14:55:54 2011 +0000 updated docs commit 50429d8a3e6f31636412aa5acc7955dc4b43a957 Author: Alexey Spizhevoy Date: Thu Feb 3 14:51:58 2011 +0000 fixed some warnings and errors under g++ commit 97b0335ef622b15717e48e8d74f003d18e0d6dcd Author: Alexey Spizhevoy Date: Thu Feb 3 13:19:56 2011 +0000 fixed docs commit ea94b43541902c2914a166cc697ec218063d41a5 Author: Alexey Spizhevoy Date: Thu Feb 3 12:02:39 2011 +0000 added stereo_multi_gpu sample, cosmetic changes in multi_gpu sample commit ed77955635e80d2cf54a42ca619315945a7a1b2d Author: Maria Dimashova Date: Thu Feb 3 09:55:17 2011 +0000 moved an include dirs setting to the root cmake file commit 6590711b8b591256620d9a04e50ebba61c480d5d Author: Maria Dimashova Date: Wed Feb 2 16:29:33 2011 +0000 fixed doc commit 82441a4b566a95add756f8a1a31f18b7d50d2dfc Author: Anatoly Baksheev Date: Wed Feb 2 15:50:01 2011 +0000 intro fix in gpu module commit 8d36926271de67a60026cd31cc0b5a06f345e4f5 Author: Maria Dimashova Date: Wed Feb 2 15:47:08 2011 +0000 moved flannIndex to protected section again commit 5cc7d858ad45f512a2014f869d90badf79cf5034 Author: Alexey Spizhevoy Date: Wed Feb 2 10:07:56 2011 +0000 fixed warpAffine and warpPerspective tests commit a80793667fd6d464207f5c64cbc01bf3959391f5 Author: Alexey Spizhevoy Date: Wed Feb 2 09:58:22 2011 +0000 fixed gpu image resize test commit 12f73aa9e27dd41d12ea1709ed4503f62ffb3cdb Author: Alexey Spizhevoy Date: Wed Feb 2 07:45:50 2011 +0000 added docs for gpu::GpuFeature commit 98493676f562a11b589b84dedea5253a1838a28e Author: Vladislav Vinogradov Date: Wed Feb 2 07:34:18 2011 +0000 added cvtColor performance test, small fix of BruteForceMatcher performance test commit 557dd39f0312cb7254721898b9e2274e4dba40af Author: Alexey Spizhevoy Date: Wed Feb 2 07:23:55 2011 +0000 fixed gpu::sum* on CC1.0, updated some tests commit f7e62d89f858109a20cdfc4cd076d276a1432c9b Author: Alexey Spizhevoy Date: Wed Feb 2 07:03:29 2011 +0000 forgot to commit cvconfig.h.cmake commit 3ae5a314e347b2f96f9618cb838a10a672340251 Author: Maria Dimashova Date: Tue Feb 1 17:38:11 2011 +0000 moved flannIndex to public section (temporarily) commit da2d7ee72b36ce3e4ea84c1893bf00b03e700b56 Author: Alexey Spizhevoy Date: Tue Feb 1 12:55:05 2011 +0000 updated performance sample commit e303b0dd62005e76fe496ad5e7e75902974a60a7 Author: Alexey Spizhevoy Date: Tue Feb 1 12:28:39 2011 +0000 added CUDA_ARCH_FEATUERS define (for correct handling of BIN(PTX) cases) commit 5a166ca963b1daaf57c2e5d88e51e75966dd8e88 Author: Vladislav Vinogradov Date: Tue Feb 1 10:55:58 2011 +0000 fixed gpu minMax tests under linux commit bbdb52f8fd91888c4e119bdf2c32b8f8ff7be9ac Author: Alexey Spizhevoy Date: Tue Feb 1 10:51:50 2011 +0000 replaced source type 32F with 32FC4 in gpu::norm perf. test commit 16e74ab306dc78c65b564589f2add1ded424e328 Author: Alexey Spizhevoy Date: Tue Feb 1 10:46:19 2011 +0000 added buffered version of norm, updated performance sample and docs commit 37951426048ab64ca0b5653ca956389436488c6d Author: Alexey Spizhevoy Date: Tue Feb 1 10:23:10 2011 +0000 implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types commit 566d19d7a7785b37ab9cc4994026b6433927cf3c Author: Maria Dimashova Date: Tue Feb 1 10:04:14 2011 +0000 minor changes of user guide (Kinect section) commit cc3eec546e8357ec2170326fd08987e168cfb0e5 Author: Alexey Spizhevoy Date: Tue Feb 1 09:51:23 2011 +0000 added bigger images for SURF performance test (it shows better results on them) commit 55a8d03888e45c48f30862e51a1fb3eecbc47382 Author: Victor Erukhimov Date: Mon Jan 31 19:53:56 2011 +0000 English corrected commit 0e8bc8c71bbe16f4855e0e9a7dbf05214c2b3790 Author: Maria Dimashova Date: Mon Jan 31 17:10:47 2011 +0000 changed border type to float commit c562d791214451160f401cf787a23968633978d4 Author: Maria Dimashova Date: Mon Jan 31 16:45:12 2011 +0000 changed border type to float commit fd1f644e3972742d991057f3ac3c608f64a33f69 Author: Maria Dimashova Date: Mon Jan 31 16:23:26 2011 +0000 fixed #772 (added empty implementation of SIFT class methods throwing exception if ARM) commit 40f0b1c0099658792b3e293b11b68e83e991160a Author: Maria Dimashova Date: Mon Jan 31 15:16:40 2011 +0000 fixed #841 commit 047be13c1cb58eaea200fbd0e5dee6a77b9d6ae2 Author: Alexey Spizhevoy Date: Mon Jan 31 14:58:51 2011 +0000 added docs for absSum function commit 79d8d50cbea93767e43a5d39a77b43805f12feae Author: Maria Dimashova Date: Mon Jan 31 14:48:15 2011 +0000 forgot to commit in the last time commit ae529f4bc6f3354bc3912ce249c38a84f453d1c8 Author: Alexey Spizhevoy Date: Mon Jan 31 14:37:03 2011 +0000 added absSum function commit 9b4c68262359f793bec0d36d9fc0fdfb69f281c5 Author: Maria Dimashova Date: Mon Jan 31 14:18:50 2011 +0000 added empty() method to common features2d classes; fixed #831 commit fa446e7e3562adbadba62e88afeaf08c7281eb71 Author: Alexey Spizhevoy Date: Mon Jan 31 13:31:59 2011 +0000 removed linear_filters_beta.cu as its functionality was moved into filters.cu commit 8274ed22e42c7b7c0ff6c05708208a3b6cb75259 Author: Vladislav Vinogradov Date: Mon Jan 31 13:20:52 2011 +0000 fixed gpu tests (BruteForceMatcher_GPU, divide, phase, cartToPolar, async) minor code refactoring commit 7a29d96cf41ed4e0b14670e4e650a3d13caa2c85 Author: Alexey Spizhevoy Date: Mon Jan 31 10:42:33 2011 +0000 added buffered version of gpu::integral function and updated performance test (it still works too slow) commit 1748f65f54bca8f217a3cf2f798bfa0f7b78b650 Author: Maria Dimashova Date: Mon Jan 31 09:51:17 2011 +0000 fixed ticket #823 commit 152fefe854fc716d1a55fb155220ef97ea04f2b5 Author: Maria Dimashova Date: Mon Jan 31 08:24:30 2011 +0000 minor changes commit 9b556a5df9332c4b537d753090d5fe8537e3a80a Author: Alexey Spizhevoy Date: Mon Jan 31 07:51:36 2011 +0000 removed obsolete file commit 70d0c214aec6ffc25d77a2d037fadb94610b4abe Author: Alexey Spizhevoy Date: Mon Jan 31 07:45:00 2011 +0000 added docs for the DeviceInfo class commit 13c08e384a16fad1a10a3e95584e7f2072de2029 Author: Vladislav Vinogradov Date: Mon Jan 31 07:38:58 2011 +0000 fixed GPU docs commit 13019516f7cbbc2159b0a3807f61a8b495687d4a Author: Ethan Rublee Date: Mon Jan 31 03:13:29 2011 +0000 Fixing check in NativePreviewer for supported modes, and a little auto formatting commit a08054126a8c2f5f671753cce04d0820c7de8381 Author: Ethan Rublee Date: Sun Jan 30 02:36:20 2011 +0000 Adding a few settings to the camera driver for android. commit f6974df27947bc0555977b2a84dd259e2c07958d Author: Anatoly Baksheev Date: Fri Jan 28 16:11:43 2011 +0000 fixed documents errors for GPU module commit 3bac10a1ca38e8da66cdd4156ca921f957375c47 Author: Alexey Spizhevoy Date: Fri Jan 28 16:01:32 2011 +0000 minor changes in multi_gpu sample commit 937cbcecb6f4836bfe3246be6495c8acf4c76e06 Author: Alexey Spizhevoy Date: Fri Jan 28 15:00:08 2011 +0000 added images for gpu samples commit 0af5356dbcd0a7da4871c5af6ea165d0c959239f Author: Alexey Spizhevoy Date: Fri Jan 28 12:30:08 2011 +0000 updated code in case of the compilation without CUDA commit 575fd1fe4c7ef44fa49d35d071c2235f9c2d595c Author: Alexey Spizhevoy Date: Fri Jan 28 11:59:26 2011 +0000 reafactoring: replaced query device props functions with the DeviceInfo class commit e6d17406af8479d86226b973c2152ccdb23c3365 Author: Alexey Spizhevoy Date: Fri Jan 28 09:42:45 2011 +0000 added results check into multi_gpu sample commit b582330b90170285909eba4ffc575aad76415a2d Author: Alexey Spizhevoy Date: Fri Jan 28 08:38:01 2011 +0000 added performance tests for mulSpectrum, resize, Sobel commit 8f35b572ff0b20eecb291f68d8bd2395a6a80281 Author: Alexey Spizhevoy Date: Fri Jan 28 07:45:01 2011 +0000 added performance tests for log, exp, add, magnitude commit 1c9ad08dc5fdc71141a12440081694c24cf371f8 Author: Alexey Spizhevoy Date: Thu Jan 27 15:05:21 2011 +0000 finished multi_gpu sample commit 3afc37ceec3e0589be61f0d316169ddc06df277c Author: Alexey Spizhevoy Date: Thu Jan 27 13:48:33 2011 +0000 added HAVE_CUDA, HAVE_TBB handling into multi_gpu sample commit 65b9f3bc108850722a3be1e165e9ddeda4cab0d9 Author: Alexey Spizhevoy Date: Thu Jan 27 12:17:56 2011 +0000 fixed TargetArchs implementation in case when HAVE_CUDA=false, added initial structure for multi_gpu sample commit 85e5de67e49654c1081801108f0929cf378daaa9 Author: Maria Dimashova Date: Thu Jan 27 10:53:13 2011 +0000 added help on Kinect usage to user guide commit 891e2ff31038faf9184904a6820dbd2975a56bc5 Author: Alexey Spizhevoy Date: Thu Jan 27 10:06:38 2011 +0000 replaced has* methods in the GPU module with the TargetArchs monostate commit 91769d0ed4da887978c5d56ed7b44b66a6b62a7d Author: Maria Dimashova Date: Thu Jan 27 08:30:44 2011 +0000 removed old unnecessary files from doc commit 13a6d0b92a2ff891acfd0563cb1a8e9003cbe7a0 Author: Alexey Spizhevoy Date: Thu Jan 27 08:26:10 2011 +0000 fixed parsing GPU archs in BIN(PTX) format commit d70d2edc9f57371b632d1608727b627857fcabb5 Author: Maria Dimashova Date: Thu Jan 27 07:33:34 2011 +0000 changed returned value of unsupported property commit b7b21966c32a5496ed4ce8ff0a61043126028260 Author: Alexey Spizhevoy Date: Thu Jan 27 07:26:38 2011 +0000 added bib link to the article in GPU docs (for HOG) commit eda84163586c452571c793f5bfd994f1bbef4a58 Author: Vladislav Vinogradov Date: Wed Jan 26 15:58:47 2011 +0000 fixed BruteForceMatcher_GPU (fails if input data is empty) updated BruteForceMatcher_GPU test commit cecfde309c3d29f10829dd7b34f235c197de95a3 Author: Vladislav Vinogradov Date: Wed Jan 26 15:35:41 2011 +0000 update BruteForceMatcher_GPU performance test commit feff022422d2a3ed26f443bf482fe1432bab0088 Author: Alexey Spizhevoy Date: Wed Jan 26 15:28:42 2011 +0000 added BFM perf. test commit ba32b447ee07ed6fa5505513eb5817390e6850e2 Author: Alexey Spizhevoy Date: Wed Jan 26 11:37:54 2011 +0000 added SURF perf. test, added working dir field (can be changed via CMD args) commit 344db916769fedefcdc1f864022b655d0d113fbf Author: Maria Dimashova Date: Wed Jan 26 10:51:58 2011 +0000 minor user output change commit 508aaa41f8a6a788a4baf0943aa556bfe9bd9b6c Author: Maria Dimashova Date: Wed Jan 26 10:38:31 2011 +0000 added ability to get and set some Kinect params commit ee74e2cf08ef0dbdd426fd65e59de9f00693b1c5 Author: Anatoly Baksheev Date: Wed Jan 26 09:14:46 2011 +0000 fixed compilation commit 48aeb8f1d52e7de6917d1446925d4ec60bd3ecf8 Author: Alexey Spizhevoy Date: Wed Jan 26 08:12:06 2011 +0000 more GPU perf. tests refactoring, added singular maps into remap test commit 79ba160c1cfc545202e55daaac9b487d1b512696 Author: Alexey Spizhevoy Date: Wed Jan 26 07:49:56 2011 +0000 added more GPU perf. tests, refactored commit 11579324d899cb1b9f69c7caecbf4b07bd38a0b7 Author: Anatoly Baksheev Date: Tue Jan 25 15:23:02 2011 +0000 GPU docs. introduction, data structures. commit ab8f578f9d1e2a51e0a3590c10c7f92e9c82eb20 Author: Alexey Spizhevoy Date: Tue Jan 25 15:11:01 2011 +0000 added error handling into GPU perf. tests commit 6f91a29ea2d3ffe0970198c2bfe19b1284c5cc78 Author: Alexey Spizhevoy Date: Tue Jan 25 14:43:54 2011 +0000 added initializers into GPU perf. tests commit dbff16eb85d0c35175831d774e090868c22b7060 Author: Alexey Spizhevoy Date: Tue Jan 25 14:13:12 2011 +0000 updated cmake file to allow specifying GPU archs in BIN(PTX) format commit 397a63539c1b69eea84ac4f98618653279bc944c Author: Alexey Spizhevoy Date: Tue Jan 25 11:45:29 2011 +0000 fixed bug in performance test matrix generation commit 7e3c69c82fbe3ac7de74b529f22582a2041a2f30 Author: Alexey Spizhevoy Date: Tue Jan 25 10:37:48 2011 +0000 added GPU memory allocation performance test commit 72b0ec90b98b4e84d76a03f74e431cdbec3f7b97 Author: Alexey Spizhevoy Date: Tue Jan 25 09:54:17 2011 +0000 added minMaxLoc, cornerHarris, remap and dft performance tests commit 8644c6f86b5cc8440bc91d6ebb12a9ce5e51eb2b Author: Alexey Spizhevoy Date: Tue Jan 25 08:32:45 2011 +0000 added minMaxLoc performance tests commit 6b4047eb46d46f181612aa14a55d1d3848d4e187 Author: James Bowman Date: Tue Jan 25 01:33:48 2011 +0000 #586: exceptions on invalid element access commit 3a53d8667a523a9e451398d68126d6567b5bf1ca Author: James Bowman Date: Tue Jan 25 01:05:12 2011 +0000 #489, leaking cvarrmat test and fix commit 68ed806be04d8484ad2797f3a5e4506f05015947 Author: Maria Dimashova Date: Mon Jan 24 17:09:45 2011 +0000 replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld() commit a47b6c23f5986dced109d0121ebfb2a5c0f1c553 Author: Ethan Rublee Date: Mon Jan 24 16:59:14 2011 +0000 revert the hamming distance to use unsigned long, on 64bit machines, using size_t with __build_popcountl doesn't return correct number of bits. the ll version should work, but for simplicity, locking it down to long for now. TODO add a unit test for the Hamming distance. commit 581018354fbf0042ab749a9cbb46962b7c5b83d1 Author: Alexey Spizhevoy Date: Mon Jan 24 10:56:11 2011 +0000 refactoring of gpu perf. tests commit b9ed1489faf345c042df166760d8239da8bfd74a Author: Alexey Spizhevoy Date: Mon Jan 24 10:39:28 2011 +0000 minor refactoring of gpu perf. tests commit 310c483da83f37895e78599f582aac3731a7a7de Author: Alexey Spizhevoy Date: Mon Jan 24 10:33:01 2011 +0000 added first version of gpu performance tests commit 811ba31897dd453fef7ed7174657671f88b9ff00 Author: Vladislav Vinogradov Date: Mon Jan 24 10:32:57 2011 +0000 added synchronization after NPP calls commit 8abdb3721fca6e9de98b36cd4c33d54bd78f486c Author: Vladislav Vinogradov Date: Mon Jan 24 10:11:02 2011 +0000 added gpu threshold. commit 4c4ff882ad2b0eafee84e3831be3de67e7864d1b Author: James Bowman Date: Fri Jan 21 21:55:52 2011 +0000 Fix for #791: MatchShapes commit 3a04d08bf7f35e02d0294a6a3a28eac59b0d6802 Author: Maria Dimashova Date: Fri Jan 21 17:00:08 2011 +0000 added Kinect support (initial version without settings configuration yet) and sample on usage commit b63b3df522f5337f8e858397e3bec8e4a4e072e3 Author: Maria Dimashova Date: Fri Jan 21 16:07:28 2011 +0000 minor fixed commit 5086c1b94af1db3920f5d24458b46c3feced9530 Author: Alexey Spizhevoy Date: Fri Jan 21 14:58:10 2011 +0000 added link to HOG describing paper into gpu docs commit 971a71265201914257e5249785ee69ae45a946f8 Author: Anatoly Baksheev Date: Fri Jan 21 14:42:21 2011 +0000 documented data structures, cascade classifier GPU commit 055c22639268db6c59377fe64d1590d6adbacad1 Author: Alexey Spizhevoy Date: Fri Jan 21 12:57:40 2011 +0000 fixed FindNPP.cmake Apple-aimed part commit e51b9021bc3a347ce0ecd32141daae99ef977e50 Author: Alexey Spizhevoy Date: Fri Jan 21 11:31:45 2011 +0000 forgot to rename namespace commit db41449be8a48d94e9bb370e65fda838e6b7d445 Author: Alexey Spizhevoy Date: Fri Jan 21 10:53:07 2011 +0000 fixed errors under MacOS commit e3f3de84db5712e480b1620b7595845128715068 Author: Anatoly Baksheev Date: Fri Jan 21 09:00:19 2011 +0000 warning fixed commit 1327789d72b2babeff6e9436067cda9ea8c370e3 Author: Alexey Spizhevoy Date: Fri Jan 21 08:48:20 2011 +0000 removed compile warning in GPU module commit a05ae51271a73c017022478efe872b7df03e2f3b Author: Alexey Spizhevoy Date: Fri Jan 21 07:57:18 2011 +0000 minor changes in gpu docs commit ad10b6e0fed8aac801e469625b321f908ba713b8 Author: Anatoly Baksheev Date: Fri Jan 21 07:56:57 2011 +0000 commit 2aa5aa6c8801d6333c2395ab672bd510963ecfdd Author: Anatoly Baksheev Date: Fri Jan 21 07:56:40 2011 +0000 b commit 01dafce1a1a1094128655a657c92ce28541934c6 Author: Alexey Spizhevoy Date: Fri Jan 21 07:43:11 2011 +0000 fixed some bugs in GPU matrix reductions, removed into precomp.hpp commit 0da71a01ffbaf350c91a9be57ab674524463ae83 Author: Alexey Spizhevoy Date: Thu Jan 20 15:08:48 2011 +0000 fixed some GPU tests failing when compiled for 1.1(no doubles) and run on 1.3(with doubles) commit 9e48f64149b00ae82893f11b06a4d882476bb24c Author: Alexey Spizhevoy Date: Thu Jan 20 14:34:27 2011 +0000 fixed parsing of CC in gpu module commit 574b3f94a180860f5daf48be45d44593ca2569b9 Author: Alexey Spizhevoy Date: Thu Jan 20 14:13:07 2011 +0000 updated gpu initialization functions, added compile-time error on CC 1.0 commit 6187b97199a701ae8da7122a1f005315b123cdb9 Author: Alexey Spizhevoy Date: Thu Jan 20 10:15:44 2011 +0000 fixed GPU switchable tests, changed default CC's for gpu module commit 3c1227ac658b82827d8d2b2436dcb717cf3aff69 Author: Alexey Spizhevoy Date: Thu Jan 20 09:38:45 2011 +0000 cosmetic changes commit 8779306800d852e00ce520b26ad8addbce63db9e Author: Alexey Spizhevoy Date: Thu Jan 20 09:22:05 2011 +0000 updated main CMakeLists.txt gpu module section, now user can manage binary and intermediate code versions of the gpu module image added more functions to check version of gpu code in runtime commit 1e1a139270d7328accbd9aecb1f30900aa0267e4 Author: Ethan Rublee Date: Thu Jan 20 02:36:46 2011 +0000 fixing bug related to using the hamming distance on descriptors whose length is not divisible by sizeof(size_t). commit c987b9f1807077d436be34135b47bd4216233cca Author: Vladimir Dudnik Date: Wed Jan 19 23:27:30 2011 +0000 added IPP Sobel and Sharr filters. Also some minor changes. commit d3462dfcbaa8f8b84a4d1ad82a4659a0b2dd3b32 Author: James Bowman Date: Wed Jan 19 20:47:10 2011 +0000 #674, fix leaks in CreateHist commit 4b8425dbb8c7f72d250be6bdd25f226e830a7ec2 Author: Alexey Spizhevoy Date: Wed Jan 19 13:28:22 2011 +0000 fixed minor bugs commit 134ae8e2128ed247272d6cdc4e3be0e7f00bf29e Author: Alexey Spizhevoy Date: Wed Jan 19 13:13:23 2011 +0000 updates protected code testing for gpu HOGDescriptor commit 186b1fc6ef60101207f7ab120ab4d5911ed85d91 Author: Alexey Spizhevoy Date: Wed Jan 19 12:47:34 2011 +0000 refactored gpu module commit 90ae1e3aeddb0f5a026362d878d223f34b3804e5 Author: Alexey Spizhevoy Date: Wed Jan 19 10:54:58 2011 +0000 refactored gpu module commit 8503f75212dbe4d84183e3ca2b76cc215513ad66 Author: James Bowman Date: Wed Jan 19 01:43:45 2011 +0000 Fixed leak of dims in MatND creates commit 06b06d5f858fdc7c5d8726d331ad49927d4af799 Author: James Bowman Date: Wed Jan 19 01:29:53 2011 +0000 Test case for #674 commit 5d0d485fd9ca6391e8d3b383519a7d8b36d3771b Author: James Bowman Date: Wed Jan 19 00:25:24 2011 +0000 Better tests for ticket #759 commit d2d52c73104d233d40caa9d36cb94100f8b3052c Author: James Bowman Date: Wed Jan 19 00:22:02 2011 +0000 #818, Propset Rev commit 60046875634437d42caa05df15e8275fa2f42c4d Author: James Bowman Date: Wed Jan 19 00:05:30 2011 +0000 #759. memtrack comments, sealed the numpy MatND leak commit afd42eed4b28bb5cd33c31390fc3aea3aefb95be Author: Victor Erukhimov Date: Tue Jan 18 15:56:40 2011 +0000 Added features2d section commit 1a0d41fb530d87179da15a26d105f05f7f591cf4 Author: Alexey Spizhevoy Date: Tue Jan 18 14:52:35 2011 +0000 added checkPtxVersion into gpu module commit cbb132ccb1136dad5f2f8f75a9d4094d89a4226c Author: Alexey Spizhevoy Date: Tue Jan 18 12:36:01 2011 +0000 added ensureSizeIsEnough into gpu module, updated reduction methods commit f3a26568086d77eb34c386c5454c740a34779f95 Author: Alexey Spizhevoy Date: Tue Jan 18 12:01:28 2011 +0000 added hasPtxFor and isCompatibleWith functions into gpu module, added docs for them commit 566befe90858014292014ba45765523d4a530e69 Author: Vladislav Vinogradov Date: Tue Jan 18 11:42:11 2011 +0000 fixed some mistakes in gpu docs, added docs for gpu stereo. commit 6f0f1fb45302e8e169af7fab690e047fa634c606 Author: Alexey Spizhevoy Date: Tue Jan 18 08:09:47 2011 +0000 fixed some mistakes in gpu docs commit afa8e373d5cc9261beede64698ef8890b85c0148 Author: Anatoly Baksheev Date: Mon Jan 17 17:32:50 2011 +0000 minor (possibility to change, font scale, min neighbors) commit 12201ff67392da1f4b12aa7bde500de685840957 Author: Victor Erukhimov Date: Mon Jan 17 13:15:40 2011 +0000 Moving all user guide sources to a single folder commit eb5d4437e7f52652f0cb388842a9263a4b88f081 Author: Alexey Spizhevoy Date: Mon Jan 17 12:09:47 2011 +0000 updated gpu docs (monowidth font for types) commit 47b6f197660878afa9e7279491d1fa76d9ca0217 Author: Alexey Spizhevoy Date: Mon Jan 17 11:34:20 2011 +0000 gpu docs minor changes commit cb63046dcfd12949424fd8bafc6d4da272726dff Author: Anatoly Baksheev Date: Mon Jan 17 11:32:38 2011 +0000 gpu face detetcion: 1) fixed bug with error codes (enum NppStStatus) shift. 2) added some asserts commit 6f87567ee170d0aebb22f721f4504cc5943b8527 Author: Anatoly Baksheev Date: Mon Jan 17 10:56:02 2011 +0000 gpu morphology sample commit 63545d1e40dc1f7d073add0a2efb5aff402cb5d4 Author: Vladislav Vinogradov Date: Mon Jan 17 10:19:11 2011 +0000 updated gpu image filtering and image processing docs commit 1697a89995735e5cc099c2054b867da08686ee3e Author: Alexey Spizhevoy Date: Mon Jan 17 09:27:01 2011 +0000 finished gpu module docs for matrix operations commit dd5182ee70b0afd84238a31c1ccc22069fd03414 Author: Alexey Spizhevoy Date: Mon Jan 17 08:39:08 2011 +0000 finished gpu module docs for matrix reductions commit 612f234f7e6613f76e85a31208d9b3e9e6aa2f39 Author: Alexey Spizhevoy Date: Mon Jan 17 08:14:48 2011 +0000 finished gpu module docs for per-element operations commit 59983648ead3736cf54e2401b2e6befd301e8699 Author: Alexey Spizhevoy Date: Mon Jan 17 06:57:57 2011 +0000 restructured gpu modules docs commit e91ca8c6a32c847149a220153417fd94d1ba6ecd Author: Anatoly Baksheev Date: Fri Jan 14 17:52:40 2011 +0000 documented all functions from GPU initialization section commit 7de8251607e037ace2bb680666889899e45eaec4 Author: Alexey Spizhevoy Date: Fri Jan 14 14:53:48 2011 +0000 updated gpu module docs commit 5a524f63d71d893feffbd1748ddc48857082dd45 Author: Alexey Spizhevoy Date: Fri Jan 14 14:46:32 2011 +0000 updated gpu module docs commit 2f564e7caeecbb3c34f008964a294951ddeb4003 Author: Alexey Spizhevoy Date: Fri Jan 14 09:17:18 2011 +0000 updated gpu module docs commit ea01adb9c978162873c91f1ee1a83f30e68faaa0 Author: Alexey Spizhevoy Date: Fri Jan 14 08:08:02 2011 +0000 fixed writing video in HOG sample commit 3ce147bd943aff76104448bb24ddcd7afc2c2bd0 Author: Alexey Spizhevoy Date: Thu Jan 13 14:53:47 2011 +0000 updated gpu module docs commit 34a99422ae8eadaf425522b218fcd28f42b4ed6c Author: Alexey Spizhevoy Date: Thu Jan 13 14:43:47 2011 +0000 updated gpu module docs commit ee5c0debb62dd24bc365938d883878e685b91a89 Author: Alexey Spizhevoy Date: Thu Jan 13 14:02:55 2011 +0000 updated gpu module docs commit db852e0b5468b29adbe1decdcf79d320f383a8f6 Author: Alexey Spizhevoy Date: Thu Jan 13 13:55:13 2011 +0000 updated gpu module docs commit 349e0ece9300b8cb6f1bedfbcd2ab828f20f147f Author: Vladislav Vinogradov Date: Thu Jan 13 13:48:58 2011 +0000 added docs for GPU Filter Engine commit 1a9418619586b556e327c231d48b31fc1e96e41b Author: Anatoly Baksheev Date: Thu Jan 13 13:04:00 2011 +0000 First version of CascadeClassifier_GPU. Only for VS2008 now. Sample for it. new NPP_staging for VS2008 only commit 31e582e31457e5b88fb2a21d296fd0909cf3e6f6 Author: Alexey Spizhevoy Date: Thu Jan 13 12:26:15 2011 +0000 updated gpu module docs commit b28c73b6948a62d96af4019e106fd5165f1919ae Author: Alexey Spizhevoy Date: Thu Jan 13 11:42:29 2011 +0000 updated gpu module docs commit 20ed43bc032f4b8079c67e66564c563a8307b4e3 Author: Vladislav Vinogradov Date: Thu Jan 13 09:39:42 2011 +0000 added docs for SURF_GPU and BruteForceMatcher_GPU commit 536625d6fbf3790229971b18e9b603165d7256b7 Author: Alexey Spizhevoy Date: Thu Jan 13 09:11:56 2011 +0000 updated gpu module docs commit 4502f671aebe984d7e4086a897d1dbc1c08a59a4 Author: Victor Erukhimov Date: Wed Jan 12 19:50:36 2011 +0000 Memory management and primitive operators commit 975fbb6f90a1c907bab73d8a7c7db649018ffa70 Author: Victor Erukhimov Date: Wed Jan 12 19:50:19 2011 +0000 Memory management and primitive operators commit 37e70e8ca2d6c272b0ee5d8d26cb47035ef92815 Author: Victor Erukhimov Date: Wed Jan 12 18:35:55 2011 +0000 Added a section on accessing matrix elements commit 0e77c797376b0cd02fac022459e1eba08047fe04 Author: Alexey Spizhevoy Date: Wed Jan 12 15:03:24 2011 +0000 doc'd gpu bitwise, meanShift code commit 4e23f37ff833045ecfa8a1975c5e026b2aee8093 Author: Alexey Spizhevoy Date: Wed Jan 12 13:07:33 2011 +0000 added docs for gpu::HOGDescriptor commit 073a8a6f27f134df23b52fcccba84bdf2ed2ed68 Author: Maria Dimashova Date: Wed Jan 12 12:53:36 2011 +0000 fixed CvBoost commit a16d304d5272685a6af369588169f0ca4be0262b Author: Maria Dimashova Date: Wed Jan 12 12:46:26 2011 +0000 fixed compile error commit 96d88f0673a9a8882bf0648375c5062f1d9f75aa Author: Maria Dimashova Date: Wed Jan 12 12:03:03 2011 +0000 fixed FernDescriptorMatcher (#765) commit 4dfbf99dd5b5fe97128683f32e248f9cd99b46c7 Author: Alexey Spizhevoy Date: Wed Jan 12 09:30:08 2011 +0000 cosmetic changes in gpu module, decreased matchTemplate test running time commit d091ae5746c33c9259bb33b3d250ab704cc3f021 Author: Alexey Spizhevoy Date: Wed Jan 12 06:49:03 2011 +0000 removed unnecessary code from gpu::matchTemplate commit 655120febcd3b10c699da54f873eb523bf614ec2 Author: Maria Dimashova Date: Wed Jan 12 06:39:08 2011 +0000 fixed collisions between std::transform() and cv::transform() (#781) commit 358b061ade650c5db05232439c659ec0acd47cc0 Author: Victor Erukhimov Date: Tue Jan 11 20:51:08 2011 +0000 OpenCV user guide prototype commit be4251c143d17905c9580ade1572ab6c3ea091ef Author: Vadim Pisarevsky Date: Tue Jan 11 12:14:31 2011 +0000 fixed compile problems when Makefiles are used commit d2c2c07ad24e6336fcdf83c6e535453e36cfd3c0 Author: Vadim Pisarevsky Date: Tue Jan 11 11:55:58 2011 +0000 updated the new arithmetic tests commit 57f917d6f24644c4c1387fb156cbb13d83ce6376 Author: Alexey Spizhevoy Date: Tue Jan 11 10:15:46 2011 +0000 replaced adding constant in normalization with taking max commit dc763e0250b94f6bccaa0873369aee361ae33a37 Author: Alexey Spizhevoy Date: Tue Jan 11 09:36:21 2011 +0000 updated normalization routine in the matchTemplate to avoid division by zero on black images (ticket #798), added test commit a961cfe135f4f9a83dcae000cf42fdedc221ffd2 Author: Vladimir Dudnik Date: Mon Jan 10 00:43:14 2011 +0000 fixed mistake in integration of IPP Sub functions. Added IPP min/max/absdiff/and/or/xor functions. commit a34f044d19ee12c2882010cc1ad8bce83b5ddba6 Author: Vladimir Dudnik Date: Sat Jan 8 21:24:31 2011 +0000 add IPP Sub operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. commit abdb139096f23d4f72cebfd7e9050de5d02388b2 Author: Vladimir Dudnik Date: Fri Jan 7 00:26:09 2011 +0000 add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. Added print of IPP info in test log files commit 204c54291da9e82ee9251e77efea284e04fff897 Author: Marius Muja Date: Thu Jan 6 05:46:08 2011 +0000 Bug fix in flann wrapper commit 9bf80fb209fe0300c8703406c1b114a176e1d98c Author: Marius Muja Date: Wed Jan 5 22:06:03 2011 +0000 Renaming log constants, fixes bug #792 commit 90e191211e20f6f35cc71b8cc5a413328084466e Author: Vadim Pisarevsky Date: Wed Jan 5 20:18:52 2011 +0000 increased "inf" constant in the true distance transform algorithm to handle high-resolution images commit c72466c439c2a1fe4544af414cdfc51b0242ce57 Author: Vladimir Dudnik Date: Mon Jan 3 16:26:45 2011 +0000 fix issue in IPP search algorithm (when no IPPROOT available in system and IPP is installed) commit 767af0f2a7cc5f4aa6206855807f0c38e5dc27a7 Author: Vladimir Dudnik Date: Fri Dec 31 16:45:56 2010 +0000 added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only) Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance. commit 6309b2d08d89e998f196f4bac5168ebbda736b30 Author: Vladimir Dudnik Date: Fri Dec 31 16:45:18 2010 +0000 added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only) Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance. commit 1a34fa30f4152ff84b1569ec37abfd3faa64554e Author: Alexey Spizhevoy Date: Thu Dec 30 07:19:32 2010 +0000 video writing via cmd args in hog sample added commit 4ad938afccb125835089c450e00b4cf5de177473 Author: Vadim Pisarevsky Date: Wed Dec 29 23:44:12 2010 +0000 fixed incorrect sign of the result of the convolution with normalized asymmetric kernels (ticket #779) commit 6b8b42bb8a28083b9ff7354c2eb1063f1326f335 Author: Ethan Rublee Date: Wed Dec 29 18:49:41 2010 +0000 swapping features2d with calib3d for linking order, rerun cmake in android to update your android-opencv.mk file. commit ab543b5085b193fe2f9fc9e9a2a89cf13dda1298 Author: Alexey Spizhevoy Date: Wed Dec 29 16:08:56 2010 +0000 updated gpu hog sample commit 2f13e4ce5853368f4b00fc21606d20c44368c520 Author: Alexey Spizhevoy Date: Wed Dec 29 15:45:01 2010 +0000 refactored hog, added camera support into hog_sample commit 16bcf9b645aa949d2da6f38c4fd0279436a33182 Author: Brian Gerkey Date: Tue Dec 28 21:38:23 2010 +0000 test commit emails commit e26ac53589d35f06d313ce4c336063674e4ae0a3 Author: Vadim Pisarevsky Date: Tue Dec 28 21:28:34 2010 +0000 some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++ commit 2dd0e85264410541ba80d6098941be80cb8cf4c1 Author: Vadim Pisarevsky Date: Tue Dec 28 21:15:58 2010 +0000 fixed some build problems commit 0468bdeadde845f718254497dc88d46f900aa4ce Author: Vadim Pisarevsky Date: Tue Dec 28 16:25:39 2010 +0000 added background/foreground segmentation algorithm with shadow detection (by Zoran Zivkovic) commit 97d9a672cc1d5993fde75fbe57c2f34f2e94a7af Author: Vadim Pisarevsky Date: Tue Dec 28 16:24:23 2010 +0000 moved gtest to modules; added some gtest-based tests commit ba32833c3fb184221aa6196422177a4c5f45a2f6 Author: Alexey Spizhevoy Date: Tue Dec 28 14:57:23 2010 +0000 added missed include (for MSVC 2010) commit e90f197bebb2cac8afa05d726803a6e6547671ad Author: Vadim Pisarevsky Date: Mon Dec 27 12:01:38 2010 +0000 merged fix for x64 MSVC compile errors in highgui into trunk commit be38864dd058b95649240e19b2a676670dab8a2d Author: Alexey Spizhevoy Date: Mon Dec 27 10:18:42 2010 +0000 added buffered version of gpu::convolve commit e5d1b9eecd7d1001d2ecf5ba17bdf61b86a5efa9 Author: Vadim Pisarevsky Date: Mon Dec 27 10:00:26 2010 +0000 another attempt to fix findHomography commit 2d5a984c28d72e08eecabe11a76c7d4b5d2e3e4f Author: Ilya Lysenkov Date: Mon Dec 27 09:15:08 2010 +0000 Moved BlobDetector to features2d commit 1ecb6cf7750a780d8fa2053fc17fff06e112ecba Author: Alexey Spizhevoy Date: Mon Dec 27 09:10:22 2010 +0000 simplified gpu::columnSum test, it doesn't fail on Quadro anymore (when seed is 000001af5a11badd) after BFM test, but something definitely wrong with NPP_Staging's transpose commit dc9e5eda1901bb4786b198b31f3c72c45f90404e Author: Ilya Lysenkov Date: Mon Dec 27 08:25:31 2010 +0000 Moved PlanarObjectDetector to the objdetect module commit 8f0d36b8b6a81be8afb1cf6d1ccdfdd2882d0d56 Author: Alexey Spizhevoy Date: Mon Dec 27 07:35:41 2010 +0000 refactored gpu::dft commit a379d011fdc04702307d828faa26a64116145b98 Author: Vadim Pisarevsky Date: Sun Dec 26 22:18:30 2010 +0000 fixed MatConstIterator<> (ticket #776) commit 86802ec968f36b50176a06fb2c5bb6ec62a34375 Author: Alexey Spizhevoy Date: Fri Dec 24 13:44:26 2010 +0000 minor warning fixed commit eaf35a842115d4de851b6fb724b276e0c12a3419 Author: Alexey Spizhevoy Date: Fri Dec 24 12:55:43 2010 +0000 minor refactoring in gpu module commit 21b081deff156578183f94b7ba3b94777d877fd2 Author: Alexey Spizhevoy Date: Fri Dec 24 09:26:19 2010 +0000 now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates commit 54fcdf4cae4597b860e7a16038d8dad616de00dc Author: Alexey Spizhevoy Date: Fri Dec 24 07:00:08 2010 +0000 minor changes in gpu module (comments and warnings) commit 6702d557111bacd4f67a0d99a72275b5a5593f33 Author: Alexey Spizhevoy Date: Fri Dec 24 06:48:23 2010 +0000 added support of scaling into gpu::dft, refactored gpu::convolve commit 2026649f73ebb6f1780d199d0ba3ec088d5b984a Author: Vladimir Dudnik Date: Thu Dec 23 23:13:49 2010 +0000 cosmetic changes, removed trailing spaces commit 46d4975ba3a2c365be6a402c61378d608f700d2c Author: Vladimir Dudnik Date: Thu Dec 23 23:08:16 2010 +0000 cosmetic changes commit 0064bd516b92d79abcf7ef50dda0681c5bab5739 Author: Vladimir Dudnik Date: Thu Dec 23 23:06:52 2010 +0000 cosmetic changes, removed trailing spaces commit eedde64902a78bacbd1f8f7c0ee08b4ca3758032 Author: Vladimir Dudnik Date: Thu Dec 23 23:05:35 2010 +0000 cosmetic changes, removed trailing spaces commit b6f53fc4658583e353693ef0236c09e82be566f4 Author: Vladimir Dudnik Date: Thu Dec 23 23:04:24 2010 +0000 cosmetic changes, removed trailing spaces commit 8511c9fcb8c9e7b60f84b95e833533915b470400 Author: Vladimir Dudnik Date: Thu Dec 23 23:03:15 2010 +0000 cosmetic changes, removed trailing spaces commit e92d0e4bc2fb225ea7df549a0a3fd4958a522bae Author: Vladimir Dudnik Date: Thu Dec 23 23:01:18 2010 +0000 cosmetic changes commit c9d20500cef012a40464d8d21492a5e086263870 Author: Vladimir Dudnik Date: Thu Dec 23 23:00:04 2010 +0000 cosmetic changes, removed trailing spaces. Added ippGetCpuClocks if IPP is available (important for 64-bit build) commit 50e54568740843625fe950cf8e7db1e25c0b4f18 Author: Vladimir Dudnik Date: Thu Dec 23 22:56:28 2010 +0000 cosmetic changes commit 3c6f35740ded28a82da4b0a3a7f31b95d57711cd Author: Vladimir Dudnik Date: Thu Dec 23 22:55:23 2010 +0000 cosmetic changes commit 5cb81c0a1495fd74fd78b757c901f9253dfc9b86 Author: Vladimir Dudnik Date: Thu Dec 23 22:42:08 2010 +0000 test svn access commit 783716838d8d5067b1bab7e0477b54868e6549fd Author: Alexey Spizhevoy Date: Thu Dec 23 13:00:33 2010 +0000 updated test for gpu::dft, updated dft for handling continous source commit 52ca0c4bcaea4d834ddde5fcd1fa4199f66a7ce1 Author: Alexey Spizhevoy Date: Thu Dec 23 10:07:37 2010 +0000 fixed bug in gpu::dft commit 09735fd2080cfd7ded848095a1b37bd70b20b855 Author: Alexey Spizhevoy Date: Thu Dec 23 09:24:33 2010 +0000 added gpu::dft implemented via CUFFT commit da1fb6c50ab6f8863da215dfc6d24e19ddfbf233 Author: Alexey Spizhevoy Date: Wed Dec 22 14:01:26 2010 +0000 added tests for gpu::mulSpectrums commit 68aba9f2fb29cca3bff00a69b7a9e332abe23900 Author: Alexey Spizhevoy Date: Wed Dec 22 13:46:06 2010 +0000 added mulSpectrums functions into GPU module commit fef06c25b5fee0076d4cc665c06bf44f73bd0449 Author: Alexey Spizhevoy Date: Wed Dec 22 08:56:16 2010 +0000 moved crossCorr (as NPP_Staging wrapper) into public GPU module part from the internal matchTemplate files commit f9bcef90037091d169a70dd301b57c14cd8c025c Author: Alexey Spizhevoy Date: Wed Dec 22 08:17:36 2010 +0000 moved sqrIntegral (NPP_Staging wrapper) into public GPU module part from matchTemplate.cpp commit 428e8d1255a1b837f626b8cbcc7779d37720a249 Author: Vladislav Vinogradov Date: Wed Dec 22 08:16:00 2010 +0000 added matcher_simple_gpu sample commit a6d9cce5009602f99711eafba3f23ac3793a7e76 Author: Alexey Spizhevoy Date: Wed Dec 22 08:03:53 2010 +0000 added CUFFT errors handling into GPU module commit 8190837dd4fcdfc218945e21362daab183cbfdff Author: Vladislav Vinogradov Date: Wed Dec 22 07:30:21 2010 +0000 fixed some warnings under linux commit 0cd587ee3493afd8ba203296fc172e4c570c0ff9 Author: Vladislav Vinogradov Date: Tue Dec 21 14:02:09 2010 +0000 added gpu transpose and integral based on NPP Staging. added mask support to SURF_GPU. commit 457c6a8dfe6e8c05846116f5f01db42098971a7f Author: Ilya Lysenkov Date: Tue Dec 21 13:17:52 2010 +0000 Fixed documentation commit 0bc13493351f8e87ffbc31df80fb72e12142f267 Author: Ilya Lysenkov Date: Tue Dec 21 12:11:28 2010 +0000 Fixed some warnings under Windows commit 351f6eeb97d589cdc343c13eba08e7ba1bd08044 Author: Ilya Lysenkov Date: Tue Dec 21 11:39:12 2010 +0000 Fixed compile errors under Windows commit 998fab0ef543eceff041d7a18a310692031aebf8 Author: Anatoly Baksheev Date: Tue Dec 21 11:37:08 2010 +0000 warningx fixed under vs2008 commit 0545e780f8efe68b9dd9d2ba25bc2f18184711b2 Author: Alexey Spizhevoy Date: Tue Dec 21 10:47:17 2010 +0000 minor changes in the gpu stereo sample commit c4a8ae59311a062d69e3a4e393b2e4507bfdf302 Author: Ilya Lysenkov Date: Tue Dec 21 10:08:57 2010 +0000 Used Poitn2f instead of KeyPoint commit b102299dfac496381389b87bd4732579d2e92c66 Author: Alexey Spizhevoy Date: Tue Dec 21 09:55:56 2010 +0000 fixed comment commit 65a356ebdd8a26820f83845df2992143316b5c0f Author: Alexey Spizhevoy Date: Tue Dec 21 09:49:58 2010 +0000 added convert into gray and prefilter Sobel controls (for gpu stereo sample) commit bdf6f0258c285c193091c5d102eecc251629f0ef Author: Ilya Lysenkov Date: Tue Dec 21 09:32:14 2010 +0000 Changed the camera calibration sample to support circles' grid pattern commit 5f5dc91bfdfa63975d7c7c106ff65f89eabf4305 Author: Ilya Lysenkov Date: Tue Dec 21 09:30:21 2010 +0000 Added documentation for cirlces' grid detection commit 84dc12d387d6e57db5b3fea21614e614d923cec9 Author: Ilya Lysenkov Date: Tue Dec 21 09:27:31 2010 +0000 Added a regression test for a circles' grid detection commit 964df356bf5cc15dd67289829f6a65c92e1c7b8b Author: Ilya Lysenkov Date: Tue Dec 21 09:24:36 2010 +0000 Added detection of cirlces' grid pattern commit 24206bd19f5ed916ad547451c692a8c7fee94eaa Author: Alexey Spizhevoy Date: Tue Dec 21 08:26:48 2010 +0000 added more controls into gpu stereo sample commit 5bfb44f8870da1a9349605b76500e197fd7bca01 Author: Vladislav Vinogradov Date: Tue Dec 21 08:13:15 2010 +0000 fixed compiler error under linux commit edce2020651a29180fd6487c3659b434309dbe0b Author: Alexey Spizhevoy Date: Tue Dec 21 07:35:46 2010 +0000 added first version of stereo match sample on gpu commit 8b48eebeee4291c0bbee9f33937ed430887400d6 Author: Vadim Pisarevsky Date: Mon Dec 20 21:20:46 2010 +0000 enable #include "cvconfig.h" in highgui on Windows. That should fix camera capture. commit 0e45a637c4f3d9fdf2d3f27eeb217681b762867a Author: Vladislav Vinogradov Date: Mon Dec 20 12:49:40 2010 +0000 added SURF_GPU. added support of CV_32FC1 type to gpu copyMakeBorder. commit a2ace58bb0d83962408c558d92fa6e0e2288b3c4 Author: Alexey Spizhevoy Date: Mon Dec 20 12:29:57 2010 +0000 gpu hog sample: added support of writing video commit df8529377b95baa9f96159fb245c7625935925b9 Author: Alexey Spizhevoy Date: Mon Dec 20 09:51:25 2010 +0000 refactoring: moved gpu reduction-based functions into separated file commit 1922e50f195f46be2537580e07f23f2bb577f0e1 Author: Alexey Spizhevoy Date: Mon Dec 20 09:16:17 2010 +0000 refactoring: made gpu bitwise operations inline commit 0465b89e7ecbb9339babe79a8050f555479def29 Author: Alexey Spizhevoy Date: Mon Dec 20 09:07:19 2010 +0000 gpu module refactoring: moved per-element operations into separated file commit 6891a60149b498349a2e1adc338c899cbb098d57 Author: Alexey Spizhevoy Date: Mon Dec 20 08:09:09 2010 +0000 added host code for gpu::matchTemplate (as NPP_staging was integrated) commit e62bf3a2ae9a8deaed3131fcd7709f472af135e8 Author: Alexey Spizhevoy Date: Mon Dec 20 08:06:13 2010 +0000 updated gpu bitwise operations commit 0f30fe080f268977415b30e59743bf5e8bfcddec Author: Anatoly Baksheev Date: Sun Dec 19 17:20:54 2010 +0000 renamed constantspacebp -> stereocsbp line all other algs created element_operations and matrix_reductions files for farther refactoring commit 9dd4a22a5e3ad48a865562b9142dade6e4260d34 Author: Anatoly Baksheev Date: Fri Dec 17 15:41:26 2010 +0000 temporary added NPP_staging, functionality from the library will be moved to NPP with next release. commit e5c5a1cb3d80aa5b61a2595e9bf51b58c41fb32b Author: Maria Dimashova Date: Fri Dec 17 14:24:59 2010 +0000 fixed traincascade commit 7767038ef0a3476b7ec9b96ff4b297707c655289 Author: Alexey Spizhevoy Date: Fri Dec 17 12:48:04 2010 +0000 updated other gpu's bitwise operations commit 5132ce211bb25b5a1c47424feb476b5a94e18e01 Author: Alexey Spizhevoy Date: Fri Dec 17 12:22:51 2010 +0000 reimplemented gpu::bitwise_not operation, refactored gpu module commit 1a93412ecaef96ddf1ef8cae9530f76b5e69e96a Author: Alexey Spizhevoy Date: Fri Dec 17 10:26:57 2010 +0000 refactored bitwise operations in gpu module commit 74197c5b1429b7f875e371a4194b3ed89ef3bdc7 Author: Alexey Spizhevoy Date: Thu Dec 16 08:46:47 2010 +0000 fixed link time error in gpu module commit 343c33d73e29abafd692d67836e58d9f8ea5244e Author: Alexey Spizhevoy Date: Thu Dec 16 08:10:31 2010 +0000 added support of CCOEFF_NORMED for multichannel images (8U) into gpu::matchTemplate commit 640af6623c22e1623f37456c71f943ff7478dda2 Author: Alexey Spizhevoy Date: Wed Dec 15 16:32:56 2010 +0000 added support of multichannel images into gpu::sqrSum commit 3db5b687f68c520adc63b7eb80cdb2d81a63016b Author: Alexey Spizhevoy Date: Wed Dec 15 16:04:10 2010 +0000 added support of multichannel images into gpu::matchTemplate for CCOEFF method commit f56d9c340f67e4e43ca610f99b52501e30cef1e4 Author: Alexey Spizhevoy Date: Wed Dec 15 15:28:35 2010 +0000 added support of remaining image number of channels into gpu::sum commit d8a7ff1e00e45f2a96eadf2eabefa26d95f2af66 Author: Alexey Spizhevoy Date: Wed Dec 15 15:12:32 2010 +0000 refactored gpu module, added vec math operators for uint, added support of 2 channel images into gpu::sum (removed support of double) commit e5eec31be14e7c3a8090015fc299a727d9b3f84a Author: Alexey Spizhevoy Date: Wed Dec 15 12:10:30 2010 +0000 fixed minor bugs in gpu module commit 93e344a96276c6df90df871cd5dec7726318cf7b Author: Kirill Kornyakov Date: Wed Dec 15 11:32:37 2010 +0000 compilation warning fixed commit 68c3018047773e67e0e20cea3536dc6ccc23b04e Author: Alexey Spizhevoy Date: Wed Dec 15 11:22:37 2010 +0000 added support of multichannel images into gpu::matchTemplate (all methods except CCOEFF based), refactored commit c4188581044e0dc6a10ba0be16c5c708a7924299 Author: Kirill Kornyakov Date: Wed Dec 15 11:21:27 2010 +0000 bug #762 fixed commit e7f491ae1a747d2a969c8b183e2fb3c1038a80e0 Author: Kirill Kornyakov Date: Tue Dec 14 10:17:45 2010 +0000 CascadeClassifier refactored. Most of the members and methods are private now. commit e7cf541f5faf6df3a7e79374f13f79f95017823b Author: Alexey Spizhevoy Date: Tue Dec 14 09:53:17 2010 +0000 fixed bug in matchTemplate when template size is (1,1), refactored commit 1887b7d2e4f2d4e758ea8d0064be3d05780f62c5 Author: Alexey Spizhevoy Date: Tue Dec 14 08:45:11 2010 +0000 refactored matchTemplate.cu commit ce47a37e6ea0f3e7f460e387be12935827d96a39 Author: Alexey Spizhevoy Date: Tue Dec 14 08:00:53 2010 +0000 added CUDA kernel for CV_TM_CCOEFF_NORMED matchTemplate method commit b35aa77418bec6c84b5d19b87f33c742b11ce6ee Author: Alexey Spizhevoy Date: Tue Dec 14 07:42:55 2010 +0000 added CUDA kernel for CV_TM_CCOEFF matchTemplate method commit af86e87c707152139e1a300552350187f5897bfb Author: James Bowman Date: Tue Dec 14 00:13:42 2010 +0000 Export CV_PI explcitly, #758. commit 5633cf0379b3cf3cb268a869e51e9637b49c0476 Author: Vadim Pisarevsky Date: Mon Dec 13 16:53:46 2010 +0000 one more fix in the recently rewritten copyMakeBorder commit 39700c5d541338d3c6108444d0961eed6f85634a Author: Alexey Spizhevoy Date: Mon Dec 13 16:48:34 2010 +0000 added some gpu::matchTemplate kernels (other parts after NPP Staging integration) commit a81b41fb08b874bef6c8ab9b9af16f0f432a9020 Author: Alexey Spizhevoy Date: Mon Dec 13 15:56:29 2010 +0000 fixed some warning under Ubuntu in gpu module commit 4ac4ce3e4001114ee35d9e762f3fbdf94ba0ea7b Author: Vadim Pisarevsky Date: Mon Dec 13 15:00:35 2010 +0000 replaced 8x6 pattern with 9x6, which orientation can be determined without any ambiguity commit c9f9f3877719380303dea1f9029e44e8160eb633 Author: Alexey Spizhevoy Date: Mon Dec 13 14:34:02 2010 +0000 added gpu::sqrSum function commit b18a3a5f83257b952d51e7766be2dddc846e79c8 Author: Vladislav Vinogradov Date: Mon Dec 13 13:52:40 2010 +0000 fixed errors in StereoBeliefPropogation under linux commit 070d87fb7fb4ecf105c0f0e1bfd18f38eb32bf20 Author: Anatoly Baksheev Date: Mon Dec 13 13:42:35 2010 +0000 fixed bug with prefilter_xsobel preset. commit e193fa1165547d166224ded3d89d81851e47847b Author: Alexey Spizhevoy Date: Mon Dec 13 12:50:52 2010 +0000 fixed minor bug in gpu::sum commit 3997514b7ca0cd968d045f6565a2801bfbeb4ec0 Author: Alexey Spizhevoy Date: Mon Dec 13 12:00:58 2010 +0000 added tests for gpu::sum, it supports all data types, but single channel images only commit 442cd75c324f8bebee7e79e61d846a318606f246 Author: Vladislav Vinogradov Date: Mon Dec 13 09:50:32 2010 +0000 fixed compile error under linux commit 49ec8ba742d7ec7db96f9b40c4cf5a3b10cdfc0e Author: Vladislav Vinogradov Date: Mon Dec 13 08:43:04 2010 +0000 fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast. changed buffer type in linear filters to float. added support of 1 channel image to linear filters. added support of BORDER_REFLECT101, BORDER_REPLICATE and BORDER_CONSTANT border type to gpu linear filters. minor fix in tests. update comments in gpu.hpp. commit 108ab9402354df77fc508300944ad8c3a5d4ce49 Author: Vadim Pisarevsky Date: Sun Dec 12 22:45:31 2010 +0000 improved naive bayes robustness in the case of singular data commit 51d039945af54520bd104033e0c6b13e68c78075 Author: Vadim Pisarevsky Date: Sun Dec 12 20:46:06 2010 +0000 fixed cv::CHAIN_APPROX_* definitions (ticket #755) commit 76c8a7d96ba1e8032009b24fbef3300f4b4243bc Author: Vadim Pisarevsky Date: Sat Dec 11 21:50:31 2010 +0000 rewrote copyMakeBorder (to support other border types and fix some bugs) commit 8511b69635ce10b4e94878f6fcf4cbc7303ae1e9 Author: Vadim Pisarevsky Date: Sat Dec 11 18:32:11 2010 +0000 fixed Mat::Mat(Vec|Matx|vector) constructor (ticket #747) commit 4339f69da43823a4743ed2bf09fcc5735ba2edec Author: Vadim Pisarevsky Date: Sat Dec 11 18:05:50 2010 +0000 fix opencv-highgui build with old versions of libpng (< 1.4.x) commit 6c2cce6e289dbbac58da1a9434ba656fd5f29dac Author: Anatoly Baksheev Date: Sat Dec 11 15:21:11 2010 +0000 some files rename commit ec4d2b6bb9c131d0bd809f37547456edec7d9907 Author: Anatoly Baksheev Date: Sat Dec 11 15:07:14 2010 +0000 Fixed serious kernel crash IN StereoBM_GPU for some parameter. Will more rework for the code farther. commit fcdce4edcb8b093b7ceb6d11ab4857c2e2f0b19f Author: Vadim Pisarevsky Date: Sat Dec 11 10:43:32 2010 +0000 fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency commit d14b744ea98368a5eef8a54c1eb2117e7c3d83fb Author: Vadim Pisarevsky Date: Fri Dec 10 21:02:13 2010 +0000 possibly improved findHomography accuracy (reported by Luca Del Tongo) commit da293ee3d94ee12122935bfe2f7ae2018506eb02 Author: Vadim Pisarevsky Date: Fri Dec 10 19:06:38 2010 +0000 SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum commit e834a46ccfabef98d544a7825a3fcd795380b638 Author: Alexander Shishkov Date: Fri Dec 10 16:57:38 2010 +0000 moved failed tests to blacklists "em", //ticket 754 commit 79b1eec3d38cc8c1335e6b7e0fd557d85ee62946 Author: Alexey Spizhevoy Date: Fri Dec 10 14:02:41 2010 +0000 minor refactoring of gpu module commit 9f80317ffa976f7795a2ad39919a9682622bec9d Author: Alexey Spizhevoy Date: Fri Dec 10 13:36:00 2010 +0000 fixed minor bug in gpu module, added first version of sum commit d557c800a79c8083526996aa8a415fe1ecda8dfe Author: Alexey Spizhevoy Date: Fri Dec 10 10:23:32 2010 +0000 refactored gpu module commit 97484089c504b8e679f97dd30c3e7d44464d9f41 Author: Alexey Spizhevoy Date: Fri Dec 10 08:06:54 2010 +0000 added support of CV_8U & CV_TM_CCORR into gpu::matchTemplate commit e5564b4388e6f1574a4513e44ae78c48f3f7f8de Author: Vadim Pisarevsky Date: Thu Dec 9 20:54:04 2010 +0000 improved accuracy of determinant(), invert() and solve() on 3x3 matrices (ticket #749) commit c09a3dc54a1f150d3ffba0aa8ac1c5d95169e74a Author: Vadim Pisarevsky Date: Thu Dec 9 20:31:59 2010 +0000 fixed compile error in multicascadeclassifier commit d8415ed44e5cc7b84280ed5e72698ae06a2d3e02 Author: Kirill Kornyakov Date: Thu Dec 9 15:09:34 2010 +0000 code cleaning of cascade classifier commit 33c44fcd7af16bb805ecbfc9cfcefd3c814d7a29 Author: Kirill Kornyakov Date: Thu Dec 9 15:08:32 2010 +0000 facedetect code cleaned. added new multicascadeclassifier sample, duplicating facedetect right now. commit 0cc559b33c6938c6feb1172e10a0f3f37a36393d Author: Vadim Pisarevsky Date: Thu Dec 9 12:24:12 2010 +0000 added missing #include commit 8a87c15a66d6aa7a8e060ec5f19841b7f7eb451b Author: Vadim Pisarevsky Date: Thu Dec 9 12:23:41 2010 +0000 added opencv/include/CMakeLists.txt to the install package for Windows commit 1dfcb6fb2290c21e31a50f452cddab6301bb9aaa Author: Vadim Pisarevsky Date: Wed Dec 8 20:15:54 2010 +0000 make the floodfill test parameters more discrete, to avoid weird rounding errors commit 9801d07a4697ea27e7cdb53fb8be7e1146a5eedd Author: Alexey Spizhevoy Date: Wed Dec 8 16:51:12 2010 +0000 added test for gpu:columnSum commit fa322bf46fc936204180c5efc1c1b6df6144d3c9 Author: Alexey Spizhevoy Date: Wed Dec 8 15:06:10 2010 +0000 added gpu::columnSum, fixed compile error (if there is no cuda), refactored commit b1c5b9293e7d22ecd62321ec51d6869519fe5397 Author: Alexey Spizhevoy Date: Wed Dec 8 13:12:12 2010 +0000 added support of CV_32F & CV_TM_SQDIFF into gpu::matchTemplate commit 40304721a775023a13278fcb757e565c333d4774 Author: Alexey Spizhevoy Date: Wed Dec 8 13:03:53 2010 +0000 added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks) commit 3beac049d54ecc81d0dd44ed469def7fe53e2e1d Author: Vadim Pisarevsky Date: Wed Dec 8 09:36:42 2010 +0000 replicated the fix for Ptr bug commit 905e5f17399b205dfe04a6b05e266b031b290b48 Author: Vladislav Vinogradov Date: Wed Dec 8 07:23:59 2010 +0000 added support of 4-channels images to StereoConstantSpaceBP. refactored transpose_gpu, made it non template function. commit c18aa438ecdf154b482c4a9b78e3aa27a13b3f55 Author: Vladislav Vinogradov Date: Tue Dec 7 10:20:03 2010 +0000 added support of 4 channels images to StereoBeliefPropagation, minor code refactoring. commit 5e401f29983c2de22363041ddf11da942f17acca Author: Maria Dimashova Date: Tue Dec 7 09:56:12 2010 +0000 removed test from black list (#737) commit c9662c2e38c3507a11e831e726da50bb32f26e5e Author: Maria Dimashova Date: Tue Dec 7 09:13:45 2010 +0000 updated test threshold commit 0036cabaf25fbab9630769abcbefc52d5d9d9b23 Author: Alexey Spizhevoy Date: Tue Dec 7 07:56:30 2010 +0000 fixed total FPS evaluation in the GPU HOG sample commit 066590dcd4c220e7999b2fe8eaef01b6dfa2111d Author: Alexander Shishkov Date: Tue Dec 7 07:31:07 2010 +0000 moved failed tests to blacklists "descriptor-opponent-sift", //ticket 737 "_3d-rodrigues", //ticket 435 commit 349a9fac86b2cb9787bac728d43b26b3444dd58b Author: Alexey Spizhevoy Date: Tue Dec 7 07:16:13 2010 +0000 fixed compile-time warning under g++ commit 19b434be50362e716f631a779c42bd6902b19d70 Author: Alexey Spizhevoy Date: Tue Dec 7 06:45:54 2010 +0000 minor refactoring of gpu module commit ed934ed6fcda1ec54cc03943661400e3bd58dc1c Author: Vadim Pisarevsky Date: Mon Dec 6 19:42:16 2010 +0000 fixed GBTrees build on NetBSD & Android; fixed GPU brute force matcher test build on MacOSX commit 652fb1212e6ec4cb6fd9f73ee3f23224f5cb4d83 Author: Anatoly Baksheev Date: Mon Dec 6 16:37:32 2010 +0000 module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp commit fadd19b9769e49c5c558b6d3b58b01f1eb5b9b7d Author: Vladislav Vinogradov Date: Mon Dec 6 14:51:47 2010 +0000 added assertion on Compute Capability >= 1.1 to BruteForceMatcher_GPU_base::radiusMatch commit 50167f6c26d350ea6788d7c83ab24b34d231007d Author: Alexey Spizhevoy Date: Mon Dec 6 14:19:41 2010 +0000 added first version of gpu::matchTemplate, currently it works only with 8UC1 images and SQDIFF method commit 8891acb67a12c50d42750b65ff32b1aa0cb26d4e Author: Vladislav Vinogradov Date: Mon Dec 6 12:06:51 2010 +0000 added BruteForceMatcher_GPU commit 77027f6075b4eabe0d7e9971572812538ddfb758 Author: Alexey Spizhevoy Date: Mon Dec 6 09:44:51 2010 +0000 refactored border interpolation in gpu module commit bc21cc6fe9bb3525aa212dae7c7249eb0fb2dc50 Author: Vadim Pisarevsky Date: Mon Dec 6 09:41:28 2010 +0000 revert to using fixed RNG in EM, otherwise the algorithm becomes non-deterministic and the test fails sometimes. in the meantime, EM needs to switch to more robust cv::kmeans instead of CvEM::kmeans. commit e6aba3e51c8a652f41f0f8885f72aee8263ae25e Author: Vadim Pisarevsky Date: Mon Dec 6 08:49:49 2010 +0000 turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) commit 17d9014373598b988499e818b8361fdf9660ee1a Author: Vladislav Vinogradov Date: Mon Dec 6 08:10:11 2010 +0000 added per-element min/max to gpu module. fixed compile error in transform. commit d96c5ebb7d2d37dbc9756a13b297390a0937bb76 Author: Anatoly Baksheev Date: Mon Dec 6 08:03:33 2010 +0000 misprint commit 6ef4d9b1ddd2cd5383390b74bc940616bd62d38a Author: Alexey Spizhevoy Date: Mon Dec 6 07:47:26 2010 +0000 added sipport of BORDER_REPLICATE mode into gpu::corner* functions commit bb9bf53eb1b6a6940f416729718607d1d4b02b07 Author: Vadim Pisarevsky Date: Sun Dec 5 03:14:28 2010 +0000 include 3rdparty/lib/* into the source package for Windows commit 9d8644dee05b5280fa9aa9feb5ded1539d32bf38 Author: Vadim Pisarevsky Date: Sun Dec 5 02:26:04 2010 +0000 turn off SSE2 optimization in cv::exp & cv::log in the case of VS2005 or earlier versions, because of missing _mm_cast* intrinsics (ticket #729) commit 9dfb15dbbda440075930a177354eaac0746e0daa Author: Vadim Pisarevsky Date: Sun Dec 5 02:10:59 2010 +0000 some more fixes for the static library configuration commit 0de9c9fd3c9c2e8029e46fc852494b29ca2462e0 Author: Vadim Pisarevsky Date: Sun Dec 5 01:19:36 2010 +0000 opencv_zlib renamed back to zlib; make static libs work on Windows commit 8b4cb1d99cec7545764fea62b6dd2d2683dd4c4b Author: Vadim Pisarevsky Date: Sat Dec 4 23:02:36 2010 +0000 make OpenCVConfig.cmake usable in the case of static libs commit 3ec6934da31d605c923242bca766f8ea115f2682 Author: Vadim Pisarevsky Date: Sat Dec 4 20:36:59 2010 +0000 starting to fix CMake scripts for the proper OpenCVConfig.cmake behavior commit a7a5dd051a4b995bf27a2d1959a512d460d28bb4 Author: Vadim Pisarevsky Date: Sat Dec 4 19:21:45 2010 +0000 updated version number; removed unnecessary index.html and ChangeLog.htm commit ea3ccc6d61dc468d56d96512fd8b6a9b9e13489a Author: Vadim Pisarevsky Date: Sat Dec 4 18:42:09 2010 +0000 a few more little fixes in read_csv commit 33d23ef27aeda069aa9cb1adce19cab1f7e4688b Author: Vadim Pisarevsky Date: Sat Dec 4 18:37:07 2010 +0000 fixed several typos in docs; make MLData capable of reading csv files with much more columns than before commit 3e7fbd21e018deb317be70f4628b65a756c47ff6 Author: Vadim Pisarevsky Date: Sat Dec 4 17:58:45 2010 +0000 fixed compile errors in cap_qt.cpp (ticket #391) commit b0cc526b0b3ab0d876b4965001d7596d72269f5a Author: Vadim Pisarevsky Date: Sat Dec 4 17:26:15 2010 +0000 fixed OpenCV build on NetBSD (ticket #726) commit 695aa02e989e6ba151f479ca8e1d0a22ed1dbcb5 Author: Vadim Pisarevsky Date: Sat Dec 4 17:09:40 2010 +0000 little change in flann save_value. Likely does not affect anything commit 56d4f875b4329f6785f0438b9b03bb5f372d5634 Author: Vadim Pisarevsky Date: Sat Dec 4 15:35:34 2010 +0000 make watershed demo work correctly commit 9948ed88b04f914e65fed9222eba064d3556cc79 Author: Vadim Pisarevsky Date: Sat Dec 4 15:31:42 2010 +0000 fixed crash in cvDrawContours when abs(maxLevel) is too big commit 11ed55ddb4b7ec78e282e9986108232803777264 Author: Vadim Pisarevsky Date: Sat Dec 4 15:15:06 2010 +0000 fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display. commit 8347cb8cf7734072c3e3537b8f85a85b89bd22da Author: Vadim Pisarevsky Date: Sat Dec 4 13:45:58 2010 +0000 added check for the board size commit 84aed5d360b3ba7d63e3c18440511a9157b3265d Author: Vadim Pisarevsky Date: Sat Dec 4 11:40:14 2010 +0000 fixed unresolved RotatedRect::boundingRect() error (ticket #725) commit d04321e7474f0815c0524b44495c313ac5cab096 Author: Gary Bradski Date: Sat Dec 4 08:35:02 2010 +0000 revamped commit 0bcbd3c1d35219f9e1549a79039f89015ed4526f Author: Gary Bradski Date: Sat Dec 4 08:34:57 2010 +0000 revamped commit a3d7aebbef9c032ff003387de59134dfe0d1a1d2 Author: Gary Bradski Date: Sat Dec 4 08:34:54 2010 +0000 revamped commit a458d5725750234b349773d4df1ea232b2391b37 Author: Gary Bradski Date: Sat Dec 4 08:34:47 2010 +0000 revamped too commit 4f7986ec0bc8bdde68449f988a40765403e98537 Author: Gary Bradski Date: Sat Dec 4 08:31:11 2010 +0000 revamped commit 52326388541f196bb4379889d574da081204060d Author: Gary Bradski Date: Sat Dec 4 08:31:09 2010 +0000 revamped commit 85c27e5a69c0782faca79412b9bf4156be765b7a Author: Gary Bradski Date: Sat Dec 4 08:31:05 2010 +0000 revamped commit a161598c76c846a4b17e51bf9be8637fcc73a6fe Author: Gary Bradski Date: Sat Dec 4 08:31:02 2010 +0000 revamped commit 11f4e1028b1edb0b00f14df87262257fbbe5889c Author: Gary Bradski Date: Sat Dec 4 08:30:59 2010 +0000 revamped commit 0c6fa4388b43f3d2493bb3f20a28527b21b3683e Author: Gary Bradski Date: Sat Dec 4 08:30:56 2010 +0000 revamped commit 68a156d6bb557f86d33e633dd589572a4ed73e48 Author: Gary Bradski Date: Sat Dec 4 08:30:50 2010 +0000 revamped commit ecded116dbeb23fb2b6f02e1781d54ca075c9a88 Author: Gary Bradski Date: Sat Dec 4 08:30:46 2010 +0000 revamped commit 67d8f9ae73a978b8f8e1f7aa9ad915436aa0b120 Author: Gary Bradski Date: Sat Dec 4 08:30:43 2010 +0000 revamped commit 6b123fee4bdf2e87b2e2a9aa7cc32fe4074cf955 Author: Gary Bradski Date: Sat Dec 4 08:30:39 2010 +0000 revamped commit 52fd8ad662ce64e51f8a25a6e8a8aa58b90c11fe Author: Gary Bradski Date: Sat Dec 4 08:30:36 2010 +0000 revamped commit a047fc237b8a63624e0beeee179044469c4eea91 Author: Gary Bradski Date: Sat Dec 4 08:30:33 2010 +0000 revamped commit 0af721b5b29b786b21d4c424fb69f4646a2bebe7 Author: Gary Bradski Date: Sat Dec 4 08:30:30 2010 +0000 revamped commit 282a9f85218b5d320989addaee107661a23674d9 Author: Gary Bradski Date: Sat Dec 4 08:30:27 2010 +0000 revamped commit 43a74f40c0511ea727aeace31588a4d653274f11 Author: Gary Bradski Date: Sat Dec 4 08:30:22 2010 +0000 revamped commit 7c5a1a75b74cc71cc8ba6a7b738c4b7f382056f3 Author: Gary Bradski Date: Sat Dec 4 08:30:19 2010 +0000 revamped commit 16a4f79477b7e601333600dcf5eb2b0bac330a49 Author: Gary Bradski Date: Sat Dec 4 08:30:16 2010 +0000 revamped commit b2678a01ee43167b15df2d614e49d52c0154b214 Author: Gary Bradski Date: Sat Dec 4 08:30:13 2010 +0000 revamped commit dd2cace51039cae572b6419887d37350fe4629cc Author: Gary Bradski Date: Sat Dec 4 08:30:10 2010 +0000 revamped commit 8faae6cfc54ecaa2f7332b7ff015c7426e7d3706 Author: Gary Bradski Date: Sat Dec 4 08:30:07 2010 +0000 revamped commit e0ac73cfbe0387f1bcb739c076cbf81c2708a756 Author: Gary Bradski Date: Sat Dec 4 08:30:03 2010 +0000 revamped commit 272ce5938dd739b47185ce1e4b4b4b9cd1531767 Author: Gary Bradski Date: Sat Dec 4 08:30:00 2010 +0000 revamped commit ed61bb538d34c8329c90215931a059d90b0e3d49 Author: Gary Bradski Date: Sat Dec 4 08:29:57 2010 +0000 revamped commit 64375af5c30255f9272122d4506356a042c42560 Author: Gary Bradski Date: Sat Dec 4 08:29:54 2010 +0000 revamped commit 05f45a3b954295c12be1cca7588144adf69d8776 Author: Gary Bradski Date: Sat Dec 4 08:29:51 2010 +0000 revamped commit 8dd85835966e3f255a16772f970654b5a1081202 Author: Gary Bradski Date: Sat Dec 4 08:29:48 2010 +0000 revamped commit 77b394823562e38dd3a7c6854f8ed6d9a5df20f6 Author: Gary Bradski Date: Sat Dec 4 08:29:45 2010 +0000 revamped commit 9f3c2afda69f0266b7ab6072c4f1739be4f306f9 Author: Gary Bradski Date: Sat Dec 4 08:29:42 2010 +0000 revamped commit a42cf25ac6308c55731fbefce211de7458922536 Author: Gary Bradski Date: Sat Dec 4 08:29:39 2010 +0000 revamped commit 4530eebae36b4c8788241eadd27c00ca5f4d0650 Author: Gary Bradski Date: Sat Dec 4 08:29:36 2010 +0000 revamped commit 2944ceff34aca251656190c344376cf54d78da3d Author: Gary Bradski Date: Sat Dec 4 08:29:33 2010 +0000 revamped commit 39ba31b2dcaee23eaeceeb2537ef53538091542f Author: Gary Bradski Date: Sat Dec 4 08:29:30 2010 +0000 revamped commit d8e8fb27ca47bc51e5393ef7794c2aa5f0446a01 Author: Gary Bradski Date: Sat Dec 4 08:29:27 2010 +0000 revamped commit 1186caae2010ebbb4f303722a87a61e4b0ed4c7d Author: Gary Bradski Date: Sat Dec 4 08:29:24 2010 +0000 revamped commit c268a98b0c7ddbbb3a24f4f3a47a7f434ae591a5 Author: Gary Bradski Date: Sat Dec 4 08:29:21 2010 +0000 revamped commit 7ca77f793b93f1645c7b052ce74cc90c273893b2 Author: Gary Bradski Date: Sat Dec 4 08:29:18 2010 +0000 revamped commit 8e1759642d9810b2267f9de1064615bdc603e250 Author: Gary Bradski Date: Sat Dec 4 08:29:14 2010 +0000 revamped commit 50a0aac391e552bf28f8a7f36aaa5efab29d2ad4 Author: Gary Bradski Date: Sat Dec 4 08:29:10 2010 +0000 revamped commit 1b416fba90ca25d8164fbf7bf32be55571d0c17f Author: Gary Bradski Date: Sat Dec 4 08:29:07 2010 +0000 revamped commit 38bc1b024f39f3419e7d3069b94baba2abf7e381 Author: Gary Bradski Date: Sat Dec 4 08:29:03 2010 +0000 revamped commit 3f8173af2f0962be6930332c3a7812b23075fde0 Author: Gary Bradski Date: Sat Dec 4 08:29:00 2010 +0000 revamped commit fddcaa56fcbe57752ac1f9ccd9bc87ad6131d101 Author: Gary Bradski Date: Sat Dec 4 08:28:57 2010 +0000 revamped commit d2d5ebf892c45884999008d3e6b7c34bccad08a7 Author: Gary Bradski Date: Sat Dec 4 08:24:40 2010 +0000 revamped commit 65f7bfbb8305f6d01ae3695d771ff1d65de67a49 Author: Gary Bradski Date: Sat Dec 4 08:24:37 2010 +0000 revamped commit 74825e55c0b783660b271f43a07e18ef8a1d233e Author: Gary Bradski Date: Sat Dec 4 08:24:34 2010 +0000 revamped commit b7da9d4be18b957e349c37a1f0736dfdc87b20c6 Author: Gary Bradski Date: Sat Dec 4 08:24:31 2010 +0000 revamped commit 3c57612f420342c1050835df5b6275cf504282fa Author: Gary Bradski Date: Sat Dec 4 08:24:28 2010 +0000 revamped commit 612addd04eb9d0c60c1be0c5b0cf5de33e0af9c8 Author: Gary Bradski Date: Sat Dec 4 08:24:25 2010 +0000 revamped commit b9e0dc71ab9b051a0de7d1f3693bfce8706fade1 Author: Gary Bradski Date: Sat Dec 4 08:21:11 2010 +0000 revamp commit 661c23ecc342f5c997d01f30d601f9bba93a74a5 Author: Vadim Pisarevsky Date: Fri Dec 3 22:55:08 2010 +0000 remove interfaces from installation; remove opencv/utils dir completely commit 31d0358fb22e2d5229f3e5afe205c132efc32753 Author: Gary Bradski Date: Fri Dec 3 19:55:30 2010 +0000 doc output commit 6a15ff8d13fc26a3b0d93b5fc546f552a68593ce Author: Vadim Pisarevsky Date: Fri Dec 3 19:09:06 2010 +0000 added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h commit f8632f6da742abdf7553e922f46b15afb1465e85 Author: Vadim Pisarevsky Date: Fri Dec 3 18:11:16 2010 +0000 fixed crash in gbtrees test on Windows commit fe72a6eeb3aa480efa8c0cf1087affff5148d969 Author: Vadim Pisarevsky Date: Fri Dec 3 17:46:36 2010 +0000 converted Kalman sample to C++ commit 103bbaf09c0a118288b62900e45cb52cb1906984 Author: Alexey Spizhevoy Date: Fri Dec 3 13:28:49 2010 +0000 updated BrdReflect101 in gpu module commit e75ca4b662afe0bff4b7ba6f332a80aafd0d5a13 Author: Alexey Spizhevoy Date: Fri Dec 3 13:11:14 2010 +0000 replaced global memory reads with texture memory reads in GPU's corner detectors commit 85dd3fbe30e1bf9a194fd745ca6e7e7b55cbbaa2 Author: Alexey Spizhevoy Date: Fri Dec 3 12:31:20 2010 +0000 fixed meanShiftSegmentation test in gpu module commit 2f4aeeaced35c0f99d3037ecacb66a836d41ab63 Author: Alexey Spizhevoy Date: Fri Dec 3 12:13:19 2010 +0000 fixed meanShift test in gpu module commit cc675c7bb72031f920be9f3d3d87e871bce9505d Author: Alexey Spizhevoy Date: Fri Dec 3 12:03:53 2010 +0000 added data for CC2.0 in gpu meanShiftProc test commit df48ad76b0ffc8d89af3be68e5886b49d3fba6ce Author: Alexey Spizhevoy Date: Fri Dec 3 11:11:44 2010 +0000 added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests commit 90cce3a2ba5e1038a8e8c799dbf79363ffdceafa Author: Gary Bradski Date: Fri Dec 3 10:46:45 2010 +0000 fixed minor bug, doc'd commit 6eb0fc6e2d8f1472afe2664ceb969a5ca5b865f8 Author: Gary Bradski Date: Fri Dec 3 10:38:43 2010 +0000 doc'd commit 37ae2634aa128dd777a6177d015001ef86c7ff4d Author: Gary Bradski Date: Fri Dec 3 10:21:55 2010 +0000 doc'd commit e73245ef9fd0afd04976d5beebb2dd2a4a1b8da0 Author: Alexey Spizhevoy Date: Fri Dec 3 10:18:33 2010 +0000 updated test for gpu::HOGDescriptor commit 2a2590bae2f70022bfbdef931bc65a839e9abc48 Author: Alexey Spizhevoy Date: Fri Dec 3 10:14:01 2010 +0000 replaced filter (from the nearest to linear) mode when resizing image in gpu::HOGDescriptor commit 3dd0e31976a133c9d3c822f4946a4e0e6b37a1fc Author: Gary Bradski Date: Fri Dec 3 10:07:18 2010 +0000 oops, typo corrected commit ced1d50d886009676b6d1ba8afe3dcb041af5d92 Author: Gary Bradski Date: Fri Dec 3 10:06:41 2010 +0000 updated docs commit 4a662c3244695bac5ab59a993f84477f1a5aaa67 Author: Gary Bradski Date: Fri Dec 3 02:49:09 2010 +0000 documented use commit 139695213e9d8a5d918cadf7b823a01ca7f4a3db Author: Gary Bradski Date: Fri Dec 3 02:43:10 2010 +0000 documenation and output added commit 72697de861bc7e60c6fda6e368248c8decfb5b00 Author: Gary Bradski Date: Fri Dec 3 02:31:20 2010 +0000 docs commit 114fe5cf154e7241daeb32099582a0fdf91da77a Author: Gary Bradski Date: Fri Dec 3 02:26:32 2010 +0000 docs commit f08969ed490ff77bb987c1ab27b429eff0b1b915 Author: Gary Bradski Date: Fri Dec 3 02:20:37 2010 +0000 slight bug fix, docs commit 58ec89f799e63857f8e400c1110b7d560dad3e30 Author: Gary Bradski Date: Fri Dec 3 02:13:16 2010 +0000 established and doc'd the call commit c10225bd281257a50518f70003b8f40aed3f6c4a Author: Gary Bradski Date: Fri Dec 3 00:29:27 2010 +0000 docs commit cfd176305cbc8b3a726b4a16952fd4bf60335475 Author: Gary Bradski Date: Fri Dec 3 00:07:21 2010 +0000 running documentation commit db426d26d85d74cc2873f138be64825bfbeebbec Author: Gary Bradski Date: Thu Dec 2 23:49:21 2010 +0000 teek commit bf808fac255b75554fef4814b325ec9050cc2888 Author: Gary Bradski Date: Thu Dec 2 23:42:46 2010 +0000 created parameter description doc and output commit a4385b18b1f9f2a390d814f4c780dd2f77f4a048 Author: Gary Bradski Date: Thu Dec 2 23:31:18 2010 +0000 Created output doc help() file. commit d3ce471cd7dcfff4f5a9db92edb31706ef6f9e16 Author: Maria Dimashova Date: Thu Dec 2 13:50:39 2010 +0000 returned maxDepth argument commit 62cb71092c832b99bdb119dea5e067f344a8c86c Author: Maria Dimashova Date: Thu Dec 2 13:44:08 2010 +0000 fixed traincascade (#554) commit 07e68eb0bb0e52f7a156ffdedb616dc3966e272a Author: Anatoly Baksheev Date: Thu Dec 2 13:43:55 2010 +0000 sigms's second patch with fix in install rules. commit 049e284eb43c57f71fbd9782e37a31b0cbc0ab90 Author: Gary Bradski Date: Thu Dec 2 10:04:50 2010 +0000 docing the use of SURF+FLANN for planar object detection commit 1b4b40f1991ea4ecadbc4c828b10bc54847aa963 Author: Gary Bradski Date: Thu Dec 2 09:57:21 2010 +0000 fern docs commit 0343513ded5c86a271594abfe7d8cf239ac53ab4 Author: Gary Bradski Date: Thu Dec 2 09:46:50 2010 +0000 added description output commit f960d61faf39e83d6a5a4262bbc33760daa5eeb8 Author: Gary Bradski Date: Thu Dec 2 09:40:58 2010 +0000 added help commit 68c41a6c6c65b5865434b8818bba00631ae490a2 Author: Alexey Spizhevoy Date: Thu Dec 2 09:29:49 2010 +0000 minor fix in gpu's header commit ab04a03621695cdcaef9b531e2cc43db9f7ded21 Author: Alexey Spizhevoy Date: Thu Dec 2 09:07:13 2010 +0000 added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters commit 478930649929eb00a031667bcaadd5d42258cfc8 Author: Gary Bradski Date: Wed Dec 1 20:04:57 2010 +0000 put in a remark commit bbbd57d6c1a407b73592201d4df637fb0e6bcdb7 Author: Gary Bradski Date: Wed Dec 1 19:58:01 2010 +0000 added an example call commit dab507e32a8760a5a5a5dc052236bf3cde395953 Author: Gary Bradski Date: Wed Dec 1 19:50:46 2010 +0000 put in a bunch of checks, outputs and docs commit cc537741bcea6e1f67fffd7e028a213a9f943344 Author: Alexey Spizhevoy Date: Wed Dec 1 11:00:33 2010 +0000 fixed some gpu tests commit d9489bbe0c3a1ea8f9f41f85ba68256beb289e65 Author: Alexey Spizhevoy Date: Wed Dec 1 10:00:47 2010 +0000 fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal commit db5cce885df3940bfeb1308aa8392df25e1cf668 Author: Maria Dimashova Date: Wed Dec 1 09:28:16 2010 +0000 updated tests thresholds commit 7c83be161f6c927803b670e23928ace94fe758c4 Author: Gary Bradski Date: Wed Dec 1 08:43:16 2010 +0000 added help function commit e4e6da3e381784d79cf364395be21f80a90f7c41 Author: Gary Bradski Date: Wed Dec 1 08:36:59 2010 +0000 cascade converstion output commit 4d5149e1ae5e7d9d5dcd84cefe3b9953965efae1 Author: Gary Bradski Date: Wed Dec 1 08:28:00 2010 +0000 created docs commit 57f7678db10ddbbb3bdbad73117e1353595ed0d4 Author: Vladislav Vinogradov Date: Wed Dec 1 07:00:50 2010 +0000 added gpu transpose for CV_8UC4, CV_8SC4, CV_16SC2, CV_16UC2, CV_32SC1 and CV_32FC1 types commit 4db4569b60f12ac720d6f7388ca3a84e26e23135 Author: Gary Bradski Date: Wed Dec 1 02:50:27 2010 +0000 put doc comments on top commit a474974bc721676f3d3620c3c2d3bce37fecfa60 Author: Gary Bradski Date: Wed Dec 1 02:22:24 2010 +0000 tweek commit 439b1057e6901fa23bcbc5d8fa39393acce827b5 Author: Gary Bradski Date: Wed Dec 1 02:20:36 2010 +0000 added to and moved comments to top commit 0ebd45e18826617463b6faa959975f227455096f Author: Gary Bradski Date: Wed Dec 1 01:59:39 2010 +0000 added help and help on error commit 61c77e8e9243a50d766582ece3cd5235cfec6ff8 Author: Gary Bradski Date: Wed Dec 1 01:43:22 2010 +0000 print help on error commit 8cf6b56fe9b6e1f371722f4ce72a57debc67db4c Author: Gary Bradski Date: Wed Dec 1 01:42:11 2010 +0000 print on error commit 4c95848cc79ebd4e9e91a2f78e3936e15093db78 Author: Gary Bradski Date: Wed Dec 1 01:40:13 2010 +0000 allowed top docs to print out commit 1cb87da0e68e63d54e67d99b30833f2b1ec0fff6 Author: Gary Bradski Date: Wed Dec 1 01:14:16 2010 +0000 added docs and minor program changes commit 28bca0ad8f77b59f03a511fde67e6a023c5fca59 Author: Gary Bradski Date: Wed Dec 1 00:32:54 2010 +0000 add docs to feature matching commit 59313f2a6089951b2292c25d5c13fdf7d6967487 Author: James Bowman Date: Tue Nov 30 23:35:03 2010 +0000 Added lang to sphinx template, linked py to cookbook and cpp to cheatseet, #723 commit 196d45bc3ef6c33044945a17ba9f6c88a1fbcd4e Author: Vadim Pisarevsky Date: Tue Nov 30 16:36:26 2010 +0000 undo the latest change in SURF commit 2c0015e7651ff30f73a7a0a3ae801123d4cbc291 Author: Vadim Pisarevsky Date: Tue Nov 30 16:27:12 2010 +0000 temporarily turn off TBB threading when computing SURF descriptors (as the parallel version seems to produce different descriptors on each run) commit 4113d5da431e5f91dd9918f4cb0ca9450fa2b435 Author: Alexander Shishkov Date: Tue Nov 30 16:00:26 2010 +0000 fixed compilation errors on Windows commit b55777eb03a5bf388baa0b3aebeceda454f2e21b Author: Maria Dimashova Date: Tue Nov 30 15:42:04 2010 +0000 updated test threshold commit d0dfae5143c3e771d6e081d4c74ee2e692c402f8 Author: Alexey Spizhevoy Date: Tue Nov 30 13:02:24 2010 +0000 fixed bug in ms segmentation commit 32a9b63d2fa474f23abcc5fbc62f12048e38413f Author: Alexey Spizhevoy Date: Tue Nov 30 12:27:21 2010 +0000 added better threads configuration estimator for the minMax, minMaxLoc, countNonZero functions in gpu module commit 3fd07809c93ceb26783c29d81dd943fa3db73df5 Author: Vadim Pisarevsky Date: Tue Nov 30 10:27:34 2010 +0000 make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error. commit 8754cafffbe887678182276fafa2f4ed71e9b30f Author: Vadim Pisarevsky Date: Tue Nov 30 10:11:38 2010 +0000 extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests. commit 53e362e403592956835cb6383dc383643e33cda6 Author: Vadim Pisarevsky Date: Tue Nov 30 10:09:08 2010 +0000 added missing images for C++ samples commit 493d7a6e45b373b62c4f6fe4d49c187135591a8d Author: Alexey Spizhevoy Date: Tue Nov 30 08:44:04 2010 +0000 added min eigen val based corner detector into gpu module commit 9adfc2cadc0627cfc5c1045f2041c25033adc347 Author: Alexey Spizhevoy Date: Tue Nov 30 08:04:37 2010 +0000 added Harris corner detector into gpu module commit 6cddef86507c6ced61a27178a2ae82fcbd7e476c Author: Gary Bradski Date: Tue Nov 30 01:35:54 2010 +0000 help function added commit 5461b9943c37a966be160cf528c0df92162131e8 Author: Vadim Pisarevsky Date: Tue Nov 30 01:34:39 2010 +0000 added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri) commit 84cd5096399db8f794db91cccd8d6f2cfaa6cdd9 Author: Gary Bradski Date: Tue Nov 30 01:26:29 2010 +0000 described commit fb67186351e86b88c021829379f139fb8c70ef5e Author: Ethan Rublee Date: Tue Nov 30 01:19:45 2010 +0000 editing the camerasettings text commit ffc3a58cb495dcc6c1078c711218ac1ed15571f8 Author: Gary Bradski Date: Tue Nov 30 00:19:34 2010 +0000 added help docs commit 8af2d0acb40867b0010d281bcdaeec617608f117 Author: Vadim Pisarevsky Date: Tue Nov 30 00:17:43 2010 +0000 fixed recent failures in shape-convhull & shape-minarearect commit b1722352b8387cbe0e617da659fdebf22d8656a2 Author: Vadim Pisarevsky Date: Mon Nov 29 23:56:33 2010 +0000 fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS commit 2b660bf5541ba9558d269bcf9dfbf54157956939 Author: Vadim Pisarevsky Date: Mon Nov 29 23:16:41 2010 +0000 added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392) commit bad4ca2a517ed93c25152556aed6ed0e98d9066b Author: Vadim Pisarevsky Date: Mon Nov 29 22:37:02 2010 +0000 added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314) commit 0cab986ecf36af7c7df85af238f0949f4819bd42 Author: Vadim Pisarevsky Date: Mon Nov 29 22:18:28 2010 +0000 applied patches by sigma (ticket #644) commit 16f50dbe50ce58d3780399bbbd9ee8b8537f8144 Author: P. Druzhkov Date: Mon Nov 29 21:58:52 2010 +0000 bug with negative class labels is fixed commit aef71a146ee022947ac5013ffd7a49d29d9f7d1c Author: Vadim Pisarevsky Date: Mon Nov 29 21:38:32 2010 +0000 put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers commit 70d2c57e35705b674c160baf5c636bb3b6d6d91c Author: Vadim Pisarevsky Date: Mon Nov 29 20:51:02 2010 +0000 moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705) commit eea43c6a46b75ff50db18dbf6689bcbb5a36624a Author: Vadim Pisarevsky Date: Mon Nov 29 20:06:44 2010 +0000 added CV_CALIB_RATIONAL_MODEL for better backward compatibility commit a937d9d43c7bc1345d6d43634a1731ec3d0330fa Author: Vadim Pisarevsky Date: Mon Nov 29 18:14:08 2010 +0000 unified the coordinate interpretation in RotatedRect (ticket #425) commit 4a973d463384246389ce0b41610471f067915441 Author: Vadim Pisarevsky Date: Mon Nov 29 17:06:37 2010 +0000 fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter). commit 9c0b300f5237f2af1ed7ebd03a3731bb61ee4b45 Author: Vadim Pisarevsky Date: Mon Nov 29 16:43:03 2010 +0000 added some protection against some singular cases in solvePnP/cvFindExtrinsicCameraParams2 commit 6a6ee6403c676fcc2c7302772a6da34b4a332fa1 Author: Vadim Pisarevsky Date: Mon Nov 29 16:02:13 2010 +0000 fixed allocation bug in SVM training (ticket #511) commit fa1d85bc14c6ce5b72bf7fa2922d0ca68fbc6f7b Author: Vadim Pisarevsky Date: Mon Nov 29 15:31:25 2010 +0000 removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). commit cfeca1411ec9d40c3e04977c7fe49fd7656d1973 Author: Maria Dimashova Date: Mon Nov 29 15:23:56 2010 +0000 forgot commit this file commit 78ccde56b205c96eaae14c7e47457680017eebe5 Author: Maria Dimashova Date: Mon Nov 29 15:22:15 2010 +0000 limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable. commit 56745b5400d10814928d887b08f14effc82eb124 Author: Alexey Spizhevoy Date: Mon Nov 29 14:23:30 2010 +0000 refactored gpu tests a little commit c104cdce96d31ff4f2eeef7d7463bdd5a922b9b9 Author: Maria Dimashova Date: Mon Nov 29 14:04:08 2010 +0000 made random generators of MLL classes depended on default rng (theRNG) (#205). commit 7860d52e14ffbaddb4e7fb58d103ca637a815a01 Author: Vadim Pisarevsky Date: Mon Nov 29 14:00:49 2010 +0000 moved to cpp directory commit b46d23a2aac526b308240511c22805971fb499a1 Author: Vadim Pisarevsky Date: Mon Nov 29 14:00:21 2010 +0000 converted houghlines to C++ commit b26038284018c07251ef72a8746f266745df4a68 Author: Alexey Spizhevoy Date: Mon Nov 29 13:56:43 2010 +0000 added masks support into gpu::minMaxLoc commit 7c4cff994c20911fea87a019c56bb879e3433de7 Author: Maria Dimashova Date: Mon Nov 29 13:44:10 2010 +0000 fixed sift descriptor commit 9d990b7f69bd6f2695d918a8b1c8bd0b88f8b748 Author: Vadim Pisarevsky Date: Mon Nov 29 13:34:32 2010 +0000 removed duplicated data for samples (it is now in samples/cpp) commit d61464a7564fbd55bc8ed081089e0ebfc0fcba44 Author: Vadim Pisarevsky Date: Mon Nov 29 13:31:52 2010 +0000 rewrote stereo_calib in C++ commit 54ef68e7f4f58d56e4fb4cf409f7b062c81557e5 Author: Vadim Pisarevsky Date: Mon Nov 29 13:30:34 2010 +0000 improved test build time commit 678f392569f2d345d672f2371f5110a16450ea19 Author: Alexey Spizhevoy Date: Mon Nov 29 13:21:43 2010 +0000 added is_signed into numeric_limits_gpu, fixed incorrect min max finding for floating values commit 6ad158dbe1239e3bdfd277f15795747f5c7bd012 Author: Alexey Spizhevoy Date: Mon Nov 29 10:44:25 2010 +0000 refactored gpu::minMaxLoc commit 437ac1a2f1be87b2d11f69232753784c7e6fd650 Author: Alexey Spizhevoy Date: Mon Nov 29 10:29:21 2010 +0000 added mask support into gpu::minMax commit bb532239fdc4b71c170ea1ca3494c8ae94918369 Author: Maria Dimashova Date: Mon Nov 29 10:05:06 2010 +0000 added to DescriptorMatcher test the check of match methods on empty data commit dd14dc5de3d1633074e51cb5043e37e70514bbf2 Author: Maria Dimashova Date: Mon Nov 29 09:34:06 2010 +0000 fixed #517; uncommented ertrees test and moved it to black llist commit 894cde3f407d7a91ba6a09abf5198d857a94df87 Author: Maria Dimashova Date: Mon Nov 29 09:31:47 2010 +0000 fixed compile errors from gcc commit 8b0a186ff089009b0acea04214c4e83f13dbee9d Author: Ethan Rublee Date: Mon Nov 29 08:37:41 2010 +0000 adding include of "jni.h" commit 715ca399f1d990b3062fb9a274b919a96e1fed8e Author: Gary Bradski Date: Mon Nov 29 08:32:57 2010 +0000 docs commit 8c48f3be9d7d08d54f1f2e12133a9174a381f69f Author: Alexey Spizhevoy Date: Mon Nov 29 08:09:54 2010 +0000 moved GPU's global counter reset from caller to the kernel's end commit 3da253a2599b4ab5d59f0c631e62898c137cc290 Author: Alexey Spizhevoy Date: Mon Nov 29 08:04:39 2010 +0000 replaced one-threads tail reduce with one-block tail reduce in functions gpu: minMax, minMaxLoc commit 9ebaaecc85b4ac8b9582559ee3b0f1d880b529c7 Author: Gary Bradski Date: Mon Nov 29 07:57:03 2010 +0000 updated docs commit 83596f7288cc990bba20826f8f7e30836ac933b1 Author: Gary Bradski Date: Mon Nov 29 07:56:26 2010 +0000 updated docs commit a708ca813501d00126bb38af44ea8fde0eb60ced Author: Gary Bradski Date: Mon Nov 29 07:56:00 2010 +0000 updated docs commit edc41d4cabee9b96d08dc12dbdd40e3f0d2e6318 Author: Gary Bradski Date: Mon Nov 29 07:54:10 2010 +0000 updated comments commit 1066bd2fa230361661d97dae19bf61474d4fbd26 Author: Alexey Spizhevoy Date: Mon Nov 29 07:31:09 2010 +0000 removed double support (gpu: minMax, minMaxLoc, countNonZero) for CC which doesn't have native double support commit 72f020a8f3e79d85808c65478aedfe2f6f7c4c80 Author: Alexey Spizhevoy Date: Mon Nov 29 07:18:11 2010 +0000 added gpu::count_non_zero version for CC1.0, refactored gpu module a little commit 120a3b75fc6e88be074865291dd95de3ebe15df5 Author: Ethan Rublee Date: Sun Nov 28 21:24:11 2010 +0000 optimizing calibration for android commit 56313594b8b5de321a164a4e7a49657ffc6bd74b Author: Ethan Rublee Date: Sun Nov 28 20:27:57 2010 +0000 optimizing calibration for android commit a3dfba36a1990258707ffa14a14c59ec989f41c5 Author: Vadim Pisarevsky Date: Sun Nov 28 19:44:01 2010 +0000 fixed crashes in camshiftdemo sample commit 921c68de570009230267a76324b1fe445c784232 Author: Vadim Pisarevsky Date: Sun Nov 28 19:43:22 2010 +0000 removed duplicated letter_recog sample commit f2a3e7e312153ad259eface7be7bea38c808f1ef Author: Vadim Pisarevsky Date: Sun Nov 28 19:41:55 2010 +0000 converted some more samples to C++ commit 4c160acc3584f3c130e976cd318eb4b2a254bb4c Author: Anatoly Baksheev Date: Sun Nov 28 11:25:07 2010 +0000 GPU module: disabled compilation for CC 1.0 commit 4c6ffc7c7754c143387f5481477fd559e44100a1 Author: Anatoly Baksheev Date: Sun Nov 28 11:12:35 2010 +0000 temporary removed VERSION_VAR (because this requires cmake 2.8.3) commit 12e264fbf2e977cf1eb0da3da15a1a4c20f4f5b4 Author: Ethan Rublee Date: Sun Nov 28 05:42:48 2010 +0000 adding the start of a neon based yuv2rgb routine - very ugly and rough commit 64f9f7f23caa38bcacdbc2ae171217e2e3b62766 Author: Ethan Rublee Date: Sun Nov 28 05:41:50 2010 +0000 Adding optimization for brief and android using NEON SIMD intrinsics commit 91d8b2aaaccd2874bc00b85e506c2541b47485a2 Author: Vadim Pisarevsky Date: Sat Nov 27 23:19:16 2010 +0000 removed garbage from the image sample commit cbe132cabe99fad3ae912c93a492bf27ab9b0d80 Author: Vadim Pisarevsky Date: Sat Nov 27 23:16:50 2010 +0000 several small fixes; added overloaded variant of cv::drawChessboardCorners commit ee3618243d8db07e3f31110760d1edc4b3460eea Author: Vadim Pisarevsky Date: Sat Nov 27 23:15:16 2010 +0000 converted some OpenCV C samples to C++ commit f40e51588be293997e2ee85d6f6de095bc734001 Author: Ethan Rublee Date: Sat Nov 27 09:08:19 2010 +0000 fixing a small error in the armeabi selection commit deb444bddacbbad19f5858b3d8514b9a875f299f Author: Ethan Rublee Date: Sat Nov 27 09:07:57 2010 +0000 fixing a small error in the armeabi selection commit 78461db5031078fae96537b1596fea897cd69bfb Author: Ethan Rublee Date: Sat Nov 27 09:07:32 2010 +0000 CameraTemplate compiles... not sure if it runs. commit f7c1749379a8fd65c5c2162247689894387d8593 Author: Ethan Rublee Date: Sat Nov 27 08:40:10 2010 +0000 Bringing the CVCamera up to speed with new changes to android-jni - added settings and centered the camera. commit 04a428c163d09526963340c63ceddc0f5536cc91 Author: Ethan Rublee Date: Sat Nov 27 08:39:09 2010 +0000 Adding color as default for CameraConfig, and updating the README.txt commit 8acb3de230eb98005b8b2bc45a7d716c9020cc33 Author: Ethan Rublee Date: Sat Nov 27 08:13:18 2010 +0000 Adding a few comments to the readme for android. commit d1d07c9a860fb483f095a96ab8256cacb642757f Author: Ethan Rublee Date: Sat Nov 27 08:12:29 2010 +0000 conforming the calibration sample to the new refactor of android-jni commit 3a932b0f6c01872db603d4fe45260deb4cc8bc0e Author: Ethan Rublee Date: Sat Nov 27 07:59:22 2010 +0000 Refactoring the image_pool for android, and adding some common utils for camera configuration. Also experimenting with optimization - grayscale preview is way faster than color right now. commit 077dd7775786da8ae3ac5e23e19a5fad2ea0c882 Author: Ethan Rublee Date: Sat Nov 27 07:30:01 2010 +0000 Clarifying the findChessboardCorners and drawChessboardCorners documentation as per the tickets: #712 and #713 commit db5157513e90034db242693fb2d8bbc6c694470b Author: Victor Erukhimov Date: Fri Nov 26 19:22:39 2010 +0000 Fixing missing header compilation problems commit 1fb6e7d1ce647982e359d67560b9fa4e6669007b Author: Victor Erukhimov Date: Fri Nov 26 19:11:42 2010 +0000 Fixing a missing header compilation problem commit 01c1003d51dd97e6192c6aeac873acbfba279b4b Author: Vadim Pisarevsky Date: Fri Nov 26 18:25:30 2010 +0000 fixed warnings and errors reported by VS2010 commit 1618ed0a3727d62c7b5fc488051a2b43902de80b Author: Vadim Pisarevsky Date: Fri Nov 26 18:01:16 2010 +0000 update the old and the new-style headers after moving some old stuff to the legacy commit 042271f5f7914f5cef5baf76fa21328721c428b3 Author: Vadim Pisarevsky Date: Fri Nov 26 17:59:40 2010 +0000 use the new-style headers in the samples to improve OpenCV build time. commit 54ef4c08c2fa36171b3f536e320db940980bab8d Author: Vadim Pisarevsky Date: Fri Nov 26 17:58:20 2010 +0000 moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time commit fbdb4f4ab590797345d4195e5376f3de48630a1a Author: Anatoly Baksheev Date: Fri Nov 26 17:24:12 2010 +0000 1) gpu test refactoring. 2) fixed gpu bm test fail 3) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) commit 7e2cc1be1b528c5bee54f03c093189d5afb47844 Author: Alexey Spizhevoy Date: Fri Nov 26 17:12:48 2010 +0000 added first version of gpu::countNonZero for all data types, it doesn't support compute capability 1.0 yet, also fixed some little bugs commit e470246ab52262f6d077b0039fa8ff428f67fdd9 Author: Anatoly Baksheev Date: Fri Nov 26 15:51:43 2010 +0000 restored version check (VERSION_VAR) commit 9470c0eaecac240e93d4874a22ec232e15255cf9 Author: Maria Dimashova Date: Fri Nov 26 14:13:46 2010 +0000 updated test thresholds commit a7d979fb7ed7df5fc702db831eabe0d100c0c665 Author: Martin Baeum Date: Fri Nov 26 13:19:42 2010 +0000 remove spurious VERSION_VAR (fixes #711) commit 5802ea39b1253665e0fafdcfd9322bd50e588c9a Author: Maria Dimashova Date: Fri Nov 26 12:15:08 2010 +0000 fixed warnings of gcc commit 5eae542769dac6e7df442d4296fc314cda436ca4 Author: Maria Dimashova Date: Fri Nov 26 12:06:07 2010 +0000 minor addition to SURF doc (#188) commit 354be115f2ffda491f16e80eacb2dc5f0bd95f67 Author: Maria Dimashova Date: Fri Nov 26 10:57:01 2010 +0000 made MaskPredicate safer (#419) commit dfe4af9e1db44d6402d05b57fd8628415199db8e Author: Maria Dimashova Date: Fri Nov 26 10:35:48 2010 +0000 fixed warnings under win32 commit 337f1dd2fa98ebd6d737b0808ccbd970c97f8db8 Author: Maria Dimashova Date: Fri Nov 26 08:43:27 2010 +0000 minor changes of f2d tests log commit bdaad9e1fead396fb73bae409fc68f2266c6bd9a Author: Alexey Spizhevoy Date: Fri Nov 26 07:50:11 2010 +0000 added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored commit 59e2afe4d291862dad355a2ca8ad7282828cd98f Author: Vadim Pisarevsky Date: Thu Nov 25 23:16:32 2010 +0000 fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr::delete_obj() (ticket #406) commit 40e1fd5b1e432fd7ee035caef7ed3ed907f54201 Author: Vadim Pisarevsky Date: Thu Nov 25 23:12:37 2010 +0000 updated installation package for Windows commit 73d4d5d4afba3218bc4712ad1121a90150b181eb Author: Vadim Pisarevsky Date: Thu Nov 25 21:22:30 2010 +0000 deleted obsolete scripts commit 8967a1289a890593ab9947e79b2977e4274d82a3 Author: Vadim Pisarevsky Date: Thu Nov 25 18:32:40 2010 +0000 fixed problem with missing minMaxIdx (ticket #703) commit 362df22fac1e3b30f6559391da83c6d6a64970f0 Author: Maria Dimashova Date: Thu Nov 25 17:44:16 2010 +0000 update features2d documentation after changes create functions and DynamicAdaptedFeatureDetector commit 1286c1db45f67a40701b093c95c70d0ae63f729a Author: Vadim Pisarevsky Date: Thu Nov 25 16:55:46 2010 +0000 fixed multiple warnings from VS2010. commit 7e5c11a920ba1b890f92c299709e3c794f9baf32 Author: Maria Dimashova Date: Thu Nov 25 15:59:37 2010 +0000 added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector commit 9ad7a1c927c9130e2ce57fd373e7f9ecd1bcfb77 Author: Alexey Spizhevoy Date: Thu Nov 25 11:52:15 2010 +0000 fixed compile time errors in gpu module (if one compiles without CUDA) commit 1c95a4fdacb86eb46eaac0e7a7203a48a396ce62 Author: Anatoly Baksheev Date: Thu Nov 25 11:40:04 2010 +0000 include gpu tests in dally build commit abfcf8a25778ff47eb6cb387be32caefcc700391 Author: Vadim Pisarevsky Date: Thu Nov 25 10:52:57 2010 +0000 renamed PooledAllocator::malloc to PooledAllocator::allocateBytes, Matrix::free to Matrix::release to avoid conflicts with VisualStudio commit 36ebf4ef0dce1bb9027291c768a016291c4a28f7 Author: Anatoly Baksheev Date: Thu Nov 25 10:42:09 2010 +0000 cuda+npp version check at configure time. commit 03aa0c9fec8de40a83f21b14cfffcb937dabea82 Author: Vadim Pisarevsky Date: Thu Nov 25 10:33:25 2010 +0000 fixed 2 warnings from VS2010 64-bit commit fa5422a2ad0f5fdb7476b1e0b6f76430a44e8e0d Author: Alexey Spizhevoy Date: Thu Nov 25 10:19:06 2010 +0000 added buf support into gpu::minMax commit b7e9c6229be66259d60262f7c74fac8ae27369c9 Author: Vadim Pisarevsky Date: Thu Nov 25 10:05:03 2010 +0000 fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances commit 48183f10e7c6f5604008545594a9df3556523c1a Author: Alexey Spizhevoy Date: Thu Nov 25 09:57:02 2010 +0000 optimized memory requirements for gpu::minMax's buffers, added support of compute capability 1.0 commit c46546203f35816ea669d604746f49a8fac2ee2f Author: Maria Dimashova Date: Thu Nov 25 09:22:22 2010 +0000 fixed compile error under win32 commit 7c77787c84260bc31e1d72f738a42bb3792b17f6 Author: Anatoly Baksheev Date: Thu Nov 25 08:42:12 2010 +0000 npp version check commit 3239d16c330e658b74d71d7e066dfe49b3ef9e08 Author: Gary Bradski Date: Thu Nov 25 02:48:18 2010 +0000 clarified docs commit d5f0f0391ae13441d912ee5db5829a916f487930 Author: Gary Bradski Date: Thu Nov 25 02:41:22 2010 +0000 created help function, added more docs commit a92dab7de5316f667fe8dfc6edbd19f07e054325 Author: Ethan Rublee Date: Thu Nov 25 00:42:11 2010 +0000 renaming the filestorage_sample - getting rid of redundant _sample postfix commit 835bc034952b1350c331ac06a73b6bd16334a013 Author: Ethan Rublee Date: Thu Nov 25 00:40:52 2010 +0000 renaming the cvout_sample.cpp to cout_mat.cpp commit b22f68091d99624ecd1e87d96e4d38f618d396f3 Author: Ethan Rublee Date: Thu Nov 25 00:39:43 2010 +0000 adding two simple templates commit d3aa808bd1e625d233ef7115bce8ea582642ed66 Author: Ethan Rublee Date: Thu Nov 25 00:39:17 2010 +0000 renaming cvstarter and breaking it appart commit 334ac49d343f7ce80512e6b01e1e58ca18504d70 Author: Vadim Pisarevsky Date: Wed Nov 24 22:54:52 2010 +0000 added user mode selection (thanks to tito for the patch, ticket #563) commit beee6f2f70484ceccfb726ace9e03e5aa9384b10 Author: Vadim Pisarevsky Date: Wed Nov 24 19:50:52 2010 +0000 pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's. commit d6686240d5938869c12b60f06dd8b394a4f352df Author: Anatoly Baksheev Date: Wed Nov 24 18:44:11 2010 +0000 added version detection for NPP commit 22d9f3558f731154493b15e53eee19a9962cd261 Author: Ethan Rublee Date: Wed Nov 24 16:41:28 2010 +0000 Adding the simplest opencv starter. This may be a good template or turn into a good template for people to start quickly with image lists and video processing commit 88e6ae4c36abe00c3e5bdc3b03c3dd2323c183b8 Author: Ethan Rublee Date: Wed Nov 24 16:39:13 2010 +0000 adding a check for if the first arg is an image - annoying if it overwrites your files if you put in the wrong params. commit 0a2881adcd1e40dad2024925b7e814b45a35a081 Author: Maria Dimashova Date: Wed Nov 24 16:03:11 2010 +0000 added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF. commit 43716f31b93754d68f4643acc13363fb3cb3a011 Author: Maria Dimashova Date: Wed Nov 24 13:00:23 2010 +0000 added to FeatureDetector test the check of detect() on empty data commit 27690e3b6e442d02f78ecc2b3473ec8ce244f16e Author: Alexey Spizhevoy Date: Wed Nov 24 11:40:14 2010 +0000 added minMaxLoc function into gpu module commit d366c0b2faa61ba5dc312f7367fd5322b4bf1cbd Author: Vadim Pisarevsky Date: Wed Nov 24 09:46:46 2010 +0000 fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation commit 0e43976259d5f6e7340745c119a0fac1029fa2ac Author: Anatoly Baksheev Date: Wed Nov 24 09:43:17 2010 +0000 1) more convenient naming for samples gpu 2) added mask support to device 'transform' function 3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed. commit 790cd2ef28113569a414b641b0b26f456b1544ca Author: Anatoly Baksheev Date: Wed Nov 24 09:36:18 2010 +0000 just for more convenient naming commit 68a7fc98681f90e7cdfbe2520e2d4b73c32c80bd Author: Alexey Spizhevoy Date: Wed Nov 24 09:19:11 2010 +0000 optimized gpu::minMax a little commit 13d18d65a84991144da0ba707382e1c985f42208 Author: Alexey Spizhevoy Date: Wed Nov 24 09:03:37 2010 +0000 added support of multichannel matrices in gpu::minMax commit 282e01cb4aee753e5312c03f524ab4b8b63ab461 Author: Alexey Spizhevoy Date: Wed Nov 24 08:55:52 2010 +0000 added support of all data types into gpu::minMax commit 3c0cc087d6d96db53cbd595aa223f6cd50cec21d Author: Vladislav Vinogradov Date: Wed Nov 24 08:39:52 2010 +0000 fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory commit 4ba9f1d7d1873c51d7fb7ac6be2b5d69db753e2d Author: Gary Bradski Date: Wed Nov 24 06:10:07 2010 +0000 Explaining the << cv::Mat out capabilities commit 1f9171d10adcf42a3c656f4b42fc07776320dcdc Author: Gary Bradski Date: Wed Nov 24 06:03:21 2010 +0000 find and drawContours doc commit 85f301ab9f1903291440777f2dec1e97ddbb61aa Author: Gary Bradski Date: Wed Nov 24 05:51:04 2010 +0000 described commit 541f4fc99f5f4319f6394d81497e3af8cd0125c1 Author: Ethan Rublee Date: Wed Nov 24 03:23:51 2010 +0000 working on the dynamic detectors documentation. commit b769639f1bd7dd9a871ed126cd225a8ed60835ea Author: Gary Bradski Date: Wed Nov 24 02:35:10 2010 +0000 Docs for using BRIEF in features2d commit d0d7ba99855e1dc5854de6bd0d3bf31ab35a78e6 Author: Gary Bradski Date: Wed Nov 24 01:44:36 2010 +0000 added and moved docs commit e9fbbb3396001b4b425f2fd6973500e01e6504d5 Author: Gary Bradski Date: Wed Nov 24 01:09:50 2010 +0000 Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification commit 157ed030cee87814a18c4941eb24787612046944 Author: Ethan Rublee Date: Tue Nov 23 23:19:52 2010 +0000 Adding a .tex document for the dynamic feature detectors commit 6a689d82a34cba0723734aad6ee34a56b60ebb5a Author: Ethan Rublee Date: Tue Nov 23 22:45:49 2010 +0000 Continue to refeactor the dynamic stuff - may have broken build on last commit. Fairly certain that it builds now. commit f6b081899622130272f206e064bcbbb7fbb64e05 Author: Ethan Rublee Date: Tue Nov 23 22:26:36 2010 +0000 refactoring dynamic detectors commit c6e43c385d5950e3e6f70e7c3b7f5fa7efd7eb87 Author: Maria Dimashova Date: Tue Nov 23 17:00:55 2010 +0000 updated documentation on features2d; minor features2d changes commit 562a3bd5eaf3405118546ab086fb654f73dd6445 Author: Ethan Rublee Date: Tue Nov 23 16:47:30 2010 +0000 Adding stubb of documentation for the Dynamic feature detectors commit f5e5b677c9c40e98d318b8658bc68228fde8d04b Author: Vadim Pisarevsky Date: Tue Nov 23 16:39:20 2010 +0000 added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs commit dd3c62a4fecc9a378dd16159d5451c8a6a0e08b3 Author: Alexander Shishkov Date: Tue Nov 23 16:19:08 2010 +0000 moved failed tests to blacklists: mhi-global //ticket 457 canny //ticket 702 commit 80b68af7000a6b4f2e1aa2655d410a7eceedab66 Author: Anatoly Baksheev Date: Tue Nov 23 10:01:16 2010 +0000 now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH commit 35e8d700c64f75af433978235917663497ffd615 Author: Vladislav Vinogradov Date: Tue Nov 23 09:00:32 2010 +0000 fixed compile errors commit dd2fe821c291430435f1406f019150537769286e Author: Vladislav Vinogradov Date: Tue Nov 23 08:21:26 2010 +0000 deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux commit cd94b8c00e4613bba7b74ca22c3ae0bee49b185d Author: Gary Bradski Date: Tue Nov 23 08:13:53 2010 +0000 forgot to escape after 'help' commit c1a862f175a22394a261d3578b5c33ca76fc68c5 Author: Gary Bradski Date: Tue Nov 23 08:09:06 2010 +0000 minor docs and help code at top commit f87de1900657c827bc70f4a66d926001072d4ab0 Author: Gary Bradski Date: Tue Nov 23 03:18:31 2010 +0000 added more documenation commit 89c4bc54d915a8d4ff580b58905cb5edf410e401 Author: Ethan Rublee Date: Tue Nov 23 00:06:33 2010 +0000 fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list commit da05e6609a83d2ed2a1edc626a014e397368cf7f Author: Ethan Rublee Date: Mon Nov 22 23:59:25 2010 +0000 Adding some dynamic feature detectors... commit 63ba7ee2d9b8740bd77b90beffd6f4097414663f Author: Ethan Rublee Date: Mon Nov 22 22:48:52 2010 +0000 patch from ticket #699 added commit 92fb499ba9476134dcc7778001091cc4a76d349c Author: Vadim Pisarevsky Date: Mon Nov 22 21:05:22 2010 +0000 added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693) commit e406dfee44a1d62dfd4617a9937ac66e7d232ae7 Author: Maria Dimashova Date: Mon Nov 22 18:27:08 2010 +0000 refactored features2d and sample on matching to many images commit cf0d9da64327467f14765ec37ad67bac412985f5 Author: Vadim Pisarevsky Date: Mon Nov 22 17:37:29 2010 +0000 added 64f support in cv::resize commit 17a5e02ecae98629b7a0c56447d81c06046fa294 Author: Vadim Pisarevsky Date: Mon Nov 22 17:02:51 2010 +0000 integrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch; see ticket #275) commit 4e52df75a7469ef0103b1a6d235d19ea2a5ca046 Author: Alexey Spizhevoy Date: Mon Nov 22 16:46:49 2010 +0000 fixed compiling bug under g++ in gpi HOG sample commit fbb6b6f90c4c832aeedf263e6b977239900be321 Author: Alexey Spizhevoy Date: Mon Nov 22 16:21:49 2010 +0000 fixed compile bug under g++ commit a275e515af2a04bafa018bf7b59c6b30ad25b0bc Author: Vadim Pisarevsky Date: Mon Nov 22 15:32:18 2010 +0000 fixes bugs #624 and #625 (thanks to chaene!) commit 79bcae4e52c72165180355e58b7f8ca909e54ad1 Author: Vadim Pisarevsky Date: Mon Nov 22 15:22:13 2010 +0000 fixed background image reader (thanks to albertzeyer for the patch - ticket #651) commit d7c0c72b7565cd14c3556ff219ef4dac5b420412 Author: Alexey Spizhevoy Date: Mon Nov 22 14:13:23 2010 +0000 fixed scaling in gpu HOG commit 636cb15f3df9b9e444dbc61c533232ac3fc6b4a3 Author: Vadim Pisarevsky Date: Mon Nov 22 13:07:43 2010 +0000 add protection against EAGAIN error in the streams (thanks to vrabaud for the patch - ticket #553) commit e18427b139ddb42920a452659d6e5b590ce86d2a Author: Vadim Pisarevsky Date: Mon Nov 22 12:53:11 2010 +0000 another fix on the ticket #518 - ignore all the circles with radius outside of the specified range commit ce41f74ab4f93dde759e531ea86d3ad6c69e6798 Author: Vadim Pisarevsky Date: Mon Nov 22 12:16:38 2010 +0000 decreased the lower canny threshold in HoughCircles, helps to detect some circles in low-contrast images (ticket #518) commit 732bd621bbea99c9969ce2a511f0628e75e924ac Author: Alexey Spizhevoy Date: Mon Nov 22 09:39:34 2010 +0000 added masks support for bitwise operations on GPU commit 3163cfb8454f5a0a3957eac33042903ceb16c9a0 Author: Vadim Pisarevsky Date: Sun Nov 21 21:50:45 2010 +0000 added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) commit 2c03c14f7b1a405205a94a9deb1979d71f6bd1fb Author: Vadim Pisarevsky Date: Sun Nov 21 13:54:19 2010 +0000 probably fixed the bug in ANN::calc_output_scale with update_weights=true (ticket #558) commit feb0de80e1673cddcb24eb00947313469554fb89 Author: Vadim Pisarevsky Date: Sun Nov 21 13:09:37 2010 +0000 avoid use of writable global variables in V4L capturing module (thanks to fjmadrid for the patch! - see the ticket #384) commit 2e9136259d384d57fcc773e428f3752fd764a838 Author: Ethan Rublee Date: Sat Nov 20 21:37:09 2010 +0000 Adding two samples that deal with FileStorage - useful for creating image lists commit 680dc71bc5684d64da3658560ff9b02f2f9349ab Author: Andrey Morozov Date: Sat Nov 20 14:41:28 2010 +0000 fixed compilation error and warnings under ubuntu commit 3a8df6034f54b52e8a190fd23023d585594b5056 Author: Vadim Pisarevsky Date: Sat Nov 20 13:16:16 2010 +0000 fixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691) commit 5f15cf64309ad7b15c83ba226aa60c94abfa3b34 Author: Vadim Pisarevsky Date: Sat Nov 20 12:59:46 2010 +0000 in the case of GCC always build jcdctmgr.c with "-O1" (ticket #519) commit 9785cc1427e5ac21eb896b895c2dbb68e0be9443 Author: Vadim Pisarevsky Date: Sat Nov 20 12:39:52 2010 +0000 removed memset in cv::pyrMeanShiftFiltering (ticket #664) commit 4d676165ea9c6c844e2ef3f69c4924eb26a4c390 Author: Vadim Pisarevsky Date: Sat Nov 20 12:34:16 2010 +0000 incorporated several critical fixes in EM implementation from Albert G (ticket #264) commit 7174957f0d81ce76f1c249ea4f385bb485a3615a Author: Vadim Pisarevsky Date: Sat Nov 20 12:29:57 2010 +0000 added flann commit 209ea825d968fb43425c4b8f8d9f2110653f7ae9 Author: Vadim Pisarevsky Date: Sat Nov 20 12:22:24 2010 +0000 raised error threshold in filter-generic test. re-enabled mhi-global & filter-generic tests commit 4ca701d8881e17d9116ef937933f1195cdf67b5f Author: Vadim Pisarevsky Date: Sat Nov 20 12:19:22 2010 +0000 yet another fix in mhi-global test (ticket #457) commit de4f1aeb06804990bcfb864ef3eb01df721345f7 Author: Vadim Pisarevsky Date: Sat Nov 20 12:05:28 2010 +0000 fixed some GCC 4.4 warnings commit 752c4bc48b683f33375afc7d5aecbffa629457d6 Author: Gary Bradski Date: Sat Nov 20 02:04:41 2010 +0000 doc what cvout_sample does commit 865b3ea5238619c0099f1807e7da19f65f82e05d Author: Gary Bradski Date: Fri Nov 19 22:19:00 2010 +0000 Updated for building in latexsphinx directory commit 0f01ae43bea6e98e309db459ed7b2a4e82b3ad8f Author: Alexander Shishkov Date: Fri Nov 19 14:29:37 2010 +0000 moved failed tests to blacklists filter-generic - ticket 690 mhi-global - ticket 457 fixed issue 689 commit 6a9d022a9f44f6e3775c09f834bb7e1f5ca572f0 Author: Alexey Spizhevoy Date: Fri Nov 19 12:06:11 2010 +0000 added support of different descriptor formats into gpu HOGDescriptor commit faf4d0bc74160bfa246cca5d93e270cc7a9b528f Author: Alexey Spizhevoy Date: Fri Nov 19 10:19:35 2010 +0000 added bitwise operations into gpu module commit 7df9aef99c7ffb3729d7e8b7ba9bbb4d700264e7 Author: Gary Bradski Date: Fri Nov 19 06:58:37 2010 +0000 Added description, fixed missing > commit 96ad3b57b8f11feced00e72cfc03d2a06e19c9a9 Author: Vadim Pisarevsky Date: Thu Nov 18 22:04:32 2010 +0000 LANCZOS4 interpolation constant added to C interface commit ea6b44105280339ed969f094d3816b9de78ea12f Author: Vadim Pisarevsky Date: Thu Nov 18 22:03:20 2010 +0000 extended cv::convertPointsHomogeneous to handle 4D input. corrected documentation commit fd7b058b8b1f60990397a11fe746228916c474e3 Author: Vadim Pisarevsky Date: Thu Nov 18 10:54:12 2010 +0000 DataType::generic renamed to DataType::generic_type (ticket #681) commit 11c0c5bf857e42a27b82f3d7e26acb865ad04319 Author: Alexey Spizhevoy Date: Thu Nov 18 09:22:23 2010 +0000 added getDescriptors support into gpu HOG, also added commented test for this feature commit 515bdfa71e5b1957710296fa352cce7585394321 Author: Kirill Kornyakov Date: Thu Nov 18 09:10:47 2010 +0000 added max window size parameter for cascade classifier commit 8adc62016b75cd6da1be32be5affa17cb1d20686 Author: Alexey Spizhevoy Date: Wed Nov 17 17:10:23 2010 +0000 added getDescriptors function (draft version) commit 2d015584794918d0addd5179aca95a96abadb82e Author: Alexey Spizhevoy Date: Wed Nov 17 14:11:30 2010 +0000 added different win_stride values feature into gpu HOG, refactored gpu HOG sample commit 27542529a5f0af44d93dce4087f8d3784f9d83eb Author: Alexey Spizhevoy Date: Wed Nov 17 13:02:31 2010 +0000 refactored hog GPU commit 6c326eb4bb305e4e77d2b073d49ae1dc4629ae27 Author: Alexey Spizhevoy Date: Wed Nov 17 12:49:53 2010 +0000 added gpu HOG sample commit 4568d702ff38e4a6f545563cb42c9c283b35e772 Author: Alexey Spizhevoy Date: Wed Nov 17 08:31:24 2010 +0000 added getPeopleDetector_48x96 into gpu HOG commit 9b8c712a8110d5bafa96c0fcdddecfd15c0b8e27 Author: Vadim Pisarevsky Date: Tue Nov 16 16:58:40 2010 +0000 added operator != for some basic structures (ticket #678) commit d6b0e8fb6994606928421b33d2921a22b5ce920a Author: Vadim Pisarevsky Date: Tue Nov 16 16:52:20 2010 +0000 fixed wrapper generation commit 3a873cb051efd9126e7dd05e3b47b046a0998dee Author: Maria Dimashova Date: Tue Nov 16 16:34:27 2010 +0000 updated some included headers commit a5b58c00eab9353aea7035875b25307d9f27446c Author: Maria Dimashova Date: Tue Nov 16 16:01:56 2010 +0000 updated user prompt and included headers commit 0af4d09aa9021133bc6dbc122c2897b5f010b7df Author: Maria Dimashova Date: Tue Nov 16 15:42:31 2010 +0000 fixed linker error undo mingw (#657) commit 0ad9edfbd5add1dda35d7f3ef9617293e11648ef Author: Maria Dimashova Date: Tue Nov 16 15:27:40 2010 +0000 removed unnecessary fix commit edff6741058e03cb5a6ebfdeb3010014b561ffd6 Author: Anatoly Baksheev Date: Tue Nov 16 12:33:19 2010 +0000 added default detector for winSize(64,128) for hog on gpu commit be54f1237a7de7a21e12c9ea69087e70090682e1 Author: Vladislav Vinogradov Date: Tue Nov 16 07:40:37 2010 +0000 minor fix commit cc6a87fc9db919346d52bbf9c6d866019a730992 Author: Alexey Spizhevoy Date: Tue Nov 16 07:40:32 2010 +0000 fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor commit e9545773042e63bd1bb2d26b1a113e0746bf2025 Author: Vadim Pisarevsky Date: Mon Nov 15 21:23:14 2010 +0000 fixed duplicated external symbols in the static version of OpenCV commit 6eb36a5569a7198859380d19006863f1d1ea24f3 Author: Vadim Pisarevsky Date: Mon Nov 15 21:08:28 2010 +0000 keep the SURFPoint.laplacian as KeyPoint.class_id (ticket #341) commit 6cd01dc6caba4c2137308e3adb1b4dadb7c1d5cc Author: Vadim Pisarevsky Date: Mon Nov 15 20:59:09 2010 +0000 mapstep type was also changed to ptrdiff_t (ticket #157) commit 1fce36a16410cb94e63fc40b42364c5031e15f78 Author: Vadim Pisarevsky Date: Mon Nov 15 20:53:33 2010 +0000 try to make a more elegant workaround for the incorrectly generated code in Canny (ticket #157) commit e20994d41ca88af35934c794806b5344793016c5 Author: Vadim Pisarevsky Date: Mon Nov 15 20:26:21 2010 +0000 added range check in the keypoint interpolation in SURF algorithm (ticket #497) commit 08e9d85582e3ecf0f0553f2a972a27eedbaf0046 Author: Vadim Pisarevsky Date: Mon Nov 15 20:09:55 2010 +0000 removed cv prefix commit d84931e456bf11decd9d12954f7f3032c2ac1931 Author: Ethan Rublee Date: Mon Nov 15 18:14:14 2010 +0000 small brief edit, was trying to allow user to pass integral image but this introduced some bugs, so no longer doing this... for now. commit 29b94ceef9d8ec1f2ec2569f86d22882d4e645d0 Author: Ethan Rublee Date: Mon Nov 15 17:42:34 2010 +0000 Fixing a small error in compilation for gpu - anatoly should review. commit 08b7855edc382152586919b1662ab73f41f595f5 Author: Vadim Pisarevsky Date: Mon Nov 15 17:40:57 2010 +0000 extended out << mat/vec operators; added opencv license commit f2df784830fcac1c56c3b8de3d32fdc8ca104720 Author: Anatoly Baksheev Date: Mon Nov 15 16:22:52 2010 +0000 fixed error reporting in GPU module (exceptions in destructors, etc) commit d7d0754f388eadcbf6219bdca61a3930855a31be Author: Anatoly Baksheev Date: Mon Nov 15 13:51:48 2010 +0000 fixed compilation error under nvcc commit fada88e100406e71e6d34cacf601e1bd7e663e07 Author: Alexey Spizhevoy Date: Mon Nov 15 12:51:30 2010 +0000 fixed some bugs, added tests for gpu::HOGDescriptor commit 13134595fd6a04a082f737779039dd041bbd6200 Author: Alexey Spizhevoy Date: Mon Nov 15 11:01:56 2010 +0000 added HOGDescriptor on GPU commit 7bd4ba990a9539bd91e61da74c639757dcf2286c Author: Maria Dimashova Date: Mon Nov 15 10:24:38 2010 +0000 fixed compile error undo win32 (due to int32_t using) commit ac5298815a191cfe25c96964d38971f0b9ce08db Author: Anatoly Baksheev Date: Mon Nov 15 08:42:10 2010 +0000 some device layer utility functions commit 19544b3d54c575ab2f8893663b11d5ec032cc928 Author: Vladislav Vinogradov Date: Mon Nov 15 07:57:30 2010 +0000 fixed gpu linear filters commit 5915e4c7ee03fdeb3268283159d0a205f8d8d1d1 Author: Ethan Rublee Date: Sun Nov 14 06:28:41 2010 +0000 adding samples for brief and the cout << cv::Mat functions. commit d84b970bf2fb0a51d5cd7860d6d4ac279dfd6340 Author: Ethan Rublee Date: Sun Nov 14 06:27:48 2010 +0000 adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core. commit 4065f17aa0cbb822bba01744f5365b17a400019b Author: Vadim Pisarevsky Date: Sat Nov 13 22:00:10 2010 +0000 fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core) commit 5791e89e4d671dea5e58ca8a9f0dafd4410aaac7 Author: Vadim Pisarevsky Date: Sat Nov 13 21:59:07 2010 +0000 fixed buffer allocation for constant-value borders in the filter engine (ticket #524) commit 15f56c8aa199351738129c22669336c5d38a0a55 Author: Vadim Pisarevsky Date: Sat Nov 13 20:31:47 2010 +0000 fixed member initialization in the sparse bundle adjustment code (ticket #385) commit bffb5f8b5826ae3dae2ba6015669b0dd3b54706d Author: Vadim Pisarevsky Date: Sat Nov 13 20:23:20 2010 +0000 fixed initialization of the border interpolation table in the filter engine (ticket #161) commit 70a524bc50f7aadf061bb48fd8979360f9443447 Author: Ilya Lysenkov Date: Sat Nov 13 05:40:40 2010 +0000 Updated user prompt in the generic_descriptor_match sample commit 8eb3e2a94ebcb62d85b198069d5a21b53be1db75 Author: Vadim Pisarevsky Date: Fri Nov 12 21:23:54 2010 +0000 fixed some more failing tests commit 28de198c75f2c05d0528a48cf0f681ea9f1ea5cf Author: Vadim Pisarevsky Date: Fri Nov 12 21:07:41 2010 +0000 switched from 8-point kernel to 7-point kernel in the fundamental matrix estimator (fixes some corner cases; see ticket #434) commit 957cff2493295ae3aa0dca3970f893695caa8f69 Author: Vadim Pisarevsky Date: Fri Nov 12 20:57:01 2010 +0000 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) commit 9e7b8d5f6792d5ee9e1f310f9b2885a3e4150fe2 Author: Vadim Pisarevsky Date: Fri Nov 12 20:55:32 2010 +0000 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) commit 66d10b181525df28c562b6dcfd4ef01fb9fd1c77 Author: Alexey Polovinkin Date: Fri Nov 12 19:39:20 2010 +0000 fixed latentsvmdetector test (ticket #661) commit 8217b34f60083fdda19721c1257329838743e92f Author: Vadim Pisarevsky Date: Fri Nov 12 14:40:29 2010 +0000 fixed transparent border handling one more time (tickets #572 & #575) commit 7192bf951c0877c3980aec20e6b28e088439f81d Author: Maria Dimashova Date: Fri Nov 12 14:04:35 2010 +0000 minor commit 7fe4fbfc68cfcd3c9550119b41edc4adc79e97d2 Author: Maria Dimashova Date: Fri Nov 12 13:24:20 2010 +0000 modified grabCut test to stable verification commit cfda65a1b84e89c1a00499e061b9f174fa550b88 Author: Alexander Shishkov Date: Fri Nov 12 10:04:19 2010 +0000 moved failed tests to blacklists: warp-affine //ticket 572 warp-perspective //ticket 575 segmentation-grabcut //ticket 666 _3d-fundam //ticket 434 posit //ticket 430 commit e3ee2677c7adade665974e55b98450d844868472 Author: Maria Dimashova Date: Fri Nov 12 08:20:51 2010 +0000 added CV_EXPORTS to OpponentColorDescriptorExtractor commit b4c38f905a99eba4f05d821078952e5c6e1b8cb4 Author: Victor Erukhimov Date: Thu Nov 11 20:00:19 2010 +0000 Fixed a build problem in windows commit 1e122c19e13532bed954cd90e756edf1aac0a5e1 Author: Maria Dimashova Date: Thu Nov 11 17:07:05 2010 +0000 modified grabCut test slightly; updated test data due to latest grabCut() fix (#666) commit cb3711d51d79b99cfb9b2bae71cdd4b7d97d937c Author: Maria Dimashova Date: Thu Nov 11 16:06:22 2010 +0000 fixed SURF::operator() (#423) commit b12588f7024069132ee702a9788cc5f3cd3cd9a0 Author: Maria Dimashova Date: Thu Nov 11 15:45:54 2010 +0000 fixed MserFeatureDetector commit c8e93da01dacbca8d98f14568012d146063d2552 Author: Anatoly Baksheev Date: Thu Nov 11 12:05:48 2010 +0000 minor (compilation fix) commit 762cf182ef2545d15c861a45d4e4f1a42732a996 Author: Maria Dimashova Date: Thu Nov 11 12:04:40 2010 +0000 modified grabCut: noise is added only if covariance determinant = 0 commit ef3171dc65a9b051e40e1814043ca9555ef70756 Author: Alexander Shishkov Date: Thu Nov 11 10:12:03 2010 +0000 moved segmentation-grabcut test to blacklist (#issue 666) commit 79ca6d8995723e73a9721817ce84f5854890f15d Author: Vadim Pisarevsky Date: Wed Nov 10 21:23:04 2010 +0000 fixed sparse histogram update (ticket #526) commit e15a2ea95af913ba978a76d13e320d326b10cdc4 Author: Vadim Pisarevsky Date: Wed Nov 10 21:14:57 2010 +0000 fixed remap with transparent border (ticket #582) commit e6b2efeb1193d0207f346e6f91a241d06157593e Author: Vadim Pisarevsky Date: Wed Nov 10 20:45:54 2010 +0000 further improved accuracy of Delaunay triangulation (ticket #433) commit 728f0eb2f5119eb45a760a6f2293521d4d8f2374 Author: Vadim Pisarevsky Date: Wed Nov 10 20:11:07 2010 +0000 fixed infinite loop in FileStorage::open when reading incomplete XML's (ticket #663) commit 924497cb5fc3c2fb7de75a3e4664454a41e40c41 Author: Vadim Pisarevsky Date: Wed Nov 10 19:49:36 2010 +0000 increased number of points in optflow-estimate-rigid test, because in the presense of noise there should be enough points for robust transform estimation commit 55a722fc9dafca76b633a0f8d22254c237d638d3 Author: Anatoly Baksheev Date: Wed Nov 10 17:05:36 2010 +0000 some utility for GPU module internal purposes commit f76d393910da0922f8b8ea251b1eeed306618d9b Author: Maria Dimashova Date: Wed Nov 10 15:24:11 2010 +0000 fixed grabCut: moved to double precision and added the noise to avoid zero determinant of covariance matrix commit 0acc00bf62eff337b67c52857ffa83443b643e52 Author: Maria Dimashova Date: Wed Nov 10 15:01:25 2010 +0000 replace include file in sample commit 12266265d80928fff77c37880d4ca66455ce0fa0 Author: Alexander Shishkov Date: Wed Nov 10 12:20:14 2010 +0000 moved failed tests to corresponding blacklists (issues #433, 454, 661, 662) commit 458931613c827d1bea770f1b7b9772a84478da5b Author: Ethan Rublee Date: Tue Nov 9 19:19:59 2010 +0000 Making highgui build for android commit ed13422681f05026b63d815a0230e9ef4b5f4010 Author: Ethan Rublee Date: Tue Nov 9 17:59:27 2010 +0000 changing the names of the opencv libraries for android, all except 3rd parties have opencv_ prepended commit 9130d5bae10e203784a8fe25dd6afe6f2da97652 Author: Vadim Pisarevsky Date: Tue Nov 9 15:45:56 2010 +0000 put extra check to cv::findChessboardCorners (ticket #648) commit 7f3ae3a011e81a7991dee457c9103a58add658b9 Author: Vadim Pisarevsky Date: Tue Nov 9 14:32:06 2010 +0000 fixed crash in color-luv when OpenCV is built using GCC 4.1 commit cf849c3baa7fa2450dd1f918b2899b7841f9c816 Author: Maria Dimashova Date: Mon Nov 8 15:27:56 2010 +0000 updated doc on features2d commit d7c86bbcdced7f478348e725c4a76e755b3f22c1 Author: Maria Dimashova Date: Mon Nov 8 15:21:56 2010 +0000 minor change of BOW commit 2cd9fbb66abc16467b593dabd867931446f8626a Author: Vladislav Vinogradov Date: Mon Nov 8 10:22:47 2010 +0000 disabled some gpu tests commit 863d61e9eb64bd7d2ab6ddd2513719e32b7a5716 Author: Vladislav Vinogradov Date: Mon Nov 8 09:55:10 2010 +0000 fix gpu module compilation under linux commit 4cdcf37139cda7bc69248e347a20f8ac6f6817a1 Author: Vadim Pisarevsky Date: Sun Nov 7 20:58:58 2010 +0000 fixed cvPreprocessIndexArray (ticket #517) commit f1ea853d3cc45aa1d13cecdede562029e1f77f73 Author: Vadim Pisarevsky Date: Sun Nov 7 20:33:22 2010 +0000 added opencv_flann to pkg-config script for opencv commit 402ef4c9cb2f69627ca80d602b928e56056e1a2a Author: Vadim Pisarevsky Date: Sun Nov 7 19:23:48 2010 +0000 correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364) commit d81e940ccc447fd271eaa3ac23800be09a6b0aa9 Author: Vadim Pisarevsky Date: Sun Nov 7 15:09:50 2010 +0000 excluded some tests from blacklist that now pass commit 378af78e6af97a75bb1d1d49d448a2c6ecd36c45 Author: Vadim Pisarevsky Date: Sun Nov 7 13:58:15 2010 +0000 made calcBackproject slightly more robust. commit d2516c4512fff342ac4fb60c0c15c6c58a50957f Author: Vadim Pisarevsky Date: Sun Nov 7 11:34:19 2010 +0000 added workaround for a weird Mingw 4.5.1 bug commit 018aba7507f99c0e854b4cd0ca4ab54b270fb511 Author: Vadim Pisarevsky Date: Sat Nov 6 22:10:21 2010 +0000 a few small fixes in Matx operators commit d8ace437531accdfcb359793d8c687d464d58bbe Author: Vadim Pisarevsky Date: Sat Nov 6 21:51:21 2010 +0000 fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx commit 5a53d82e301bb58eea13d3de63d325481a21c6ec Author: Vadim Pisarevsky Date: Sat Nov 6 14:56:01 2010 +0000 fixed most of the failures in opencv_test commit 7d2e7d48e691944dedef56acf5bf9faaec222f16 Author: Alexander Shishkov Date: Sat Nov 6 13:50:55 2010 +0000 moved hist-backproj and projectPoints-c tests to blacklist (#issues 579, 652) commit 83196d89e8874b3e62c767fdc285d9fd3a8b0a88 Author: Alexey Polovinkin Date: Sat Nov 6 09:56:40 2010 +0000 Latent SVM detector test was added commit cf2031b146c9d972d116732af19f58806ff99121 Author: Victor Erukhimov Date: Fri Nov 5 11:23:42 2010 +0000 Fixed a compilation problem when the DEMO_MIX_API_USE is not defined commit ced8192174db0e782cbe27c69a333085f78bf2fd Author: Vadim Pisarevsky Date: Thu Nov 4 15:59:10 2010 +0000 fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616) commit b5f366fb70983a4dcf03a413628c198274a14f41 Author: Vadim Pisarevsky Date: Thu Nov 4 12:38:27 2010 +0000 fixed possible overflow in getThreshVal_Otsu_8u (ticket #602) commit a2676b277757a5c625be94b6b68f390861953f53 Author: Vadim Pisarevsky Date: Thu Nov 4 10:04:42 2010 +0000 fixed failure in rand test (ticket #449) commit 8a8ba57b20d5764c52acd615a33410092a6f9732 Author: Vadim Pisarevsky Date: Wed Nov 3 17:57:51 2010 +0000 fixed building Python wrappers when Numpy is not available commit 37c1204d556c4b6a591c0ae6c0e419cbdfa6d39a Author: Maria Dimashova Date: Wed Nov 3 16:39:58 2010 +0000 updated doc on common interfaces of features2d; added some method for GenericDescriptorMatcher commit 4a430413092a029eb872b88316333d739fe0f535 Author: Maria Dimashova Date: Wed Nov 3 10:00:24 2010 +0000 minor changes commit 7bda8266713c10a4ef11eab759094f47be674f03 Author: Vadim Pisarevsky Date: Tue Nov 2 22:01:15 2010 +0000 modified mhi-update test to avoid rounding problems (ticket #639) commit 5b6a755719645ecd58a6b722f12b483966916c99 Author: Vadim Pisarevsky Date: Tue Nov 2 17:58:22 2010 +0000 almost finished Python wrappers commit eda72a3e8b7a3046c38d41b3bbc239a0ebca4b0f Author: Ilya Lysenkov Date: Tue Nov 2 12:30:52 2010 +0000 Fixed problem with conflicting filenames in the online documentation commit c923b258f46e9e818eda86524862587490f1b732 Author: Anatoly Baksheev Date: Mon Nov 1 15:13:17 2010 +0000 fixed compilation under gcc commit 7f56e5b2dd97612d39c821c6a07ea46b68382659 Author: Anatoly Baksheev Date: Mon Nov 1 12:49:45 2010 +0000 compilation errors commit 4ea811c568f8219bbbd96569b163d5e72e8cad19 Author: Anatoly Baksheev Date: Mon Nov 1 12:48:47 2010 +0000 Fixed a minor bug in PtrElemStep::ptr commit 074ba3ed9380f30d0daf427a7edefc4ecab98c6d Author: Alexander Shishkov Date: Mon Nov 1 10:27:58 2010 +0000 Moved mhi-update test to blacklist (issue #639) commit 75b1858c1f5bef9e8efa1ff1cf68eede2dc4c535 Author: Maria Dimashova Date: Mon Nov 1 09:38:48 2010 +0000 Updated test threshold (#637) commit 9ee954a0c6d0d78e8555c5d36a84d01dcdebd119 Author: Ethan Rublee Date: Mon Nov 1 06:20:36 2010 +0000 Made calibration a bit faster in the absense of a checkboard and trying to fix a crash with the libv4l capture code commit 40c05d841831ae1c38c01c8924d83831346e7f34 Author: Ethan Rublee Date: Mon Nov 1 05:34:51 2010 +0000 Brute force implementation had issues with the type of distances it was storing. Rectified this, hopefully. commit cac2e9bc801b88763e10c0c020e7d6dc557a64b9 Author: Anatoly Baksheev Date: Sun Oct 31 17:15:09 2010 +0000 compilation errors under GCC commit d661b8e3e2add0623bc49f0cf50492646f2e2879 Author: Anatoly Baksheev Date: Sun Oct 31 13:23:25 2010 +0000 added PtrStep PtrElemStep structures. Refactored name spaces, commit 501e81eb3b62b151893e0722129a2ad090ab506f Author: P. Druzhkov Date: Sat Oct 30 12:42:11 2010 +0000 fix gbtrees test commit 969b9fb843be30dbe673357f1d9630858d00ca1f Author: Alexander Shishkov Date: Sat Oct 30 11:04:47 2010 +0000 moved descriptor-matcher-flann-based test to blacklist (issue #637) commit 755bb956d683c60c7ca1a7b9ea4447381121dc65 Author: Maria Dimashova Date: Fri Oct 29 14:39:23 2010 +0000 fixed compile error on Win commit ce0132583a93c857d32903141a7f0df4e207e2f4 Author: Maria Dimashova Date: Fri Oct 29 13:13:46 2010 +0000 added possibility of matcher filtering to sample commit 00ec555252b33731102168a14a3b05f9478b6601 Author: Vadim Pisarevsky Date: Fri Oct 29 13:11:53 2010 +0000 extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing commit 893fb90b87a93a68022e5af8d1f4e1cf53948a79 Author: Vadim Pisarevsky Date: Fri Oct 29 13:09:49 2010 +0000 extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing commit 69e329c9fdf5807dc8edd15f2a587357a1d25e9b Author: Maria Dimashova Date: Fri Oct 29 08:44:42 2010 +0000 modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images commit 0d3809d0b1e0bee480ffaac5b68ff9e3dcdd2bb3 Author: Alexander Shishkov Date: Fri Oct 29 08:34:45 2010 +0000 moved stereogc to blacklist (issue #439) commit 086cddb33abfab40432eeabc869e972b2728d0fe Author: Vadim Pisarevsky Date: Wed Oct 27 20:13:42 2010 +0000 renamed rectify3 to rectify3Collinear commit 83f60857736f53790bfa97084115c8aba0a72df7 Author: Vadim Pisarevsky Date: Wed Oct 27 18:26:39 2010 +0000 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) commit 4c29ffecc01a27700fe3a441b44d26eef9add462 Author: Stefano Fabri Date: Tue Oct 26 13:55:16 2010 +0000 Reverting, release beahviour was changed. Investigating on deallocate() issue commit e320e4e69c946783077ccf92a42693c0eb561d63 Author: Stefano Fabri Date: Tue Oct 26 13:42:25 2010 +0000 Linking doesn't find deallocate() commit 80c1aecfe58fc000fd21395c9f1edcf411fc6835 Author: Vladislav Vinogradov Date: Tue Oct 26 09:37:24 2010 +0000 moved gpu::cvtColor from imgproc_gpu.cpp to color.cpp commit 949d31093ebc407add0e3c60dd5b79b816740871 Author: Alexander Shishkov Date: Tue Oct 26 09:18:46 2010 +0000 moved CvGBTrees_test test to blacklist (issue 630) commit 2c39f0ee33a0694a3a27426acdad7bad40eb842e Author: Vladislav Vinogradov Date: Tue Oct 26 05:44:50 2010 +0000 fix unnecessary memory allocation in gpu::magnitude and gpu::phase commit d0a4352eaea36b19a3a07e74a586d0708da0bc57 Author: Ethan Rublee Date: Tue Oct 26 01:38:31 2010 +0000 adding an include director to android cmake should work now commit d3ce702c4b683218db8d69b33d34e743ac3854b4 Author: Ethan Rublee Date: Mon Oct 25 21:53:55 2010 +0000 adding a copy of the wiki entry for android build commit c9e06a0723983f7d4456dec825d8c0cc76c5d0bf Author: Ethan Rublee Date: Mon Oct 25 20:15:45 2010 +0000 define expl as exp on android - may break things. opencv/modules/ml/src/gbt.cpp commit 8861ecffb22c5e6d0bbf2e4e6393780153765c1f Author: Ilya Lysenkov Date: Mon Oct 25 13:26:24 2010 +0000 Fixed wiki links in flann in the online documentation commit e0b40c26d887f129194b779f7f7e98a311e45cb0 Author: Maria Dimashova Date: Mon Oct 25 12:05:22 2010 +0000 fixed CascadeClassifier::detectMultiScale when TBB commit 886369069a89185a62d43436cc6fb6d589e183f9 Author: Stefano Fabri Date: Mon Oct 25 11:32:16 2010 +0000 Fixed flann linking commit ed0ce7ed50fd54faf9c4d769a423a52946b95cbc Author: Stefano Fabri Date: Mon Oct 25 11:29:08 2010 +0000 Fixed missing semicolon commit 68378ac7e4d661ae98be558f4fa1b5cb7dbba64d Author: Vadim Pisarevsky Date: Mon Oct 25 10:31:39 2010 +0000 fixed crash in color-lab (ticket #627) commit c4b41bc59f994d972b35a7aeca78c4c43016fda9 Author: Alexander Shishkov Date: Mon Oct 25 10:03:12 2010 +0000 moved cascade-detector test to blacklist (issue #432) commit 0886177c5a729f3ee74f8d5fbe89e331fe2dc34d Author: Ilya Lysenkov Date: Mon Oct 25 09:54:47 2010 +0000 Implemented dynamic loading of the Wiki in the online documentation. commit f27a54be97c116cdb5fe998d7ebe8aadf21277e8 Author: Maria Dimashova Date: Mon Oct 25 09:51:23 2010 +0000 updated test threshold commit c1e753c8686c34a7401ebf7bb521a4d56ac37750 Author: Alexander Shishkov Date: Sun Oct 24 20:25:36 2010 +0000 remove failed test (see issues #449, 627, 502) commit 094a63c8387e91f64ce0343192189b7ad39695a3 Author: Victor Erukhimov Date: Sun Oct 24 12:36:47 2010 +0000 Fixing a problem with SURF detector crash due to large keypoint sizes commit 9ee99f1feb56870e3230b1022e14d1f8012528a1 Author: Ethan Rublee Date: Sat Oct 23 18:17:30 2010 +0000 correct spelling of my email address.. commit 5c642723ae08b5ea2a9b7470e1592c2066508189 Author: Maria Dimashova Date: Sat Oct 23 16:43:23 2010 +0000 removed detector-surf test from black list (ticket 578) commit 8ad8e31bf594f19351ce71065e6abfb52a6a8ffa Author: Maria Dimashova Date: Sat Oct 23 15:15:19 2010 +0000 fixed fail of descriptor-surf-test (ticket 568) commit 3e910e145b91a02c805a99c47daf85e28996822d Author: Maria Dimashova Date: Sat Oct 23 14:26:37 2010 +0000 fixed fail of descriptor-sift test (ticket 567) commit 761f76c8534a653c0b06f329309395bab48c1e19 Author: Maria Dimashova Date: Sat Oct 23 13:52:04 2010 +0000 fixed fails of cascade-detector and hog-detector tests (tickets 428, 432) commit 099388bd12fe84ac79b1d5c31d6b11b0601517b1 Author: Vadim Pisarevsky Date: Fri Oct 22 18:32:07 2010 +0000 fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627) commit 5ac4b23b7c3219ef2e7103293b0aeebdd0bd4eda Author: Anatoly Baksheev Date: Fri Oct 22 16:57:22 2010 +0000 added PtrStep structure to pass in __global__ functions commit 17412aa54b38e19eae400b228fc8f0efb14a6aed Author: Alexander Shishkov Date: Fri Oct 22 14:06:00 2010 +0000 moved color-lab test to blacklist (issue #627) commit a8476d9ce6578cf7001ac31b6905906b79f34bce Author: Vadim Pisarevsky Date: Fri Oct 22 12:02:39 2010 +0000 added "-ggdb3" to GCC flags in Debug configuratin. Hopefully, it will solve problems with tracing code with debuggers commit 969855d72ae0978599e0e87a95b7252649f94080 Author: Vadim Pisarevsky Date: Fri Oct 22 11:47:11 2010 +0000 fixed MatConstIterator::operator *() (the bug caused "operations" test failure; ticket #613) commit ebb9c61546ccc003deb8f0ecf022d7cee423ed64 Author: Vadim Pisarevsky Date: Thu Oct 21 21:07:11 2010 +0000 fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation commit 4a14795eb6a2c8eb259824b49f8ea24f046258d8 Author: Vadim Pisarevsky Date: Thu Oct 21 18:30:57 2010 +0000 fixed several gcc 4.1 warnings commit b80bdf324d6f6d54eea4cb95331fb45ccf01a878 Author: Vadim Pisarevsky Date: Thu Oct 21 15:51:23 2010 +0000 two small fixes in the recently added stuff commit 318b0f10d926b8a53995d0318bb7cea537894d1f Author: Vadim Pisarevsky Date: Thu Oct 21 15:50:32 2010 +0000 the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off commit ccb1e5fac0b035fc0e1a3dffce8212f8787967d8 Author: Vadim Pisarevsky Date: Thu Oct 21 15:47:49 2010 +0000 added assert to MatConstIterator::pos() commit 39335eb3916b3e8a586275b2a120a49c45833b82 Author: Vadim Pisarevsky Date: Thu Oct 21 15:47:04 2010 +0000 rand test is returned back commit 43d5095def4564f229d4392ded72d73bceba8fed Author: Vadim Pisarevsky Date: Thu Oct 21 15:46:39 2010 +0000 re-added color-lab test commit 8c103d7442f6b546e9f1bed95bb6ff15a320b486 Author: Vadim Pisarevsky Date: Thu Oct 21 15:46:03 2010 +0000 re-added filter-general test; fixed failure in several calibrate* tests commit dde8cd7d4a35ed7d02d07215dc9126880461ccfb Author: Vadim Pisarevsky Date: Thu Oct 21 15:23:47 2010 +0000 modified wiki link name commit 948d96645c6f338786d4f4aca1dd30d812377056 Author: Vadim Pisarevsky Date: Thu Oct 21 13:20:10 2010 +0000 change at => at, since the histogram is cv_32f, not cv_64f commit 25919884142dc9a900f1894e8adc0acde7e3f26a Author: Vadim Pisarevsky Date: Thu Oct 21 13:19:15 2010 +0000 ok, try to handle matrices with size (0,0) commit fe88a55b42fb7827e347e27ae27919991e2e8e90 Author: Vadim Pisarevsky Date: Thu Oct 21 12:54:52 2010 +0000 force each histogram dimension to be >= 1 commit c209013da8b8cc01bf924db1eb91043ecc563c3d Author: Vadim Pisarevsky Date: Thu Oct 21 12:35:33 2010 +0000 cleared the test blacklist in opencv_test_core. all the problematic tests now pass commit c8fd40b011af80f436ac4c954dcc048ce4bc4aa4 Author: Vadim Pisarevsky Date: Thu Oct 21 12:26:11 2010 +0000 fixed ds-graphscan test to make sure that the memory block size is large enough to fit at least the graph header and the sequence block header (ticket 504) commit 8deebea7354726f0744d68ede1adfb4c51547034 Author: Vadim Pisarevsky Date: Thu Oct 21 12:12:04 2010 +0000 fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447) commit 4f9a72eaa7de584e364d7c81d849884519f3e54c Author: Vadim Pisarevsky Date: Thu Oct 21 12:07:49 2010 +0000 fixed small matrix inversion using Cholesky algorithm (ticket #536) commit f9753a5a886cdc2e2127dcdf2695639369a63a05 Author: Ilya Lysenkov Date: Thu Oct 21 11:48:01 2010 +0000 Inserted links to wiki in documentation. commit 8ff0d754accf574f4990d94041f8235e6712e1a5 Author: Victor Erukhimov Date: Thu Oct 21 03:47:57 2010 +0000 Adding back MatConstIterator_::pos implementation commit a44629d46f03bb96205e61e1973dd619569df142 Author: Vadim Pisarevsky Date: Wed Oct 20 19:56:21 2010 +0000 add missing #include commit e77e152a154713c5bb901d2b49b44d08619f2ac2 Author: Marius Muja Date: Wed Oct 20 19:05:41 2010 +0000 Renamed header include sentinels to fix compile problem when used together with standalone flann commit e842a0c8164164a3882202666dd8a20a8040bd00 Author: Ethan Rublee Date: Wed Oct 20 18:49:44 2010 +0000 change int to char so that keys are registered properly, maybe this breaks others though commit be016a75df747739d06408ec26072cbd510cd348 Author: Vadim Pisarevsky Date: Wed Oct 20 17:43:46 2010 +0000 some fixes due to the changed policy in DataType & DataDepth handling commit 7d0feef7755b2167a410b6ffbd4568d0b6919191 Author: Vladislav Vinogradov Date: Wed Oct 20 15:17:51 2010 +0000 added vecmath to gpu module. commit 0c3803a61c3d2da2d52d31b164de2329786ffd67 Author: Victor Erukhimov Date: Wed Oct 20 15:08:26 2010 +0000 Fixing a problem with conflict of ROS and opencv flann commit f0c136c9ab62f96cfaf24259e9389ac0093e50cd Author: Alexander Shishkov Date: Wed Oct 20 14:02:08 2010 +0000 fixed bug with CV_ASSERT commit 89f64681d03e60671c26a77403a4141f0ee070aa Author: Vadim Pisarevsky Date: Wed Oct 20 12:34:59 2010 +0000 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size commit f7bebe82704411778f8f22fab8edbb3a41b03427 Author: Vadim Pisarevsky Date: Wed Oct 20 12:33:57 2010 +0000 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size commit 61ecedd33c93421f52dea6459fa6bb6cbe18a299 Author: Ilya Lysenkov Date: Wed Oct 20 12:21:39 2010 +0000 Updated opencv.pdf with new modifications commit b08f60828bb3ddf7f8e4efc027673037daca5ab8 Author: Vladislav Vinogradov Date: Wed Oct 20 08:50:14 2010 +0000 added to gpu module linear filters for int and float source types. refactored gpu module. commit ea040ce71afbe7cd20f926f463cb2ada23a59287 Author: Alexander Shishkov Date: Tue Oct 19 15:58:08 2010 +0000 remove failed tests (issues #618-620) commit 445f44c152351f23f45790e23cf84046bb678cad Author: Alexander Shishkov Date: Tue Oct 19 15:06:22 2010 +0000 Move failed tests to corresponding blacklists commit 387f2040d326f86f19b96223b5b911b390deb580 Author: Vadim Pisarevsky Date: Tue Oct 19 13:49:13 2010 +0000 the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests commit d5c57646bc61580b4c6c845efddca0c4b12d1864 Author: Ilya Lysenkov Date: Tue Oct 19 13:47:21 2010 +0000 Documentation fix commit e41c6a35b8874bbb3b813a6aa95fff54659ca9c9 Author: Ilya Lysenkov Date: Tue Oct 19 13:44:57 2010 +0000 Minor fixes in documentation commit 8af83e6d376fa73858561759bf4d4f39ba964027 Author: Vadim Pisarevsky Date: Tue Oct 19 11:57:37 2010 +0000 fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc. commit 6ed141de0e0bd68df305510fc6973a99b705ecd6 Author: Ilya Lysenkov Date: Tue Oct 19 11:51:56 2010 +0000 Reorganized documentation to be consistent with modular structure commit 0441e5772a34f3396dd1bc59e609527bd083d0fc Author: Vadim Pisarevsky Date: Tue Oct 19 10:02:24 2010 +0000 undone experimental modifications in findExtrinsicCameraParams2. commit fa245e5f21d290af527ee87a20bfcbee497d2881 Author: Alexey Spizhevoy Date: Mon Oct 18 12:47:15 2010 +0000 refactored mssegmentation.cpp commit 64bbab63dcdddfb5fef24ce1d344e11e5ed1231f Author: Vadim Pisarevsky Date: Mon Oct 18 12:36:22 2010 +0000 fixed PDF generation commit 5d6467708ceffa4e051076a5c0212a00b325b135 Author: Alexander Shishkov Date: Mon Oct 18 12:32:08 2010 +0000 remove failed tests (issues #612-616) commit e12e4798e09b5ee5317ce51f2f79093b7c42053b Author: Vladislav Vinogradov Date: Mon Oct 18 11:12:14 2010 +0000 added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart commit a594f01a3edcc548ea1582b98fbf1dd68ec3813b Author: Maria Dimashova Date: Mon Oct 18 11:06:44 2010 +0000 fixed cast of Mat to vector (leads to compile error now) commit bf584f0d0adf162e18b1731eefd72c2c0658db7f Author: Vadim Pisarevsky Date: Mon Oct 18 09:03:54 2010 +0000 fixed a couple of warnings and 2 possible bugs commit 02885b8b498687e9f2815a8221b7909e077192cd Author: Vadim Pisarevsky Date: Mon Oct 18 08:51:46 2010 +0000 added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions. commit bddaa00e035b4cb6c4d17c628290465553420a26 Author: Vadim Pisarevsky Date: Mon Oct 18 08:49:18 2010 +0000 renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc. commit f4e5ef6a2c8869d923669992dd94c5273c0901ad Author: Kirill Kornyakov Date: Mon Oct 18 07:39:20 2010 +0000 bugfix: incrorrect argument order in cvRodrigues2 call commit c626c4c63e1b7fc988607619f318823b2f18cd86 Author: Kirill Kornyakov Date: Mon Oct 18 07:32:12 2010 +0000 bugfix: wrong command line argument used commit 0f7c2e016deb2e7b78152d2c60e9dbecb2d134e0 Author: Alexey Polovinkin Date: Sun Oct 17 19:18:42 2010 +0000 GBT train/test was added to tree_engine sample commit 1b1eab8e6772bec0f5866c753e4b13666a8ade71 Author: Vadim Pisarevsky Date: Sat Oct 16 20:34:34 2010 +0000 added helper macros to the function declarations commit b59b0fd7fcb160b486b9cab861d0f7573adc89c2 Author: Anatoly Baksheev Date: Sat Oct 16 17:31:19 2010 +0000 added opencv_flann to OpenCVConfig commit ba88b2ee547b29d74020e8d093eaff3d47e2ba75 Author: Alexey Polovinkin Date: Sat Oct 16 07:10:46 2010 +0000 Added error handling in latentsvmdetect sample commit f678c8f07bb9d67a98585060ed43121b31912b09 Author: Vadim Pisarevsky Date: Fri Oct 15 18:57:59 2010 +0000 made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only) commit d611fb61fc5f31778ddb9c974d516df0e61ee13d Author: P. Druzhkov Date: Wed Oct 13 20:18:12 2010 +0000 Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added. commit d788007672819fc8a6b735208f7345419f6b94ce Author: Ethan Rublee Date: Wed Oct 13 18:10:51 2010 +0000 accidentally commited a ROS patch of the test.py a few -r3716 commit 1c1485efd392bfc3a829927355407232dda0daa6 Author: Maria Dimashova Date: Wed Oct 13 16:16:40 2010 +0000 minor fixes commit 6b5df8953295172e7e68901b3f7246a96d56b071 Author: Alexey Spizhevoy Date: Wed Oct 13 14:08:18 2010 +0000 refactored mean shift segmentation a little commit 41246333591977f4780fb10f48a7b770bb6c1495 Author: Vladislav Vinogradov Date: Wed Oct 13 12:52:39 2010 +0000 added magnitudeSqr and rectStdDev to gpu module. added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange. minor fix of gpu tests. commit f4075e0168731c02c305664b7cd3f631cd66b92b Author: Vladislav Vinogradov Date: Wed Oct 13 09:42:29 2010 +0000 added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS commit 970dd7f593758a05da162d218230e35835ade38c Author: Alexey Spizhevoy Date: Wed Oct 13 09:10:24 2010 +0000 implemented mean shift segmentation with elimination of small segments, added tests commit 5386a8e7cb3fca8c239d0f9d834ee48bf6be81e2 Author: Vadim Pisarevsky Date: Wed Oct 13 06:17:24 2010 +0000 added dependency on the new module flann (now with opencv_flann lib) commit 9b085f2091e7ee3d856c5b38a9356828e073e18e Author: Vadim Pisarevsky Date: Wed Oct 13 06:12:38 2010 +0000 added dependency on the new module flann commit de5e45d7c41a74d4111e5fd68234bf97b062015e Author: Vadim Pisarevsky Date: Tue Oct 12 21:42:24 2010 +0000 fixed some more build problems after renaming the headers commit 16b1f61c83240b82a62358aab5bbfb06d8bcc064 Author: Marius Muja Date: Tue Oct 12 19:47:50 2010 +0000 Updated FLANN to version 1.5 commit 3230073b9ba140182e4858d6e0d77d2d048e4fd3 Author: Vadim Pisarevsky Date: Tue Oct 12 16:14:07 2010 +0000 re-added missing _lsvmparser.h commit 6b8e60d0337f1c892aeaf78c236e99ce2e8a2dd8 Author: Vadim Pisarevsky Date: Tue Oct 12 15:59:00 2010 +0000 the header parser for the extended OpenCV Python bindings commit eecef2473efef7c5a49ad565590af987ca345c35 Author: Vadim Pisarevsky Date: Tue Oct 12 12:37:04 2010 +0000 removed obsolete matrix expression implementation commit 939b6ad72f14f806661b2e68022dc4913249371b Author: Vadim Pisarevsky Date: Tue Oct 12 12:36:20 2010 +0000 small fix in DefaultRngAuto class for easier parsing with Python wrapper generator commit 191f25ae7c9c8e5b7013eda14ca72ef68d0fa792 Author: Vadim Pisarevsky Date: Tue Oct 12 12:35:04 2010 +0000 renamed internal headers to avoid conflicts with system header files commit 87f6e500e160f736b7bb676134971e3ccad5c6ea Author: Vadim Pisarevsky Date: Tue Oct 12 12:33:16 2010 +0000 united cv::Mat and cv::MatND commit 3e9e2f0958f6609bedacbb03fb454c6cbbfd45ed Author: Vadim Pisarevsky Date: Tue Oct 12 12:32:32 2010 +0000 united cv::Mat and cv::MatND commit 541441e85b6b38b2660aee26fb3bceebaec78c50 Author: Vadim Pisarevsky Date: Tue Oct 12 12:31:40 2010 +0000 united cv::Mat and cv::MatND commit f6895e773897a26ba8da3b26486399a0b6d60565 Author: Vladislav Vinogradov Date: Tue Oct 12 08:33:06 2010 +0000 fixed gpu filters (deriv filter and source roi calculation) commit ced60b74983645b6f943332b0ef46a58fe3eeae8 Author: Vladislav Vinogradov Date: Tue Oct 12 06:37:44 2010 +0000 added histograms calculation to gpu module commit 525da9ef019d53a496854681b821885f02e1b3de Author: Ethan Rublee Date: Tue Oct 12 02:23:08 2010 +0000 working on cleaning up the android port - trying to fix the distortion coefficients bug commit 2f859a86520058a22728c3235a56007fc9011a81 Author: Ethan Rublee Date: Tue Oct 12 02:21:30 2010 +0000 adding samples to the android apps directory commit c09254cf67e0305b7f3493fcab48c89a725f199b Author: Anatoly Baksheev Date: Mon Oct 11 15:46:12 2010 +0000 fixed some warning under VS2008 commit 10f954ae5da1b01e80ff4cbc2b2ae032bcea6202 Author: Alexey Spizhevoy Date: Mon Oct 11 14:27:28 2010 +0000 added test data for mean shift procedure commit adf7cc20b7f301c4c0e79b66927746551ea1ab2d Author: Alexey Spizhevoy Date: Mon Oct 11 14:25:30 2010 +0000 changed mean shift procedure a little commit 3e840cb7985609c5573153dbaf38216869240ba8 Author: Vladislav Vinogradov Date: Mon Oct 11 08:54:28 2010 +0000 added min/max filters to gpu module. added supports of 4-channels image to gpu::minMax and gpu::cvtColor for RGB <-> YCrCB, RGB <-> YUV and RGB <-> XYZ color conversion. commit 1cf405d8a46bea006bc76568b478075b3d39bd20 Author: Evgeniy Kozinov Date: Mon Oct 11 07:59:13 2010 +0000 Russian comments was removed. Error code was added as returned value inLatentSVM parser. commit fbfccffbaa04f2ac45c10d6d232bfb5caaf3c77c Author: Valentina Kustikova Date: Sat Oct 9 11:36:06 2010 +0000 Integration object detection using Latent SVM. Sample was added. commit a22f74c362c8fd51b1bb37c37fb0b130b563e82b Author: Maria Dimashova Date: Sat Oct 9 10:01:19 2010 +0000 fixed area computing commit 244a537d54a3927f0c42b8fdbb201511a8dc922f Author: Ethan Rublee Date: Sat Oct 9 02:15:08 2010 +0000 _S happens to be a bad variable name for android commit ef6a79244d4fef052687b0d5cf0abe6fce976622 Author: Maria Dimashova Date: Fri Oct 8 16:49:34 2010 +0000 fixed compile error (with TBB) commit 9f934363e5f7ccc572c4fad0939e7c518ffb5515 Author: Maria Dimashova Date: Fri Oct 8 13:17:34 2010 +0000 added sample on BOW usage to image classification (training and testing is on Pascal VOC dataset) commit 66df8ef06c3f1fc71ec0968962df7fbee1f77761 Author: Vladislav Vinogradov Date: Wed Oct 6 14:32:13 2010 +0000 added Filter Engine to gpu module. disabled gpu::sum, gpu::minMax, gpu:Canny until fix crash. commit 7a3b0785d7abdf12f55354c1dedd3a2949e5cbbf Author: Anatoly Baksheev Date: Wed Oct 6 12:45:31 2010 +0000 fixed gpu module build system (in case when WITH_CUDA is set, but CUDA Toolkit is not found) commit 5051c635b194cb4f5e646c14cd6a993a39eff28e Author: James Bowman Date: Mon Oct 4 17:34:52 2010 +0000 #593 add ConvertImage commit f8a14a085466cc30b4d6f550de982f9b200dcfc8 Author: Anatoly Baksheev Date: Mon Oct 4 14:52:13 2010 +0000 fixed warnings under VS2010 about 'implicit conversion from double to float'. commit 89935fc59ba939dc933753402738fbaf13748889 Author: Maria Dimashova Date: Mon Oct 4 14:12:36 2010 +0000 fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests commit 51822f2072268ececcc58da87640631575b588d7 Author: Vadim Pisarevsky Date: Mon Oct 4 13:46:37 2010 +0000 possible fix for ticket 380 (should not hurt camera calibration engine, as the fix only affects non-planar objects) commit 49fa536c6259761e4e259fddecb55646f276e669 Author: Vladislav Vinogradov Date: Mon Oct 4 11:42:40 2010 +0000 added Sobel, GaussianBlur, Canny to gpu module. minor fix of matrix_operations.cpp. commit 12656df19a6eed454ffb61d390bf6876b066cdf2 Author: Vadim Pisarevsky Date: Sun Oct 3 22:45:04 2010 +0000 much faster exp() and log() with SSE2 commit 46988ca633b3a470967d37a2f11c1f4b7362b373 Author: Vadim Pisarevsky Date: Fri Oct 1 09:48:56 2010 +0000 some more fixes in rectify3 and 3calibration (corrected disparity ratio etc.) commit 18ce63ffdbaba2d282783e0a1a21311c4b471fb9 Author: Vadim Pisarevsky Date: Fri Oct 1 09:13:52 2010 +0000 fixed 3calibration sample commit caa3076018a6296811142ffa51c3c5dd3ade4e92 Author: Vadim Pisarevsky Date: Fri Oct 1 09:13:35 2010 +0000 added Eigen3 support commit d511e62021f8066c7fc06fb39099c8f428b4b79a Author: Maria Dimashova Date: Fri Oct 1 09:02:54 2010 +0000 fixed detector evaluation test commit 65a04703260421ab9fea70b41c4946f1d28f0652 Author: Vadim Pisarevsky Date: Thu Sep 30 20:55:47 2010 +0000 added calib3d dependency of highgui, to visualize checkerboard detector work, and probably other algorithms commit 70860df574b004f3aa648581340dc6a5b4cfb197 Author: Vadim Pisarevsky Date: Thu Sep 30 20:31:09 2010 +0000 fixed detection of the checkerboards in some extreme cases (ticket #298) commit 1061fc6589be5f265563514c5ad31340d14188ae Author: Maria Dimashova Date: Thu Sep 30 15:47:10 2010 +0000 back to previous default params commit ccc72f61755a7cbea13761a3ac3327bcb4a2b697 Author: Ilya Lysenkov Date: Thu Sep 30 15:33:40 2010 +0000 Updated a recall curve construction in descriptors evaluation commit 13b535ac19d537416e98c93f6c19d96d7241e181 Author: Maria Dimashova Date: Thu Sep 30 14:21:22 2010 +0000 added BOWTrainer::add() commit fb7aa43feb963479c285bed1a0720cb58bd5f4eb Author: Vladislav Vinogradov Date: Wed Sep 29 09:07:53 2010 +0000 added gpu 1d window sum, convertTo, based on NPP. added RGB <-> XYZ color conversion. gpu morphology minor fix. commit 12b7f3a0d08bcb1560ffce0c18fd11e97dfadef1 Author: Alexey Spizhevoy Date: Tue Sep 28 13:11:21 2010 +0000 fixed some compile-time problems (under Ubuntu) commit bf257581594bf1275d6e759a734b75b16a7f8535 Author: Vladislav Vinogradov Date: Tue Sep 28 09:23:43 2010 +0000 fixed gpu morphology: anchor and iterations commit 2985c713e66e51e19034cd9e595f0192abacbc2c Author: Vladislav Vinogradov Date: Tue Sep 28 09:10:25 2010 +0000 fixed short and float reading/writing in gpu::cvtColor commit 60e572bbcf5dcae7b4ff38d2e0a6fa38007932e1 Author: Anatoly Baksheev Date: Tue Sep 28 08:45:44 2010 +0000 fixed gpu morphology: now kernel in gpu is passed to npp functions. warnings in cxcore added graphcut wrapper commit 5d95cd75f214fcfebe77c61817c8cee9cb359e27 Author: Vladislav Vinogradov Date: Tue Sep 28 07:05:21 2010 +0000 added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV commit 5285722c1c2c1d15bbfc132f3c202449aaea6b49 Author: Vladislav Vinogradov Date: Mon Sep 27 14:10:19 2010 +0000 added gpu::magnitude for complex source vector (two channels float). added gpu::cvtColor for BGR5x5 <-> BGR and BGR5x5 <-> Gray. commit 992485c532a56a4a4f7384fdd5b8954a9bb52bf5 Author: Alexey Spizhevoy Date: Mon Sep 27 13:30:50 2010 +0000 updated StereoBP docs & comments commit 51d5959aca40d89813bd29f2db4fef766ef8ddb9 Author: Vladislav Vinogradov Date: Mon Sep 27 12:44:57 2010 +0000 added gpu add, subtract, multiply, divide, absdiff with Scalar. added gpu exp, log, magnitude, based on NPP. updated setTo with new NPP functions. minor fix in tests and comments. commit 037002d3c1db6f4d8d8250a467cd3d9901493333 Author: Alexey Spizhevoy Date: Mon Sep 27 12:27:27 2010 +0000 added copyright for split_merge files commit e1e5047b6edea84e0ef239a469da080bca03ef66 Author: Vladislav Vinogradov Date: Mon Sep 27 09:37:43 2010 +0000 added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests. commit 1b8c00000c2409e5c4f3eb50361b5be0e6c51a1e Author: Anatoly Baksheev Date: Mon Sep 27 06:57:25 2010 +0000 added black list for gpu tests commit 50df762c4ec8b8aa1ced7b45ae9a82434efc1b33 Author: Ethan Rublee Date: Sun Sep 26 18:12:42 2010 +0000 giving the android jni a start up function OnLoad commit 91b5c97d8d0dd0ec281dfba5000a24cdde07bac7 Author: Anatoly Baksheev Date: Sat Sep 25 16:21:32 2010 +0000 gpu test refactoring commit 02ced7b44ce413371001993cb7cbbc79cbe78470 Author: Anatoly Baksheev Date: Sat Sep 25 15:44:08 2010 +0000 refactoring npp tests commit 21e22962d93150f377fb97ed49e346e652841a0d Author: Maria Dimashova Date: Fri Sep 24 17:03:25 2010 +0000 fixed grammar error commit 98763247d9d32ebc1f36dc08a99a10a342a0e0af Author: Maria Dimashova Date: Fri Sep 24 16:55:12 2010 +0000 added DenseFeatureDetector commit a5910ac06887146119f186843e36bdc01d99018d Author: Anatoly Baksheev Date: Fri Sep 24 16:41:34 2010 +0000 modified according to NPP for CUDA 3.2 API updates. commit a8161b78887e57fa7cd7b8c490ce4619d0fa02db Author: Anatoly Baksheev Date: Fri Sep 24 15:34:36 2010 +0000 FindNPP.cmake: added support of NPP 3.2 commit 782f25a5a0f0a392c6f730817d81801254f511d2 Author: Anatoly Baksheev Date: Fri Sep 24 12:01:26 2010 +0000 search in env var CUDA_NPP_ROOT commit 99f90ffc9ebd8a5572ec17630024fdda702b8034 Author: Anatoly Baksheev Date: Fri Sep 24 11:33:06 2010 +0000 fixed if condition syntax: ! -> NOT commit 6c3d45d9df3a0053f87cd02c81781d3011a863ad Author: Vadim Pisarevsky Date: Fri Sep 24 10:52:21 2010 +0000 fixed compile errors with MSVC2010 commit e812a02c0b63e6086cc4ae4c7b6380eced3429c3 Author: Vadim Pisarevsky Date: Thu Sep 23 20:03:47 2010 +0000 remove #include from eigen.hpp commit 26dbbcc070339356fb6f42f05f661e4466e42044 Author: Maria Dimashova Date: Thu Sep 23 16:17:48 2010 +0000 added bag of words; did some renaming commit 9d9453906b3b819e92cfb9e8d0b6653787dbbb6e Author: Ethan Rublee Date: Thu Sep 23 13:48:12 2010 +0000 adding setup for some sample applications that use OpenCV on the android platform - nothing concrete yet - but soon. commit 8462deed3017a6b460079c7b1dd570fdcc8f1e30 Author: Maria Dimashova Date: Thu Sep 23 13:44:23 2010 +0000 split descriptors.cpp commit 9e9d4b9e4933f9f7ffbd4fc4e4f20ef634fa8828 Author: Maria Dimashova Date: Thu Sep 23 10:53:36 2010 +0000 added OpponentColorDescriptorExtractor commit 1a2fee0d56fde7a3712b66496af02282184a5b1a Author: Vadim Pisarevsky Date: Wed Sep 22 20:45:01 2010 +0000 include Eigen2/3 headers optionally, for greater flexibility commit 96e127134dbf48622e0e808afc7ad11098fbe8a1 Author: Ethan Rublee Date: Wed Sep 22 13:24:37 2010 +0000 fixing a bug in the local.env.mk setup, and correcting the readme's Also, the androi-opencv.mk.in wasn't correct for one of the crystax NDK build directory setups commit d72d11d09da7d9f6d77a88bff4ce33334c561159 Author: Vadim Pisarevsky Date: Wed Sep 22 13:07:51 2010 +0000 improved matrix expressions efficiency in some cases & simplified the code commit 699216436c575e2ace1abbac11fe7a3bee3320ae Author: Ethan Rublee Date: Wed Sep 22 12:13:26 2010 +0000 adding some functionality to the android-opencv shared library commit 4100cbd9973c1e563a53e1ed13a22d9992673c7f Author: Vladislav Vinogradov Date: Wed Sep 22 10:58:01 2010 +0000 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. minor refactoring of GPU module and GPU tests, split arithm and imgproc parts. commit 0c771221a3c775cffe039a1adbbd54a0a974d51a Author: Maria Dimashova Date: Wed Sep 22 06:55:51 2010 +0000 fixed problem with surrogate splits in decision trees training commit 2f3f677ffe7ad0c0b7389e07e91bbb6f12601e2e Author: Ethan Rublee Date: Wed Sep 22 03:36:45 2010 +0000 woops, broke cmake for a bit... commit 60357e256b978c19f62c43b5adcffe457478f067 Author: Ethan Rublee Date: Wed Sep 22 02:20:42 2010 +0000 removing the duplicated zlib for android - seems to build and link fine with the old one ... commit 8ee50c422bbc712dfdb16e1a27d749a0e78560ad Author: Ethan Rublee Date: Wed Sep 22 02:16:33 2010 +0000 adding some small changes to support android build, mainly cmake stuff, but in persistance the wcstombs is not supported on android, and in sift.cpp there was and ifdef that affected arm and this causes undefined symbols on android. commit a7320825268bec9fa87edbd104c3155649a2abe7 Author: Ethan Rublee Date: Wed Sep 22 02:01:54 2010 +0000 modding the 3rdparty CMakeLists.txt to allow for android compilation using cmake Basically just adding lines at top of CMakeLists that alter behavior if ANDROID is set to true. commit fbac20273cfb9f64fb8dc8c8ef5a3da0b41b5901 Author: Ethan Rublee Date: Wed Sep 22 01:47:11 2010 +0000 adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely commit bd829b8f7caa6886eb7d2e8f0f44a9ec5eba8ad0 Author: Ethan Rublee Date: Wed Sep 22 01:11:12 2010 +0000 deleting the android - will readd momentarily commit 93deaac645fbb0c33c37a3727fa12d8c91133661 Author: Vadim Pisarevsky Date: Tue Sep 21 15:50:22 2010 +0000 added Google Test framework commit fe8e4609f9a5387382f56a72970afe13118fc93b Author: Vadim Pisarevsky Date: Tue Sep 21 15:49:56 2010 +0000 added Google Test framework commit 05e6c1c4678bece0656407b2e2f538190f9a71f5 Author: Vadim Pisarevsky Date: Tue Sep 21 15:41:09 2010 +0000 fixed test of matrix operations commit ec314cf232bfdb7e8880d50449dcb962cd5e3274 Author: Vadim Pisarevsky Date: Tue Sep 21 15:15:44 2010 +0000 moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times commit 50450f5e04d11ca0b96dbd7954c4309013581c59 Author: Alexander Shishkov Date: Tue Sep 21 12:45:56 2010 +0000 remove failed tests (issues #578, 579) commit 1889c20c3815c395e06f071228010394dbe29f5f Author: Alexander Shishkov Date: Mon Sep 20 19:50:04 2010 +0000 remove failed test (see issues #575, 576, 577, 567, 568) commit b2cdb7fa3917c5861d1287e9236a3c0d9376d7f6 Author: Alexey Spizhevoy Date: Mon Sep 20 13:20:25 2010 +0000 implemented cv::gpu::merge and cv::gpu::split functions commit 5a804717a7eae5324a825481037014fd10504d34 Author: Maria Dimashova Date: Mon Sep 20 10:43:21 2010 +0000 updated test thresholds again commit a2f8817df1a336f3d69332e40d753386a8cfda13 Author: Vladislav Vinogradov Date: Mon Sep 20 10:34:46 2010 +0000 minor refactoring of GPU module and GPU tests added gpu compare version for CMP_NE operation commit 73b58ad0ef6a5b43cb90e97194eb448bb8eb2347 Author: Maria Dimashova Date: Mon Sep 20 09:53:53 2010 +0000 updated test thresholds commit 070c966ece30ed60b8a61e8f6de59891539750e6 Author: Maria Dimashova Date: Mon Sep 20 08:22:55 2010 +0000 uncommented some tests commit e616ba3399e0ddbf319cb8c7e7ace3b437b4414a Author: Alexander Shishkov Date: Mon Sep 20 04:11:13 2010 +0000 remove failed test (see issues #571, 572) commit 4fee30fad27122c46c6fb2a6b41ce96e2b49bd95 Author: Alexander Shishkov Date: Sun Sep 19 19:58:11 2010 +0000 remove failed test (see issue #570) commit 68cd4a72b10eea2d2c0a72528b1fced46db75aae Author: Alexander Shishkov Date: Sun Sep 19 10:06:12 2010 +0000 remove failed test (see issue #536) commit 4ffb519cdd265558906e1b1ad104dc35a9ffb2f3 Author: Anatoly Baksheev Date: Fri Sep 17 17:18:41 2010 +0000 GPU module: minor interface changes commit 1387bfcde0007e0d2215562dd354fa8f58268fc4 Author: Anatoly Baksheev Date: Fri Sep 17 15:28:59 2010 +0000 added GPU implementation of morphology functions (using NPP) and tests for it. added npp_error function added check_and_treat_gpu_exception function for tests_gpu commit 97f2972fc05c4cb6f535df8d0ee49befb5c24c70 Author: Maria Dimashova Date: Fri Sep 17 12:32:57 2010 +0000 uncommented fix of write/read keypoints commit b53d7771295d4b097b1cfcd0b733afc3556aca92 Author: Alexander Shishkov Date: Fri Sep 17 12:28:08 2010 +0000 remove failed tests commit 21d9c8f1d0ff19ddd711f3d4a2a0b40ceb2b4152 Author: Maria Dimashova Date: Fri Sep 17 11:31:11 2010 +0000 removed duplicate regression test on CalonderDescriptorExtractor::compute commit 8ab3fdbcca2a11bb8ab9766e231eb8d1828148fa Author: Maria Dimashova Date: Fri Sep 17 11:26:58 2010 +0000 merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d; renamed createDetector to createFeatureDetector commit eab003d06e93a5cffd4f27d8744b107d868f420c Author: Yannick Verdie Date: Thu Sep 16 18:13:49 2010 +0000 Update doc because of typo in Qt section commit 54ba8874327b870987d1e7807e89af5772e233ae Author: Yannick Verdie Date: Thu Sep 16 17:52:10 2010 +0000 Qt fix: cvAddText ticket #561 commit 178899be8ab182522266278f6eff4374aee7fc61 Author: Ethan Rublee Date: Wed Sep 15 19:11:50 2010 +0000 testing commit permission commit b803c2434543edbef6dd0f8a8434b95316e79729 Author: Vladislav Vinogradov Date: Wed Sep 15 14:34:41 2010 +0000 added nppSafeCall commit 912f8ff34ceaaa26d78f9e2eeb4df92fa90db02a Author: Maria Dimashova Date: Wed Sep 15 13:57:13 2010 +0000 commented fix write/read keypoints temporarily commit b181d78ca5e67ec987c67e89483b44421d4b6c36 Author: Vladislav Vinogradov Date: Wed Sep 15 12:47:59 2010 +0000 Added implementation and test for the GPU version of warpAffine, warpPerspective, rotate, based on NPP. Renamed copyConstBorder to copyMakeBorder. Fixed warnings when HAVE_CUDA is not defined. commit b8753db5126b9e1eadca89a325126c1e3e665fbc Author: Maria Dimashova Date: Wed Sep 15 12:14:35 2010 +0000 merged fix of write/read keypoints from branch commit b5c92a7dc0fe63faca28b9410e70c5447079ec39 Author: Vladislav Vinogradov Date: Wed Sep 15 08:26:18 2010 +0000 Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP. commit 3d9c78f4aa3b7617b8702423b193ec1aea85886f Author: Vadim Pisarevsky Date: Tue Sep 14 18:25:09 2010 +0000 added build scripts for Android, contributed by Ethan Rublee. The scripts are not quite usable yet. commit 16ae6fa6adb26e5612d519d6fa45d7627e91a8ca Author: Vadim Pisarevsky Date: Tue Sep 14 18:20:27 2010 +0000 excluded from Android build commit a09b5d1a23d39344e1d9fdf4bf1e91041d0a99f6 Author: Vadim Pisarevsky Date: Tue Sep 14 18:13:09 2010 +0000 flattened flann directory structure; patched zlib to build with Android NDK commit 39918a275550d01ea97bc9838836d94ab0be5e18 Author: Vadim Pisarevsky Date: Tue Sep 14 15:13:10 2010 +0000 eliminated freeze in SVD. commit e23d62b8451ccbf42d57508ae557152a15a3bde6 Author: Vadim Pisarevsky Date: Tue Sep 14 13:58:05 2010 +0000 added blacklist support in the OpenCV test engine for centralized exclusion of failed tests commit 652d0c2a5412a36afe0c3caf8800997204885b06 Author: Vadim Pisarevsky Date: Tue Sep 14 13:56:47 2010 +0000 fixed accuracy problem in cv::invert() (Cholesky method) commit b5b00d9ad4d1923a106803ca105855feb7f5fe2a Author: Anatoly Baksheev Date: Tue Sep 14 08:58:39 2010 +0000 minor (unset NPP library variables if not found) commit 37d39bd9de7d0f3f5a2cea16bfaab150bc3d662c Author: Vladislav Vinogradov Date: Mon Sep 13 14:30:09 2010 +0000 Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP. commit 88a7a8f567e25d521bedc1b93dde7d2fe65d884a Author: Andrey Morozov Date: Mon Sep 13 07:40:34 2010 +0000 fixed build npp for linux commit 74c4b5a5a91c4ac95f291b6581522b9914847564 Author: Anatoly Baksheev Date: Sun Sep 12 15:17:37 2010 +0000 Added compilation with NPP to GPU module(FindNPP script). Tested only on win32, but it does not influence on OpenCV compilation if WITH_CUDA flag unset. commit 7d94f256e604e33365e33c851db65067e1a8033e Author: Maria Dimashova Date: Fri Sep 10 15:44:46 2010 +0000 fixed CvDTree and CvForestTree find_best_split() methods commit 8e380639657eb8960ef809e6ea43e8cb297f3344 Author: Kirill Kornyakov Date: Fri Sep 10 15:04:54 2010 +0000 gpu::add now supports 8UC4 and 32FC1 commit a2a3ec69cb341b5b63109ba15ec50f2273abc218 Author: Maria Dimashova Date: Fri Sep 10 11:40:28 2010 +0000 Fixed FernClassifier commit bbc2015014fa2d4dc995f2ffa7039714d3878bbe Author: Andrey Morozov Date: Fri Sep 10 11:02:52 2010 +0000 created build infrastructure for NPP linking in CMake. commit 01eac6d3e35437a6c0a692a6bc539acf2042ac56 Author: Kirill Kornyakov Date: Thu Sep 9 15:34:16 2010 +0000 Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake. commit c1157c8128c03f1cbdfed2be871efa81bc014b96 Author: Andrey Morozov Date: Wed Sep 8 20:18:37 2010 +0000 fixed compile for linux commit 1feb5b4d024134ac50f948367e3b65b74f56e946 Author: Andrey Morozov Date: Wed Sep 8 15:13:23 2010 +0000 added async version of postfilter_textureness and prefilter_xsobel, modified async test and added test for async version of stereobm commit 31dbefc865e32d3f19159e47c7c9624b9fb493b9 Author: Vadim Pisarevsky Date: Tue Sep 7 15:38:48 2010 +0000 added 3-camera rectification and 8-coeff distortion model commit 6960e1544d0104422092090698022aa544e8ea65 Author: Kirill Kornyakov Date: Mon Sep 6 14:27:23 2010 +0000 GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings. commit a38e511188115197b48597fcc607db396f90e85a Author: Kirill Kornyakov Date: Mon Sep 6 12:17:37 2010 +0000 GPU module code cleaning * tests do not crash without test data * test files renamed in systematic way * added Test suffix for test classes names * ts->printf used instead of some cout commit ec7e93748110b6816ef75445639c029eb1584d6e Author: Kirill Kornyakov Date: Fri Sep 3 14:32:12 2010 +0000 meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module. commit 2154a0ce633aea07964f964fd80d50e0888a5177 Author: Vadim Pisarevsky Date: Thu Sep 2 14:01:04 2010 +0000 fixed ffopencv build with Mingw commit c2e2b196ca385e6db07c79b2029d4ed85f293b4a Author: Alexander Shishkov Date: Tue Aug 31 14:20:41 2010 +0000 remove failed test (see issue #536) commit ba2b8128860cb2ecff61adf27b621c82d32da9df Author: Vadim Pisarevsky Date: Tue Aug 31 14:17:03 2010 +0000 removed slamch.c/dlamch.c -specific GCC options, since the current implementation is very simple and relies on IEEE754 standard, rather than the actual machine behavior. commit bf94db5b160f0211890e5acc494036b8d0a29040 Author: Vadim Pisarevsky Date: Tue Aug 31 12:39:00 2010 +0000 fixed 2 bugs in the recently modified Lapack functions commit e65234b8beccd11bcc847a04534f175030d0a028 Author: Anatoly Baksheev Date: Tue Aug 31 08:42:36 2010 +0000 minor compilation fix commit 05d702b139f74e721ecdba82ecc51a654d2e3de7 Author: Maria Dimashova Date: Tue Aug 31 07:23:03 2010 +0000 fixed compile error when HAVE_CUDA is not defined commit eb6994f58ac2835e79ec97f9a70302d16c1869df Author: Vadim Pisarevsky Date: Mon Aug 30 18:05:05 2010 +0000 fixed Mat(const Matx&) constructor; added SVD(Matx) commit e48a456d4887940213b49c392de448a5dcebc398 Author: Vadim Pisarevsky Date: Mon Aug 30 16:37:22 2010 +0000 optimized lapack' SVD for noticeably better performance on small matrices commit fea66d9384481bd14946132efb52cff33186d2ba Author: Andrey Morozov Date: Mon Aug 30 15:26:24 2010 +0000 fixed cvtColorGPU on linux commit 2a0909acfd7a986c8554f372f403fd682211ab26 Author: Anatoly Baksheev Date: Mon Aug 30 14:17:53 2010 +0000 fixed bugs in STEREOBM (added syncs and volatiles, prevent reading from uninitialized memory) commit 0a73af8e22d8e20fb7572b04e435af6b4953959b Author: Vladislav Vinogradov Date: Mon Aug 30 13:41:26 2010 +0000 added cvtColor on gpu (supports conversion between RGB, BGR and GRAY) commit 62b47108a0c8ac397b188c5b136e6e45e76da4c3 Author: Andrey Morozov Date: Mon Aug 30 13:01:29 2010 +0000 minor fix with tests commit 73578524348463b636203e00693ecabf13df04f2 Author: Andrey Morozov Date: Mon Aug 30 12:30:08 2010 +0000 added test stereo_bm and added "volatile" in constantspacebp commit 34135a85f36e16cd53f890f47cb8a778df43a720 Author: Vladislav Vinogradov Date: Thu Aug 26 12:30:41 2010 +0000 fixed 3 bytes reading/writing in remap commit 304caab7462a5b953c34c768ed398c7a8c32ab35 Author: Vladislav Vinogradov Date: Thu Aug 26 09:19:47 2010 +0000 added remap version for 3-channels input images commit 6bea9f5ec488aba5584c954d67b104c3e96b65b7 Author: Andrey Morozov Date: Wed Aug 25 15:00:17 2010 +0000 minor fix for windows commit 33bd1da5895babacf6b7bca401d071475396ba77 Author: Anatoly Baksheev Date: Wed Aug 25 14:39:34 2010 +0000 compilation errors under win32 commit 199ffc632d05dae848cdd45ff9ba2b67f1edb22c Author: Andrey Morozov Date: Wed Aug 25 12:49:17 2010 +0000 added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES}) commit 096080de70b8eef60064bf34654a43115d2112dd Author: Andrey Morozov Date: Wed Aug 25 07:27:17 2010 +0000 added methods estimateRecopmmendedParams for StereoBP and StereoCSBP commit 1febf345bf3066d421e10cff55e51dbe81aa8de5 Author: Vladislav Vinogradov Date: Wed Aug 25 06:30:11 2010 +0000 renamed colorizeDisp to drawColorDisp, added acync version of drawColorDisp and reprojectImageTo3D_GPU. commit 24427d593fc26588d983729eea5e705188da0480 Author: Yannick Verdie Date: Tue Aug 24 16:18:32 2010 +0000 Qt add byte per line information to fix a bug commit 601e9af9f809b8bc3fba387f844a3d95bd0b8dfb Author: Maria Dimashova Date: Tue Aug 24 12:52:29 2010 +0000 added match() commit 411e16074e19726bb7f5e9a5c76f26f140b406f2 Author: Yannick Verdie Date: Tue Aug 24 12:23:37 2010 +0000 Qt Ticket #520 commit 4104c3fd0bd18a25f1f0ad011a46b14d64b8a5b7 Author: Vladislav Vinogradov Date: Tue Aug 24 09:36:25 2010 +0000 fixed bug in StereoBeliefPropagation with user allocated disparity commit eee3a351336947f6eaa0a4cf66b52f51cd9b6280 Author: Anatoly Baksheev Date: Tue Aug 24 09:15:45 2010 +0000 uploadConstant function for gpu commit ec4ce050f9ba1d740b2891420339c4c0462bb5fd Author: Vladislav Vinogradov Date: Mon Aug 23 14:19:22 2010 +0000 added reprojectImageTo3D_GPU commit f1fa323456b56cc4a8ee95f9fe552b9ba511d9ba Author: Andrey Morozov Date: Sat Aug 21 18:30:14 2010 +0000 fixed test with small size gpu memory commit 69e6294854b6bb278d90d883f63d02a3a565cae1 Author: Yannick Verdie Date: Fri Aug 20 13:06:14 2010 +0000 Qt ticket #537 Forgot to update so code after previous fix commit 6cafec8861bf06e72a874484d80207e3ebd01748 Author: Vladislav Vinogradov Date: Fri Aug 20 06:47:11 2010 +0000 added colorizeDisp, fixed DisparityBilateralFilter commit 3e8a8f7942a2b1b7cfc461b46c04decd2ced417c Author: Yannick Verdie Date: Thu Aug 19 22:59:32 2010 +0000 Qt weird bug with QLabel (is it really fixed ?) commit e693f4b4085f7c259e288160b3f3b9f881b88ef9 Author: Vladislav Vinogradov Date: Thu Aug 19 15:29:56 2010 +0000 fixed bug in DisparityBilateralFilter commit 45daaa6e113d9a6ba559f3d191fcde133aa01566 Author: Yannick Verdie Date: Thu Aug 19 10:36:57 2010 +0000 Qt bug with buttons commit 1f04ea477f07192a20dd4c4d64857c65a2790a2b Author: Vladislav Vinogradov Date: Thu Aug 19 08:44:06 2010 +0000 added DisparityBilateralFilter to gpu module commit 48090fd37e62368dd1c66e9fd132f2dbd218b213 Author: Yannick Verdie Date: Wed Aug 18 18:56:22 2010 +0000 Qt bug fixed #534 commit 97d17d8ad1237b924ef2dc7e699a0aed56709c97 Author: Anatoly Baksheev Date: Wed Aug 18 17:13:01 2010 +0000 fixed warnings added comments in gpu.hpp commit 3746c48451b890bc67d0c8bd047b308d28b6277e Author: Yannick Verdie Date: Wed Aug 18 15:35:56 2010 +0000 Bug in calibration.cpp sample This was crashing my code: for( size_t i = 1; i < imagePoints.size(); i++ ) objectPoints.push_back(objectPoints[0]); Changed by: objectPoints.resize(imagePoints.size(),objectPoints[0]); Plus clean up on Qt code commit 8ada1da08cdc75a8d7fa246d3d7e25395fcf010b Author: Yannick Verdie Date: Wed Aug 18 14:45:38 2010 +0000 commit 94b588099c176d909df3e6c30b60d3a6ad5e4587 Author: Yannick Verdie Date: Wed Aug 18 14:07:02 2010 +0000 Qt test (some code disabled for debugging) commit aaa8678cfff47549c5066521c52f318b1fb0ee79 Author: Andrey Morozov Date: Wed Aug 18 13:47:10 2010 +0000 fixed some warnings commit a3582b478098d12e179d13e99eb920b857741b8f Author: Yannick Verdie Date: Wed Aug 18 11:02:11 2010 +0000 Qt Python binding -- #512 commit 0816b49a3f3353966fe553b686140b57b570e7a4 Author: Andrey Morozov Date: Wed Aug 18 08:16:42 2010 +0000 added parallel build for visual studio commit f676ca62398c352c607513db0d85f67fe595d873 Author: Andrey Morozov Date: Wed Aug 18 07:12:14 2010 +0000 added gpu test ConstantSpaceBP commit fe8b95ed80fe2cbe712a130182764b5202bfced8 Author: Vladislav Vinogradov Date: Wed Aug 18 06:12:00 2010 +0000 fixed get_first_k_initial_global commit b530a2cba99a5ffe53201501333abfdfdfe706c2 Author: Yannick Verdie Date: Tue Aug 17 17:22:21 2010 +0000 Qt ticket #531 commit 28030952fa82283b77dec633f6c87fa6623b643d Author: Andrey Morozov Date: Tue Aug 17 15:53:00 2010 +0000 added get_first_k_initial_global_init_global_cost in gpu::SCBP commit 9a669b1cebd35d8bdf404b5f78120d442a181e6f Author: Anatoly Baksheev Date: Tue Aug 17 10:39:18 2010 +0000 fixed bugs in page locked memory allocation avoid extra gpu memory allocation in BP and CSBP commit ba713f28f96de65d4b0b6e57be914f5037b1b0d9 Author: kencoken Date: Tue Aug 17 00:03:41 2010 +0000 Fixed object recognition documentation commit e65823fac2157bf5fa43120f0f61e4b5c414fdef Author: Yannick Verdie Date: Mon Aug 16 16:49:24 2010 +0000 Qt sample code and some fixes commit 96292b7ced03dc5e158b074a31029591dae61d97 Author: Maria Dimashova Date: Mon Aug 16 15:41:39 2010 +0000 excluded cv_object_recognition.tex build (temporarily) commit 9ddb37361439153f29cbcf583ed1262de66dbd1b Author: Vladislav Vinogradov Date: Mon Aug 16 14:47:17 2010 +0000 added version of StereoBeliefPropagation::operator() for user specified data term commit a3f3de3391c8b5d43763d93bc5c6189463b92dc6 Author: Vladislav Vinogradov Date: Mon Aug 16 09:23:15 2010 +0000 fixed problem with parameters in constant space belief propagation with short type of messages commit 6f9b518e60f118981d484c853bea97af479f1b1b Author: Andrey Morozov Date: Mon Aug 16 09:19:11 2010 +0000 rename con.png to cones.png in test gpu commit cd28d5d812c70a2dd0a303700bd1511566c92922 Author: Maria Dimashova Date: Mon Aug 16 09:15:15 2010 +0000 minor changes commit 1ac097ce5730c9df10c87d96151020e630751c30 Author: Andrey Morozov Date: Mon Aug 16 08:49:34 2010 +0000 fixed build without cuda commit 001bbfb4f95b385a8874e0c51d228b9a07ed3e8b Author: Andrey Morozov Date: Mon Aug 16 08:47:29 2010 +0000 fixed build without cuda commit 4c4871e34dfb655963a0e69b29f1241a616a4455 Author: Anatoly Baksheev Date: Mon Aug 16 08:47:06 2010 +0000 GCC warning: new line at the end of file commit 79e1c6f188e351c2d26cc6131536bb7675d6951c Author: Andrey Morozov Date: Mon Aug 16 08:30:23 2010 +0000 fixed build without cuda commit 662c58ca868336c9eba12ed04ad92980aa97939e Author: Yannick Verdie Date: Sun Aug 15 20:43:54 2010 +0000 Qt bug fixed with cvWaitKey(0) commit dec6f2c393dfed18ff9179756f92722d9a95870f Author: Yannick Verdie Date: Sat Aug 14 18:36:53 2010 +0000 Qt fixed bug with OpenGL, and save issue reported in #520 commit ef9a9d43a4d080cc5ea538ed733ad482bf44553b Author: Anatoly Baksheev Date: Fri Aug 13 16:50:07 2010 +0000 a lot of refactoring commit 35ebeb21bd0d79d9a2c0a9ba5651753251f16397 Author: Andrey Morozov Date: Fri Aug 13 14:52:50 2010 +0000 added implement MatPL with serocopy and writecombited commit 024283ceae615c898fcb498dc0520c84c450302b Author: Anatoly Baksheev Date: Fri Aug 13 12:53:34 2010 +0000 warning level switched to W3 fpr gpu module commit 77ce6591547b9a721bd79a720815cf1dc333688b Author: Anatoly Baksheev Date: Fri Aug 13 12:51:55 2010 +0000 commit 22a8dd379ea21289979a2c6472828e3f810e4830 Author: Vladislav Vinogradov Date: Fri Aug 13 11:43:34 2010 +0000 minor fix commit 6062fad7d81d0992dff34e30d71914e5ae8343a2 Author: Vladislav Vinogradov Date: Fri Aug 13 11:17:51 2010 +0000 added minimum disparity threshold parameter to StereoConstantSpaceBP commit 9c875a804a71cf3f93b946e436a1b3b31bc86f38 Author: Maria Dimashova Date: Fri Aug 13 08:37:52 2010 +0000 added static to funcs commit 26712fad7218597c3cb55a0c9db75fee5bd4eca6 Author: Vladislav Vinogradov Date: Fri Aug 13 08:30:06 2010 +0000 gpu::StereoConstantSpaceBP: fixed some bugs in init_data_cost on first level (added non-reduction version for first level) optimized compute_data_cost like init_data_cost (used reduction scheme) avoid temp matrix commit bcfec6002450161f33a19d25b6698f6a9f118aa2 Author: Andrey Morozov Date: Thu Aug 12 14:09:16 2010 +0000 added license headers commit 906a590a417de5d044ce2dacef32fc1e7e2f21d5 Author: Vladislav Vinogradov Date: Thu Aug 12 13:47:53 2010 +0000 minor fix commit 60246b9e77b1e9b1dc83054b0a6529c1b771fb04 Author: Andrey Morozov Date: Thu Aug 12 13:29:49 2010 +0000 added gpu test : stereobp commit 723a99a5414cc9555703c0a27d003fd5bcfff5ca Author: Andrey Morozov Date: Thu Aug 12 12:50:02 2010 +0000 added test for gpu: meanshift commit ee104c27d8447612b162256fd4dc940e4db344c3 Author: Vladislav Vinogradov Date: Thu Aug 12 12:15:37 2010 +0000 added gpu implementation of constant space belief propagation stereo matching. some refactoring of StereoBeliefPropagation. commit 53057afcb88abbca42b713ce4a2cc1de675c05e0 Author: Andrey Morozov Date: Thu Aug 12 10:59:51 2010 +0000 minor fix commit b5e3cb0f9bf7b6a8819b2801328c36d76ef66ab6 Author: Andrey Morozov Date: Thu Aug 12 08:06:17 2010 +0000 minor fix commit c27397dba100b34c468686880b7c8eb4191cc1fb Author: Andrey Morozov Date: Thu Aug 12 07:57:53 2010 +0000 minor fix commit 789b02ad766bd22f5a134caed710da0af5777c88 Author: Andrey Morozov Date: Wed Aug 11 15:52:55 2010 +0000 added choise in compute capability commit 6849e14dab2862efc997b1d6446040b69198773d Author: kencoken Date: Tue Aug 10 19:07:30 2010 +0000 Added object recognition documentation commit f2017f52fceb70d56f5e79bdc6265cd98e8bf81d Author: kencoken Date: Tue Aug 10 19:01:18 2010 +0000 Added documentation for VOC dataset interface, bag-of-words and other new object recognition tools (GSoC 2010) commit 2a385be0effa979804584558d8c4a5be01d4cac4 Author: Anatoly Baksheev Date: Tue Aug 10 12:18:47 2010 +0000 meanShiftFilteringGPU: performance and bug with type conversions commit f9cbb36b5e743972df5180b8d7fd75561a48fe63 Author: Anatoly Baksheev Date: Tue Aug 10 10:54:52 2010 +0000 gramma ;) commit d1fc3e6b5aacdf87435c478938b90c44e323464c Author: Anatoly Baksheev Date: Tue Aug 10 09:44:50 2010 +0000 cv::gpu::CudaStream -> cv::gpu::Stream some refactoring added gpu module to compilation commit c56085917bf5de1cc2f3c87e739c1664415bda49 Author: Maria Dimashova Date: Mon Aug 9 16:33:44 2010 +0000 added todo for descriptors evaluation commit 82a98521ed442fc58ea77edc4229b82f2c5b09e3 Author: Maria Dimashova Date: Mon Aug 9 15:43:06 2010 +0000 fixed SVM commit a2950d5d44d7a213906317aac49b5881ce9970c2 Author: Maria Dimashova Date: Mon Aug 9 11:12:58 2010 +0000 fixed texture binding and warning on linux commit 40273e6c4f53e0592784b904bd6c4ba5a0aa7aa7 Author: Vadim Pisarevsky Date: Fri Aug 6 23:46:11 2010 +0000 another stdint.h -> msc_stdint.h fix commit 9ee159462d19916a1a01ee5c17de4bb2302cd660 Author: Anatoly Baksheev Date: Fri Aug 6 17:02:06 2010 +0000 meanShiftFiltering added (by masha) get free memory function commit 37f47c9fa3bfb889a0c0e95e3ad3c9597ae2d3cc Author: Vadim Pisarevsky Date: Fri Aug 6 11:07:03 2010 +0000 stdint.h -> msc_stdint.h commit bc4532bd071778b5cd88ca70c8a719798d89d02d Author: Vadim Pisarevsky Date: Fri Aug 6 10:20:49 2010 +0000 added initWideAngleProjMap() function commit 26c6b955a8a6cb18773086a9b5515bc91468ee5c Author: Vadim Pisarevsky Date: Thu Aug 5 17:24:41 2010 +0000 updated ffmpeg to 0.6.0 commit d8ad4e22671c320c6b33c9be8d94b0342b91d5e7 Author: Maria Dimashova Date: Thu Aug 5 13:34:53 2010 +0000 added detector and descriptor evaluation to sample descriptor_extractor_matcher commit 4395bad911d3a73353af554cfe7358bb8001df15 Author: Maria Dimashova Date: Thu Aug 5 13:29:43 2010 +0000 fixed linker errors on Win and some warnings commit 121e51d35bb5e261dceae1667c07935734f02931 Author: Maria Dimashova Date: Thu Aug 5 12:19:26 2010 +0000 replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation commit 20e407b235bf31661a59fdc68ee68ff50689ed14 Author: Ilya Lysenkov Date: Wed Aug 4 08:26:30 2010 +0000 Fixed bugs in BruteForceMatcher and its specialization commit 4e60decad3ae8649b5888b13db0c43cc0b2d6e5f Author: Maria Dimashova Date: Tue Aug 3 16:28:52 2010 +0000 added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches commit 9c94a96c40a1d760d24da515dce252cafc21467b Author: Vadim Pisarevsky Date: Tue Aug 3 11:28:39 2010 +0000 repaired aspect ratio option; fixed comments commit 2505e7e267d9a85cbb7ef0acd1fc3fb6df8ccd08 Author: Yannick Verdie Date: Mon Aug 2 17:10:43 2010 +0000 Qt: disable KEEP_RATIO with OpenGL to avoid a blinking bug Qt: Now OpenGL rendering is ok commit 6a58b146b870955fc14f932bb8b7f26ee3722008 Author: Yannick Verdie Date: Mon Aug 2 14:50:25 2010 +0000 Qt doc updated commit 34565c281ae6c5cf1933151abf60df28c3cc2f29 Author: Vladislav Vinogradov Date: Mon Aug 2 14:26:07 2010 +0000 added support of 3 channels images to StereoBeliefPropagation_GPU commit 6da2573b774ba8a0c482671d9439f3f758e4e1a2 Author: Andrey Morozov Date: Mon Aug 2 13:56:04 2010 +0000 minor fix commit 8c77e5faad037009746a5524f0ac24902d72b9bf Author: Andrey Morozov Date: Mon Aug 2 13:10:21 2010 +0000 optimized gpumat::setTo(), get rid of division operation commit 3510b4c81e3f388c4c20051974016a5118f1dbe4 Author: Vadim Pisarevsky Date: Mon Aug 2 12:55:20 2010 +0000 fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch) commit 788ac96f8b22e08ab3f5d83fcea8e10cedf5625d Author: Vladislav Vinogradov Date: Mon Aug 2 11:10:29 2010 +0000 added optimized belief propagation implementation (used short for messages) commit d6bbaea28ace762684be1ae77bf184fcab163ceb Author: Yannick Verdie Date: Mon Aug 2 10:58:25 2010 +0000 Qt imgRegion bug fixed Qt compilation pb with OpenGL flags fixed commit 5b7b6d9195c038ec91e55c1c0482b076eb214a86 Author: James Bowman Date: Sun Aug 1 16:18:59 2010 +0000 #509, patch for GetTrackbarPos commit c1981aa659e168f62971670897331ace5a4b4e76 Author: Yannick Verdie Date: Sat Jul 31 19:22:33 2010 +0000 commit e8aad7544652ef59590c24092db81f70af46e1df Author: Yannick Verdie Date: Sat Jul 31 18:04:28 2010 +0000 Fixed bugs on Qt commit 49f1a9c3d55d3c7e0f38f09391dac7711f928898 Author: Victor Erukhimov Date: Sat Jul 31 11:56:43 2010 +0000 Commented out rand test due to failure on win32 commit 451939ce984b6ebfcc1da57cb8638bf8bb40a306 Author: Victor Erukhimov Date: Sat Jul 31 10:28:17 2010 +0000 Commenting out aertrees test due to a failure on windows 32 commit f6c8e237f01f2337b8ab77b2396655bf3434811e Author: Maria Dimashova Date: Fri Jul 30 14:36:04 2010 +0000 fixed compile error on VS2008 commit 5e84ab02223348009e15e677078fb869db23d1e5 Author: Maria Dimashova Date: Fri Jul 30 14:21:55 2010 +0000 replaced KeyPoint::overlap implementation by faster version (thanks to Suat Gedikli) commit 8f8aba9c8850dc2964c1c8dbb4312b0545c00e0a Author: Yannick Verdie Date: Fri Jul 30 14:13:20 2010 +0000 fixed Qt bug commit 3ffee6aa04a610cf5b691fa11cc66dcae7199c18 Author: Alexander Shishkov Date: Fri Jul 30 14:04:21 2010 +0000 exclude failed test (ds-graphscan) commit d5c6f57896eb74ebc7f2720350bd23e56c277a5d Author: Maria Dimashova Date: Fri Jul 30 12:49:42 2010 +0000 renamed test commit 9221c5752379b03643d4c62618ec0ee554180718 Author: Maria Dimashova Date: Fri Jul 30 12:42:08 2010 +0000 fixed acalonder test for Win commit 3bd00085f717908b2aac5dd1c9700d013e58aba7 Author: Vadim Pisarevsky Date: Thu Jul 29 13:52:22 2010 +0000 made MatConstIterator STL compliant commit 808190c02e3cfa1b650a01f30ef53bf235cb3dc1 Author: Vadim Pisarevsky Date: Thu Jul 29 13:26:01 2010 +0000 fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408) commit 686e28eeeed829da8e479c4343e10600a45bba23 Author: Vadim Pisarevsky Date: Thu Jul 29 13:06:34 2010 +0000 fixed roi handling in HOGDescriptor::computeGradient (ticket #295). commit 6da8d7cb525301941ec49430abe271d47c43452c Author: Vadim Pisarevsky Date: Thu Jul 29 12:44:23 2010 +0000 temporarily disable 16-bit input in cap_dc1394_v2.cpp (ticket #296). thanks to sebastians for the patch! commit 6cf6a2277269c9dec8ad26b6002e2d9f70b4a168 Author: Maria Dimashova Date: Thu Jul 29 11:14:54 2010 +0000 modified sample find_obj_calonder commit 62fa7f662078613da8ef3b38da5e2a8ef58ca821 Author: Vadim Pisarevsky Date: Thu Jul 29 11:00:52 2010 +0000 avoid crash in cvCalcEMD() when one of the histograms has only one non-zero element (ticket #396). Thanks to nburrus for the patch commit 0faa75da1179ffaa9bd930d75f6eeabbd0968eb4 Author: Vadim Pisarevsky Date: Thu Jul 29 10:55:09 2010 +0000 inserted missing std:: (ticket #333). Thanks to trisk for the patch! commit 97254a7b45b4086f13425363e0356929b776a5d2 Author: Andrey Morozov Date: Thu Jul 29 10:28:10 2010 +0000 minor fix commit 9ac17415552ec7757da2ed5ae16c594a6afdaad1 Author: Anatoly Baksheev Date: Thu Jul 29 08:50:19 2010 +0000 speckle filtering added commit 63fed0f831e1473291888ae1e319771de9b0e639 Author: Vladislav Vinogradov Date: Thu Jul 29 08:47:06 2010 +0000 changed StereoBeliefPropagation_GPU output disparity default type to CV_32S commit 7083f0f815e62e344d6390d2608270f9274f9a3a Author: Maria Dimashova Date: Thu Jul 29 08:24:51 2010 +0000 fixed compile error when HAVE_EIGEN2 (#500) commit 84f51332dddcac4d6d2430e1b9a169ed8fdf53b9 Author: Vladislav Vinogradov Date: Thu Jul 29 07:20:35 2010 +0000 implemented asynchronous call for StereoBeliefPropagation_GPU commit 70a2c8f50a261c6a6f4c976055f81acb8d4f578e Author: Vadim Pisarevsky Date: Thu Jul 29 06:51:19 2010 +0000 added conversion operators Mat->vector, Mat->Vec, Mat->Matx commit 8f33e89d46dbd4324a5d04b3954d4227974f59cc Author: Yannick Verdie Date: Wed Jul 28 21:55:55 2010 +0000 working on OpenGL for Windows commit 7ce53adac9744d666ae89a26ee24600b168d8cea Author: Yannick Verdie Date: Wed Jul 28 20:59:41 2010 +0000 Qt: Fixed bug with exclusive buttons Fixed memory leaks commit cba926a428ebcc65661e650b1f0df6496c4e3f81 Author: Maria Dimashova Date: Wed Jul 28 16:41:12 2010 +0000 added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation commit 69ef5efb4d0eb6f8e89eb836c8d20f5ef34286db Author: Alexander Shishkov Date: Wed Jul 28 16:30:48 2010 +0000 exclude failed tests (color-lab, color-luv) commit 5bd128fac8ec42c229eab9d64f7983d085095b02 Author: Vladislav Vinogradov Date: Wed Jul 28 14:46:44 2010 +0000 added gpu belief propagation stereo matching commit dc69cf3ab4bcb8eae0dc8704880a13cb76715350 Author: Anatoly Baksheev Date: Wed Jul 28 13:38:37 2010 +0000 minor fixes commit f7c98c86b3b5c5b90674f31dcbcea88ccd87374c Author: Maria Dimashova Date: Wed Jul 28 12:19:41 2010 +0000 updated threshold in test commit cdbf1f9ef553f2c11a89eea8ec56e3f0417b22d7 Author: Maria Dimashova Date: Wed Jul 28 12:14:21 2010 +0000 fixed compile errors on VS 2008 commit fb2a4a834569ad6541d99c26e4d8459807338c6f Author: Maria Dimashova Date: Wed Jul 28 10:47:48 2010 +0000 added method to compute overlap for KeyPoint pair commit 12e677d45691ddf5c7db87019e3028b3ab7a1040 Author: Maria Dimashova Date: Wed Jul 28 10:45:52 2010 +0000 minor changes of test commit 012625d5727f3292673e3e8b68580ef6d7543cb6 Author: Maria Dimashova Date: Wed Jul 28 08:42:41 2010 +0000 excluded calonder test if CV_SSE2==0 commit 4aee2e3045027f8c076e4bf90a66be551e4ca898 Author: Vadim Pisarevsky Date: Wed Jul 28 07:59:25 2010 +0000 fixed incorrect assert in RGB2Lab_b constructor commit 3843e43ff7107e5d2a5726c6822403188466ec6b Author: Vadim Pisarevsky Date: Wed Jul 28 07:36:45 2010 +0000 relaxed error threshold in color-luv test commit 4c591ca397d74a72aade1ee1f5392642ff629a9b Author: Vadim Pisarevsky Date: Tue Jul 27 17:41:32 2010 +0000 fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation commit c77e8fc638d1ecff04272810de5b11f6eb06ccc9 Author: Yannick Verdie Date: Tue Jul 27 17:29:22 2010 +0000 Qt - debugging Linux and Windows commit 4d67fc266cda00fafecd09ffe33c9dc8f725f02f Author: Vadim Pisarevsky Date: Tue Jul 27 17:27:40 2010 +0000 increased err threshold in matrix-transform test (ticket #476) commit 2e5b63296bb9b415cc7c2514ac51deb82c693bf6 Author: Vadim Pisarevsky Date: Tue Jul 27 17:03:11 2010 +0000 increased error threshold in matrix-solve test (ticket #496) commit 486d410a3403dab89ba3b2852b9a31013ba66a83 Author: Vadim Pisarevsky Date: Tue Jul 27 16:51:39 2010 +0000 increased error threshold in matrix-invert test (ticket #465) commit 21b0652c40e9b3dfff104b1e5d44cd1ff868a849 Author: Yannick Verdie Date: Tue Jul 27 14:17:43 2010 +0000 QT statusbar bug fixed for Windows commit 2f2f06b925c8c22d49e337f7d1442668bd03cbb7 Author: Vadim Pisarevsky Date: Tue Jul 27 14:10:14 2010 +0000 rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed commit 74300f5f42c0ffeb59f50663cdc46512ab46c469 Author: Maria Dimashova Date: Tue Jul 27 13:28:21 2010 +0000 fixed compile errors on VS2008 commit 2122cde787909f4e64d750d06a61cc5400c0b67a Author: Yannick Verdie Date: Tue Jul 27 13:19:29 2010 +0000 commit b0ab2ef16d6e39a867b06302b4b4849bb104402c Author: Yannick Verdie Date: Tue Jul 27 13:14:56 2010 +0000 Qt on Windows -- in progress commit 99e2a9bd8df15324bc0909951a28059b1009aff0 Author: Maria Dimashova Date: Tue Jul 27 12:38:01 2010 +0000 added test on CalonderDescriptorExtractor::compute commit e83c9b08d827e55118b48971c4d21c5ffb512266 Author: Maria Dimashova Date: Tue Jul 27 12:36:48 2010 +0000 replaced Calonder descriptor implementation; added windowedMatchingMask() commit 4f3de6ebf627119517196c7ec989c7da14a2383b Author: Maria Dimashova Date: Tue Jul 27 12:26:52 2010 +0000 commented find_obj_calonder commit 5a88e8cf61b99cb3c9aabb1001fe651c27d68f96 Author: Andrey Morozov Date: Tue Jul 27 09:25:46 2010 +0000 optimized gpumat::copyTo() commit 290c967b8f7c8b1c35b35795aa785ed1ea941ba4 Author: Andrey Morozov Date: Tue Jul 27 08:56:48 2010 +0000 optimized gpumat::setTo() commit 12dc52c2e7f42cb7c4a5b44c1405fece8148379e Author: Andrey Morozov Date: Tue Jul 27 08:29:40 2010 +0000 implemented asynchronous call for StereoBM() commit dc0f313924d170ca2bda94fff22449a68113fe8f Author: Vladislav Vinogradov Date: Tue Jul 27 07:05:39 2010 +0000 implemented saturate_cast on gpu; updated GpuMat::convertTo implementation with saturate_cast; minor fix of convert_to test commit 499902489408bec3a2711ccbc12a2af0d9318d31 Author: Anatoly Baksheev Date: Mon Jul 26 15:13:19 2010 +0000 minor commit 5732da956761fd46e2778b4757a9dc4d6e7334f1 Author: Anatoly Baksheev Date: Mon Jul 26 15:08:43 2010 +0000 fixed bug with loading to constant memory commit 22f5376e82c086b9b76f5779eaf21ba0f1bfa89b Author: Anatoly Baksheev Date: Mon Jul 26 15:04:56 2010 +0000 refactoring and minor code improvements added cuda_shared.hpp header was reorganized in order to speed up compilation commit c13df09f08b661ec0dafd2cec3339e8a37c0d403 Author: Andrey Morozov Date: Mon Jul 26 14:16:33 2010 +0000 minor fix commit 54081f262efc468facfcb12296dd85909b8395bd Author: Anatoly Baksheev Date: Mon Jul 26 14:16:19 2010 +0000 fixed compiler error for win32 commit fff2160d1f8d53be49a27571051ac56e80c8a74a Author: Andrey Morozov Date: Mon Jul 26 13:42:39 2010 +0000 implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. commit bb2fe87b3272cd9d0221a473abc2a722eb3d1749 Author: Yannick Verdie Date: Mon Jul 26 12:28:33 2010 +0000 commit 769564c1302eef0091aef064af5a3c95b5560e7b Author: Andrey Morozov Date: Mon Jul 26 11:22:16 2010 +0000 implemented asynchronous call for gpumat::setTo(), gpumat::copyTo(), gpumat::converTo() commit 1ead3a5b020617209c0dba06c25d44b6179eadda Author: Alexander Shishkov Date: Mon Jul 26 11:13:44 2010 +0000 exclude failed test (matrix-solve) commit b5a71db742a2754901c9bd8eb8ffe9cbad4067c6 Author: Maria Dimashova Date: Mon Jul 26 08:58:46 2010 +0000 modified FernClassifier::train(); remove old RTreeClassifier and added new implementation CalonderClassifier; removed old find_obj_calonder and added new one commit 1135bc249589615289c8c344b16c3619c888eded Author: Anatoly Baksheev Date: Mon Jul 26 08:13:23 2010 +0000 saturate_cast_gpu.hpp commit b4af9c620a9b068025fc952623c3c34d72a63a63 Author: James Bowman Date: Fri Jul 23 17:55:37 2010 +0000 cvarrseq args attempt array conversions first commit d10b3c8665a99582759923bd34c220401504b9d0 Author: James Bowman Date: Fri Jul 23 17:04:06 2010 +0000 #489, Forbid transposed matrices in fromarray() commit f2353b8523788dcede21f8b4ce76a3a4401dad2a Author: Yannick Verdie Date: Fri Jul 23 15:22:04 2010 +0000 QT new functions: - cvCreateOpenGLCallback: draw 3D on top of the image commit d352db7ec4664f14520b8781686d886ca119c640 Author: Anatoly Baksheev Date: Fri Jul 23 15:04:16 2010 +0000 imgproc_gpu - minor refactoring commit 2d36ba2175ebb375c71de6bffb67a72970ff7907 Author: Andrey Morozov Date: Fri Jul 23 14:17:16 2010 +0000 minor fix commit ffe7bdf69c1bfd16198bac4a9abd887aa716ff67 Author: Yannick Verdie Date: Fri Jul 23 12:09:13 2010 +0000 ticket 490: bool not defined ? -> changed everything in int commit 60a4e81a12682ed76e7b9f2f949fdd62f7db553d Author: Andrey Morozov Date: Fri Jul 23 07:58:03 2010 +0000 small modifications in tests commit edd68e588b3c1c182b731f7e68567de706b0ae8d Author: Vladislav Vinogradov Date: Fri Jul 23 07:06:33 2010 +0000 Added implementation of remap on GPU. Minor fixes of convertTo. Added opencv_imgproc to gpu_test dependencies. commit 389c002eeab841cf6198a5df064db177c016f78f Author: James Bowman Date: Thu Jul 22 23:39:42 2010 +0000 grabCut fist impl and test commit f5720474963dd9e4f1e7edee12ee789754e1bf6e Author: Yannick Verdie Date: Thu Jul 22 21:46:27 2010 +0000 QT new functions: - add CV_RADIOBOX with exclusive mode commit 2c923c7eba1dde7cb1049ef8e1803af025ceb291 Author: Yannick Verdie Date: Thu Jul 22 20:39:44 2010 +0000 QT new functions: - cvAddButton changed to match requirement - CV_GUI_NORMAL and CV_GUI_EXPANDED done - context menu with right click commit 912607a387878a72e814ff719e22f046db7c3c1e Author: Maria Dimashova Date: Thu Jul 22 16:30:42 2010 +0000 minor sample changes commit e07d3601e770313b97c3ef102b5bd8a6e7630d8e Author: Anatoly Baksheev Date: Thu Jul 22 16:06:43 2010 +0000 -arch=sm_13 commit 17f7b12a83b6c35e62b88827311a371bd36c6aa4 Author: Anatoly Baksheev Date: Thu Jul 22 15:32:03 2010 +0000 Variable winSize for StereoBP_GPU Fixed StereoBM_GPU kernel crash Textureness threshold added commit 26c485963451163f6cda6e6481b66f78afc8ea70 Author: Vladislav Vinogradov Date: Thu Jul 22 14:50:31 2010 +0000 reduced code convert_to by using templates, merged with copyTo commit a0b1107b3c29371b1f68d9ad56c8b9340332e134 Author: Andrey Morozov Date: Thu Jul 22 14:39:54 2010 +0000 added implementation copyTo() with mask and added test for this method commit 98c8ecf82926884757b1bf380a18dddbe797fc83 Author: Andrey Morozov Date: Thu Jul 22 12:42:42 2010 +0000 modified kernel setto(), added double type, code has been improved commit 3f5dd5f1cc86725a9c2518b745294e8912da4bcf Author: Vladislav Vinogradov Date: Thu Jul 22 09:31:33 2010 +0000 added implementation GpuMat::convertTo and merged this with matrix_operations.cpp commit 7bf29e1488af39e719f696df361c27c5cea70300 Author: Andrey Morozov Date: Thu Jul 22 08:59:23 2010 +0000 optimized gpumat::setTo(), ~ 30 speedup commit 8bb987e43675e0021040c69e2fabf99beef37725 Author: Vadim Pisarevsky Date: Wed Jul 21 23:18:51 2010 +0000 optimized VNG demosaicing using SSE2 (got ~3x speedup) commit 2fe75ea33e59fbc0304965453c74df97d0a536f4 Author: Andrey Morozov Date: Wed Jul 21 13:35:41 2010 +0000 fixed implementation of gpumat::setTo() commit f37ac8e4caf2f646c4662f9a3a6d87b891a722fe Author: Andrey Morozov Date: Wed Jul 21 10:43:01 2010 +0000 fixed implementation of gpumat::setTo() and improved gputest commit 550e635814a50f4c7069ab6235da71988d7342bb Author: Vadim Pisarevsky Date: Wed Jul 21 08:55:50 2010 +0000 added numerical values to the new _VNG constants' definitions. commit f6c55582d84b49d3e2894271bc854bf057656e08 Author: James Bowman Date: Tue Jul 20 18:31:10 2010 +0000 Added VNG Bayer enums commit f48bd3d28165562b76d3e5e013b560ce849e8282 Author: Vadim Pisarevsky Date: Tue Jul 20 15:51:32 2010 +0000 added VNG demosaicing algorithm (ticket #466) commit f31cf6d88d0d1d23273a271c29aa214a6c2cb5e6 Author: Anatoly Baksheev Date: Tue Jul 20 13:00:07 2010 +0000 prefilter_xsobel option added to stereobm_gpu commit bde158c6557b4c66b0765be7d6d8a71cb4c74e01 Author: Alexander Shishkov Date: Tue Jul 20 12:27:25 2010 +0000 exclude failed tests commit 3a481f93eee036c10b52f1072b7aada4d5b9104e Author: Anatoly Baksheev Date: Tue Jul 20 11:46:04 2010 +0000 EHsc- warning fixed commit 14bf624af41100a50c5198556ebf3c592a4f0e6d Author: Yannick Verdie Date: Tue Jul 20 09:39:36 2010 +0000 QT new functions: - cvAddButton done - All the "actions" of the toolbar are working - Window properties done commit 3a3745daace46611dc71cbf6cdf1267f1ba1e7a2 Author: Anatoly Baksheev Date: Mon Jul 19 17:35:39 2010 +0000 disabled W4 warnings for GPU module. commit 2be1c7d13f56ff7afd29a06b2d6ab924c450be60 Author: Andrey Morozov Date: Mon Jul 19 14:36:23 2010 +0000 fixed implementation gpumat::setTo() commit c3f1a6e78a1ed548e64f5fd8cdfc17d9d91400cb Author: Andrey Morozov Date: Mon Jul 19 14:35:19 2010 +0000 added the module for testing gpu, by default turned off commit ace7c7e93cc9f7303d0ddea83e4e6a4d58e7021a Author: Andrey Morozov Date: Mon Jul 19 10:49:35 2010 +0000 linux compiletion error commit 07825bad1e5effaebf60455f01966b820e688122 Author: Anatoly Baksheev Date: Mon Jul 19 09:31:12 2010 +0000 compilation with no cuda re factored commit 20e2dc84b0c56eda26af08064f9b0444535371ca Author: Andrey Morozov Date: Mon Jul 19 07:56:27 2010 +0000 added implementation SetTo() with mask commit da1526aa49530df7faa588f0335642e1a2fbf90f Author: Andrey Morozov Date: Sat Jul 17 13:50:30 2010 +0000 Added implementation SetTo() without mask commit 2de66d08d01150ef3d6972e55acca21ce8569ab9 Author: Vadim Pisarevsky Date: Sat Jul 17 12:14:18 2010 +0000 removed extra dashes from XMLs to make them standard-compilant (ticket 375) commit f894d1de31ef9cc1ec6ab5872b8e3c7c65563ccb Author: Vadim Pisarevsky Date: Sat Jul 17 11:51:17 2010 +0000 replaced unlink() & _unlink() with more standard remove() (ticket #334) commit 1d93ca00dee8de0825fb5fc3651ee6dd921afa50 Author: Andrey Morozov Date: Sat Jul 17 11:17:29 2010 +0000 Added files for implementation of operations SetTo() commit 08cba33f9da20764a32288bb9da4ad7d86d79727 Author: Vadim Pisarevsky Date: Sat Jul 17 10:35:17 2010 +0000 fixed some more MSVC2010 warnings commit ad66d33e8160629fbac633fc3bf542a9cf48309a Author: Alexander Shishkov Date: Sat Jul 17 09:43:30 2010 +0000 exclude failed tests commit f15d64d3f44d96e16ba1ceceb058c51cad3e314c Author: Vadim Pisarevsky Date: Fri Jul 16 22:54:29 2010 +0000 raised the error threshold in moments-raster test (ticket #438) commit 7960547dedbced66161f1e28f991b10bf125be64 Author: Vadim Pisarevsky Date: Fri Jul 16 22:50:53 2010 +0000 raised the error threshold in accum-runavg test (ticket #448) commit 75cf8c1b470ccf3b5150196bd9434d2c8d887b0f Author: Vadim Pisarevsky Date: Fri Jul 16 22:44:48 2010 +0000 a few more warnings fixed commit 758e826d2e0a047ee4dd0b6a1e860e741003743d Author: Vadim Pisarevsky Date: Fri Jul 16 22:38:57 2010 +0000 do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV commit ba60094aca370a55372940ccab01bec13fde1d90 Author: Vadim Pisarevsky Date: Fri Jul 16 19:14:24 2010 +0000 fixed reprojection error check in the fundamental matrix test commit dce51826b8db4e9306c5ccc1412c47781c14fb63 Author: Vadim Pisarevsky Date: Fri Jul 16 19:03:14 2010 +0000 fixed the singular case in the rodrigues test. increased the error threshold in findFundamentalMat test commit 992eace79acded9c066336f510f194de604f0ebd Author: Vadim Pisarevsky Date: Fri Jul 16 18:28:46 2010 +0000 fixed some warnings from xcode commit 131bd5678d08095254f8ed13e9efc2cd6cfefcde Author: Anatoly Baksheev Date: Fri Jul 16 16:32:39 2010 +0000 removed opencv_gpu from OpenCVConfig.cmake.in commit 5e5b29f92b0e7fafaa47da49d00d2b19cc34e67c Author: Vadim Pisarevsky Date: Fri Jul 16 15:31:52 2010 +0000 eliminated some GCC 4.x warnings commit 9fae7aee5b45183ee3b73d7efd0d89511999d99f Author: Yannick Verdie Date: Fri Jul 16 15:22:07 2010 +0000 QT new functions: - fixed icvFindTrackbar bug commit 641c2ba83e5e284ffbf280d6eb10f018bb197417 Author: Vadim Pisarevsky Date: Fri Jul 16 15:04:34 2010 +0000 repaired build on mac after libtiff update commit 396aa53e9667411a2ef8e5453d08c6822861fce3 Author: Vadim Pisarevsky Date: Fri Jul 16 14:28:50 2010 +0000 fixed VS preprocessor condition to include pmmintrin.h (which is available in VS2008 and later versions, but not in VS2005) commit 670fff5f428e1e8a727be8ff0e86eca671c6b080 Author: Vadim Pisarevsky Date: Fri Jul 16 14:16:18 2010 +0000 added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine) commit 39baac85dd9ef14701a2e5bc8ae60f74b8d31930 Author: Vadim Pisarevsky Date: Fri Jul 16 13:03:31 2010 +0000 fixed some more 64-bit related VS2010 warnings commit 2906023190f525a56a37c0549936cabfb38323d3 Author: Victor Erukhimov Date: Fri Jul 16 12:59:47 2010 +0000 Fixed a memory leak commit f78a3b4cc19c76bf93348e5666f82d353bae2a55 Author: Vadim Pisarevsky Date: Fri Jul 16 12:54:53 2010 +0000 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings commit 0c9eca792258d30b77687e06d8f06079958e63ac Author: Yannick Verdie Date: Fri Jul 16 12:51:29 2010 +0000 QT new functions: - Finished toolbar: the last icon opens an external window with the trackbars inside commit f5ab36f4dfba575ae316e4ad8144c06d6806cfa0 Author: Yannick Verdie Date: Fri Jul 16 09:15:58 2010 +0000 QT new functions: - Add icons for toolbar in new folder (files_Qt) (later, will delete useless icons) commit ddc29e08be937603159871d70380e518ed9f81a6 Author: Yannick Verdie Date: Fri Jul 16 09:12:15 2010 +0000 QT new functions: - Add toolbar - Clean the code - Window properties in progress commit b8535d17266c43d5310a8ab9b089a3cf588488bb Author: Anatoly Baksheev Date: Thu Jul 15 15:32:17 2010 +0000 bixed bug in cudaSafeCall commit 55b1e9cbc7410c38388b92fb70cfa62d8c20d413 Author: Anatoly Baksheev Date: Thu Jul 15 14:42:24 2010 +0000 added safe call support in cu files commit 2c84a66ec7ca2c9c4dba9e616540ab72c251b3d4 Author: Anatoly Baksheev Date: Thu Jul 15 13:36:00 2010 +0000 added support to build without cuda. commit e1bd5aeadde21f8e2f831ea87645f709255f5349 Author: Andrey Morozov Date: Thu Jul 15 12:24:06 2010 +0000 fixed problem with building module gpu on linux commit c00e9cfa27f1a3f118c44edd2f8e0e4bb084244e Author: Andrey Morozov Date: Thu Jul 15 09:18:39 2010 +0000 fixed problem with compiled on linux commit c4ef619ac5fac16d0d0f6f58d922d505d95d9578 Author: Anatoly Baksheev Date: Thu Jul 15 09:13:15 2010 +0000 minor changes in gpu code (initialization interface) commit 7f6fb6ef97cc31ab1aec23eb107c40c7ba864e43 Author: Anatoly Baksheev Date: Wed Jul 14 15:55:16 2010 +0000 First gpu code draft. Interface might be significantly changed in future. Simple implementation of StereoBM_GPU. It is excluded from compilation now. commit fbc88e2d666da78e98783571ea072f7b5edf0008 Author: Alexander Shishkov Date: Wed Jul 14 09:16:16 2010 +0000 exclude failed tests commit 730de4d8c34664cd1c0e432893e2c360a8514664 Author: Gary Bradski Date: Wed Jul 14 00:32:35 2010 +0000 Fixed crash if no chessboard problem commit 32a33eae9b0528d44df4f95c3569356124c701f1 Author: Vadim Pisarevsky Date: Tue Jul 13 19:55:56 2010 +0000 added universal opencv header commit 1c7297f5be7c7a9d7f4b38d1c739760156736628 Author: Stefano Fabri Date: Tue Jul 13 18:11:45 2010 +0000 Another little fix for Monocrome frame commit 3499703ede3392e7f1e2ed399c5cf3d08081e081 Author: Stefano Fabri Date: Tue Jul 13 18:08:20 2010 +0000 Fixed a typo commit 22d22fd925edb9e4c70abf5656583c3445428d95 Author: Stefano Fabri Date: Tue Jul 13 17:58:08 2010 +0000 Some little fix in pvapi backend commit 4a734f774ac633a99d193b7fdc2b2f9d89410d77 Author: Vadim Pisarevsky Date: Tue Jul 13 14:54:42 2010 +0000 fixed ds-graphscan test (trac #461) commit f42adcdc455ba399b9fe3cd4df3a8b41f3528711 Author: Vadim Pisarevsky Date: Tue Jul 13 14:43:24 2010 +0000 fixed ds-graph test commit da0268842914271b3d582a9974674f4cb5bda5ed Author: Vadim Pisarevsky Date: Tue Jul 13 14:17:49 2010 +0000 improved accuracy of the matrix determinant and matrix inversion functions (trac #431) commit fa91788222ffdf6f1ee380436d0c9b225bce583d Author: Vadim Pisarevsky Date: Mon Jul 12 15:29:31 2010 +0000 disabled Qt by default (until the code is stabilized) commit e11a77cb70bb43bf4b245b81f4c52fc8534be409 Author: Yannick Verdie Date: Mon Jul 12 15:24:15 2010 +0000 use sleep instead of usleep on window commit f2971aebd045632259b6f438a21faf33505a3d5a Author: Yannick Verdie Date: Mon Jul 12 14:39:31 2010 +0000 Ticket #458 commit 1c856283ec040293e190a25bde89c2c7849d78eb Author: Alexander Shishkov Date: Mon Jul 12 13:22:59 2010 +0000 exclude failed tests commit fd16d49d857bba88544531f3399a80e2848e41a5 Author: Alexander Shishkov Date: Mon Jul 12 11:56:11 2010 +0000 Changed VectorDescriptorMatch interface to add factory capabilities and changed factory functions interface (return smart pointer) commit c3eb7881f17afb992896aed92549afb0a5ea4b75 Author: Yannick Verdie Date: Mon Jul 12 11:04:26 2010 +0000 New functions with QT GUI: - 3 new points mostly done: - OpenGL support enabled (windows are rendered using GPU) - Save current screen (with overlay and so on...) with shortcut CTRL+S - Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...) commit 6436ce411b67651e934ae358a4a905088454bfbf Author: Vadim Pisarevsky Date: Mon Jul 12 09:00:35 2010 +0000 relaxed error threshold for matrix-dotproduct (ticket #447) commit ba5eb93a53a2c6ce847db186bc343ccafd777b6b Author: Vadim Pisarevsky Date: Mon Jul 12 08:46:00 2010 +0000 rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449) commit 998cce4a2d0bec226bb0c65fd570792defc1a62f Author: Alexander Shishkov Date: Sun Jul 11 15:07:44 2010 +0000 exclude failed tests commit 030323c83f652ed83cfd713f1194e7e6628c1359 Author: Vadim Pisarevsky Date: Sat Jul 10 14:27:03 2010 +0000 turn off PCH support for GCC 3.x commit ae86ee59246ce2634ef30435772de2e6ebe492ee Author: Victor Erukhimov Date: Sat Jul 10 10:02:07 2010 +0000 Partly relaxed a condition on cornersubpix error reduction commit fc9577f8e5eebf76cf3233f1a9e3605c4a8f266d Author: Alexander Shishkov Date: Fri Jul 9 11:50:59 2010 +0000 exclude ds-graph test commit 9d058dba3765cb10dceaec2d5bcfd68709af09a8 Author: Alexander Shishkov Date: Fri Jul 9 11:21:39 2010 +0000 exclude failed tests commit 0023cf49c436fcf335dafcc94e0ee7ca912a3395 Author: Vadim Pisarevsky Date: Fri Jul 9 11:00:26 2010 +0000 trying to repair OpenEXR detection commit 9998402b164536ec3b9286dfcbfc87bb1618de6b Author: Alexander Shishkov Date: Fri Jul 9 09:24:32 2010 +0000 exclude MacOS failed tests commit db829060674090621cac4d526e21076a0f771e73 Author: Vadim Pisarevsky Date: Fri Jul 9 09:09:20 2010 +0000 fix build with GCC 3.3 on Ubuntu 8.04 commit 4187f116102c586fcb1f9a8eb75835cb8ea3de42 Author: Victor Erukhimov Date: Fri Jul 9 09:08:08 2010 +0000 Fixing a win compilation problem commit 1058bc7f1f09ee9b464bcc3530b614d02075dc3c Author: Alexander Shishkov Date: Fri Jul 9 09:04:49 2010 +0000 exclude Ubuntu failed tests commit fd169e971645414b7db91435ae3181bccda4c4b4 Author: Vadim Pisarevsky Date: Thu Jul 8 21:15:09 2010 +0000 fix warnings about missing destructors in FeatureDetector and DescriptorExtractor classes and their derivatives commit 269afb91da98c0b11f12a06cf46f1249ce935648 Author: Vadim Pisarevsky Date: Thu Jul 8 11:24:32 2010 +0000 make Qt bindings compile with any Qt 4.x commit 7148823cc2773e0ef7df86444e98d7ebbafe1af7 Author: Vadim Pisarevsky Date: Thu Jul 8 09:03:12 2010 +0000 fixed pdflatex compile error commit 164700161e7c54eea45716e1d972f0a9e6e4db18 Author: Yannick Verdie Date: Thu Jul 8 08:32:24 2010 +0000 Qt backend development: Fixed CMake cached variables commit c685ca0e997c1c74901fbf2d9bad51552fb60924 Author: Yannick Verdie Date: Wed Jul 7 18:46:18 2010 +0000 Fixed bug during compilation: "error: explicit template specialization cannot have a storage class" commit 3d55d4818ba636550f7f93c9f9ec15be926e9c2b Author: Yannick Verdie Date: Wed Jul 7 17:53:59 2010 +0000 New functions with QT GUI: - Save current screen (CTRL+S), with png, jpg, jpeg, bmp format support - OpenGL rendering enable (make Qt very fast) -> working on opengl callback (done soon) - Rendering optimised (with and without openGL) commit 796553d05147b75b9b959c213922d193fd3032d9 Author: Vadim Pisarevsky Date: Wed Jul 7 15:25:42 2010 +0000 added some quaternion operations on Scalar's. commit 609ad4e409ec33800e9c42459e126f2c4a810313 Author: Vadim Pisarevsky Date: Wed Jul 7 15:24:21 2010 +0000 adjust the path in the installed dynamic libraries on MacOSX via INSTALL_NAME_DIR. commit 7d006e368e600c5f72797dd0f450fa4738844603 Author: Vadim Pisarevsky Date: Tue Jul 6 16:06:11 2010 +0000 fixed image rendering and memory leak in waitKey (thanks to Bart Nabbe and Steve Bushell) commit e1c2e72ed6cfe7c4cbe7dc09e845e4ad17d24f56 Author: Vadim Pisarevsky Date: Mon Jul 5 20:50:29 2010 +0000 temporarily turned off PCH support for GCC 4.1, since it causes "undefined main" error commit 9cf319d504bdc54ffd9c75b307103ac3f7dca582 Author: Vadim Pisarevsky Date: Mon Jul 5 08:11:52 2010 +0000 fixed some MSVC2008 compiler errors & warnings commit 576adb434d0c663cda03e2a232dcacedd1894025 Author: Vadim Pisarevsky Date: Sun Jul 4 12:32:31 2010 +0000 removed embedded (obsolete) OpenEXR files; repaired OpenEXR bindings commit afdaafd4b8af64f736ece9d7ef2e290cbe910988 Author: Vadim Pisarevsky Date: Sat Jul 3 21:54:10 2010 +0000 fixed compile problem (thanks to Pierre Moulon) commit 6e6559d2073f5131494bfb81d975c6b7b75031b1 Author: Vadim Pisarevsky Date: Sat Jul 3 13:38:06 2010 +0000 fixed test crashes after CV_CN_MAX increase. commit bce9f54152e9c13e0f648c3d4065ce3f78443e4c Author: Stefano Fabri Date: Fri Jul 2 17:36:28 2010 +0000 Corrected Mask operator (from documentation mask must be a char matrix with non-zero values in the region of interest) commit 86ef7fab039d51636916549e805b928394fae305 Author: Ilya Lysenkov Date: Fri Jul 2 06:58:17 2010 +0000 Fixed bug ticket #416 commit e9596deebb48de230b3eb52dfa3f68d53765575d Author: Ilya Lysenkov Date: Thu Jul 1 07:22:16 2010 +0000 Added timing test for BruteForceMatcher commit 254d645415f7acc43ccd343a7b7ec4dae84c21c4 Author: Victor Erukhimov Date: Thu Jul 1 06:51:12 2010 +0000 Commenting out CV_CameraCalibrationBadArgTest because a crash in its constructor prevents opencv_test to run anything commit 89d9345cae875a5e9739b3f3e736aae7f8e83b69 Author: Yannick Verdie Date: Wed Jun 30 14:50:29 2010 +0000 New functions with QT GUI: - fixed bug ticket #412 commit 0154b18a3d32b906e2841ccb214efef5207b207b Author: Ilya Lysenkov Date: Wed Jun 30 14:37:42 2010 +0000 Speeded up BruteForceMatcher using matrix multiplication commit 2f4d396506bce68040e706b1c9525a6e68a39805 Author: Yannick Verdie Date: Tue Jun 29 22:14:24 2010 +0000 New functions with QT GUI: - save/load window parameters implemented ! commit 6f10d9cea8841e3d2931367bcd06fd76ad785922 Author: Vadim Pisarevsky Date: Tue Jun 29 16:36:27 2010 +0000 changed WITH_EIGEN2=OFF to ON by default commit d9ff8a30f5c857f564853f0ecbce42eba9bbf4d1 Author: Vadim Pisarevsky Date: Tue Jun 29 15:49:44 2010 +0000 fixed compile errors on Ubuntu 10.04 commit 60acd91ce1626af3ee3b77bc260a9d914d3c963e Author: Vadim Pisarevsky Date: Tue Jun 29 15:49:15 2010 +0000 added Eigen2 support; fixed compile errors on Ubuntu 10.04 commit 7ec4b59facd0f27a8dd89b0c5fdd418e3d2dd540 Author: Vadim Pisarevsky Date: Tue Jun 29 15:12:07 2010 +0000 added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly commit 10b5a51731610a1db2f550c4da9e9bb98c584c69 Author: Vadim Pisarevsky Date: Tue Jun 29 14:52:43 2010 +0000 added "small matrix" class Matx commit bed63cc7c283c3a70c6671eb8c789eb16878c3ba Author: Vadim Pisarevsky Date: Tue Jun 29 10:01:55 2010 +0000 fixed the output disparity at the extreme cases (minDisparity or minDisparity + numOfDisp - 1). Thanks to Patrick Mihelich for the report (trac #395) commit f668a230eacb0dbbb1a0bc6cf107737b737b8cb5 Author: Yannick Verdie Date: Mon Jun 28 21:15:54 2010 +0000 New functions with QT GUI: - imgregion shortcut implemented (CTRL+O) commit f8c83340b29d503153443b5ceafdd36de94f75ec Author: Yannick Verdie Date: Mon Jun 28 21:01:37 2010 +0000 New functions with QT GUI: - imgregion (as with Matlab) implemented commit 69adf86afe4c8d05398ac188b4a6c55eaf1e63d4 Author: Maria Dimashova Date: Mon Jun 28 16:03:01 2010 +0000 fixed compile error; renamed createDescriptorMatch to createGenericDescriptorMatch commit add94f9bd605de2a3e07167135e58e9f65e1bfe7 Author: Ilya Lysenkov Date: Mon Jun 28 13:06:24 2010 +0000 Added L1 distance code and used factory functions in evaluation framework commit 4bcd81f85f48de445325f3b9e7e807e4f7a7f96b Author: Yannick Verdie Date: Sat Jun 26 22:36:41 2010 +0000 New functions with QT GUI: - aspectRatio is controled by cvSet/getWindowProperty commit 397b31e437c0857112e3ba9d91f47c19ccfa9917 Author: Yannick Verdie Date: Sat Jun 26 14:33:14 2010 +0000 New functions with QT GUI: - fix CMake OpenGL compilation commit 6314cd28cf98316969e2c717b5ce7d4c87e2b267 Author: Yannick Verdie Date: Fri Jun 25 17:19:11 2010 +0000 New functions with QT GUI: - fix zoom offset of 0.5 - fix CMake problem with QT detection - Code optimisation commit 2dcad1eb81e943ffeec8170a69b083a8dcb2089e Author: Stefano Fabri Date: Fri Jun 25 13:18:40 2010 +0000 Added some paramter to set exposure, adaptable packet size commit 2d0b20df9e222f0e8c5b051c4967f9109b7c0a1e Author: Stefano Fabri Date: Thu Jun 24 18:23:57 2010 +0000 Removed a debug print commit 183f2306c83e0da9dc449cf8c7866f4d8058feb1 Author: Stefano Fabri Date: Thu Jun 24 17:54:49 2010 +0000 Initializaed monocrom variable on costructor commit c7cf80fd5962c315451fc438cdf80ff59fca92bd Author: Stefano Fabri Date: Thu Jun 24 16:27:41 2010 +0000 Enable pixelformat check commit a419ecfde56d87c9b935059b056cbbb6cd04b0ce Author: Stefano Fabri Date: Thu Jun 24 15:23:43 2010 +0000 Return false if cannot adapt packed size with mtu max of network adapter commit 686737e24f0edbf8e286bac0d59cec855921921c Author: Stefano Fabri Date: Thu Jun 24 13:38:57 2010 +0000 Add support for monocrome cmos ccd Adapted mtu and packed size Some minor fixes in gstreamer because not implemented support of v4l v4l2 in the wrapper default beahvior must be v4l v4l2 or libv4l backends commit 4ec4cf687679cd39e154e00b349759f3885b95ab Author: Vadim Pisarevsky Date: Thu Jun 24 12:28:23 2010 +0000 fixed memory leaks in cocoa bindings (trac ticket #253). Thanks to N. Butko commit ff7b46fa665b35477deef6351ba9f6a18d561cf6 Author: Ilya Lysenkov Date: Thu Jun 24 11:29:26 2010 +0000 Added algorithmic test for BruteForceMatcher commit c15934dd2b0a91617f0453d1cd4a64a959be0972 Author: Maria Dimashova Date: Thu Jun 24 08:34:47 2010 +0000 modified default var_type values commit 4a05af684f660f94176e7fd3443472b9b69baef0 Author: Maria Dimashova Date: Thu Jun 24 08:18:29 2010 +0000 fixed commit 4eda856cd5685b2da3ed8f304a4d61ad537c97f2 Author: Vadim Pisarevsky Date: Thu Jun 24 07:56:57 2010 +0000 squareSize renamed to square_size in the output xml/yml commit 35dc0de097739bea3f28e1362755821c1308d078 Author: James Bowman Date: Wed Jun 23 20:40:07 2010 +0000 Typo in floats commit de00049aad2e5c05b02626f52ce38e2409f1353a Author: James Bowman Date: Wed Jun 23 20:39:51 2010 +0000 #393 SnakeImage revised Python binding commit d6c6c3ecdae2e7597f7efe3bbc208d0405bd30d4 Author: James Bowman Date: Wed Jun 23 20:18:52 2010 +0000 #393, SnakeImage commit 122a1c2bff5da67e4a997de2f91eb67abee5d22a Author: Maria Dimashova Date: Wed Jun 23 17:00:12 2010 +0000 fixed case of var_type==0 (ticket 397) commit b481f12de81d1b51c26583f514a79db3bd7c786d Author: Vadim Pisarevsky Date: Wed Jun 23 13:32:29 2010 +0000 fixed computation of feature vectors in self-similarity descriptor (max->min) commit f69514eef7269325b74453c2fcb55cc818fc5064 Author: Yannick Verdie Date: Tue Jun 22 17:15:49 2010 +0000 New functions with QT GUI: StatusBar with zoom/color/position information user can display infor mation in statusbar with cvDisplayStatusBar(window,text,delay_ms) commit 4606638bb3e385948eadfc50229766ac94027d7e Author: Maria Dimashova Date: Mon Jun 21 10:40:32 2010 +0000 fixed commit f2392f2e2f4254cd519f79e34b8e00ba036a0754 Author: Yannick Verdie Date: Sun Jun 20 11:18:23 2010 +0000 New functions with QT GUI: - fix c++ wrapper - fix compilation bugs commit 2f9aedfaabdde69135b2d71f281ec0bbe6944c5c Author: Yannick Verdie Date: Sun Jun 20 10:29:11 2010 +0000 New functions with QT GUI: - fix c++ wrapper - rename cvInformation in cvDisplayOverlay commit bd643ad55088f3bfabd83d8a3a08bab1861e62ef Author: Yannick Verdie Date: Sun Jun 20 08:44:19 2010 +0000 New functions with QT GUI: Fixed memory leak Disable QT by default commit c007b60b2512e1ff3950cd0dfae66c8ce62181e0 Author: Yannick Verdie Date: Sat Jun 19 21:01:27 2010 +0000 New functions with QT GUI: Fixed bugs indicated by Vadim commit 5cbe64dac73083b1c65916a69075735804d23d06 Author: Yannick Verdie Date: Sat Jun 19 18:57:04 2010 +0000 New functions with QT GUI Shortcut for zoom (CTRL + and CTRL - for zoomin/out, CTRL Left/Right/Up/Down for panning, CTRL P for zoom = 1) Fix bug with key event commit 65f3b09d3161cd8b0f68815c1de4d7250af6a90b Author: Vadim Pisarevsky Date: Sat Jun 19 17:25:42 2010 +0000 added grabcut() call commit 47620085b55a9b32332bcdf5bbd80af80045485f Author: Vadim Pisarevsky Date: Sat Jun 19 16:26:22 2010 +0000 added dummy cvInitSystem() to Qt bindings to avoid "unresolved symbol" errors commit e78373f4b8392ba3a5a059911bd23bc4ec667c61 Author: Filipe Almeida Date: Sat Jun 19 14:34:44 2010 +0000 V4L2: removed setting device control values to initial values on capture release commit 8b86f05d3ec5e5bd948b8336ade00c7fa56f510c Author: Ilya Lysenkov Date: Fri Jun 18 06:10:52 2010 +0000 Fixed assert generation in descriptors evaluation due to many-to-many matching commit 3d2ec9875da2b88ac2e0a918ee9a9e0ab80dc35d Author: Yannick Verdie Date: Thu Jun 17 20:44:18 2010 +0000 New functions with QT GUI Mouse callback return correct value during zoom/panning Window overview in zoom mode done ! commit e21b4e9ca3b6fa6efbdeef6eab2075c392571075 Author: Yannick Verdie Date: Thu Jun 17 20:24:11 2010 +0000 New functions with QT GUI Mouse callback return correct value during zoom/panning commit 386496863c17df109642e7b2b760eec766eba8ff Author: Yannick Verdie Date: Thu Jun 17 16:41:48 2010 +0000 New functions with QT GUI use inv matrix for Zoom in/out for better result Fix some bugs with zoom/panning commit 78a659287fca660b21b3a27490391aa7a8a44be4 Author: Ilya Lysenkov Date: Wed Jun 16 13:12:46 2010 +0000 Minor changes in descriptors evaluation commit 276f3b88625590fd9e9ed319e189dd1d1ccddbce Author: Ilya Lysenkov Date: Wed Jun 16 08:56:53 2010 +0000 Added distance threshold-based matching commit f4dba4686d371d5b7d205194080f1def35f279d4 Author: Yannick Verdie Date: Wed Jun 16 07:58:53 2010 +0000 New functions with QT GUI (presented in the 4th report) -Fullscreen -Change Autoresize dynamically (after windows are created) -Zoom on mouse location (with wheel) -Panning by click'ndrag posible after zooming commit 673b4404a954da38872501fb2cf89186c35bf0f2 Author: Ilya Lysenkov Date: Wed Jun 16 07:06:14 2010 +0000 Fixed plot data generation for descriptors comparison commit 400eb371893adbb4b4c09f70239d5bde5d55b06d Author: Maria Dimashova Date: Tue Jun 15 15:19:11 2010 +0000 added parameter keypointIndexes to KeyPoint::convert, updated sample commit c4fded9afacfa7770f95b6e60900dd2b3abff1e2 Author: Yannick Verdie Date: Mon Jun 14 16:00:38 2010 +0000 New functions with QT GUI Zoom function done, working on panning now (weel enable it) Fixed mouse coordinate bugs commit 56f17b78bb60834045bbb83fcd9613583e5e7ce4 Author: Vadim Pisarevsky Date: Mon Jun 14 14:33:11 2010 +0000 added some on-screen help commit 2d2cc3ecdfd5206851cec6c94ac3e235b4b9e15d Author: Vadim Pisarevsky Date: Mon Jun 14 12:21:57 2010 +0000 updated commit 365e6b7b9889111155ad4a7f8ad96c8fd8a11a2e Author: Vadim Pisarevsky Date: Mon Jun 14 12:02:03 2010 +0000 updated docs: grabcut added, PDF updated, ChangeLog: removed duplicated section commit e1058f9a135d5015055fe088408cd3f59bab4ccc Author: Vadim Pisarevsky Date: Mon Jun 14 10:58:31 2010 +0000 draft version of 3d reconstruction sample (no bundle adjustment yet) commit b2244f87acc1d3ab4d74746c22cce6500dd34548 Author: Vadim Pisarevsky Date: Sun Jun 13 19:08:24 2010 +0000 improved the calibration and select3dobj samples commit fa3c6821ac66d939ecba42132be37fbf59f14708 Author: Vadim Pisarevsky Date: Sun Jun 13 16:12:50 2010 +0000 handle the non-detected board case in cv::drawChessboardCorners. commit 654d447661a6ffda66710a5440aa57e544181de8 Author: Vadim Pisarevsky Date: Sun Jun 13 03:50:29 2010 +0000 calibration sample rewritten using the C++ API commit be292046d8504279a70d61fc91f8ad0f4a625fe4 Author: Yannick Verdie Date: Sat Jun 12 18:08:27 2010 +0000 working on QT change/get win property (done) Fullscreen done change autoresize dynamically done commit e71c5e8754f78b173e932d1fbfbf9f990611b011 Author: Yannick Verdie Date: Sat Jun 12 16:56:01 2010 +0000 working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) commit 9eea2a5fe62f3b48c8a97c8f9aa959dcb5c14c26 Author: Yannick Verdie Date: Sat Jun 12 16:36:46 2010 +0000 working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) commit d264907fd6d60b38e9e5bc08537e68f4430dadf2 Author: Maria Dimashova Date: Sat Jun 12 16:15:01 2010 +0000 uprated detector test commit dd72f2ec527cd9e62f9b44c2d8cf2f4c6d7fa19f Author: Maria Dimashova Date: Sat Jun 12 14:39:56 2010 +0000 moved matchesMask commit 008da756918704ec7645d4d843a9ff0c5dec7b18 Author: Maria Dimashova Date: Sat Jun 12 10:11:57 2010 +0000 renamed parameter of drawMatches (mask to matchesMask) commit c751e901cefbb8db1134405b6f5edd74493bf28b Author: Victor Erukhimov Date: Sat Jun 12 06:30:00 2010 +0000 Changed interface for drawMatches commit b34f0a2fa37d905c0a717bb6a46abc3de73ac5d8 Author: Victor Erukhimov Date: Sat Jun 12 06:28:08 2010 +0000 Updated documentation for drawMatches commit ed9e63c8e559f7602b023b75995b112766b30492 Author: Victor Erukhimov Date: Sat Jun 12 05:54:41 2010 +0000 Fixing a bug commit b21314bccd60ec86b9fce1fba33c0b7a79e48e7c Author: Victor Erukhimov Date: Sat Jun 12 05:52:43 2010 +0000 Fixing a couple of bugs commit 2b116981b7d4881a6211ce482be4b21ad32ff635 Author: Victor Erukhimov Date: Sat Jun 12 05:45:28 2010 +0000 Added a simple sample for descriptor matching commit 7ce10e8c91a2f240e22649aa9a499b1f1fb0c3a1 Author: Victor Erukhimov Date: Sat Jun 12 05:44:55 2010 +0000 Modified a comment to DescriptorMatcher commit c6a943b6843f2f5307969ca33a0deadd39438cab Author: Victor Erukhimov Date: Fri Jun 11 19:56:52 2010 +0000 DescriptorMatching -> DMatch commit c6750a0f455eecd2c67c023e7799ce4cdf74d855 Author: Victor Erukhimov Date: Fri Jun 11 18:44:22 2010 +0000 Moved detector and descriptor class factory functions into features2d module commit d7691f6cadd1b73e1672ce18fb09a0be415f65fc Author: Vadim Pisarevsky Date: Fri Jun 11 18:43:46 2010 +0000 another attempt to fix cvcap_ffmpeg.cpp compile errors commit bdd10c11f3ed91d082819db1554e096b9457acb2 Author: Vadim Pisarevsky Date: Fri Jun 11 18:43:20 2010 +0000 temporarily comment off the warnings about obsolete cxcore.h, cv.h etc. commit 2dc0cf23888047f1fd295846d45f0fb4c3e1a706 Author: Maria Dimashova Date: Fri Jun 11 17:24:41 2010 +0000 added plot data generation for detectors; removed old version of functions evaluating detectors commit 6667d935f138314b26c9a8850fa9bc78b3f60618 Author: Maria Dimashova Date: Fri Jun 11 17:17:47 2010 +0000 updated descriptor_extractro_matcher sample to use added drawMatches function commit 17a8050fe2c26b80d191eeed204bb8031664cd17 Author: Maria Dimashova Date: Fri Jun 11 17:15:43 2010 +0000 added drawMatches function to features2d and documentation on this commit 217842b0b9bc829e81ba0e8da283521d33815697 Author: Ilya Lysenkov Date: Fri Jun 11 09:46:43 2010 +0000 Moved fern_params.xml to samples/cpp for generic_descriptor_match sample commit 88bd1f1d1ac80a7171a7ebe5ddb41f51e0f733f0 Author: Ilya Lysenkov Date: Fri Jun 11 09:38:39 2010 +0000 Added plot data generation for visual descriptors comparison in the evaluation framework commit f6f634bace369d5dbba82c32fa552f03185e6bbb Author: Yannick Verdie Date: Fri Jun 11 09:02:57 2010 +0000 working on QT change/get win property (stylesheet for cvTrackBar fixed !!!) commit 802d5f994001302028d6a94d7600d8ca0badde6c Author: Yannick Verdie Date: Fri Jun 11 07:35:36 2010 +0000 working on QT change/get win property commit fb2e7142b1283d7c710ffc4aac23446e188ec668 Author: Vadim Pisarevsky Date: Fri Jun 11 03:59:43 2010 +0000 handle missing UINT64_C definition commit 5bafccd2a79a925992dc4dce316bb79502f59f01 Author: James Bowman Date: Fri Jun 11 00:04:22 2010 +0000 FindContours with all modes/methods, ticket 303 commit ab7b50d3ca0ce4f30102502eb4987db963188ceb Author: James Bowman Date: Thu Jun 10 23:58:55 2010 +0000 FindContours on black image, ticket 303 commit a7faa9afa4adaa9b83316166f0cf7b89891edc25 Author: James Bowman Date: Thu Jun 10 23:52:20 2010 +0000 test_moments checks for float members commit c11bc13126c7867640305d9421a0c1e6ad0477c9 Author: Vadim Pisarevsky Date: Thu Jun 10 23:38:37 2010 +0000 minor fixes in CMake scripts commit 7a715aa792a4ec4fa9ccd6c1aa7e22e25ccecbfe Author: Vadim Pisarevsky Date: Thu Jun 10 23:37:46 2010 +0000 accept default distortion coefficients (Mat() ~ (0,0,0,0,0)) commit d6a321208443bd58219513047320bb636b28d0e2 Author: Vadim Pisarevsky Date: Thu Jun 10 22:12:56 2010 +0000 can now select the camera for calibration commit 023e2b28503897bab497c00702f1be67cd0e5d58 Author: Vadim Pisarevsky Date: Thu Jun 10 20:56:40 2010 +0000 removed irrelevant assertion. commit 432e0e0cd875365f8c190c80e4c8df78882623cd Author: Vadim Pisarevsky Date: Thu Jun 10 20:55:48 2010 +0000 avoid explicit sample enumeration in samples/{c,cpp}/CMakeLists.txt commit 6cc7fb67dd8e8dc794d11dc840bcfc7e9e9460ef Author: Yannick Verdie Date: Thu Jun 10 20:31:55 2010 +0000 fix bugs commit 6027f4d4f9ca8b46cea588c38b794aa5ba47c6c5 Author: Vadim Pisarevsky Date: Thu Jun 10 20:06:07 2010 +0000 removed keypoint_matching.cpp from samples/cpp/CMakeLists.txt, fixed some crashes in select3dobj.cpp commit 799460bd66492a5a6eef4e75e67d036dfaa155e4 Author: Yannick Verdie Date: Thu Jun 10 20:03:52 2010 +0000 will work on the trunk commit 108f4b241699fc494072305c5bb6ebd93f88b802 Author: Vadim Pisarevsky Date: Thu Jun 10 18:54:14 2010 +0000 write camera pose, handle partially occluded objects commit ed64c5606e16f488d56714cf88afa268966be141 Author: Vadim Pisarevsky Date: Thu Jun 10 17:35:59 2010 +0000 the new 3D object selection demo commit 7c1eedfc6152fe48158f60f3239e4eb514fa28ea Author: Victor Erukhimov Date: Thu Jun 10 16:53:36 2010 +0000 Renamed descriptor samples commit d9e8314401006194b25ae116ea0265cab8e3a14b Author: Victor Erukhimov Date: Thu Jun 10 16:40:06 2010 +0000 Moving sample to cpp folder commit ed6e07160a5cb104311229624010d4789242f9f6 Author: Victor Erukhimov Date: Thu Jun 10 16:35:05 2010 +0000 Added intro for detectors/descriptors interface commit d5ef5b88f0828d9cd4fc797b985fbcd4125062c7 Author: Maria Dimashova Date: Thu Jun 10 12:13:35 2010 +0000 modified keypoints_matching sample commit 8e53eb5cbe23180cdc5390e08b747d4d3ce99984 Author: Maria Dimashova Date: Thu Jun 10 08:22:51 2010 +0000 minor changes of feature2d documentation commit b251136e459383b313f59d9e2a9365c09bb236d6 Author: Ilya Lysenkov Date: Thu Jun 10 07:59:18 2010 +0000 Added sample for GenericDescriptorMatch commit 809ebddefb210c9cf828064ca10eb8aba774411c Author: Vadim Pisarevsky Date: Wed Jun 9 18:30:04 2010 +0000 couple more fixes commit 55eb2f9d378b7de465621975ec76373382e190e5 Author: Vadim Pisarevsky Date: Wed Jun 9 18:24:19 2010 +0000 couple more hyperlinks fixed commit 345a57b6165654a8987eb2dbef9d43151dbb112e Author: Vadim Pisarevsky Date: Wed Jun 9 18:17:50 2010 +0000 fixed matrix comma initializer for shorter notation commit 8710c8d6690fdc2256d9f9faf7949948e1881826 Author: Vadim Pisarevsky Date: Wed Jun 9 18:17:24 2010 +0000 fixed code samples commit e4115fa55c0cdf71914cc293608c38ef23f3f2a8 Author: Vadim Pisarevsky Date: Wed Jun 9 17:30:11 2010 +0000 some more samples commit 41eae27b23b5f3d09e8b6baffef7ebd5c2494120 Author: Maria Dimashova Date: Wed Jun 9 17:19:49 2010 +0000 added documentation on feature2d module commit 2d6580faab5a04e2c0bd57e3ef308cd93fdb8859 Author: Vadim Pisarevsky Date: Wed Jun 9 17:02:44 2010 +0000 some hyperrefs fixed commit 74cb95ff67f975c4b9b6f395a88efb762bce3cd1 Author: Vadim Pisarevsky Date: Wed Jun 9 17:00:54 2010 +0000 Generated PDF of the cheatsheet commit 4e846d01f89163f4fdb8424aeb39556cd202250f Author: Vadim Pisarevsky Date: Wed Jun 9 17:00:11 2010 +0000 shortened and extended commit 2780747fec3c924e2b1e5f1aaba8a2171392cdd8 Author: Maria Dimashova Date: Wed Jun 9 16:57:07 2010 +0000 fixed L2 used in BruteForceMatcher commit 93dc0dbae5469e34f5f100aed17637bcfab11ea4 Author: Maria Dimashova Date: Wed Jun 9 14:23:15 2010 +0000 moved sift parameters implementation from hpp file commit 11f9dafdca27cb982e6c0336ed96646b52ebd1c5 Author: Ilya Lysenkov Date: Wed Jun 9 10:03:56 2010 +0000 Fixed FernDescriptorMatch commit 3cdfad60977da73b13da05f6f61a8dd1f470b969 Author: Vadim Pisarevsky Date: Wed Jun 9 04:56:00 2010 +0000 added OpenCV cheat sheet commit 892cc8aab7c5f70eaf5b5c8eff9e7936966af69d Author: Ilya Lysenkov Date: Tue Jun 8 13:21:47 2010 +0000 Fixed FernDescriptorMatch and undid change of FernClassifier commit ab8861fa1004c55900db61687ec6a7ad295f8613 Author: Maria Dimashova Date: Tue Jun 8 13:17:41 2010 +0000 fixed assert() in BruteForceMatcher::matchImpl() commit 48e4f66ccfc2d0db22b6a06a8f5ddb6658fb3afd Author: Maria Dimashova Date: Tue Jun 8 12:18:22 2010 +0000 modified DescriptorMatcher commit 454e346334aeb442dd1605b775491af79e845328 Author: Ilya Lysenkov Date: Tue Jun 8 06:56:35 2010 +0000 Added Fern Descriptor and Calonder Descriptor to the evaluation framework commit 15413c8d40e09b0020c4de4b3d77cf09ce5d2204 Author: Ilya Lysenkov Date: Tue Jun 8 06:54:17 2010 +0000 Fixed bugs in FernDescriptorMatch and FernClassifier commit 165f2520c9b42f5c76ffe06af36e4ce394789c12 Author: Maria Dimashova Date: Mon Jun 7 09:05:48 2010 +0000 fixed sift wrapper commit 61f06d9b787253687bab51f16afb3fad0800c8ee Author: Yannick Verdie Date: Mon Jun 7 08:47:33 2010 +0000 continue integrating QT GUI (GoC 2010) commit c6872100db7e29a92057aeff4e84ac48b5c137f2 Author: Yannick Verdie Date: Mon Jun 7 08:29:10 2010 +0000 Start integrating QT GUI (GoC 2010) commit 8a7b4760ac0c071509e0de938b3d8602ef8b8142 Author: Vadim Pisarevsky Date: Sun Jun 6 17:21:40 2010 +0000 avoid one possible singularity in cvFindHomography commit 93d469956d594fad7c0c9d7c7d4784288171426f Author: Vadim Pisarevsky Date: Sun Jun 6 16:44:38 2010 +0000 fixed reading of certain BMP files commit c6415bf9a592e00eb5b38e4129b86b83cf723ec7 Author: Ilya Lysenkov Date: Fri Jun 4 10:04:28 2010 +0000 Changed params in detectors and descriptors evaluation to speed up testing commit 9fb91180241f86756ab6b6ece9f37110793827ee Author: Ilya Lysenkov Date: Fri Jun 4 05:52:43 2010 +0000 Updated detectors and descriptors evaluation using new read/write methods commit f4788b364525d5ec80bbed0bd9c7f2a037ccc4aa Author: Ilya Lysenkov Date: Fri Jun 4 05:30:09 2010 +0000 Added read/write methods in detectors and some descriptors for XML/YAML persistence commit bb235220e7a098c47f129a32ddb3514412c09060 Author: Ilya Lysenkov Date: Wed Jun 2 06:55:03 2010 +0000 Speeded up descriptors evaluations using clear () commit 8e526dc58a4773e6a1e9980f3d19f02ffdd63045 Author: Ilya Lysenkov Date: Wed Jun 2 05:56:50 2010 +0000 Added One Way Descriptor to detectors and descriptros evaluation commit fe4896873b1289afac0812c91f8ea4d925292f78 Author: Ilya Lysenkov Date: Wed Jun 2 05:39:29 2010 +0000 Fixed a potential memory leak in OneWayDescriptorBase hierarchy. commit a702e5b2dc3f25072b48a5e30657fd41f84c1b3e Author: Ilya Lysenkov Date: Wed Jun 2 05:19:09 2010 +0000 Storing PCA components and One Way descriptors in one yml file. commit 08c377cb48d6d297972981d996b1ddf374d0498b Author: Ilya Lysenkov Date: Tue Jun 1 19:01:35 2010 +0000 testing commit commit a232c4c92471e86507790329a4e1e3e64a33b7e6 Author: Brian Gerkey Date: Tue Jun 1 18:22:40 2010 +0000 testing commit commit 7b86be0f8d9406facd4eb0b2ccbafc9e1338ad8f Author: Brian Gerkey Date: Tue Jun 1 18:21:42 2010 +0000 testing commit commit b400b8466c5f48868abf2811792898db5e0fc7f9 Author: Brian Gerkey Date: Tue Jun 1 18:15:58 2010 +0000 testing commit commit b645629749f1c52f05c92cee5c4598bf4e0785c9 Author: Vadim Pisarevsky Date: Tue Jun 1 16:07:28 2010 +0000 extended highgui VideoCapture::get/set property documentation (thanks to frm) commit d3ae1d19d8fc1ea0c5993bcf21f2a8e207fa8d27 Author: Vadim Pisarevsky Date: Tue Jun 1 15:52:03 2010 +0000 removed internal-use cvconfig.h from core/internal.hpp (thanks to iwamatsu) commit 8b1e3a5ebdf7a878f63c0d0dbc824f0ef47d375d Author: Vadim Pisarevsky Date: Tue Jun 1 15:47:36 2010 +0000 fixed OpenCV_INCLUDE_DIRS in OpenCVConfig.cmake (thanks to borism for the patch) commit 4c49c5b219dfc1b477341af9040dc13d24c29537 Author: Vadim Pisarevsky Date: Tue Jun 1 15:44:02 2010 +0000 fixed repeated calculations in cvsolve (thanks to denisstack for the fix) commit 1d63112714b926b5e8b2e9c1f17745764b87daf5 Author: Vadim Pisarevsky Date: Tue Jun 1 15:34:43 2010 +0000 remove bash'ism in the samples build script (thanks to iwamatsu for the patch) commit e5872cd8bb34d4e6a47c983548ad6cbf5baceafc Author: Vadim Pisarevsky Date: Tue Jun 1 13:53:20 2010 +0000 now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor commit 5c4333d68c11e65e991273c00fdfebf64b32a3d5 Author: Vadim Pisarevsky Date: Mon May 31 16:47:13 2010 +0000 added some more Doxygen comments commit fcf96d1fad68b2aa74ef117bd092275ff8ac6e37 Author: Vadim Pisarevsky Date: Mon May 31 16:46:49 2010 +0000 build PDF out of rst docs commit 5d125a7d8b1ce4ed919c393ebc63ced03e3c9038 Author: Vadim Pisarevsky Date: Mon May 31 16:46:09 2010 +0000 fixed Latex docs for cleaner HTML output commit 5d3ad699a63f2f034a26c6bb33e6041d6bf0674f Author: Jose Luis Blanco Date: Mon May 31 08:15:10 2010 +0000 fixed duplicated definition warning commit be189a45789f7fa384604825b02e7f4ba3dd4e07 Author: Maria Dimashova Date: Sun May 30 11:28:43 2010 +0000 fixed CvSVM commit a8bc74f2e18a9a99e87dc961b0614530753d558a Author: Maria Dimashova Date: Sun May 30 11:03:42 2010 +0000 fixed CvSVM commit 6ebdcb879b5c4f05d262b053d079cb03162dba93 Author: James Bowman Date: Thu May 27 22:36:26 2010 +0000 #362, CvMoments fields now exposed, smoke tested by test_moments commit 1e5f012e7fb2ddfe86a56aec938ac671f8c31ce4 Author: Jose Luis Blanco Date: Thu May 27 09:55:46 2010 +0000 - Added a Warning macro compatible with GCC & MSVC to cv.h - Fixed extra text after #endif commit b4c56aa184592cec2439718582ba5c3ec284b80a Author: Victor Erukhimov Date: Thu May 27 06:23:54 2010 +0000 Added for backward compatibility commit 4b3771ce320aa17a849074e04e4bb89dcd42de1d Author: Vadim Pisarevsky Date: Wed May 26 20:35:09 2010 +0000 modified the sub-pixel disparity interpolation (by K. Konolige) commit c4631573a45b7bd84951c11434309bd5caaa18f7 Author: Victor Erukhimov Date: Wed May 26 19:50:20 2010 +0000 cv::cvflann -> cv::flann commit 583a08d5c75f5eaeb6da760a4163ab75b4ff2b4d Author: Maria Dimashova Date: Wed May 26 15:45:32 2010 +0000 removed old sample on keypoints matching and added new one commit 045402e4818fb0ebeab3974258e1bf7dc12b2ba4 Author: Maria Dimashova Date: Wed May 26 15:00:03 2010 +0000 override clear method to VectorDescriptorMatch commit 97c598c0bcbfc4dc29e31da411db1cf65cdcfde4 Author: Victor Erukhimov Date: Wed May 26 12:45:29 2010 +0000 Fixing a compiler problem of a prev rev commit 13523fd53a7d8d60faf81a872741e0243521612c Author: Victor Erukhimov Date: Wed May 26 12:34:48 2010 +0000 Fixing compiler errors for outlet_pose_estimation commit b4275e198792735b41a8c11812ac6683a74d5027 Author: Maria Dimashova Date: Wed May 26 11:27:56 2010 +0000 added clear method to GenericDescriptorMatch commit 9690cd396b990eebbf7a1ebe7ff9839cdd1c2fe4 Author: Vadim Pisarevsky Date: Wed May 26 08:42:33 2010 +0000 always create /doc/html to avoid CMake 2.4 error messages commit e89f49369759f2ed234043039470d4ae1e32f8e7 Author: Vadim Pisarevsky Date: Wed May 26 08:40:25 2010 +0000 doxygenated calib3d module (C++ part only) commit 266c4642eae32cec979d531a2dad147e3461737e Author: Vadim Pisarevsky Date: Tue May 25 15:59:48 2010 +0000 doxygenated opencv_video & opencv_calib3d modules (C++ part only) commit eff42cdabdbbebedf80795929af83b42a7601759 Author: Victor Erukhimov Date: Tue May 25 15:28:23 2010 +0000 Added deprecation warning for gcc commit 4632d658892d150fc38747a132612a1209ab1d2f Author: Vadim Pisarevsky Date: Tue May 25 14:57:10 2010 +0000 doxygenated core and imgproc modules (C++ API only) commit 201d4a068df4027dce82211afae8edf51ed9a9a4 Author: Victor Erukhimov Date: Tue May 25 13:47:12 2010 +0000 Added a warning for deprecated headers commit 600a55e5acbbb91f075e5595a220a8ac58c218fb Author: Victor Erukhimov Date: Tue May 25 13:46:43 2010 +0000 Added headers for backward compatibility commit cc0d7674ee700611536c26470018af831e7c5f8b Author: Jose Luis Blanco Date: Tue May 25 07:31:44 2010 +0000 fixed a simple declaration error. commit b703faf4cb018bb51fbf0c18d486b6ba0fe2d1d4 Author: Vadim Pisarevsky Date: Sat May 22 12:03:15 2010 +0000 fixed the module list in Doxygen CMake script commit b94e09bfeb8c79acc5a513a98cf4dada487273b8 Author: Vadim Pisarevsky Date: Fri May 21 20:37:05 2010 +0000 renamed cv::flann to cv::cvflann to avoid name conflicts commit 60019422e83744a401a4f9451274a7a5408d2329 Author: Maria Dimashova Date: Fri May 21 17:36:36 2010 +0000 fixed gftt wrapper, update testdata commit 33447e0bbaacca15cafb978f96ec3fd341e72979 Author: Vadim Pisarevsky Date: Fri May 21 12:07:00 2010 +0000 fixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev) commit d199100deb64a996ff37dbc9ec11e0a47622fe10 Author: Maria Dimashova Date: Thu May 20 16:31:00 2010 +0000 minor changes of detectors test commit 60f00f9f83b8873baba5bc3ba6875b4bbdef5755 Author: Maria Dimashova Date: Thu May 20 16:16:28 2010 +0000 updated detectors and descriptors quality tests commit f15253586551b1d52666af8e268fde7cf4a795b0 Author: Vadim Pisarevsky Date: Thu May 20 11:37:37 2010 +0000 extended description of the error handling mechanism with OpenCV C++ API commit cadbe1bc794cdb91b7af1483fc47f35e5120b854 Author: Vadim Pisarevsky Date: Wed May 19 18:42:08 2010 +0000 fixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich) commit cd81db88d5c46ddbb496724df72a6581a1ecb342 Author: Maria Dimashova Date: Wed May 19 16:02:30 2010 +0000 updated sift wrapper (recalculation angles mode) commit ccbe405322576e5fb7825f6f6fa0a1ca02f91670 Author: James Bowman Date: Tue May 18 18:32:23 2010 +0000 Typo commit b34aaace79f791700b659ea970f163a57aaadc4e Author: Vadim Pisarevsky Date: Tue May 18 16:42:35 2010 +0000 updated OpenCV version because of the recent reorganization commit edc089607fc11071cd005b45a1b9ed70ec63d23b Author: Vadim Pisarevsky Date: Tue May 18 16:38:51 2010 +0000 fixed source image corruption (ticket #306) commit eec30b08d4a2ae2c1aca5aada57cbec0ef9e4466 Author: Vadim Pisarevsky Date: Tue May 18 15:47:39 2010 +0000 added cv::setMouseCallback and cv::startWindowThread commit 47c3e794234911e37f08021021ba408a7b0fb2f6 Author: Vadim Pisarevsky Date: Tue May 18 15:41:28 2010 +0000 added Doxygen-based documentation (draft version for now) commit 3b0243c51dfb6a0487db9acbb02c227396e6ecde Author: Maria Dimashova Date: Tue May 18 12:21:45 2010 +0000 fixed wrapper of sift descriptor commit a69804e1581fa939f8e90e71ea37144545e2509b Author: Liu Liu Date: Tue May 18 07:16:24 2010 +0000 fixed the error in SURF when no keypoint detected commit d79c97696b55bfdb8ec5a4ca37ae195e21c2a533 Author: Maria Dimashova Date: Mon May 17 17:45:05 2010 +0000 updated detectors quality test, added descriptors quality test commit 0043fe6fcddf69a95fa231d1fe2699ef7faa1e7e Author: Maria Dimashova Date: Mon May 17 17:36:58 2010 +0000 fixed wrapper of sift descriptor commit da2fd5357d5dd7006c73b4d5d4cccb28b662579a Author: James Bowman Date: Fri May 14 22:25:15 2010 +0000 Make doc build work with new layout commit ac41d29eeebbd57f272c71349a9025e2e852294f Author: James Bowman Date: Fri May 14 22:24:32 2010 +0000 #301, sample code for CalcHist commit 9a342ef3370b39529e1f43cc457bcb325f0fc246 Author: James Bowman Date: Fri May 14 20:58:54 2010 +0000 test case for #342 commit 6bc810cd80bbb1455c9bc209d84300a8a8cb3f5c Author: James Bowman Date: Fri May 14 20:57:30 2010 +0000 test case for #342 commit 4833f15b2243ac48da3851449e067b8a796c2244 Author: Jose Luis Blanco Date: Fri May 14 09:35:39 2010 +0000 Tentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic bomb commit! Fixed for OpenCV compiled whereever and NOT "make install"ed. This second case must be checked later, since I'm not sure of the pretended include dirs layout after "make install". If all include dirs go to the same target install directory, it should work as is right now. commit a2e158aeb8585fd205552e73d1d70b8da37d9e86 Author: James Bowman Date: Thu May 13 18:02:02 2010 +0000 datamatrix sample commit 42534312cd94bf7b9656aea6ad058f8a2b98fd31 Author: Stefano Fabri Date: Thu May 13 15:16:18 2010 +0000 Fixed typo in pkgconfig file commit 3964367480c99b42c4864542983fe328a54129e2 Author: Stefano Fabri Date: Thu May 13 11:19:09 2010 +0000 added missing header commit 3c89a166c67f7e78d5d1097e2850afe148a613e5 Author: Vadim Pisarevsky Date: Thu May 13 07:10:27 2010 +0000 install old headers for better compatibility with existing code commit 8bcdb56ca9fafa848bdab9f3a458558721c364ba Author: James Bowman Date: Thu May 13 00:39:13 2010 +0000 #345, cvmat() now caught and exception raised commit 26b7ed69014952b5b10e4dcfede90413c6e553ee Author: Vadim Pisarevsky Date: Wed May 12 14:51:52 2010 +0000 renamed gstappsink.hpp->gstappsink.h commit 3d12bc6b9ffc5cd9652bb5b70b646e2d1628277c Author: Filipe Almeida Date: Wed May 12 11:40:40 2010 +0000 LIBV4L: precomp.hpp include missing commit 17292f686effaf4a3e2098f811f5e49c6beb5392 Author: Filipe Almeida Date: Wed May 12 10:33:08 2010 +0000 LIBV4L: fixed build failed on Linux commit 4a073bd9519c914033ab5950044172f190e3469f Author: Vadim Pisarevsky Date: Wed May 12 07:33:21 2010 +0000 fixed build on Linux commit 127d6649a1c83397bf42799ac807af41aa507b30 Author: Vadim Pisarevsky Date: Tue May 11 17:44:00 2010 +0000 "atomic bomb" commit. Reorganized OpenCV directory structure