Roman Donchenko [Fri, 21 Mar 2014 09:54:51 +0000 (13:54 +0400)]
Merge pull request #2423 from RJ2:bugfix_5
Roman Donchenko [Thu, 20 Mar 2014 13:49:41 +0000 (17:49 +0400)]
Merge pull request #2449 from asmorkalov:cuda_abs_path_fix
Andrey Pavlenko [Thu, 20 Mar 2014 09:54:26 +0000 (13:54 +0400)]
Merge pull request #2490 from ilya-lavrenov:ocl_sep_filters
Roman Donchenko [Thu, 20 Mar 2014 08:40:23 +0000 (12:40 +0400)]
Merge pull request #2473 from euphrat:mog2_weight_bugfix
Alexander Smorkalov [Fri, 28 Feb 2014 14:18:20 +0000 (18:18 +0400)]
Cut path to CUDA libraries to prevent generation of OpenCVModules.cmake with abs path.
Roman Donchenko [Wed, 19 Mar 2014 10:49:21 +0000 (14:49 +0400)]
Merge pull request #2446 from asmorkalov:ocv_implicit_cuda_control
Firat Kalaycilar [Tue, 18 Mar 2014 15:26:24 +0000 (17:26 +0200)]
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
Alexander Smorkalov [Wed, 5 Mar 2014 08:31:04 +0000 (12:31 +0400)]
Superres module enabled for Android. GPU samples build fixed for Android.
Firat Kalaycilar [Tue, 18 Mar 2014 12:00:30 +0000 (14:00 +0200)]
Merge branch '2.4' of git://github.com/Itseez/opencv into mog2_weight_bugfix
Roman Donchenko [Tue, 18 Mar 2014 11:41:20 +0000 (15:41 +0400)]
Merge pull request #2488 from Nerei:minor_doc
Roman Donchenko [Tue, 18 Mar 2014 10:39:40 +0000 (14:39 +0400)]
Merge pull request #2456 from kurodash:pr_use_cvAlloc
Roman Donchenko [Tue, 18 Mar 2014 09:40:43 +0000 (13:40 +0400)]
Merge pull request #2026 from pemmanuelviel:giveFurthestPoint
RJ2 [Tue, 18 Mar 2014 07:01:18 +0000 (08:01 +0100)]
It's will be better
Ilya Lavrenov [Mon, 17 Mar 2014 14:52:28 +0000 (18:52 +0400)]
remove intel guard since the code is 2 times faster on AMD too
Anatoly Baksheev [Mon, 17 Mar 2014 13:02:49 +0000 (17:02 +0400)]
minor doc fix
Roman Donchenko [Mon, 17 Mar 2014 11:52:56 +0000 (15:52 +0400)]
Merge pull request #2460 from berak:b_3598_24
Roman Donchenko [Mon, 17 Mar 2014 10:43:15 +0000 (14:43 +0400)]
Merge pull request #2458 from asmorkalov:android_cmake_opencv_modules_suffix
Alexander Smorkalov [Wed, 5 Mar 2014 05:57:16 +0000 (09:57 +0400)]
OpenCV_MODULES_SUFFIX variable added to OpenCVConfig.cmake to enable custom module configurations.
berak [Thu, 13 Mar 2014 07:39:15 +0000 (08:39 +0100)]
fixed h / s ranges in histogram_calculation tutorial
literalinclude
literalinclude, dropped :lines:
Roman Donchenko [Mon, 17 Mar 2014 07:59:14 +0000 (11:59 +0400)]
Merge pull request #2485 from Nerei:viz_correct_viewer_pose
Roman Donchenko [Mon, 17 Mar 2014 07:57:09 +0000 (11:57 +0400)]
Merge pull request #2484 from berak:mat_doc_24
Anatoly Baksheev [Sun, 16 Mar 2014 16:07:05 +0000 (20:07 +0400)]
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
berak [Sun, 16 Mar 2014 13:04:05 +0000 (14:04 +0100)]
missing () on Mat::type()
Andrey Pavlenko [Fri, 14 Mar 2014 15:05:55 +0000 (19:05 +0400)]
Merge pull request #2475 from ilya-lavrenov:ocl_2.4_fix
kuroda sho [Fri, 14 Mar 2014 08:02:20 +0000 (17:02 +0900)]
fix: use "cvAlloc" wrapper function for malloc.
Ilya Lavrenov [Thu, 13 Mar 2014 18:56:46 +0000 (22:56 +0400)]
typos
Ilya Lavrenov [Thu, 13 Mar 2014 18:35:08 +0000 (22:35 +0400)]
nonfree perf tests
Ilya Lavrenov [Thu, 13 Mar 2014 15:42:13 +0000 (19:42 +0400)]
improved performance of bitwise ops
Ilya Lavrenov [Thu, 13 Mar 2014 12:27:07 +0000 (16:27 +0400)]
improved performance of cv::ocl::sum
Ilya Lavrenov [Thu, 13 Mar 2014 11:35:53 +0000 (15:35 +0400)]
improved performance of cv::ocl::countNonZero
Ilya Lavrenov [Thu, 13 Mar 2014 10:57:13 +0000 (14:57 +0400)]
changes for GFTT
Ilya Lavrenov [Wed, 12 Mar 2014 15:58:53 +0000 (19:58 +0400)]
improved performance of cv::ocl::minMax
Firat Kalaycilar [Wed, 12 Mar 2014 14:14:59 +0000 (16:14 +0200)]
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in BackgroundSubtractorMOG2
Roman Donchenko [Wed, 12 Mar 2014 12:53:41 +0000 (16:53 +0400)]
Merge pull request #2434 from Nerei:viz_continue
Anatoly Baksheev [Wed, 12 Mar 2014 12:21:36 +0000 (16:21 +0400)]
minor cmake fix fo macos
Roman Donchenko [Tue, 11 Mar 2014 13:41:18 +0000 (17:41 +0400)]
Merge pull request #2462 from ibtaylor:fix_deblurring_calcBlurriness_var_name_typo
Andrey Pavlenko [Tue, 11 Mar 2014 08:57:28 +0000 (12:57 +0400)]
Merge pull request #2448 from akarsakov:ocl_cxt_termination
Andrey Pavlenko [Tue, 11 Mar 2014 08:37:11 +0000 (12:37 +0400)]
Merge pull request #2457 from ilya-lavrenov:ocl_calc_hist
Ilya Lavrenov [Fri, 7 Mar 2014 10:35:51 +0000 (14:35 +0400)]
added performance tests for cv::ocl::calcHist
Ian Taylor [Mon, 10 Mar 2014 07:02:06 +0000 (03:02 -0400)]
fix variable name typo in calcBlurriness
kurodash [Fri, 7 Mar 2014 10:02:37 +0000 (19:02 +0900)]
fix: use "cvAlloc" wrapper function for malloc.
Andrey Pavlenko [Thu, 6 Mar 2014 18:03:01 +0000 (22:03 +0400)]
Merge pull request #2445 from ilya-lavrenov:ocl_perf
Roman Donchenko [Thu, 6 Mar 2014 13:53:31 +0000 (17:53 +0400)]
Merge pull request #2443 from waveform80:issue-3554
Alexander Karsakov [Thu, 6 Mar 2014 07:16:38 +0000 (11:16 +0400)]
Clarifying comments
Alexander Smorkalov [Wed, 5 Mar 2014 07:25:27 +0000 (11:25 +0400)]
Implicit CUDA and OpenCL control for module definition added.
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used
on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
Ilya Lavrenov [Thu, 6 Mar 2014 05:24:02 +0000 (09:24 +0400)]
tuned some tests
Anatoly Baksheev [Sun, 16 Feb 2014 17:27:25 +0000 (21:27 +0400)]
iteractor work
Alexander Karsakov [Wed, 5 Mar 2014 13:57:06 +0000 (17:57 +0400)]
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
Dave Hughes [Wed, 5 Mar 2014 02:44:40 +0000 (02:44 +0000)]
Fix for #3554
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on
RaspberryPi and possibly other Video4Linux variants. See
http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more
detail.
Andrey Pavlenko [Tue, 4 Mar 2014 15:18:11 +0000 (19:18 +0400)]
Merge pull request #2429 from ilya-lavrenov:master_compatible_tests
Roman Donchenko [Tue, 4 Mar 2014 11:30:26 +0000 (15:30 +0400)]
Merge pull request #2407 from codyrigney92:LKOptFlow_NEON
Roman Donchenko [Tue, 4 Mar 2014 09:51:30 +0000 (13:51 +0400)]
Merge pull request #2439 from ilya-lavrenov:typo
Ilya Lavrenov [Mon, 3 Mar 2014 15:37:47 +0000 (19:37 +0400)]
typos
Roman Donchenko [Tue, 4 Mar 2014 07:46:28 +0000 (11:46 +0400)]
Merge pull request #2432 from ilya-lavrenov:summary_py
Ilya Lavrenov [Sun, 2 Mar 2014 12:08:37 +0000 (16:08 +0400)]
ability to merge logs with intersections only
Roman Donchenko [Mon, 3 Mar 2014 08:20:34 +0000 (12:20 +0400)]
Merge pull request #2433 from ilya-lavrenov:typos
Anatoly Baksheev [Sun, 16 Feb 2014 17:27:25 +0000 (21:27 +0400)]
iteractor work
Ilya Lavrenov [Sun, 2 Mar 2014 17:04:17 +0000 (21:04 +0400)]
typos
Ilya Lavrenov [Sat, 1 Mar 2014 09:13:24 +0000 (13:13 +0400)]
tests
Cody Rigney [Mon, 24 Feb 2014 19:15:21 +0000 (14:15 -0500)]
Added NEON optimizations for LK optical flow (Intrinsics).
Ilya Lavrenov [Fri, 28 Feb 2014 10:15:56 +0000 (14:15 +0400)]
master-like performance tests
Andrey Pavlenko [Fri, 28 Feb 2014 14:22:03 +0000 (18:22 +0400)]
Merge pull request #2421 from akarsakov:fix_ocl_haar_intel
Alexander Karsakov [Wed, 26 Feb 2014 14:11:11 +0000 (18:11 +0400)]
OCL: Fix for Haar classifier (thanks to Konstantin Rodyushkin).
Roman Donchenko [Wed, 26 Feb 2014 13:34:49 +0000 (17:34 +0400)]
Merge pull request #2419 from linquize:tgit.icon
Linquize [Tue, 25 Feb 2014 15:34:41 +0000 (23:34 +0800)]
Add tgit.icon project config
Roman Donchenko [Tue, 25 Feb 2014 11:04:23 +0000 (15:04 +0400)]
Merge pull request #2410 from asmorkalov:android_tiff_lowmem_fix
Roman Donchenko [Tue, 25 Feb 2014 08:37:01 +0000 (12:37 +0400)]
Merge pull request #2411 from asmorkalov:android_mat_leak_fix
Alexander Smorkalov [Tue, 25 Feb 2014 07:50:55 +0000 (11:50 +0400)]
Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed.
The crash was cased by massive Mat objects leak in NativeCameraView class.
Alexander Smorkalov [Tue, 25 Feb 2014 06:36:20 +0000 (10:36 +0400)]
Highgui_Tiff.decode_tile16384x16384 disabled for Android.
Last changes in test leads to SIGKILL on Android.
SIGKILL is called by out of memory killer.
Andrey Pavlenko [Tue, 25 Feb 2014 05:12:32 +0000 (09:12 +0400)]
Merge pull request #2406 from ilya-lavrenov:abf
Ilya Lavrenov [Mon, 24 Feb 2014 19:26:01 +0000 (23:26 +0400)]
disabled ABF tests
Roman Donchenko [Mon, 24 Feb 2014 10:26:41 +0000 (14:26 +0400)]
Merge pull request #2398 from nghiaho12:integral_doc
Nghia Ho [Mon, 24 Feb 2014 09:06:20 +0000 (20:06 +1100)]
Typo
Roman Donchenko [Mon, 24 Feb 2014 08:44:36 +0000 (12:44 +0400)]
Merge pull request #2389 from SpecLad:ios-big-endian
Roman Donchenko [Fri, 21 Feb 2014 12:08:49 +0000 (16:08 +0400)]
Hardcode iOS's endianness, since the TestBigEndian module doesn't work there
Roman Donchenko [Fri, 21 Feb 2014 13:57:36 +0000 (17:57 +0400)]
Merge pull request #2201 from mattip:2.4
Matti Picus [Fri, 21 Feb 2014 11:54:58 +0000 (13:54 +0200)]
fix merge
Andrey Pavlenko [Fri, 21 Feb 2014 11:14:11 +0000 (15:14 +0400)]
Merge pull request #2384 from ilya-lavrenov:perf_match
Matti Picus [Fri, 21 Feb 2014 09:59:49 +0000 (11:59 +0200)]
merge with origin
Matti Picus [Thu, 20 Feb 2014 20:12:22 +0000 (22:12 +0200)]
fix code, it turns out only TIFFReadRGBATile needs buffer pointer mangling
Matti Picus [Thu, 20 Feb 2014 20:10:22 +0000 (22:10 +0200)]
add test (needs updated opencv_extra repo)
Ilya Lavrenov [Thu, 20 Feb 2014 14:55:08 +0000 (18:55 +0400)]
backport of master-based perf tests for matchTemplate to 2.4
Roman Donchenko [Thu, 20 Feb 2014 09:41:45 +0000 (13:41 +0400)]
Merge pull request #2380 from jet47:fix-3562
Vladislav Vinogradov [Thu, 20 Feb 2014 06:24:52 +0000 (10:24 +0400)]
fix bug #3562:
add missing __syncthreads to edgesHysteresisLocalKernel
Roman Donchenko [Wed, 19 Feb 2014 08:03:06 +0000 (12:03 +0400)]
Merge pull request #2368 from asmorkalov:ocv_gcc48_warning_fix
Roman Donchenko [Wed, 19 Feb 2014 08:02:40 +0000 (12:02 +0400)]
Merge pull request #2357 from akarsakov:fix_ipp_compilation_linux
Alexander Smorkalov [Tue, 18 Feb 2014 08:01:01 +0000 (12:01 +0400)]
Warning fixes for GCC 4.8.
Roman Donchenko [Tue, 18 Feb 2014 14:00:13 +0000 (18:00 +0400)]
Merge pull request #2371 from ilya-lavrenov:typo
Roman Donchenko [Tue, 18 Feb 2014 13:00:53 +0000 (17:00 +0400)]
Merge pull request #2370 from ilya-lavrenov:cuda_nlm_typo
Roman Donchenko [Tue, 18 Feb 2014 13:00:32 +0000 (17:00 +0400)]
Merge pull request #2359 from SpecLad:moments-no-vectorize
Roman Donchenko [Tue, 18 Feb 2014 11:44:56 +0000 (15:44 +0400)]
Merge pull request #2361 from alekcac:ios_camera_changes
Roman Donchenko [Tue, 18 Feb 2014 10:25:16 +0000 (14:25 +0400)]
Merge pull request #2338 from asmorkalov:ocv_gcov
Ilya Lavrenov [Tue, 18 Feb 2014 10:24:17 +0000 (14:24 +0400)]
typo
Ilya Lavrenov [Tue, 18 Feb 2014 10:16:54 +0000 (14:16 +0400)]
fixes typo and unused variables
Alexander Shishkov [Tue, 18 Feb 2014 09:56:26 +0000 (13:56 +0400)]
removed trailing spaces
Roman Donchenko [Mon, 17 Feb 2014 12:08:28 +0000 (16:08 +0400)]
Worked around an apparent GCC bug in moments.
Roman Donchenko [Tue, 18 Feb 2014 09:47:45 +0000 (13:47 +0400)]
Merge pull request #2366 from yashdv:mat_copyto_doc_bug
yash [Tue, 18 Feb 2014 09:34:27 +0000 (15:04 +0530)]
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
Andrey Pavlenko [Tue, 18 Feb 2014 09:33:15 +0000 (13:33 +0400)]
Merge pull request #2235 from alalek:ocl_svm_perf_test
Alexander Smorkalov [Fri, 14 Feb 2014 13:43:33 +0000 (17:43 +0400)]
gcov tool support added.