profile/ivi/opencv.git
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.

12 years agofixed #927 issue
Alexander Shishkov [Thu, 9 Feb 2012 10:53:16 +0000 (10:53 +0000)]
fixed #927 issue

12 years agoadded licenses to some tests; updated new highgui tests
Alexander Reshetnikov [Thu, 9 Feb 2012 10:51:53 +0000 (10:51 +0000)]
added licenses to some tests; updated new highgui tests

12 years agofixed #927 issue
Alexander Shishkov [Wed, 8 Feb 2012 15:29:07 +0000 (15:29 +0000)]
fixed #927 issue

12 years agoupdated performance sample
Vladislav Vinogradov [Wed, 8 Feb 2012 11:02:32 +0000 (11:02 +0000)]
updated performance sample

12 years agofixed OpenCVConfig.cmake for creating Xcode projects
Vadim Pisarevsky [Wed, 8 Feb 2012 05:45:58 +0000 (05:45 +0000)]
fixed OpenCVConfig.cmake for creating Xcode projects

12 years agofixed createOpticalFlowNeedleMap
Vladislav Vinogradov [Wed, 8 Feb 2012 05:45:47 +0000 (05:45 +0000)]
fixed createOpticalFlowNeedleMap

12 years agoBug fix
Marius Muja [Tue, 7 Feb 2012 02:18:54 +0000 (02:18 +0000)]
Bug fix

12 years agoupdated positioning test for videos
Alexander Reshetnikov [Mon, 6 Feb 2012 13:53:25 +0000 (13:53 +0000)]
updated positioning test for videos

12 years agoFixed mingw build
Andrey Kamaev [Mon, 6 Feb 2012 13:29:48 +0000 (13:29 +0000)]
Fixed mingw build

12 years agofixed #1549 issue
Alexander Shishkov [Mon, 6 Feb 2012 13:26:35 +0000 (13:26 +0000)]
fixed #1549 issue

12 years agoFixed typo
Andrey Kamaev [Mon, 6 Feb 2012 12:45:11 +0000 (12:45 +0000)]
Fixed typo

12 years agoFixed build for desktop
Andrey Kamaev [Mon, 6 Feb 2012 11:48:15 +0000 (11:48 +0000)]
Fixed build for desktop

12 years agoremoved ASSERT_NO_THROW
Vladislav Vinogradov [Mon, 6 Feb 2012 11:31:52 +0000 (11:31 +0000)]
removed ASSERT_NO_THROW

12 years agoBetter variant of OpenCVConfig.cmake generation; several smaller changes in the optio...
Andrey Kamaev [Mon, 6 Feb 2012 11:30:59 +0000 (11:30 +0000)]
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts

12 years agofixed bug after const removing in retina
Alexander Shishkov [Mon, 6 Feb 2012 10:34:00 +0000 (10:34 +0000)]
fixed bug after const removing in retina

12 years agofixed #1565 issue
Alexander Shishkov [Mon, 6 Feb 2012 09:31:33 +0000 (09:31 +0000)]
fixed #1565 issue

12 years agofixed #1590
Alexander Shishkov [Mon, 6 Feb 2012 08:38:03 +0000 (08:38 +0000)]
fixed #1590

12 years agofixed issue #1243
Alexander Shishkov [Mon, 6 Feb 2012 08:13:11 +0000 (08:13 +0000)]
fixed issue #1243

12 years agoadded one more test for undistort
Alexander Shishkov [Mon, 6 Feb 2012 06:47:43 +0000 (06:47 +0000)]
added one more test for undistort

12 years agofixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)
Vladislav Vinogradov [Mon, 6 Feb 2012 06:11:23 +0000 (06:11 +0000)]
fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)

12 years agoadded getGaborKernel function
Vadim Pisarevsky [Mon, 6 Feb 2012 01:09:54 +0000 (01:09 +0000)]
added getGaborKernel function

12 years agofixed compile under linux
Andrey Morozov [Sun, 5 Feb 2012 08:09:00 +0000 (08:09 +0000)]
fixed compile under linux

12 years agoFixed ticket #1580
Andrey Kamaev [Sat, 4 Feb 2012 18:57:41 +0000 (18:57 +0000)]
Fixed ticket #1580

