profile/ivi/opencv.git
13 years agofixed bug in graphcut seam estimation (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 07:35:46 +0000 (07:35 +0000)]
fixed bug in graphcut seam estimation (opencv_stitching)

13 years agoadded scaling of images before seam estimation (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 07:10:48 +0000 (07:10 +0000)]
added scaling of images before seam estimation (opencv_stitching)

13 years agofixed several typos, including the old ones from ticket #854
Vadim Pisarevsky [Sat, 21 May 2011 20:17:45 +0000 (20:17 +0000)]
fixed several typos, including the old ones from ticket #854

13 years agoUse INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)
Vadim Pisarevsky [Sat, 21 May 2011 18:36:30 +0000 (18:36 +0000)]
Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)

13 years agoreplaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
Vadim Pisarevsky [Sat, 21 May 2011 18:32:34 +0000 (18:32 +0000)]
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)

13 years agoreturn NULL in the case of incorrect camera index (ticket #710)
Vadim Pisarevsky [Sat, 21 May 2011 18:07:28 +0000 (18:07 +0000)]
return NULL in the case of incorrect camera index (ticket #710)

13 years ago- assign some members outside the header (fixes #1081)
Vincent Rabaud [Sat, 21 May 2011 17:27:38 +0000 (17:27 +0000)]
- assign some members outside the header (fixes #1081)

13 years agobugfix for Windows x64, Visual Studio 10
Kirill Kornyakov [Sat, 21 May 2011 15:09:54 +0000 (15:09 +0000)]
bugfix for Windows x64, Visual Studio 10

13 years agomade number of bands in blending parameter
Alexey Spizhevoy [Sat, 21 May 2011 14:44:37 +0000 (14:44 +0000)]
made number of bands in blending parameter

13 years agomore refactoring of opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 14:22:06 +0000 (14:22 +0000)]
more refactoring of opencv_stitching

13 years agosome samples updated according to new CommandLineParser class
Kirill Kornyakov [Sat, 21 May 2011 14:09:03 +0000 (14:09 +0000)]
some samples updated according to new CommandLineParser class

13 years agoupdated poor pairs filtering in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 14:03:06 +0000 (14:03 +0000)]
updated poor pairs filtering in opencv_stitching

13 years agomemory optimizations in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 13:27:57 +0000 (13:27 +0000)]
memory optimizations in opencv_stitching

13 years agorefactoring in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 11:24:42 +0000 (11:24 +0000)]
refactoring in opencv_stitching

13 years agochanges blenders interface in opencv_stitching
Alexey Spizhevoy [Sat, 21 May 2011 11:09:47 +0000 (11:09 +0000)]
changes blenders interface in opencv_stitching

13 years agoallow lower-case utf-8 encoding specification as well
Vadim Pisarevsky [Sat, 21 May 2011 09:29:21 +0000 (09:29 +0000)]
allow lower-case utf-8 encoding specification as well

13 years agoone more fix with encoding when reading/writing XMLs
Vadim Pisarevsky [Sat, 21 May 2011 09:03:04 +0000 (09:03 +0000)]
one more fix with encoding when reading/writing XMLs

13 years ago- add missing tests for ORB
Vincent Rabaud [Fri, 20 May 2011 23:53:22 +0000 (23:53 +0000)]
- add missing tests for ORB
- remove useless code for 2.3

13 years ago- adding ORB
Vincent Rabaud [Fri, 20 May 2011 22:25:53 +0000 (22:25 +0000)]
- adding ORB

13 years agofixed reading/writing of utf-8 strings
Vadim Pisarevsky [Fri, 20 May 2011 20:24:34 +0000 (20:24 +0000)]
fixed reading/writing of utf-8 strings

13 years agoTegra optimization for calcOpticalFlowPyrLK
Andrey Kamaev [Fri, 20 May 2011 14:33:41 +0000 (14:33 +0000)]
Tegra optimization for calcOpticalFlowPyrLK

13 years agoremoved duplicated output, added the print of first and last points always
Maria Dimashova [Fri, 20 May 2011 12:46:05 +0000 (12:46 +0000)]
removed duplicated output, added the print of first and last points always

13 years agofixed sample
Maria Dimashova [Fri, 20 May 2011 12:30:47 +0000 (12:30 +0000)]
fixed sample

13 years agominor changes of recall-precision output
Maria Dimashova [Fri, 20 May 2011 12:14:35 +0000 (12:14 +0000)]
minor changes of recall-precision output

13 years agorefactored opencv_stitching
Alexey Spizhevoy [Fri, 20 May 2011 08:08:55 +0000 (08:08 +0000)]
refactored opencv_stitching

13 years agoadded number of bands estimation in opencv_stitching
Alexey Spizhevoy [Fri, 20 May 2011 07:44:37 +0000 (07:44 +0000)]
added number of bands estimation in opencv_stitching

