profile/ivi/opencv.git
12 years agoUpdated positioning test (removed frame reading)
Alexander Reshetnikov [Mon, 27 Feb 2012 14:37:20 +0000 (14:37 +0000)]
Updated positioning test (removed frame reading)

12 years agoreused buffer in GlTexture::copyFrom(GpuMat)
Vladislav Vinogradov [Mon, 27 Feb 2012 13:22:41 +0000 (13:22 +0000)]
reused buffer in GlTexture::copyFrom(GpuMat)

12 years agoMinor improvement for Android TBB
Andrey Kamaev [Mon, 27 Feb 2012 12:49:00 +0000 (12:49 +0000)]
Minor improvement for Android TBB

12 years agofixed warnings in linemod on Windows
Alexander Shishkov [Mon, 27 Feb 2012 11:42:33 +0000 (11:42 +0000)]
fixed warnings in linemod on Windows

12 years agoadded exports to the LineMod classes
Alexander Shishkov [Mon, 27 Feb 2012 11:15:01 +0000 (11:15 +0000)]
added exports to the LineMod classes
fixed compilation linemod sample on Windows

12 years agoFixed Android build warning
Andrey Kamaev [Mon, 27 Feb 2012 09:19:30 +0000 (09:19 +0000)]
Fixed Android build warning

12 years agoRemoved a finished todo
Patrick Mihelich [Mon, 27 Feb 2012 08:55:57 +0000 (08:55 +0000)]
Removed a finished todo

12 years ago#1568 support of building with OpenEXR on Windows
Andrey Kamaev [Mon, 27 Feb 2012 06:23:14 +0000 (06:23 +0000)]
#1568 support of building with OpenEXR on Windows

12 years agoSlightly improved build of TBB for Android
Andrey Kamaev [Mon, 27 Feb 2012 06:19:25 +0000 (06:19 +0000)]
Slightly improved build of TBB for Android

12 years agoSample program to train and detect objects using LINE-MOD.
Patrick Mihelich [Mon, 27 Feb 2012 01:50:22 +0000 (01:50 +0000)]
Sample program to train and detect objects using LINE-MOD.

12 years agoNo longer expose internal LINE-MOD methods like response map computation, linearizing...
Patrick Mihelich [Mon, 27 Feb 2012 00:07:52 +0000 (00:07 +0000)]
No longer expose internal LINE-MOD methods like response map computation, linearizing similarities, etc in public header.

12 years agoInitial commit of LINE-MOD source code to objdetect module.
Patrick Mihelich [Sun, 26 Feb 2012 23:55:18 +0000 (23:55 +0000)]
Initial commit of LINE-MOD source code to objdetect module.

12 years agoFixed compiler flags for 3rdparty libs.
Andrey Kamaev [Fri, 24 Feb 2012 21:54:29 +0000 (21:54 +0000)]
Fixed compiler flags for 3rdparty libs.

12 years agoScripts for building TBB for Android
Andrey Kamaev [Fri, 24 Feb 2012 18:16:05 +0000 (18:16 +0000)]
Scripts for building TBB for Android

12 years agoRefactored cmake for 3rdparty libs
Andrey Kamaev [Fri, 24 Feb 2012 13:53:22 +0000 (13:53 +0000)]
Refactored cmake for 3rdparty libs

12 years agoAdded PlanePortraitWarper class.
Leonid Beynenson [Fri, 24 Feb 2012 13:48:41 +0000 (13:48 +0000)]
Added PlanePortraitWarper class.

12 years agoRestored missed }
Andrey Kamaev [Fri, 24 Feb 2012 12:45:23 +0000 (12:45 +0000)]
Restored missed }

12 years agoFixed syntax error in cap_dc1394_v2.cpp
Alexander Reshetnikov [Fri, 24 Feb 2012 12:27:20 +0000 (12:27 +0000)]
Fixed syntax error in cap_dc1394_v2.cpp

12 years agoModified zlib search. Use system zlib on Android by default
Andrey Kamaev [Fri, 24 Feb 2012 12:23:34 +0000 (12:23 +0000)]
Modified zlib search. Use system zlib on Android by default

