]> rtime.felk.cvut.cz Git - opencv.git/log
opencv.git
14 years agofixed crash of the star detector on small images (thanks to Pierre Moulon for the...
vp153 [Wed, 24 Feb 2010 21:18:21 +0000 (21:18 +0000)]
fixed crash of the star detector on small images (thanks to Pierre Moulon for the patch)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2715 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded tbb code with tbb support, but it is commented now.
anatoly [Wed, 24 Feb 2010 15:41:01 +0000 (15:41 +0000)]
added tbb code with tbb support, but it is commented now.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2714 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agosimplified complex conditions for better compatibility with earlier v. of CMake
vp153 [Wed, 24 Feb 2010 12:12:14 +0000 (12:12 +0000)]
simplified complex conditions for better compatibility with earlier v. of CMake

git-svn-id: https://code.ros.org/svn/opencv/trunk@2713 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoMinor corrections to Python definitions for GoodFeatures and WarpAffine
jamesb [Wed, 24 Feb 2010 00:35:22 +0000 (00:35 +0000)]
Minor corrections to Python definitions for GoodFeatures and WarpAffine

git-svn-id: https://code.ros.org/svn/opencv/trunk@2712 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated memory allocation in Vector implementation
vp153 [Mon, 22 Feb 2010 17:36:15 +0000 (17:36 +0000)]
updated memory allocation in Vector implementation

git-svn-id: https://code.ros.org/svn/opencv/trunk@2711 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoapplied CMake-2.4 compatibility patch (by Brian Gerkey)
vp153 [Mon, 22 Feb 2010 17:33:18 +0000 (17:33 +0000)]
applied CMake-2.4 compatibility patch (by Brian Gerkey)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2710 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoone more speed improvement in StereoBM
vp153 [Sun, 21 Feb 2010 02:25:25 +0000 (02:25 +0000)]
one more speed improvement in StereoBM

git-svn-id: https://code.ros.org/svn/opencv/trunk@2709 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofurther optimized BM stereo correspondence
vp153 [Sun, 21 Feb 2010 01:55:23 +0000 (01:55 +0000)]
further optimized BM stereo correspondence

git-svn-id: https://code.ros.org/svn/opencv/trunk@2708 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agooptimized SGBM stereo correspondence algorithm with SSE
vp153 [Fri, 19 Feb 2010 23:14:03 +0000 (23:14 +0000)]
optimized SGBM stereo correspondence algorithm with SSE

git-svn-id: https://code.ros.org/svn/opencv/trunk@2707 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years ago- fix Vec constructor so that it behaves as documented (initializes with 0)
baeuml [Fri, 19 Feb 2010 14:43:13 +0000 (14:43 +0000)]
- fix Vec constructor so that it behaves as documented (initializes with 0)
- add Vec constructor test to check correct initialization with 0
- document hidden CvTS command line parameter

git-svn-id: https://code.ros.org/svn/opencv/trunk@2706 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed description of contour processing functions. Now vector<Point*> should be expli...
vp153 [Thu, 18 Feb 2010 23:59:26 +0000 (23:59 +0000)]
fixed description of contour processing functions. Now vector<Point*> should be explicitly converted to a matrix.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2705 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed StarDetector inheritance to provide access to the parameters.
vp153 [Thu, 18 Feb 2010 23:38:59 +0000 (23:38 +0000)]
fixed StarDetector inheritance to provide access to the parameters.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2704 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed several bugs in the documentation
vp153 [Thu, 18 Feb 2010 23:35:12 +0000 (23:35 +0000)]
fixed several bugs in the documentation

git-svn-id: https://code.ros.org/svn/opencv/trunk@2703 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoasserts in Mat::at<...> made less strict (can now use m.at<float>(y,x*3+1) to access...
vp153 [Thu, 18 Feb 2010 14:57:19 +0000 (14:57 +0000)]
asserts in Mat::at<...> made less strict (can now use m.at<float>(y,x*3+1) to access the second channel of 3-channel floating-point matrix)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2702 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoResolve (missing -fPIC option) Linux compile error when using the Intel icc/icpc...
sc_sd [Thu, 18 Feb 2010 08:36:44 +0000 (08:36 +0000)]
Resolve (missing -fPIC option) Linux compile error  when using the Intel icc/icpc compiler.
When compiling the 3rdparty static ( .a ) libs, the -fPIC option needs to be used to avoid a compile error that occurs when the core OpenCV libs link against the 3rdparty (.a) static libs.
This check-in resolves ticket #125.
The files modified are the main CMakeLists.txt; the 3rdparty CmakeLists.txt files and cxtypes.h

git-svn-id: https://code.ros.org/svn/opencv/trunk@2701 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoResolve (win32/win64) issue that causes the OpenCV dll's to fail to load on systems...
sc_sd [Thu, 18 Feb 2010 07:58:55 +0000 (07:58 +0000)]
Resolve (win32/win64) issue that causes the OpenCV dll's to fail to load on systems with a older CRT or VCLIBS than the system the dll's were compiled on.
This Fix is removing the  _BIND_TO_CURRENT_CRT_VERSION  and  _BIND_TO_CURRENT_VCLIBS_VERSION definitions from the cxtypes.h file.

This check-in resolves the issue raised in ticket #133 and Ticket #126 ( _BIND_TO_CURRENT_CRT_VERSION  and  _BIND_TO_CURRENT_VCLIBS_VERSION )
Additionally, this Fix is related to the previous check-in revision r2610 -- which was in response to ticket #88

git-svn-id: https://code.ros.org/svn/opencv/trunk@2700 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed stereo test
mdim [Wed, 17 Feb 2010 15:15:52 +0000 (15:15 +0000)]
fixed stereo test

git-svn-id: https://code.ros.org/svn/opencv/trunk@2699 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed warning under vs2008
anatoly [Wed, 17 Feb 2010 13:00:28 +0000 (13:00 +0000)]
fixed warning under vs2008

git-svn-id: https://code.ros.org/svn/opencv/trunk@2698 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed compile error on ubuntu64
mdim [Wed, 17 Feb 2010 12:58:34 +0000 (12:58 +0000)]
fixed compile error on ubuntu64

git-svn-id: https://code.ros.org/svn/opencv/trunk@2697 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded StereoSGBM algorithm (combination of H. Hirschmuller + K. Konolige approaches)
vp153 [Tue, 16 Feb 2010 22:43:00 +0000 (22:43 +0000)]
added StereoSGBM algorithm (combination of H. Hirschmuller + K. Konolige approaches)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2696 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded 16s median filter (3x3 and 5x5 only)
vp153 [Tue, 16 Feb 2010 22:41:51 +0000 (22:41 +0000)]
added 16s median filter (3x3 and 5x5 only)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2695 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofurther improved Exception implementation: avoid "mutable" use (thanks to Arman Savran)
vp153 [Tue, 16 Feb 2010 21:22:53 +0000 (21:22 +0000)]
further improved Exception implementation: avoid "mutable" use (thanks to Arman Savran)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2694 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoticket 129
mdim [Tue, 16 Feb 2010 13:09:07 +0000 (13:09 +0000)]
ticket 129

git-svn-id: https://code.ros.org/svn/opencv/trunk@2693 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoticket 64
mdim [Tue, 16 Feb 2010 12:43:56 +0000 (12:43 +0000)]
ticket 64

git-svn-id: https://code.ros.org/svn/opencv/trunk@2692 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoticket 56 (SVM with set of selected features)
mdim [Tue, 16 Feb 2010 10:54:40 +0000 (10:54 +0000)]
ticket 56 (SVM with set of selected features)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2691 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoException inherits from std::exception (By Arman Savran)
jlblanco [Mon, 15 Feb 2010 17:28:57 +0000 (17:28 +0000)]
Exception inherits from std::exception (By Arman Savran)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2690 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed test fail
anatoly [Mon, 15 Feb 2010 16:31:25 +0000 (16:31 +0000)]
fixed test fail

git-svn-id: https://code.ros.org/svn/opencv/trunk@2689 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoSome littel fix about warning message and return value on file opening
schouart [Mon, 15 Feb 2010 12:05:21 +0000 (12:05 +0000)]
Some littel fix about warning message and return value on file opening

git-svn-id: https://code.ros.org/svn/opencv/trunk@2688 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoAdded check file existence functionality
schouart [Fri, 12 Feb 2010 18:28:58 +0000 (18:28 +0000)]
Added check file existence functionality

git-svn-id: https://code.ros.org/svn/opencv/trunk@2687 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded support of case when given only left disparity map
mdim [Fri, 12 Feb 2010 14:49:25 +0000 (14:49 +0000)]
added support of case when given only left disparity map

git-svn-id: https://code.ros.org/svn/opencv/trunk@2686 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated testdata (added tsukuba, tuned params)
mdim [Fri, 12 Feb 2010 14:47:08 +0000 (14:47 +0000)]
updated testdata (added tsukuba, tuned params)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2685 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded test for stereoGC
mdim [Thu, 11 Feb 2010 17:17:41 +0000 (17:17 +0000)]
added test for stereoGC

git-svn-id: https://code.ros.org/svn/opencv/trunk@2684 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated testdata
mdim [Thu, 11 Feb 2010 17:16:37 +0000 (17:16 +0000)]
updated testdata

git-svn-id: https://code.ros.org/svn/opencv/trunk@2683 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoimproved goodfeaturestotrack performance (thanks to Nghia Ho)
vp153 [Wed, 10 Feb 2010 23:17:11 +0000 (23:17 +0000)]
improved goodfeaturestotrack performance (thanks to Nghia Ho)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2682 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed link error with highgui + libavformat + libbz2 (patch from ticket #47)
anatoly [Wed, 10 Feb 2010 09:08:54 +0000 (09:08 +0000)]
fixed link error with highgui + libavformat + libbz2 (patch from ticket #47)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2681 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded test for stereobm
mdim [Tue, 9 Feb 2010 15:06:17 +0000 (15:06 +0000)]
added test for stereobm

git-svn-id: https://code.ros.org/svn/opencv/trunk@2680 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated testdata
mdim [Tue, 9 Feb 2010 15:03:31 +0000 (15:03 +0000)]
updated testdata

git-svn-id: https://code.ros.org/svn/opencv/trunk@2679 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agogit-svn-id: https://code.ros.org/svn/opencv/trunk@2678 73c94f0f-984f-4a5f-82bc-2d8db8...
anatoly [Tue, 9 Feb 2010 09:40:36 +0000 (09:40 +0000)]
git-svn-id: https://code.ros.org/svn/opencv/trunk@2678 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed compiler error under vs2003
anatoly [Mon, 8 Feb 2010 15:27:05 +0000 (15:27 +0000)]
fixed compiler error under vs2003

git-svn-id: https://code.ros.org/svn/opencv/trunk@2677 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agogit-svn-id: https://code.ros.org/svn/opencv/trunk@2676 73c94f0f-984f-4a5f-82bc-2d8db8...
anatoly [Mon, 8 Feb 2010 14:57:55 +0000 (14:57 +0000)]
git-svn-id: https://code.ros.org/svn/opencv/trunk@2676 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoFixed initUndistortRectifyMap test error level
alexeylatyshev [Mon, 8 Feb 2010 14:35:20 +0000 (14:35 +0000)]
Fixed initUndistortRectifyMap test error level

git-svn-id: https://code.ros.org/svn/opencv/trunk@2675 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agodisabled extra logs. gui test -> highguitest_guionly.
anatoly [Mon, 8 Feb 2010 13:07:54 +0000 (13:07 +0000)]
disabled extra logs. gui test -> highguitest_guionly.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2674 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agouncommented rectangle and cvRectangleR drawing functions
vp153 [Sun, 7 Feb 2010 08:51:16 +0000 (08:51 +0000)]
uncommented rectangle and cvRectangleR drawing functions

git-svn-id: https://code.ros.org/svn/opencv/trunk@2673 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoAdded Rectangle(img, Rect, ... function
bradski [Sun, 7 Feb 2010 01:33:18 +0000 (01:33 +0000)]
Added Rectangle(img, Rect, ... function

git-svn-id: https://code.ros.org/svn/opencv/trunk@2672 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoAdded Rectangle(img, Rect, ...) function
bradski [Sun, 7 Feb 2010 01:32:17 +0000 (01:32 +0000)]
Added Rectangle(img, Rect, ...) function

git-svn-id: https://code.ros.org/svn/opencv/trunk@2671 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoproper fix for iteration over matrix.
vp153 [Sat, 6 Feb 2010 21:27:17 +0000 (21:27 +0000)]
proper fix for iteration over matrix.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2670 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoTemporary added a log of logs. Going to see where crash happens in Willow.
anatoly [Fri, 5 Feb 2010 14:10:42 +0000 (14:10 +0000)]
Temporary added a log of logs. Going to see where crash happens in Willow.

git-svn-id: https://code.ros.org/svn/opencv/trunk@2669 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofix according to ticket #91
anatoly [Fri, 5 Feb 2010 12:10:22 +0000 (12:10 +0000)]
fix according to ticket #91

git-svn-id: https://code.ros.org/svn/opencv/trunk@2668 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agochanged thresholds
mdim [Fri, 5 Feb 2010 09:12:10 +0000 (09:12 +0000)]
changed thresholds

git-svn-id: https://code.ros.org/svn/opencv/trunk@2667 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoJust cleaned up some overfull box problems in cxcore_intro
bradski [Thu, 4 Feb 2010 18:57:40 +0000 (18:57 +0000)]
Just cleaned up some overfull box problems in cxcore_intro

git-svn-id: https://code.ros.org/svn/opencv/trunk@2666 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded circular ROI sample (by Gary Bradski)
vp153 [Thu, 4 Feb 2010 15:39:05 +0000 (15:39 +0000)]
added circular ROI sample (by Gary Bradski)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2665 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoAdded more diagnostics in the log
relrotciv [Thu, 4 Feb 2010 13:57:48 +0000 (13:57 +0000)]
Added more diagnostics in the log

git-svn-id: https://code.ros.org/svn/opencv/trunk@2664 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoRemoved several samples where test did not pass -- might be induced by small chessboa...
relrotciv [Thu, 4 Feb 2010 13:57:26 +0000 (13:57 +0000)]
Removed several samples where test did not pass -- might be induced by small chessboard size, have to look at this later

git-svn-id: https://code.ros.org/svn/opencv/trunk@2663 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoStarted a C++ cheatsheet section in cxcore_introduction.tex
bradski [Wed, 3 Feb 2010 23:36:33 +0000 (23:36 +0000)]
Started a C++ cheatsheet section in cxcore_introduction.tex

git-svn-id: https://code.ros.org/svn/opencv/trunk@2662 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded case for solvePnP
anatoly [Wed, 3 Feb 2010 13:03:03 +0000 (13:03 +0000)]
added case for solvePnP

git-svn-id: https://code.ros.org/svn/opencv/trunk@2661 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed a few MSVC warnings
vp153 [Tue, 2 Feb 2010 21:36:43 +0000 (21:36 +0000)]
fixed a few MSVC warnings

git-svn-id: https://code.ros.org/svn/opencv/trunk@2660 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agosome improvements and bugfixes in Carbon & Qt bindings by Yannick Verdie
vp153 [Tue, 2 Feb 2010 16:56:53 +0000 (16:56 +0000)]
some improvements and bugfixes in Carbon & Qt bindings by Yannick Verdie

git-svn-id: https://code.ros.org/svn/opencv/trunk@2659 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed couple of compiler warnings
vp153 [Tue, 2 Feb 2010 16:55:37 +0000 (16:55 +0000)]
fixed couple of compiler warnings

git-svn-id: https://code.ros.org/svn/opencv/trunk@2658 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agominor changes
mdim [Tue, 2 Feb 2010 10:05:18 +0000 (10:05 +0000)]
minor changes

git-svn-id: https://code.ros.org/svn/opencv/trunk@2657 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agocompressed test data
mdim [Tue, 2 Feb 2010 08:52:22 +0000 (08:52 +0000)]
compressed test data

git-svn-id: https://code.ros.org/svn/opencv/trunk@2656 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agogit-svn-id: https://code.ros.org/svn/opencv/trunk@2655 73c94f0f-984f-4a5f-82bc-2d8db8...
anatoly [Tue, 2 Feb 2010 08:03:20 +0000 (08:03 +0000)]
git-svn-id: https://code.ros.org/svn/opencv/trunk@2655 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agominor cxpersistense.cpp coverage improvement
vp153 [Mon, 1 Feb 2010 18:52:22 +0000 (18:52 +0000)]
minor cxpersistense.cpp coverage improvement

git-svn-id: https://code.ros.org/svn/opencv/trunk@2654 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agothrow exception instead of crash causing for win32
anatoly [Mon, 1 Feb 2010 16:34:23 +0000 (16:34 +0000)]
throw exception instead of crash causing for win32

git-svn-id: https://code.ros.org/svn/opencv/trunk@2653 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agocompiler error fixed
anatoly [Mon, 1 Feb 2010 15:55:23 +0000 (15:55 +0000)]
compiler error fixed

git-svn-id: https://code.ros.org/svn/opencv/trunk@2652 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agogit-svn-id: https://code.ros.org/svn/opencv/trunk@2651 73c94f0f-984f-4a5f-82bc-2d8db8...
anatoly [Mon, 1 Feb 2010 15:25:56 +0000 (15:25 +0000)]
git-svn-id: https://code.ros.org/svn/opencv/trunk@2651 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated output log
anatoly [Mon, 1 Feb 2010 15:12:59 +0000 (15:12 +0000)]
updated output log

git-svn-id: https://code.ros.org/svn/opencv/trunk@2650 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated - added cases for subpix and 4quad
anatoly [Mon, 1 Feb 2010 14:12:19 +0000 (14:12 +0000)]
updated - added cases for subpix and 4quad

git-svn-id: https://code.ros.org/svn/opencv/trunk@2649 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agobug fixed, now morphology supports 3-channel images
anatoly [Mon, 1 Feb 2010 12:35:38 +0000 (12:35 +0000)]
bug fixed, now morphology supports 3-channel images

git-svn-id: https://code.ros.org/svn/opencv/trunk@2648 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years ago- Add support for rtsp stream and network camera that use this protocol (i.e. axis)
schouart [Mon, 1 Feb 2010 10:34:09 +0000 (10:34 +0000)]
- Add support for rtsp stream and network camera that use this protocol (i.e. axis)
- Remove decodebin for uridecodebin
- Unified uri and filename code

git-svn-id: https://code.ros.org/svn/opencv/trunk@2647 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agooutput log modified
anatoly [Mon, 1 Feb 2010 10:30:50 +0000 (10:30 +0000)]
output log modified

git-svn-id: https://code.ros.org/svn/opencv/trunk@2646 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded test for stereo matching algorithms
mdim [Fri, 29 Jan 2010 17:44:13 +0000 (17:44 +0000)]
added test for stereo matching algorithms

git-svn-id: https://code.ros.org/svn/opencv/trunk@2645 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded datasets for stereo matching test
mdim [Fri, 29 Jan 2010 17:34:52 +0000 (17:34 +0000)]
added datasets for stereo matching test

git-svn-id: https://code.ros.org/svn/opencv/trunk@2644 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoFix typo in the documentation (ticket #97)
baeuml [Fri, 29 Jan 2010 15:33:07 +0000 (15:33 +0000)]
Fix typo in the documentation (ticket #97)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2643 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed mingw complier errors
anatoly [Fri, 29 Jan 2010 13:44:54 +0000 (13:44 +0000)]
fixed mingw complier errors

git-svn-id: https://code.ros.org/svn/opencv/trunk@2642 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agotest for calibration with artificial CBs
anatoly [Thu, 28 Jan 2010 14:41:58 +0000 (14:41 +0000)]
test for calibration with artificial CBs

git-svn-id: https://code.ros.org/svn/opencv/trunk@2641 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years ago#90 catch exception on CreateImage
jamesb [Wed, 27 Jan 2010 23:40:43 +0000 (23:40 +0000)]
#90 catch exception on CreateImage

git-svn-id: https://code.ros.org/svn/opencv/trunk@2640 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years ago#90 tests
jamesb [Wed, 27 Jan 2010 23:33:24 +0000 (23:33 +0000)]
#90 tests

git-svn-id: https://code.ros.org/svn/opencv/trunk@2639 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoUpdated the latex_readme.txt minor
bradski [Wed, 27 Jan 2010 23:15:38 +0000 (23:15 +0000)]
Updated the latex_readme.txt minor

git-svn-id: https://code.ros.org/svn/opencv/trunk@2638 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoUpdated the latex_readme.txt file to really tell how to build things
bradski [Wed, 27 Jan 2010 23:13:37 +0000 (23:13 +0000)]
Updated the latex_readme.txt file to really tell how to build things

git-svn-id: https://code.ros.org/svn/opencv/trunk@2637 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoRepro attempt for ticket #71
jamesb [Wed, 27 Jan 2010 23:06:08 +0000 (23:06 +0000)]
Repro attempt for ticket #71

git-svn-id: https://code.ros.org/svn/opencv/trunk@2636 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years ago#81, zero length seq causes segfault
jamesb [Wed, 27 Jan 2010 20:29:41 +0000 (20:29 +0000)]
#81, zero length seq causes segfault

git-svn-id: https://code.ros.org/svn/opencv/trunk@2635 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agominor (gramma fix)
anatoly [Wed, 27 Jan 2010 10:05:52 +0000 (10:05 +0000)]
minor (gramma fix)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2634 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoput <stdio.h> include into mser_sample.cpp
bradski [Wed, 27 Jan 2010 03:22:54 +0000 (03:22 +0000)]
put <stdio.h> include into mser_sample.cpp

git-svn-id: https://code.ros.org/svn/opencv/trunk@2633 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoturned on all the 3 volumes of the online manual: C, C++, Python
vp153 [Tue, 26 Jan 2010 23:20:38 +0000 (23:20 +0000)]
turned on all the 3 volumes of the online manual: C, C++, Python

git-svn-id: https://code.ros.org/svn/opencv/trunk@2632 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoadded x-sobel prefiltering to block matching algorithm; added post-filtering speckle...
vp153 [Tue, 26 Jan 2010 23:20:02 +0000 (23:20 +0000)]
added x-sobel prefiltering to block matching algorithm; added post-filtering speckle removal; added floating-point disparity format in cvFindStereoCorrespondenceBM

git-svn-id: https://code.ros.org/svn/opencv/trunk@2631 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated latex_readme.txt
bradski [Tue, 26 Jan 2010 21:30:14 +0000 (21:30 +0000)]
updated latex_readme.txt

git-svn-id: https://code.ros.org/svn/opencv/trunk@2630 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated latex_readme.txt
bradski [Tue, 26 Jan 2010 19:45:59 +0000 (19:45 +0000)]
updated latex_readme.txt

git-svn-id: https://code.ros.org/svn/opencv/trunk@2629 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoupdated copyright on licnese
bradski [Tue, 26 Jan 2010 19:11:48 +0000 (19:11 +0000)]
updated copyright on licnese

git-svn-id: https://code.ros.org/svn/opencv/trunk@2628 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoMser test data was added
alexeylatyshev [Tue, 26 Jan 2010 14:04:53 +0000 (14:04 +0000)]
Mser test data was added

git-svn-id: https://code.ros.org/svn/opencv/trunk@2627 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoMser regression test was added
alexeylatyshev [Tue, 26 Jan 2010 14:04:30 +0000 (14:04 +0000)]
Mser regression test was added

git-svn-id: https://code.ros.org/svn/opencv/trunk@2626 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed normal orientation for generated CBs
anatoly [Tue, 26 Jan 2010 13:56:57 +0000 (13:56 +0000)]
fixed normal orientation for generated CBs

git-svn-id: https://code.ros.org/svn/opencv/trunk@2625 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agonow can get 3d coordinates of corners
anatoly [Tue, 26 Jan 2010 13:23:26 +0000 (13:23 +0000)]
now can get 3d coordinates of corners

git-svn-id: https://code.ros.org/svn/opencv/trunk@2624 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agowarning fixed for VS2008
anatoly [Tue, 26 Jan 2010 11:42:28 +0000 (11:42 +0000)]
warning fixed for VS2008

git-svn-id: https://code.ros.org/svn/opencv/trunk@2623 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agotests should not have cv prefix
anatoly [Tue, 26 Jan 2010 11:38:47 +0000 (11:38 +0000)]
tests should not have cv prefix

git-svn-id: https://code.ros.org/svn/opencv/trunk@2622 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoreplaced some few for's with memset's - claimed to give a bit better performance...
vp153 [Tue, 26 Jan 2010 00:27:50 +0000 (00:27 +0000)]
replaced some few for's with memset's - claimed to give a bit better performance (thanks to Pierre Moulon for the patch)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2621 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoFixed infinite looping in Mat assignment operator for non-continuous matrices of...
mithunjacob [Mon, 25 Jan 2010 17:03:05 +0000 (17:03 +0000)]
Fixed infinite looping in Mat assignment operator for non-continuous matrices of zero height

git-svn-id: https://code.ros.org/svn/opencv/trunk@2620 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agointegrated Prosilica GigE video capturing module by Justin G. Eskesen)
vp153 [Mon, 25 Jan 2010 16:39:22 +0000 (16:39 +0000)]
integrated Prosilica GigE video capturing module by Justin G. Eskesen)

git-svn-id: https://code.ros.org/svn/opencv/trunk@2619 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agoAdded MSER sample
alexeylatyshev [Mon, 25 Jan 2010 14:14:25 +0000 (14:14 +0000)]
Added MSER sample

git-svn-id: https://code.ros.org/svn/opencv/trunk@2618 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed compile error
mdim [Mon, 25 Jan 2010 13:10:12 +0000 (13:10 +0000)]
fixed compile error

git-svn-id: https://code.ros.org/svn/opencv/trunk@2617 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

14 years agofixed warnings for gcc
anatoly [Mon, 25 Jan 2010 13:09:38 +0000 (13:09 +0000)]
fixed warnings for gcc

git-svn-id: https://code.ros.org/svn/opencv/trunk@2616 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08