Bo Li [Wed, 26 Dec 2012 17:58:50 +0000 (18:58 +0100)]
added code, test and doc for five-point algorithm
Vadim Pisarevsky [Tue, 18 Dec 2012 10:59:59 +0000 (14:59 +0400)]
Merge pull request #220 from ilya-lavrenov:SIMDFastAreaResize
Vadim Pisarevsky [Mon, 17 Dec 2012 16:28:57 +0000 (20:28 +0400)]
Merge pull request #229 from Nerei:master
Ilya Lavrenov [Mon, 17 Dec 2012 12:56:37 +0000 (16:56 +0400)]
added #undef _mm_packus_epi32
Ilya Lavrenov [Mon, 17 Dec 2012 11:50:01 +0000 (15:50 +0400)]
changed loop condition
Ilya Lavrenov [Mon, 17 Dec 2012 11:45:20 +0000 (15:45 +0400)]
removed debug messages
Ilya Lavrenov [Mon, 17 Dec 2012 11:27:32 +0000 (15:27 +0400)]
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
Ilya Lavrenov [Mon, 17 Dec 2012 10:09:25 +0000 (14:09 +0400)]
replaced _mm_packs_epi32 to _mm_packus_epi32
Anatoly Baksheev [Mon, 17 Dec 2012 09:19:26 +0000 (13:19 +0400)]
fixed samples compilation
Vadim Pisarevsky [Sun, 16 Dec 2012 18:16:53 +0000 (22:16 +0400)]
Merge pull request #218 from taka-no-me:drop_utf16
Vadim Pisarevsky [Sun, 16 Dec 2012 18:15:07 +0000 (22:15 +0400)]
Merge pull request #228 from Nerei:master
Anatoly Baksheev [Sat, 15 Dec 2012 18:09:21 +0000 (22:09 +0400)]
added Ptr::operator==
cuda-geek [Fri, 14 Dec 2012 20:45:11 +0000 (00:45 +0400)]
Merge pull request #217 from jet47:fix-tvl1-test
Andrey Kamaev [Fri, 14 Dec 2012 14:35:23 +0000 (18:35 +0400)]
Set sanity threshold for TVL1 optical flow to 0.5
Ilya Lavrenov [Fri, 14 Dec 2012 13:54:07 +0000 (17:54 +0400)]
fixed bug with s1 calculating
Ilya Lavrenov [Fri, 14 Dec 2012 13:41:42 +0000 (17:41 +0400)]
fixed bug with s1 calculating
Andrey Kamaev [Fri, 14 Dec 2012 13:40:51 +0000 (17:40 +0400)]
Set sanity threshold for TVL1 optical flow to 0.02
Andrey Kamaev [Fri, 14 Dec 2012 10:46:41 +0000 (14:46 +0400)]
Merge branch 2.4
Ilya Lavrenov [Fri, 14 Dec 2012 10:32:00 +0000 (14:32 +0400)]
reproducing C++ version of resize area fast
Vadim Pisarevsky [Fri, 14 Dec 2012 08:26:18 +0000 (12:26 +0400)]
Merge pull request #222 from taka-no-me:perf_verify_sanity
Andrey Kamaev [Wed, 12 Dec 2012 15:48:22 +0000 (19:48 +0400)]
Fix sanity checks in stitching test
Andrey Kamaev [Wed, 12 Dec 2012 15:47:12 +0000 (19:47 +0400)]
Merge branch 2.4 into perf_verify_sanity
Andrey Kamaev [Wed, 12 Dec 2012 15:46:33 +0000 (19:46 +0400)]
Added thresholds to some sanity checks
Andrey Kamaev [Tue, 11 Dec 2012 13:16:27 +0000 (17:16 +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
Andrey Kamaev [Wed, 12 Dec 2012 14:47:13 +0000 (18:47 +0400)]
Merge pull request #215 from asmorkalov:manager_depricated_packages
Andrey Kamaev [Wed, 12 Dec 2012 14:38:48 +0000 (18:38 +0400)]
Merge pull request #223 from taka-no-me:perf_tests
Andrey Kamaev [Wed, 12 Dec 2012 14:38:16 +0000 (18:38 +0400)]
Merge pull request #200 from asmorkalov:t5_fix
cuda-geek [Wed, 12 Dec 2012 11:39:20 +0000 (15:39 +0400)]
Merge pull request #181 from cuda-geek:nms
Vadim Pisarevsky [Wed, 12 Dec 2012 09:54:58 +0000 (13:54 +0400)]
Merge pull request #184 from ilya-lavrenov:Demosaicing
Vadim Pisarevsky [Wed, 12 Dec 2012 09:39:25 +0000 (13:39 +0400)]
Merge pull request #221 from asmorkalov:doc_install_fix
marina.kolpakova [Wed, 12 Dec 2012 00:59:48 +0000 (04:59 +0400)]
fix according to pull requests comments
marina.kolpakova [Fri, 23 Nov 2012 21:58:44 +0000 (01:58 +0400)]
add NMS according to Dollar's paper.
Andrey Kamaev [Tue, 11 Dec 2012 21:00:47 +0000 (01:00 +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
Alexander Smorkalov [Sat, 8 Dec 2012 13:07:55 +0000 (17:07 +0400)]
Installation of documents fixed.
Ilya Lavrenov [Tue, 11 Dec 2012 11:14:50 +0000 (15:14 +0400)]
sse2 version of resize area fast for types CV_(8, 16)UC(1, 3, 4)
Alexander Smorkalov [Thu, 6 Dec 2012 09:06:55 +0000 (13:06 +0400)]
Tag "safe to remove" added to unused packages;
OpenCV Manager version++.
Andrey Kamaev [Mon, 10 Dec 2012 19:51:14 +0000 (23:51 +0400)]
Merge branch 2.4
Andrey Kamaev [Mon, 10 Dec 2012 19:48:28 +0000 (11:48 -0800)]
Merge pull request #212 from taka-no-me/fix_2602
Prevent imread from illegal memory access (Bug #2602)
Andrey Kamaev [Mon, 10 Dec 2012 16:07:48 +0000 (08:07 -0800)]
Merge pull request #203 from asmorkalov/android_cam_stub
Native camera warper libraries build improvements
Andrey Kamaev [Mon, 10 Dec 2012 16:07:39 +0000 (08:07 -0800)]
Merge pull request #204 from asmorkalov/manager_internal_lib
Feature #2565 implementation
Andrey Kamaev [Mon, 10 Dec 2012 16:07:30 +0000 (08:07 -0800)]
Merge pull request #205 from taka-no-me/gtest_r629
Update googletest to the latest upstream
Andrey Kamaev [Mon, 10 Dec 2012 16:07:19 +0000 (08:07 -0800)]
Merge pull request #206 from asmorkalov/manager_version_fix
Bug #2595 in OpenCV Manager fixed.
Andrey Kamaev [Mon, 10 Dec 2012 16:07:00 +0000 (08:07 -0800)]
Merge pull request #213 from qwaker00/patch-1
Update modules/ml/doc/gradient_boosted_trees.rst
Andrey Kamaev [Mon, 10 Dec 2012 16:06:50 +0000 (08:06 -0800)]
Merge pull request #214 from jmunk1/bugfix-2610
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not findin...
Andrey Kamaev [Mon, 10 Dec 2012 16:06:15 +0000 (08:06 -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
Kirill Kornyakov [Mon, 10 Dec 2012 14:16:15 +0000 (18:16 +0400)]
Ugly hack to make HoughLines sanity check pass on Wun32
Ilya Lavrenov [Mon, 10 Dec 2012 09:29:08 +0000 (13:29 +0400)]
added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U
Vladislav Vinogradov [Mon, 10 Dec 2012 08:58:33 +0000 (12:58 +0400)]
fixed Video_calcOpticalFlowDual_TVL1 test (Bug #2597)
uses RMSE instead of bitwise equivalence
Andrey Kamaev [Sat, 8 Dec 2012 14:18:11 +0000 (18:18 +0400)]
Drop functions working with multibyte characters
Andrey Kamaev [Sat, 8 Dec 2012 11:43:23 +0000 (15:43 +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
Alexander Smorkalov [Fri, 7 Dec 2012 10:46:53 +0000 (14:46 +0400)]
Date and time added to saved file name.
Justin Muncaster [Thu, 6 Dec 2012 21:17:25 +0000 (13:17 -0800)]
Fixed typo in OpenCVDetectOpenCL.cmake that resulted in cmake not finding OpenCL on windows.
Eugene Gritskevich [Thu, 6 Dec 2012 18:44:55 +0000 (21:44 +0300)]
Update modules/ml/doc/gradient_boosted_trees.rst
Andrey Kamaev [Thu, 6 Dec 2012 15:42:17 +0000 (19:42 +0400)]
Prevent imread from illegal memory access (Bug #2602)
The change is based on pull request #211.
Alexander Smorkalov [Thu, 6 Dec 2012 10:11:30 +0000 (14:11 +0400)]
Bug with skiped packages fixed.
Alexander Smorkalov [Wed, 5 Dec 2012 09:04:45 +0000 (13:04 +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.
Alexander Smorkalov [Tue, 4 Dec 2012 14:04:11 +0000 (18:04 +0400)]
GetPublicName function removed for OpenCV LibraryInfo class;
Some OpenCV Manager UI behavior updates;
CMake build fix.
cuda-geek [Wed, 5 Dec 2012 08:22:37 +0000 (12:22 +0400)]
Merge pull request #201 from taka-no-me:drop_unsupported_highgui
Andrey Kamaev [Tue, 4 Dec 2012 22:52:30 +0000 (02:52 +0400)]
Update gtest to upstream r629
Vadim Pisarevsky [Tue, 4 Dec 2012 17:02:10 +0000 (21:02 +0400)]
Merge pull request #197 from asmorkalov:ffmpeg_status_message_fix
Alexander Smorkalov [Tue, 4 Dec 2012 12:34:53 +0000 (16:34 +0400)]
Info library loading implemeneted.
Alexander Smorkalov [Tue, 4 Dec 2012 11:37:27 +0000 (15:37 +0400)]
Internal version of OpenCV inside OpenCV Manager added to the list of installed packages.
Alexander Smorkalov [Tue, 4 Dec 2012 10:23:25 +0000 (14:23 +0400)]
Initial stub for OpenCVLibraryInfo class added.
Alexander Smorkalov [Thu, 29 Nov 2012 11:44:24 +0000 (15:44 +0400)]
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
Alexander Smorkalov [Fri, 30 Nov 2012 09:09:02 +0000 (13:09 +0400)]
Native camera warper libraries build improved
Environment variables support added to Android tree path;
Default config updated to use env variable.
Ilya Lavrenov [Mon, 3 Dec 2012 08:30:19 +0000 (12:30 +0400)]
removed imshow call
Andrey Kamaev [Mon, 3 Dec 2012 05:39:18 +0000 (09:39 +0400)]
Drop unsupported imageio from grfmt
Andrey Kamaev [Mon, 3 Dec 2012 05:54:22 +0000 (09:54 +0400)]
Revert incompletely applied patch from #2192
This reverts commit
2e7656dbdfaccca8bb3245fc70ed6069f8e9f53f.
Andrey Kamaev [Mon, 3 Dec 2012 05:28:01 +0000 (09:28 +0400)]
Drop unsupported yzx and mil camera backends
Andrey Kamaev [Fri, 30 Nov 2012 15:52:59 +0000 (19:52 +0400)]
Merge branch 2.4
Alexander Smorkalov [Fri, 30 Nov 2012 14:41:46 +0000 (18:41 +0400)]
Sample Tutorial-5 improved
Aditional toasts added;
Exception handling improved;
Bitmap recycling added.
Andrey Kamaev [Fri, 30 Nov 2012 13:09:30 +0000 (17:09 +0400)]
Adjust Android Manager version from 2.2 to 2.3
Andrey Kamaev [Fri, 30 Nov 2012 10:56:00 +0000 (14:56 +0400)]
Remove compiled pdf files from source control
The documentation is available online at http://opencv.org/documentation.html
Andrey Kamaev [Fri, 30 Nov 2012 10:33:28 +0000 (14:33 +0400)]
Adjust OpenCV version to 2.4.3.1
Ilya Lavrenov [Fri, 30 Nov 2012 09:26:40 +0000 (13:26 +0400)]
fixed error connected with incorrect range
Andrey Kamaev [Fri, 30 Nov 2012 09:20:07 +0000 (01:20 -0800)]
Merge pull request #199 from apavlenko/remove_android_tutorial0
removing Android tutorial 0
Andrey Kamaev [Fri, 30 Nov 2012 08:53:26 +0000 (12:53 +0400)]
Merge pull request #191 from asmorkalov:custom_cam_init
Andrey Pavlenko [Fri, 30 Nov 2012 08:32:16 +0000 (12:32 +0400)]
removing Android tutorial 0 since it has become irrelevant after moving to the new application framework
Ilya Lavrenov [Fri, 30 Nov 2012 08:31:33 +0000 (12:31 +0400)]
removed const modificators
Andrey Kamaev [Thu, 29 Nov 2012 16:29:22 +0000 (20:29 +0400)]
Merge pull request #198 from asmorkalov:disable_warp_tests
Alexander Smorkalov [Thu, 29 Nov 2012 08:51:49 +0000 (12:51 +0400)]
Code review comments applied
Sample renamed to CameraControl;
Picture taking added to show camera preview restart.
Alexander Smorkalov [Thu, 29 Nov 2012 13:27:44 +0000 (17:27 +0400)]
Some perf tests on warping and resize disabled on Android
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
Andrey Kamaev [Thu, 29 Nov 2012 09:27:34 +0000 (01:27 -0800)]
Merge pull request #194 from asmorkalov/v4l_fix
Patch #2323 applied
Andrey Kamaev [Thu, 29 Nov 2012 09:27:27 +0000 (01:27 -0800)]
Merge pull request #195 from vpisarev/inv3x3_fix
now invert 3x3 on "bad" matrices works well on Windows
Andrey Kamaev [Thu, 29 Nov 2012 09:27:14 +0000 (01:27 -0800)]
Merge pull request #196 from jet47/gpu-bug-2581
fixed Bug #2581
Vladislav Vinogradov [Thu, 29 Nov 2012 07:17:04 +0000 (11:17 +0400)]
fixed Bug #2581
GoodFeaturesToTrackDetector_GPU fails when no corners found
Vadim Pisarevsky [Wed, 28 Nov 2012 19:05:51 +0000 (23:05 +0400)]
now invert 3x3 on "bad" matrices works well on Windows
Alexander Smorkalov [Wed, 28 Nov 2012 17:53:39 +0000 (21:53 +0400)]
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
Andrey Kamaev [Wed, 28 Nov 2012 15:18:11 +0000 (07:18 -0800)]
Merge pull request #193 from AnnaKogan8/perf-tests-increase-time-limits
Increased time limits for perf tests
Andrey Kamaev [Wed, 28 Nov 2012 15:17:49 +0000 (07:17 -0800)]
Merge pull request #192 from taka-no-me/ndk_selection_fix
Android: always sort list of NDK toolchains
Anna Kogan [Wed, 28 Nov 2012 13:36:19 +0000 (17:36 +0400)]
increased time-limits
Anna Kogan [Wed, 28 Nov 2012 10:13:24 +0000 (14:13 +0400)]
increased time-limits
Andrey Kamaev [Wed, 28 Nov 2012 08:44:05 +0000 (12:44 +0400)]
Merge pull request #175 from taka-no-me:run_py
Andrey Kamaev [Wed, 28 Nov 2012 07:31:01 +0000 (11:31 +0400)]
Merge pull request #166 from askforeric:pvapi_updates
askforeric [Tue, 13 Nov 2012 21:10:22 +0000 (16:10 -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.
Andrey Kamaev [Tue, 27 Nov 2012 19:41:30 +0000 (23:41 +0400)]
Merge pull request #190 from asmorkalov:ninja_fix
Andrey Kamaev [Tue, 27 Nov 2012 14:14:59 +0000 (18:14 +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.
Alexander Smorkalov [Tue, 27 Nov 2012 10:29:56 +0000 (14:29 +0400)]
Tutorial-5 functionality implemented.
Alexander Smorkalov [Tue, 27 Nov 2012 08:47:16 +0000 (12:47 +0400)]
Base for new sample added.
Andrey Kamaev [Tue, 27 Nov 2012 13:50:39 +0000 (17:50 +0400)]
Merge pull request #188 from asmorkalov:app_framework