12 years agoAdded new VideoCapture properties for ieee1394 cameras
Alexander Reshetnikov [Fri, 24 Feb 2012 10:54:52 +0000 (10:54 +0000)]
Added new VideoCapture properties for ieee1394 cameras

12 years agoWindows build scripts for Android are updated for SDK r14 and newer
Andrey Kamaev [Fri, 24 Feb 2012 09:39:28 +0000 (09:39 +0000)]
Windows build scripts for Android are updated for SDK r14 and newer

12 years agoFixed try_compile for Android; Fixed samples build
Andrey Kamaev [Fri, 24 Feb 2012 09:35:59 +0000 (09:35 +0000)]
Fixed try_compile for Android; Fixed samples build

12 years agoJava samples updated to be compatible with both old (2.2+) and new (3.0+) Android...
Andrey Pavlenko [Fri, 24 Feb 2012 08:43:11 +0000 (08:43 +0000)]
Java samples updated to be compatible with both old (2.2+) and new (3.0+) Android versions

12 years agoCheck for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintr...
Patrick Mihelich [Thu, 23 Feb 2012 21:41:22 +0000 (21:41 +0000)]
Check for SSSE3 in core/internal.hpp. Define CV_SSSE3, and if enabled include tmmintrin.h.

12 years agoFixed problem with backslashes in cmake status report
Andrey Kamaev [Thu, 23 Feb 2012 20:05:27 +0000 (20:05 +0000)]
Fixed problem with backslashes in cmake status report

12 years agoMinor code changes in test_video_io.cpp
Alexander Reshetnikov [Wed, 22 Feb 2012 22:10:53 +0000 (22:10 +0000)]
Minor code changes in test_video_io.cpp

12 years agoSuppressed MSVC warnings in zlib
Andrey Kamaev [Wed, 22 Feb 2012 20:22:29 +0000 (20:22 +0000)]
Suppressed MSVC warnings in zlib

12 years agoAdded conditional compiling for video i/o tests in highgui.
Alexander Reshetnikov [Wed, 22 Feb 2012 17:12:25 +0000 (17:12 +0000)]
Added conditional compiling for video i/o tests in highgui.

12 years ago#1609 zlib is updated to 1.2.6
Andrey Kamaev [Wed, 22 Feb 2012 15:52:23 +0000 (15:52 +0000)]
#1609 zlib is updated to 1.2.6