13 years agoadded histograms comparison into opencv_stitching
Alexey Spizhevoy [Fri, 20 May 2011 07:32:25 +0000 (07:32 +0000)]
added histograms comparison into opencv_stitching

13 years agofixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
Anatoly Baksheev [Thu, 19 May 2011 17:11:25 +0000 (17:11 +0000)]
fixed #1069  (cvflann::set_distance_type - Unresolved external under VS2008)

13 years agoalter the read stage.threshold to match traincascade behavior (ticket #1071)
Vadim Pisarevsky [Thu, 19 May 2011 12:41:48 +0000 (12:41 +0000)]
alter the read stage.threshold to match traincascade behavior (ticket #1071)

13 years agofixed top-right and bottom-right corners filtering in the case of constant border...
Vadim Pisarevsky [Thu, 19 May 2011 12:19:48 +0000 (12:19 +0000)]
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058)

13 years agoTegra optimization for yuv420i to rgb conversion
Andrey Kamaev [Thu, 19 May 2011 06:36:44 +0000 (06:36 +0000)]
Tegra optimization for yuv420i to rgb conversion

13 years agoadded time measurements into opencv_stitching
Alexey Spizhevoy [Thu, 19 May 2011 05:59:10 +0000 (05:59 +0000)]
added time measurements into opencv_stitching

13 years agofixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions...
Vadim Pisarevsky [Wed, 18 May 2011 15:16:12 +0000 (15:16 +0000)]
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)

13 years agominor changes in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 15:05:06 +0000 (15:05 +0000)]
minor changes in opencv_stitching

13 years agoreduced memory requirements in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 14:52:23 +0000 (14:52 +0000)]
reduced memory requirements in opencv_stitching

13 years agoadded parameters controlling resolution into opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 13:21:45 +0000 (13:21 +0000)]
added parameters controlling resolution into opencv_stitching

13 years agofixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected...
Vadim Pisarevsky [Wed, 18 May 2011 13:05:46 +0000 (13:05 +0000)]
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066)

13 years agocompilation under mac
Alexey Spizhevoy [Wed, 18 May 2011 13:02:27 +0000 (13:02 +0000)]
compilation under mac

13 years agofixed OpenCV_DIR
Kirill Kornyakov [Wed, 18 May 2011 12:48:08 +0000 (12:48 +0000)]
fixed OpenCV_DIR

13 years agoadded the link in doc on kinect
Maria Dimashova [Wed, 18 May 2011 11:57:43 +0000 (11:57 +0000)]
added the link in doc on kinect

13 years agomodified focal estimation function in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 08:56:48 +0000 (08:56 +0000)]
modified focal estimation function in opencv_stitching

13 years agominor fix
Vladislav Vinogradov [Wed, 18 May 2011 07:18:30 +0000 (07:18 +0000)]
minor fix

13 years agominor refactoring in opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 07:15:12 +0000 (07:15 +0000)]
minor refactoring in opencv_stitching

13 years agoadded leaveBiggestComponent function into opencv_stitching
Alexey Spizhevoy [Wed, 18 May 2011 07:11:45 +0000 (07:11 +0000)]
added leaveBiggestComponent function into opencv_stitching

13 years agoGpuMat::setTo optimization (call cudaMemcpy2D if possible)
Vladislav Vinogradov [Wed, 18 May 2011 06:51:05 +0000 (06:51 +0000)]
GpuMat::setTo optimization (call cudaMemcpy2D if possible)

13 years agoremoved debug print statement from cvMixChannels()
Vadim Pisarevsky [Tue, 17 May 2011 15:55:40 +0000 (15:55 +0000)]
removed debug print statement from cvMixChannels()

13 years agocopied helper modules from doc to modules/python/test
Vadim Pisarevsky [Tue, 17 May 2011 15:52:23 +0000 (15:52 +0000)]
copied helper modules from doc to modules/python/test

13 years agofixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
Vadim Pisarevsky [Tue, 17 May 2011 15:44:01 +0000 (15:44 +0000)]
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.

13 years agofixed a few warnings from VS2010 express
Vadim Pisarevsky [Tue, 17 May 2011 14:15:23 +0000 (14:15 +0000)]
fixed a few warnings from VS2010 express

13 years agominor changes in opencv_stitching
Alexey Spizhevoy [Tue, 17 May 2011 13:48:27 +0000 (13:48 +0000)]
minor changes in opencv_stitching

13 years agofix build problems on Windows
Vadim Pisarevsky [Tue, 17 May 2011 13:32:42 +0000 (13:32 +0000)]
fix build problems on Windows