12 years agocompleted tests checking positioning & frame count for videos (C interface); added...
Alexander Reshetnikov [Sat, 4 Feb 2012 16:17:05 +0000 (16:17 +0000)]
completed tests checking positioning & frame count for videos (C interface); added new test videos

12 years agoFile with positioning test was renamed to test_positioning.cpp
Alexander Reshetnikov [Sat, 4 Feb 2012 15:55:12 +0000 (15:55 +0000)]
File with positioning test was renamed to test_positioning.cpp

12 years agoFixing #1580
Andrey Kamaev [Fri, 3 Feb 2012 19:18:35 +0000 (19:18 +0000)]
Fixing #1580

12 years agoAttempt to fix #1580 - building OpenCV with ffmpeg not in LD_LIBRARY_PATH
Andrey Kamaev [Fri, 3 Feb 2012 18:52:00 +0000 (18:52 +0000)]
Attempt to fix #1580 - building OpenCV with ffmpeg not in LD_LIBRARY_PATH

12 years agoFixed OpenCVConfig.cmake generated for build directory
Andrey Kamaev [Fri, 3 Feb 2012 15:22:54 +0000 (15:22 +0000)]
Fixed OpenCVConfig.cmake generated for build directory

12 years agoFixing build with CUDA enabled
Andrey Kamaev [Fri, 3 Feb 2012 12:54:52 +0000 (12:54 +0000)]
Fixing build with CUDA enabled

12 years agoFixing build with CUDA enabled
Andrey Kamaev [Fri, 3 Feb 2012 12:35:39 +0000 (12:35 +0000)]
Fixing build with CUDA enabled

12 years agoFixing build on Windows
Andrey Kamaev [Fri, 3 Feb 2012 12:33:48 +0000 (12:33 +0000)]
Fixing build on Windows

12 years agoFixing build with CUDA enabled
Andrey Kamaev [Fri, 3 Feb 2012 12:15:27 +0000 (12:15 +0000)]
Fixing build with CUDA enabled

12 years agoFixing build with CUDA enabled
Andrey Kamaev [Fri, 3 Feb 2012 11:54:16 +0000 (11:54 +0000)]
Fixing build with CUDA enabled

12 years agoFixing build with Eigen enabled
Andrey Kamaev [Fri, 3 Feb 2012 11:37:14 +0000 (11:37 +0000)]
Fixing build with Eigen enabled

12 years agoGlobal CMake reorganization:
Andrey Kamaev [Fri, 3 Feb 2012 11:26:49 +0000 (11:26 +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

12 years agoFixed the building process for (ubuntu 64bit debug cuda4.1) configuration
Alexey Spizhevoy [Thu, 2 Feb 2012 14:06:13 +0000 (14:06 +0000)]
Fixed the building process for (ubuntu 64bit debug cuda4.1) configuration

12 years agoFixed the multi-band blending test
Alexey Spizhevoy [Wed, 1 Feb 2012 10:00:38 +0000 (10:00 +0000)]
Fixed the multi-band blending test

12 years agofixed compile error
Andrey Morozov [Wed, 1 Feb 2012 09:54:18 +0000 (09:54 +0000)]
fixed compile error

12 years agoPrepared some videos for future tests. Added first version of common positioning...
Alexander Reshetnikov [Tue, 31 Jan 2012 21:02:05 +0000 (21:02 +0000)]
Prepared some videos for future tests. Added first version of common positioning video test.

12 years agofixed a few bugs in mat-mask-operations tutorial (thanks to Shiqi Yu)
Vadim Pisarevsky [Tue, 31 Jan 2012 15:58:47 +0000 (15:58 +0000)]
fixed a few bugs in mat-mask-operations tutorial (thanks to Shiqi Yu)

12 years agoUpdated the multi-band blending test
Alexey Spizhevoy [Tue, 31 Jan 2012 14:36:55 +0000 (14:36 +0000)]
Updated the multi-band blending test

12 years agohighgui headers were not being installed...
Ethan Rublee [Mon, 30 Jan 2012 19:07:14 +0000 (19:07 +0000)]
highgui headers were not being installed...

12 years agofixed build under CUDA 4.1
Vladislav Vinogradov [Mon, 30 Jan 2012 13:15:20 +0000 (13:15 +0000)]
fixed build under CUDA 4.1

12 years agoAdded a test for the multi-band blender
Alexey Spizhevoy [Mon, 30 Jan 2012 10:31:10 +0000 (10:31 +0000)]
Added a test for the multi-band blender

12 years agoadded access methods to retreive retina input and output buffers sizes
Alexandre Benoit [Mon, 30 Jan 2012 09:40:02 +0000 (09:40 +0000)]
added access methods to retreive retina input and output buffers sizes

12 years agofixed bug in SURF_GPU
Vladislav Vinogradov [Mon, 30 Jan 2012 07:59:14 +0000 (07:59 +0000)]
fixed bug in SURF_GPU

12 years agoadded gpu::printCudaDeviceInfo to all samples
Vladislav Vinogradov [Mon, 30 Jan 2012 07:20:09 +0000 (07:20 +0000)]
added gpu::printCudaDeviceInfo to all samples

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Mon, 30 Jan 2012 07:06:35 +0000 (07:06 +0000)]
Updated the stitching module docs

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Mon, 30 Jan 2012 06:53:50 +0000 (06:53 +0000)]
Updated the stitching module docs