12 years agoAdded spherical and cylindrical warpers, which work in the portrait mode -- when...
Leonid Beynenson [Wed, 22 Feb 2012 15:44:39 +0000 (15:44 +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.

12 years agoArchitecture dependent library path on unix
Andrey Kamaev [Wed, 22 Feb 2012 15:29:23 +0000 (15:29 +0000)]
Architecture dependent library path on unix

12 years agoSmall refactoring of OpenCV cmake options
Andrey Kamaev [Wed, 22 Feb 2012 14:04:59 +0000 (14:04 +0000)]
Small refactoring of OpenCV cmake options

12 years agoAdded cvShowImage working with handles under Windows.
Alexander Reshetnikov [Wed, 22 Feb 2012 13:30:47 +0000 (13:30 +0000)]
Added cvShowImage working with handles under Windows.

12 years agofixed #924
Alexander Shishkov [Wed, 22 Feb 2012 12:16:01 +0000 (12:16 +0000)]
fixed #924

12 years agofixed #1615
Alexander Shishkov [Wed, 22 Feb 2012 12:13:56 +0000 (12:13 +0000)]
fixed #1615

12 years agofixed compilation error under linux
Vladislav Vinogradov [Wed, 22 Feb 2012 11:22:31 +0000 (11:22 +0000)]
fixed compilation error under linux

12 years agocreated wrappers for new NPP functions
Vladislav Vinogradov [Wed, 22 Feb 2012 10:00:53 +0000 (10:00 +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

12 years agoFixed #1613: removed YUV420i color conversion constants
Andrey Kamaev [Tue, 21 Feb 2012 15:08:03 +0000 (15:08 +0000)]
Fixed #1613: removed YUV420i color conversion constants

12 years agoEliminated all compiler warnings on Android
Andrey Kamaev [Tue, 21 Feb 2012 14:07:44 +0000 (14:07 +0000)]
Eliminated all compiler warnings on Android

12 years agoInformation about cmake and build platform is added to the status report
Andrey Kamaev [Tue, 21 Feb 2012 12:42:51 +0000 (12:42 +0000)]
Information about cmake and build platform is added to the status report

12 years agoCV_USE_UNROLLED for imgproc
Victoria Zhislina [Tue, 21 Feb 2012 11:31:23 +0000 (11:31 +0000)]
CV_USE_UNROLLED for imgproc

12 years agoFixed Canny
Andrey Kamaev [Tue, 21 Feb 2012 11:16:49 +0000 (11:16 +0000)]
Fixed Canny

12 years agofixed #1614
Alexander Shishkov [Tue, 21 Feb 2012 04:42:34 +0000 (04:42 +0000)]
fixed #1614

12 years agoAdded more default search locations for Android NDK and SDK
Andrey Kamaev [Mon, 20 Feb 2012 14:50:23 +0000 (14:50 +0000)]
Added more default search locations for Android NDK and SDK

12 years agoFixing ffmpeg dll copying on Windows
Andrey Kamaev [Mon, 20 Feb 2012 13:43:06 +0000 (13:43 +0000)]
Fixing ffmpeg dll copying on Windows

12 years agoFixing ffmpeg dll copying on Windows
Andrey Kamaev [Mon, 20 Feb 2012 13:12:13 +0000 (13:12 +0000)]
Fixing ffmpeg dll copying on Windows

12 years agoFixed problem with Android native camera helper libraries
Andrey Kamaev [Mon, 20 Feb 2012 12:51:15 +0000 (12:51 +0000)]
Fixed problem with Android native camera helper libraries

12 years agoMore granular build of Java API: it is now possible to build Java wrappers only for...
Andrey Kamaev [Mon, 20 Feb 2012 11:50:43 +0000 (11:50 +0000)]
More granular build of Java API: it is now possible to build Java wrappers only for the subset of OpenCV modules

12 years agofixed #1339
Alexander Shishkov [Mon, 20 Feb 2012 09:16:19 +0000 (09:16 +0000)]
fixed #1339

12 years agoAdded Farneback's optical flow sample
Alexey Spizhevoy [Mon, 20 Feb 2012 08:31:10 +0000 (08:31 +0000)]
Added Farneback's optical flow sample

12 years agoFixed #1608
Andrey Kamaev [Sun, 19 Feb 2012 21:56:21 +0000 (21:56 +0000)]
Fixed #1608

12 years agoRefactored OpenCVConfig.cmake generation code.
Andrey Kamaev [Sun, 19 Feb 2012 21:30:13 +0000 (21:30 +0000)]
Refactored OpenCVConfig.cmake generation code.

12 years agoUpdated ffmpeg implementation (setProperty & getProperty methods)
Alexander Reshetnikov [Sat, 18 Feb 2012 12:56:00 +0000 (12:56 +0000)]
Updated ffmpeg implementation (setProperty & getProperty methods)

12 years agoFixed #1443
Andrey Kamaev [Fri, 17 Feb 2012 19:09:05 +0000 (19:09 +0000)]
Fixed #1443

12 years agoupdating inaccurate test (Mat step can be more than width)
Andrey Pavlenko [Fri, 17 Feb 2012 14:51:19 +0000 (14:51 +0000)]
updating inaccurate test (Mat step can be more than width)

12 years agominor changes in chessboard.py sample #1492
Alexander Shishkov [Fri, 17 Feb 2012 08:48:06 +0000 (08:48 +0000)]
minor changes in chessboard.py sample #1492

12 years agofixed #1492
Alexander Shishkov [Fri, 17 Feb 2012 08:42:58 +0000 (08:42 +0000)]
fixed #1492

12 years agofixed #1363
Alexander Shishkov [Fri, 17 Feb 2012 08:35:46 +0000 (08:35 +0000)]
fixed #1363

12 years agoMinor refactoring of the GPU perf. sample
Alexey Spizhevoy [Fri, 17 Feb 2012 07:02:11 +0000 (07:02 +0000)]
Minor refactoring of the GPU perf. sample

12 years agofixed #1604
Alexander Shishkov [Fri, 17 Feb 2012 06:58:02 +0000 (06:58 +0000)]
fixed #1604

12 years agoFixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
Andrey Kamaev [Thu, 16 Feb 2012 20:29:35 +0000 (20:29 +0000)]
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.

12 years agofix a potential crash when there are no keypoints
Vincent Rabaud [Thu, 16 Feb 2012 19:21:48 +0000 (19:21 +0000)]
fix a potential crash when there are no keypoints

12 years agoUpdated the GPU performance sample
Alexey Spizhevoy [Thu, 16 Feb 2012 13:08:22 +0000 (13:08 +0000)]
Updated the GPU performance sample

12 years agoAdded docs for gpu::FarnebackOpticalFlow
Alexey Spizhevoy [Thu, 16 Feb 2012 12:42:44 +0000 (12:42 +0000)]
Added docs for gpu::FarnebackOpticalFlow

12 years agoFixed a compile-time error
Alexey Spizhevoy [Thu, 16 Feb 2012 12:33:42 +0000 (12:33 +0000)]
Fixed a compile-time error

12 years agoMinor fix -- renamed a variable
Alexey Spizhevoy [Thu, 16 Feb 2012 12:07:08 +0000 (12:07 +0000)]
Minor fix -- renamed a variable

12 years agoMinor refactoring
Alexey Spizhevoy [Thu, 16 Feb 2012 12:00:17 +0000 (12:00 +0000)]
Minor refactoring

12 years agoAdded a perf. test for gpu::FarnebackOpticalFlow
Alexey Spizhevoy [Thu, 16 Feb 2012 11:48:56 +0000 (11:48 +0000)]
Added a perf. test for gpu::FarnebackOpticalFlow

12 years agoFixed some typos
Alexey Spizhevoy [Thu, 16 Feb 2012 11:32:32 +0000 (11:32 +0000)]
Fixed some typos

12 years agoAdded missing files
Alexey Spizhevoy [Thu, 16 Feb 2012 11:26:17 +0000 (11:26 +0000)]
Added missing files

12 years agoAdded the GPU version of the Farneback's optical flow
Alexey Spizhevoy [Thu, 16 Feb 2012 11:23:51 +0000 (11:23 +0000)]
Added the GPU version of the Farneback's optical flow

12 years agoadded StereoVar description (by Sergey Kosov)
Vadim Pisarevsky [Wed, 15 Feb 2012 22:24:32 +0000 (22:24 +0000)]
added StereoVar description (by Sergey Kosov)

12 years agoadded color canny; improved Algorithm class implementation
Vadim Pisarevsky [Wed, 15 Feb 2012 21:10:11 +0000 (21:10 +0000)]
added color canny; improved Algorithm class implementation

12 years agofixed a few problems detected by Xcode 4.2.1
Vadim Pisarevsky [Wed, 15 Feb 2012 19:48:04 +0000 (19:48 +0000)]
fixed a few problems detected by Xcode 4.2.1

12 years agofixed compilation for old compute capabilities
Vladislav Vinogradov [Wed, 15 Feb 2012 19:25:29 +0000 (19:25 +0000)]
fixed compilation for old compute capabilities

12 years agofixed compilation error
Vladislav Vinogradov [Wed, 15 Feb 2012 12:27:51 +0000 (12:27 +0000)]
fixed compilation error

12 years agoremoved highgui video tests execution on macos; also minor code changes
Alexander Reshetnikov [Wed, 15 Feb 2012 12:06:46 +0000 (12:06 +0000)]
removed highgui video tests execution on macos; also minor code changes

12 years agofixed and updated gpu implementation of separable liner filters
Vladislav Vinogradov [Wed, 15 Feb 2012 12:05:59 +0000 (12:05 +0000)]
fixed and updated gpu implementation of separable liner filters
now it supports kernel's size up to 32

12 years agoCreated a perftest for convertTo, updated perftests for arithmetical operations
Ivan Korolev [Wed, 15 Feb 2012 10:24:47 +0000 (10:24 +0000)]
Created a perftest for convertTo, updated perftests for arithmetical operations

12 years ago#1283, adding JavaDoc comments for Mat <->Bitmap converters.
Andrey Pavlenko [Wed, 15 Feb 2012 09:08:39 +0000 (09:08 +0000)]
#1283, adding JavaDoc comments for Mat <->Bitmap converters.

12 years ago#1283, Mat <->Bitmap converters Java tests.
Andrey Pavlenko [Wed, 15 Feb 2012 08:19:49 +0000 (08:19 +0000)]
#1283, Mat <->Bitmap converters Java tests.

12 years agomoved finding CUDA_npp_LIBRARY to OpenCVDetectCUDA.cmake
Vladislav Vinogradov [Wed, 15 Feb 2012 06:44:20 +0000 (06:44 +0000)]
moved finding CUDA_npp_LIBRARY to OpenCVDetectCUDA.cmake

12 years ago#1283, Mat <->Bitmap converters are updated to support CV_8UC(1,3,4) & non-continuous...
Andrey Pavlenko [Tue, 14 Feb 2012 14:40:41 +0000 (14:40 +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.

12 years agoadded docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow
Vladislav Vinogradov [Tue, 14 Feb 2012 13:18:33 +0000 (13:18 +0000)]
added docs for GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow

12 years agominor fix : doesn't save outliers
Vladislav Vinogradov [Tue, 14 Feb 2012 11:48:40 +0000 (11:48 +0000)]
minor fix : doesn't save outliers

12 years agofixed compile error
Vladislav Vinogradov [Tue, 14 Feb 2012 11:29:08 +0000 (11:29 +0000)]
fixed compile error

12 years agofixed orb bug commited by mistake
Anatoly Baksheev [Tue, 14 Feb 2012 10:27:33 +0000 (10:27 +0000)]
fixed orb bug commited by mistake

12 years agofixed ~200 warnings for windows
Anatoly Baksheev [Tue, 14 Feb 2012 10:22:34 +0000 (10:22 +0000)]
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)

12 years agominor
Vladislav Vinogradov [Mon, 13 Feb 2012 13:29:28 +0000 (13:29 +0000)]
minor

12 years agofixed build under linux
Vladislav Vinogradov [Mon, 13 Feb 2012 13:19:06 +0000 (13:19 +0000)]
fixed build under linux
added PyrLKOpticalFlowDense performance test

12 years agoadded GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module
Vladislav Vinogradov [Mon, 13 Feb 2012 12:57:27 +0000 (12:57 +0000)]
added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module

12 years agofixed compiling error under Windows; updated test_video_io.cpp
Alexander Reshetnikov [Mon, 13 Feb 2012 12:41:27 +0000 (12:41 +0000)]
fixed compiling error under Windows; updated test_video_io.cpp

12 years agoupdated 3 highgui tests
Alexander Reshetnikov [Sat, 11 Feb 2012 15:28:03 +0000 (15:28 +0000)]
updated 3 highgui tests

12 years agoAdding python example of mouse interaction and use of correlation on an image
Gary Bradski [Sat, 11 Feb 2012 03:47:40 +0000 (03:47 +0000)]
Adding python example of mouse interaction and use of correlation on an image

12 years ago(no commit message)
Victoria Zhislina [Fri, 10 Feb 2012 13:47:53 +0000 (13:47 +0000)]

12 years agoadded get methods for retina outputs
Alexandre Benoit [Fri, 10 Feb 2012 13:25:33 +0000 (13:25 +0000)]
added get methods for retina outputs

12 years agofixed compile under linux
Andrey Morozov [Fri, 10 Feb 2012 12:46:34 +0000 (12:46 +0000)]
fixed compile under linux

12 years agoCV_ENABLE_UNROLLED
Victoria Zhislina [Fri, 10 Feb 2012 06:05:04 +0000 (06:05 +0000)]
CV_ENABLE_UNROLLED

12 years agoFixed incorrectly merged patch.
Andrey Kamaev [Thu, 9 Feb 2012 20:22:36 +0000 (20:22 +0000)]
Fixed incorrectly merged patch.

12 years agoApplied the patch, received from akamaev. Also made some changes in CMake files to...
Leonid Beynenson [Thu, 9 Feb 2012 15:02:21 +0000 (15:02 +0000)]
Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue.