profile/ivi/opencv.git
13 years agoupdated focal estimation again (opencv_stitching)
Alexey Spizhevoy [Tue, 24 May 2011 06:07:47 +0000 (06:07 +0000)]
updated focal estimation again (opencv_stitching)

13 years agoupdated focal estimation (opencv_stitching) + refactoring
Alexey Spizhevoy [Tue, 24 May 2011 05:58:15 +0000 (05:58 +0000)]
updated focal estimation (opencv_stitching) + refactoring

13 years agoAdding python default install path for debian vs mac. changing site-packages -> dist...
Ethan Rublee [Tue, 24 May 2011 00:30:03 +0000 (00:30 +0000)]
Adding python default install path for debian vs mac. changing site-packages -> dist-packages. See python help
for site. Also ticket #1087.

13 years agoPurpose: 2nd review cycle
Elena Fedotova [Mon, 23 May 2011 21:20:31 +0000 (21:20 +0000)]
Purpose: 2nd review cycle

13 years agoPurpose: 2nd review cycle
Elena Fedotova [Mon, 23 May 2011 20:16:53 +0000 (20:16 +0000)]
Purpose: 2nd review cycle

13 years ago- fix possible crash introduced by cvRound
Vincent Rabaud [Mon, 23 May 2011 20:03:16 +0000 (20:03 +0000)]
- fix possible crash introduced by cvRound

13 years agoApplying patch mentioned in ticket #1085
Ethan Rublee [Mon, 23 May 2011 19:52:23 +0000 (19:52 +0000)]
Applying patch mentioned in ticket #1085

13 years agominor SURF_GPU optimization (descriptor calculation, change block size to 6x6)
Vladislav Vinogradov [Mon, 23 May 2011 18:40:09 +0000 (18:40 +0000)]
minor SURF_GPU optimization (descriptor calculation, change block size to 6x6)

13 years agoInitial pass at some boost python bindings.
Ethan Rublee [Mon, 23 May 2011 17:26:58 +0000 (17:26 +0000)]
Initial pass at some boost python bindings.

13 years agominor changes in opencv_stitching
Alexey Spizhevoy [Mon, 23 May 2011 14:28:53 +0000 (14:28 +0000)]
minor changes in opencv_stitching

13 years agofixed 2 bugs reported by exvan (ticket #799)
Vadim Pisarevsky [Mon, 23 May 2011 14:01:12 +0000 (14:01 +0000)]
fixed 2 bugs reported by exvan (ticket #799)

13 years agoavoid crash in the case of multiple pyramid levels
Vadim Pisarevsky [Mon, 23 May 2011 13:50:17 +0000 (13:50 +0000)]
avoid crash in the case of multiple pyramid levels

13 years agoswitched float with short in blending step (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 13:08:31 +0000 (13:08 +0000)]
switched float with short in blending step (opencv_stitching)

13 years agominor memory optimization in opencv_stitching
Alexey Spizhevoy [Mon, 23 May 2011 12:20:12 +0000 (12:20 +0000)]
minor memory optimization in opencv_stitching

13 years agoimplemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
Alexey Spizhevoy [Mon, 23 May 2011 11:31:02 +0000 (11:31 +0000)]
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp

13 years agominor fix
Vladislav Vinogradov [Mon, 23 May 2011 08:46:27 +0000 (08:46 +0000)]
minor fix

13 years agominor optimization of SURF_GPU (reduce memory transfers, use structure of arrays...
Vladislav Vinogradov [Mon, 23 May 2011 07:59:20 +0000 (07:59 +0000)]
minor optimization of SURF_GPU (reduce memory transfers, use structure of arrays instead of array of structures)

13 years agofixed features2d (ORB) compile errors on Windows
Vadim Pisarevsky [Mon, 23 May 2011 07:58:35 +0000 (07:58 +0000)]
fixed features2d (ORB) compile errors on Windows

13 years agoupdated usage message (opencv_stitching)
Alexey Spizhevoy [Mon, 23 May 2011 07:38:42 +0000 (07:38 +0000)]
updated usage message (opencv_stitching)

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