12 years agofixed bug #1422 (thanks to jondo for the patch)
Vadim Pisarevsky [Sun, 29 Jan 2012 14:31:10 +0000 (14:31 +0000)]
fixed bug #1422 (thanks to jondo for the patch)

12 years agoUpdated the stitching pipeline image
Alexey Spizhevoy [Sat, 28 Jan 2012 15:49:35 +0000 (15:49 +0000)]
Updated the stitching pipeline image

12 years agofixed bug #1415
Vadim Pisarevsky [Fri, 27 Jan 2012 20:36:19 +0000 (20:36 +0000)]
fixed bug #1415

12 years agofixed bug #1566
Vadim Pisarevsky [Fri, 27 Jan 2012 20:28:59 +0000 (20:28 +0000)]
fixed bug #1566

12 years agofixed gpu::device::transform with non-aligned sources (Ticket #1567)
Vladislav Vinogradov [Fri, 27 Jan 2012 13:10:30 +0000 (13:10 +0000)]
fixed gpu::device::transform with non-aligned sources (Ticket #1567)

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Fri, 27 Jan 2012 07:40:23 +0000 (07:40 +0000)]
Updated the stitching module docs

12 years agofixed potential bug in cv::eigen()
Vadim Pisarevsky [Thu, 26 Jan 2012 19:41:59 +0000 (19:41 +0000)]
fixed potential bug in cv::eigen()

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 26 Jan 2012 13:28:04 +0000 (13:28 +0000)]
Updated the stitching module docs

12 years agodisabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561)
Vladislav Vinogradov [Thu, 26 Jan 2012 12:52:32 +0000 (12:52 +0000)]
disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561)

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 26 Jan 2012 12:44:32 +0000 (12:44 +0000)]
Updated the stitching module docs

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 26 Jan 2012 12:02:45 +0000 (12:02 +0000)]
Updated the stitching module docs

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 26 Jan 2012 11:47:33 +0000 (11:47 +0000)]
Updated the stitching module docs

12 years agofixed of the ticket #1442
Andrey Morozov [Thu, 26 Jan 2012 11:36:12 +0000 (11:36 +0000)]
fixed of the ticket #1442

12 years agofixing Java test compilation after API change (distanceTransform() -> distanceTransfo...
Andrey Pavlenko [Thu, 26 Jan 2012 08:51:16 +0000 (08:51 +0000)]
fixing Java test compilation after API change (distanceTransform() -> distanceTransformWithLabels())

12 years agofixed memory leak in cap_libv4l.cpp (ticket #1518; thanks to gorgen for the patch)
Vadim Pisarevsky [Thu, 26 Jan 2012 08:37:24 +0000 (08:37 +0000)]
fixed memory leak in cap_libv4l.cpp (ticket #1518; thanks to gorgen for the patch)