13 years ago- extra spaces are removed
Andrey Pavlenko [Tue, 17 May 2011 12:52:07 +0000 (12:52 +0000)]
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')

13 years agosolution folder flag disabled by default
Anatoly Baksheev [Tue, 17 May 2011 09:48:23 +0000 (09:48 +0000)]
solution folder flag disabled by default

13 years agosolution folder flag disabled by default
Anatoly Baksheev [Tue, 17 May 2011 09:40:06 +0000 (09:40 +0000)]
solution folder flag disabled by default

13 years agoadded missing #include for compatibility with VS2008
Vadim Pisarevsky [Tue, 17 May 2011 07:27:48 +0000 (07:27 +0000)]
added missing #include for compatibility with VS2008

13 years agochanged default args values for opencv_stitching app
Alexey Spizhevoy [Tue, 17 May 2011 04:59:44 +0000 (04:59 +0000)]
changed default args values for opencv_stitching app

13 years agominor bugfix
Andrey Kamaev [Mon, 16 May 2011 15:10:44 +0000 (15:10 +0000)]
minor bugfix

13 years agoParallel version of YUV->RGB conversion for Android camera
Andrey Kamaev [Mon, 16 May 2011 14:14:06 +0000 (14:14 +0000)]
Parallel version of YUV->RGB conversion for Android camera

13 years agofixed #808 and #848
Alexander Mordvintsev [Mon, 16 May 2011 10:52:20 +0000 (10:52 +0000)]
fixed #808 and #848

13 years agoupdate gpu docs (SURF and BruteForceMatcher)
Vladislav Vinogradov [Mon, 16 May 2011 08:54:06 +0000 (08:54 +0000)]
update gpu docs (SURF and BruteForceMatcher)

13 years agoadded support of Hamming distance to BruteForceMatcher_GPU
Vladislav Vinogradov [Mon, 16 May 2011 08:38:27 +0000 (08:38 +0000)]
added support of Hamming distance to BruteForceMatcher_GPU

13 years agorefactored opencv_stitching
Alexey Spizhevoy [Mon, 16 May 2011 05:11:09 +0000 (05:11 +0000)]
refactored opencv_stitching

13 years agoPurpose: updated the feature2d chapter
Elena Fedotova [Sun, 15 May 2011 20:56:53 +0000 (20:56 +0000)]
Purpose: updated the feature2d chapter

13 years agocommand line parser added. Leonid Beynenson is original contributor of the class...
Kirill Kornyakov [Sun, 15 May 2011 19:25:00 +0000 (19:25 +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.

13 years agoPurpose: completed the calib3d chapter
Elena Fedotova [Sun, 15 May 2011 19:16:53 +0000 (19:16 +0000)]
Purpose: completed the calib3d chapter

13 years agoPurpose: completed the objdetect chapter
Elena Fedotova [Sun, 15 May 2011 19:16:27 +0000 (19:16 +0000)]
Purpose: completed the objdetect chapter

13 years agoPurpose: completed the ml chapter
Elena Fedotova [Sun, 15 May 2011 19:15:36 +0000 (19:15 +0000)]
Purpose: completed the ml chapter

13 years agosome renames
Maria Dimashova [Sun, 15 May 2011 09:19:05 +0000 (09:19 +0000)]
some renames

13 years agoadded missing #include "ctype.h"
Vadim Pisarevsky [Fri, 13 May 2011 20:01:36 +0000 (20:01 +0000)]
added missing #include "ctype.h"

13 years agoremoved "#include "windows.h"" from core headers
Vadim Pisarevsky [Fri, 13 May 2011 20:00:58 +0000 (20:00 +0000)]
removed "#include "windows.h"" from core headers

13 years agoremoved unnecessary #include "windows.h" from "highgui_c.h"
Vadim Pisarevsky [Fri, 13 May 2011 19:40:57 +0000 (19:40 +0000)]
removed unnecessary #include "windows.h" from "highgui_c.h"

13 years agoSmall Android build fixes
Andrey Kamaev [Fri, 13 May 2011 18:32:05 +0000 (18:32 +0000)]
Small Android build fixes

13 years agomade "filestorage << vector<Mat>" work properly.
Vadim Pisarevsky [Fri, 13 May 2011 15:24:21 +0000 (15:24 +0000)]
made "filestorage << vector<Mat>" work properly.

13 years agodisabled creation of hdr_parser.pyc
Vadim Pisarevsky [Fri, 13 May 2011 13:26:14 +0000 (13:26 +0000)]
disabled creation of hdr_parser.pyc

13 years agocv:threshold optimization for Tegra
Andrey Kamaev [Thu, 12 May 2011 15:22:55 +0000 (15:22 +0000)]
cv:threshold optimization for Tegra

13 years agomake ubuntu 11.04 compile with libv4l
Vadim Pisarevsky [Thu, 12 May 2011 11:40:42 +0000 (11:40 +0000)]
make ubuntu 11.04 compile with libv4l

13 years agoFixed Android build
Andrey Kamaev [Thu, 12 May 2011 07:02:39 +0000 (07:02 +0000)]
Fixed Android build

13 years agoreviewed ? marks in features2d
Vadim Pisarevsky [Wed, 11 May 2011 23:31:50 +0000 (23:31 +0000)]
reviewed ? marks in features2d

13 years agoRemoved outdated build instructions
Andrey Kamaev [Wed, 11 May 2011 22:48:05 +0000 (22:48 +0000)]
Removed outdated build instructions

13 years agoAdded simple command line sample for Android
Andrey Kamaev [Wed, 11 May 2011 22:46:17 +0000 (22:46 +0000)]
Added simple command line sample for Android

13 years agosmall updates to bundle adjustment implementation
Xavier Delacour [Wed, 11 May 2011 20:17:15 +0000 (20:17 +0000)]
small updates to bundle adjustment implementation

13 years agoRemoving auto-generated file
Andrey Pavlenko [Wed, 11 May 2011 18:34:06 +0000 (18:34 +0000)]
Removing auto-generated file

13 years agoFixing build for Android
Andrey Pavlenko [Wed, 11 May 2011 15:39:09 +0000 (15:39 +0000)]
Fixing build for Android

13 years agoformatting
Anatoly Baksheev [Wed, 11 May 2011 14:45:35 +0000 (14:45 +0000)]
formatting

13 years agominor
Anatoly Baksheev [Wed, 11 May 2011 13:51:41 +0000 (13:51 +0000)]
minor

13 years agofixed pch for non-windows
Anatoly Baksheev [Wed, 11 May 2011 13:50:17 +0000 (13:50 +0000)]
fixed pch for non-windows

13 years ago[+] added use_folders cmake feature if cmake version is greater then 2.8.0
Anatoly Baksheev [Wed, 11 May 2011 13:37:20 +0000 (13:37 +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)

13 years agorestored 2 methods (for backward compatibility)
Maria Dimashova [Wed, 11 May 2011 12:59:36 +0000 (12:59 +0000)]
restored 2 methods (for backward compatibility)

13 years agoextended the constructor parameters of AdjusterAdapter's inheritors
Maria Dimashova [Wed, 11 May 2011 12:13:58 +0000 (12:13 +0000)]
extended the constructor parameters of  AdjusterAdapter's inheritors

13 years agofixed DynamicAdaptedFeatureDetector
Maria Dimashova [Wed, 11 May 2011 11:53:53 +0000 (11:53 +0000)]
fixed DynamicAdaptedFeatureDetector

13 years agofixed paths to demo python scripts
Vadim Pisarevsky [Wed, 11 May 2011 11:27:29 +0000 (11:27 +0000)]
fixed paths to demo python scripts

13 years agominor
Maria Dimashova [Wed, 11 May 2011 09:18:28 +0000 (09:18 +0000)]
minor

13 years agoproblem with the supported data matrices types is fixed
P. Druzhkov [Wed, 11 May 2011 07:58:47 +0000 (07:58 +0000)]
problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample

13 years agoadded lightweight class DeviceBuffer to matrix_reductions.cpp
Vladislav Vinogradov [Wed, 11 May 2011 07:30:46 +0000 (07:30 +0000)]
added lightweight class DeviceBuffer to matrix_reductions.cpp

13 years agofixed LUT (ticket #1057)
Vladislav Vinogradov [Wed, 11 May 2011 05:32:00 +0000 (05:32 +0000)]
fixed LUT (ticket #1057)

13 years agoreduced memory requirements for multi-band blending
Alexey Spizhevoy [Wed, 11 May 2011 05:28:55 +0000 (05:28 +0000)]
reduced memory requirements for multi-band blending

13 years agoconverted user guide & tutorials from tex to rst; added them into the whole documenta...
Vadim Pisarevsky [Tue, 10 May 2011 22:09:07 +0000 (22:09 +0000)]
converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.

13 years agoFinal version of scripts for Android cross-compilation on Windows.
Andrey Kamaev [Tue, 10 May 2011 13:35:20 +0000 (13:35 +0000)]
Final version of scripts for Android cross-compilation on Windows.

13 years agofixed save/load of dot; added data for the sample
Maria Dimashova [Tue, 10 May 2011 13:30:58 +0000 (13:30 +0000)]
fixed save/load of dot; added data for the sample

13 years agofixed gpu::meanStdDev and gpu::norm under CUDA 4.0
Vladislav Vinogradov [Tue, 10 May 2011 12:39:12 +0000 (12:39 +0000)]
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
fixed compilation under Win64