]> rtime.felk.cvut.cz Git - opencv.git/log
opencv.git
14 years agoanother warning fixed master trunk
vp153 [Tue, 6 Apr 2010 01:13:05 +0000 (01:13 +0000)]
another warning fixed

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

14 years agoadded "zip" option to the Package.cmake.in, fixed test failure in cvmorph when built...
vp153 [Mon, 5 Apr 2010 23:51:44 +0000 (23:51 +0000)]
added "zip" option to the Package.cmake.in, fixed test failure in cvmorph when built with GCC 4.4, updated the index.htm and the ChangeLog.

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

14 years agoupdated bibliography and OpenCV.PDF
vp153 [Mon, 5 Apr 2010 19:21:10 +0000 (19:21 +0000)]
updated bibliography and OpenCV.PDF

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

14 years agofixed build on MSVC 2003
vp153 [Mon, 5 Apr 2010 18:50:38 +0000 (18:50 +0000)]
fixed build on MSVC 2003

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

14 years agofixed other 2 bugs in documentation and cvReleaseMat()
vp153 [Mon, 5 Apr 2010 17:51:44 +0000 (17:51 +0000)]
fixed other 2 bugs in documentation and cvReleaseMat()

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

14 years agofixed several documentation bugs
vp153 [Mon, 5 Apr 2010 17:13:57 +0000 (17:13 +0000)]
fixed several documentation bugs

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

14 years agoModify cmake for tbb include/lib files.
alekcac [Mon, 5 Apr 2010 16:36:51 +0000 (16:36 +0000)]
Modify cmake for tbb include/lib files.

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

14 years agofixed fast element access sample (SF bug #2976645)
vp153 [Mon, 5 Apr 2010 16:13:39 +0000 (16:13 +0000)]
fixed fast element access sample (SF bug #2976645)

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

14 years agodocumentation for the Calonder descriptor
vp153 [Mon, 5 Apr 2010 15:33:21 +0000 (15:33 +0000)]
documentation for the Calonder descriptor

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

14 years agoupdated doc on MSER
mdim [Mon, 5 Apr 2010 12:41:43 +0000 (12:41 +0000)]
updated doc on MSER

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

14 years agoadded const in MSER::operator()
mdim [Mon, 5 Apr 2010 12:38:36 +0000 (12:38 +0000)]
added const in MSER::operator()

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

14 years agoanother fix in matrix-invert test
vp153 [Mon, 5 Apr 2010 12:27:18 +0000 (12:27 +0000)]
another fix in matrix-invert test

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

14 years agofixed cvRound implementation for MSVC on 32-bit Windows
vp153 [Mon, 5 Apr 2010 12:02:07 +0000 (12:02 +0000)]
fixed cvRound implementation for MSVC on 32-bit Windows

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

14 years agofixed MSVC 2008 compile errors and warnings
vp153 [Mon, 5 Apr 2010 10:58:54 +0000 (10:58 +0000)]
fixed MSVC 2008 compile errors and warnings

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

14 years agodo not set "-march=i686" on 64-bit Linux boxes
vp153 [Mon, 5 Apr 2010 09:50:05 +0000 (09:50 +0000)]
do not set "-march=i686" on 64-bit Linux boxes

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

14 years agoround scalars in the case of integer arrays in adds, subrs and absdiffs tests (will...
vp153 [Mon, 5 Apr 2010 09:40:33 +0000 (09:40 +0000)]
round scalars in the case of integer arrays in adds, subrs and absdiffs tests (will probably fix some failures in cxcoretest). added "-seed "<16-digit seed>" option to the test engine to reproduce failures more easily

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

14 years agocheck the lhs matrix condition number in matrix-solve test, because LU performs poorl...
vp153 [Sat, 3 Apr 2010 13:15:21 +0000 (13:15 +0000)]
check the lhs matrix condition number in matrix-solve test, because LU performs poorly in the case of poorly conditioned matrices

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

14 years agocheck the matrix condition number in matrix-invert test, since LU method does not...
vp153 [Sat, 3 Apr 2010 13:02:19 +0000 (13:02 +0000)]
check the matrix condition number in matrix-invert test, since LU method does not work well with poorly conditioned matrices

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

14 years agoavoid testing too small images using Lanczos (possibly need to fix the case later)
vp153 [Fri, 2 Apr 2010 23:22:16 +0000 (23:22 +0000)]
avoid testing too small images using Lanczos (possibly need to fix the case later)

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

14 years agofixed several GCC 4.2 warnings
vp153 [Fri, 2 Apr 2010 22:26:16 +0000 (22:26 +0000)]
fixed several GCC 4.2 warnings

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

14 years agofixed bug in calcHist sample code (ticket #127). thanks to flkleber
vp153 [Fri, 2 Apr 2010 21:45:44 +0000 (21:45 +0000)]
fixed bug in calcHist sample code (ticket #127). thanks to flkleber

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

14 years agofixed outliers check in remap with bilinear interpolation and transparent border...
vp153 [Fri, 2 Apr 2010 21:37:31 +0000 (21:37 +0000)]
fixed outliers check in remap with bilinear interpolation and transparent border mode (ticket #245). thanks to cntaylor for the patch

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

14 years agodisable format 7 support in libdc1394 wrapper since it's broken anyway (ticket #82...
vp153 [Fri, 2 Apr 2010 21:32:11 +0000 (21:32 +0000)]
disable format 7 support in libdc1394 wrapper since it's broken anyway (ticket #82). thanks to raphman

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

14 years agoreversed the order of libraries in opencv.pc (ticket #231)
vp153 [Fri, 2 Apr 2010 21:26:22 +0000 (21:26 +0000)]
reversed the order of libraries in opencv.pc (ticket #231)

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

14 years agolet's try to add -march=i686 on 32-bit archs (ticket #138)
vp153 [Fri, 2 Apr 2010 21:19:00 +0000 (21:19 +0000)]
let's try to add -march=i686 on 32-bit archs (ticket #138)

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

14 years agocorrected off-by-one errors in cvLogPolar & cvLogLinear (ticket #208). Thanks to...
vp153 [Fri, 2 Apr 2010 20:34:12 +0000 (20:34 +0000)]
corrected off-by-one errors in cvLogPolar & cvLogLinear (ticket #208). Thanks to dkogan

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

14 years agoremoved unused CV_CPU_SSE_ANY (ticket #255)
vp153 [Fri, 2 Apr 2010 19:31:57 +0000 (19:31 +0000)]
removed unused CV_CPU_SSE_ANY (ticket #255)

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

14 years agoconverted traincascade from OpenMP to TBB
mdim [Fri, 2 Apr 2010 06:52:58 +0000 (06:52 +0000)]
converted traincascade from OpenMP to TBB

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

14 years agorepaired MoG background subtraction algorithm (tickets #32, #246) ; added camera...
vp153 [Thu, 1 Apr 2010 23:06:23 +0000 (23:06 +0000)]
repaired MoG background subtraction algorithm (tickets #32, #246) ; added camera support to bgfg_segm.cpp sample, added "update/not-update" mode switch by space key.

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

14 years agoFix for #249, added cv:: prefix to cvclass for PDF TOC
jamesb [Thu, 1 Apr 2010 16:31:45 +0000 (16:31 +0000)]
Fix for #249, added cv:: prefix to cvclass for PDF TOC

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

14 years agoFindHomography does not return H, fix for #248
jamesb [Wed, 31 Mar 2010 23:18:59 +0000 (23:18 +0000)]
FindHomography does not return H, fix for #248

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

14 years agofixed compile errors with MSVC2010 (ticket #233). Thanks to J. Luis
vp153 [Wed, 31 Mar 2010 19:40:42 +0000 (19:40 +0000)]
fixed compile errors with MSVC2010 (ticket #233). Thanks to J. Luis

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

14 years agoimproved cv::integral & cvIntegral documentation, fixed formulas (thanks to zeppe)
vp153 [Wed, 31 Mar 2010 19:36:40 +0000 (19:36 +0000)]
improved cv::integral & cvIntegral documentation, fixed formulas (thanks to zeppe)

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

14 years agoadded useExtrnisicGuess parameter description; added useExtrinsicGuess parameter...
vp153 [Wed, 31 Mar 2010 19:04:59 +0000 (19:04 +0000)]
added useExtrnisicGuess parameter description; added useExtrinsicGuess parameter to the Python wrapper for FindExtrinsicCameraParams2 function

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

14 years agoMore tags handled, go becomes buildall
jamesb [Wed, 31 Mar 2010 18:29:58 +0000 (18:29 +0000)]
More tags handled, go becomes buildall

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

14 years agolikely fixed compile errors in cvhaar.cpp when built with WITH_IPP (ticket #241)
vp153 [Wed, 31 Mar 2010 17:51:43 +0000 (17:51 +0000)]
likely fixed compile errors in cvhaar.cpp when built with WITH_IPP (ticket #241)

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

14 years agofixed output mask in cvFindHomography (thanks to robozyt, ticket #236)
vp153 [Wed, 31 Mar 2010 17:43:01 +0000 (17:43 +0000)]
fixed output mask in cvFindHomography (thanks to robozyt, ticket #236)

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

14 years agoadded 16s resize (ticket #244)
vp153 [Wed, 31 Mar 2010 17:19:02 +0000 (17:19 +0000)]
added 16s resize (ticket #244)

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

14 years agomoved helper TBB classes out of the external headers for now
vp153 [Wed, 31 Mar 2010 17:12:15 +0000 (17:12 +0000)]
moved helper TBB classes out of the external headers for now

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

14 years agoupdated floodfill documentation (ticket #207)
vp153 [Wed, 31 Mar 2010 17:01:24 +0000 (17:01 +0000)]
updated floodfill documentation (ticket #207)

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

14 years agoupdated StereoBM description, added StereoSGBM description, partly fixed the table...
vp153 [Wed, 31 Mar 2010 16:26:46 +0000 (16:26 +0000)]
updated StereoBM description, added StereoSGBM description, partly fixed the table of content in PDF

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

14 years agoTemporary exclude calonder sample. Modify exit key in fback.py.
alekcac [Wed, 31 Mar 2010 13:11:16 +0000 (13:11 +0000)]
Temporary exclude calonder sample. Modify exit key in fback.py.

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

14 years agoupdated threshold of pca test
mdim [Wed, 31 Mar 2010 12:15:50 +0000 (12:15 +0000)]
updated threshold of pca test

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

14 years agofixed HOG detector
mdim [Wed, 31 Mar 2010 11:25:41 +0000 (11:25 +0000)]
fixed HOG detector

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

14 years agoadded descriptions of PCA, SVD and RNG classes
vp153 [Wed, 31 Mar 2010 11:24:11 +0000 (11:24 +0000)]
added descriptions of PCA, SVD and RNG classes

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

14 years agoadded Mat's method description
vp153 [Tue, 30 Mar 2010 22:51:11 +0000 (22:51 +0000)]
added Mat's method description

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

14 years ago#150 ReshapeMatND: test, implementaton, doc
jamesb [Tue, 30 Mar 2010 22:05:30 +0000 (22:05 +0000)]
#150 ReshapeMatND: test, implementaton, doc

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

14 years ago#93, add extra note saying that the source image is modified
jamesb [Tue, 30 Mar 2010 22:00:24 +0000 (22:00 +0000)]
#93, add extra note saying that the source image is modified

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

14 years agoInitLineIterator, describe return type and add doctests
jamesb [Tue, 30 Mar 2010 20:42:05 +0000 (20:42 +0000)]
InitLineIterator, describe return type and add doctests

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

14 years agoupdated threshold of stereobm test
mdim [Tue, 30 Mar 2010 15:29:21 +0000 (15:29 +0000)]
updated threshold of stereobm test

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

14 years agoupdated data of cascade detect test
mdim [Tue, 30 Mar 2010 15:22:55 +0000 (15:22 +0000)]
updated data of cascade detect test

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

14 years agoadded progress points to cascade and hog tests
mdim [Tue, 30 Mar 2010 13:32:01 +0000 (13:32 +0000)]
added progress points to cascade and hog tests

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

14 years agofixed dtree
mdim [Tue, 30 Mar 2010 13:28:40 +0000 (13:28 +0000)]
fixed dtree

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

14 years ago#146 CvMemStorage documented
jamesb [Tue, 30 Mar 2010 00:56:24 +0000 (00:56 +0000)]
#146 CvMemStorage documented

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

14 years agocleanup names of doconly parameters
jamesb [Mon, 29 Mar 2010 23:28:57 +0000 (23:28 +0000)]
cleanup names of doconly parameters

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

14 years agocleanup names of doconly parameters
jamesb [Mon, 29 Mar 2010 23:28:43 +0000 (23:28 +0000)]
cleanup names of doconly parameters

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

14 years agoAdded doconly decls, finishing #4
jamesb [Mon, 29 Mar 2010 22:39:36 +0000 (22:39 +0000)]
Added doconly decls, finishing #4

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

14 years agoFixes for #4, #220, #238
jamesb [Mon, 29 Mar 2010 22:38:49 +0000 (22:38 +0000)]
Fixes for #4, #220, #238

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

14 years agoconverted ml (dtree, rtrees, ertrees, boost) from OpenMP to TBB.
mdim [Mon, 29 Mar 2010 14:47:43 +0000 (14:47 +0000)]
converted ml (dtree, rtrees, ertrees, boost) from OpenMP to TBB.

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

14 years agomodified mltests log
mdim [Mon, 29 Mar 2010 14:06:08 +0000 (14:06 +0000)]
modified mltests log

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

14 years agomodified parallel_reduce
mdim [Sat, 27 Mar 2010 16:58:02 +0000 (16:58 +0000)]
modified parallel_reduce

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

14 years agoCvTermCritera examples
jamesb [Sat, 27 Mar 2010 01:15:53 +0000 (01:15 +0000)]
CvTermCritera examples

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

14 years agoRemove image view
jamesb [Sat, 27 Mar 2010 01:06:41 +0000 (01:06 +0000)]
Remove image view

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

14 years agoFix latex underscores
jamesb [Sat, 27 Mar 2010 00:52:40 +0000 (00:52 +0000)]
Fix latex underscores

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

14 years agonew test findstereocorrespondence
jamesb [Sat, 27 Mar 2010 00:48:29 +0000 (00:48 +0000)]
new test findstereocorrespondence

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

14 years agoUniversity of Tsukuba Scene
jamesb [Sat, 27 Mar 2010 00:15:24 +0000 (00:15 +0000)]
University of Tsukuba Scene

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

14 years agonew test category python_fragments from documentation
jamesb [Fri, 26 Mar 2010 22:41:41 +0000 (22:41 +0000)]
new test category python_fragments from documentation

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

14 years agoDisallow 64-bit int fromarray(); tests force arrays to 32-bit floats.
jamesb [Fri, 26 Mar 2010 17:45:26 +0000 (17:45 +0000)]
Disallow 64-bit int fromarray(); tests force arrays to 32-bit floats.

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

14 years agogot rid of ConDensation in SWIG bindings
vp153 [Fri, 26 Mar 2010 17:36:39 +0000 (17:36 +0000)]
got rid of ConDensation in SWIG bindings

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

14 years agoreturn absolute value of the contour area by default
vp153 [Fri, 26 Mar 2010 17:14:41 +0000 (17:14 +0000)]
return absolute value of the contour area by default

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

14 years agoremoved misleading "const" image qualifier in findContours (ticket #93)
vp153 [Fri, 26 Mar 2010 16:41:59 +0000 (16:41 +0000)]
removed misleading "const" image qualifier in findContours (ticket #93)

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

14 years agoFixed sobel filter test
alexeylatyshev [Fri, 26 Mar 2010 13:22:07 +0000 (13:22 +0000)]
Fixed sobel filter test

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

14 years agorenamed tbb's proxy split struct to Split; cleaned up find_obj_ferns.cpp; restored...
vp153 [Fri, 26 Mar 2010 13:10:13 +0000 (13:10 +0000)]
renamed tbb's proxy split struct to Split; cleaned up find_obj_ferns.cpp; restored QuickTime support (ticket #211)

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

14 years agoCalonder sample parameters were modified
alexeylatyshev [Fri, 26 Mar 2010 13:09:42 +0000 (13:09 +0000)]
Calonder sample parameters were modified

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

14 years agoremoved duplicate cvGet/SetWindowProperty() (thanks to Stefano Fabri)
vp153 [Fri, 26 Mar 2010 11:38:58 +0000 (11:38 +0000)]
removed duplicate cvGet/SetWindowProperty() (thanks to Stefano Fabri)

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

14 years agomake cvaux compile again
baeuml [Fri, 26 Mar 2010 09:52:23 +0000 (09:52 +0000)]
make cvaux compile again

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

14 years agoAll commented code was removed in calonder and ferns sample
alexeylatyshev [Fri, 26 Mar 2010 09:26:46 +0000 (09:26 +0000)]
All commented code was removed in calonder and ferns sample

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

14 years agoupdate links to bug tracker in the documentation footer
baeuml [Fri, 26 Mar 2010 09:01:20 +0000 (09:01 +0000)]
update links to bug tracker in the documentation footer

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

14 years agomodified doc on cascade detect
mdim [Fri, 26 Mar 2010 08:19:42 +0000 (08:19 +0000)]
modified doc on cascade detect

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

14 years agocorrected retrieving video stream position (thanks to quadrillion for the patch)
vp153 [Fri, 26 Mar 2010 00:14:48 +0000 (00:14 +0000)]
corrected retrieving video stream position (thanks to quadrillion for the patch)

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

14 years agorenamed all the _[A-Z] variables to avoid possible name conflicts.
vp153 [Fri, 26 Mar 2010 00:00:24 +0000 (00:00 +0000)]
renamed all the _[A-Z] variables to avoid possible name conflicts.

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

14 years agoFix more syntax errors from latex2sphinx
jamesb [Thu, 25 Mar 2010 23:57:00 +0000 (23:57 +0000)]
Fix more syntax errors from latex2sphinx

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

14 years agonumpy test fromarray(allowND) check
jamesb [Thu, 25 Mar 2010 23:43:42 +0000 (23:43 +0000)]
numpy test fromarray(allowND) check

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

14 years agofromarray allowND is a keyword arg
jamesb [Thu, 25 Mar 2010 23:42:41 +0000 (23:42 +0000)]
fromarray allowND is a keyword arg

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

14 years agoCleanup of param formatting in arrays. Python: introduction, doctests, fromarray()
jamesb [Thu, 25 Mar 2010 23:42:07 +0000 (23:42 +0000)]
Cleanup of param formatting in arrays.  Python: introduction, doctests, fromarray()

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

14 years agofixed output mask in RANSAC (this repairs cvFindHomography & find_obj.cpp)
vp153 [Thu, 25 Mar 2010 23:21:14 +0000 (23:21 +0000)]
fixed output mask in RANSAC (this repairs cvFindHomography & find_obj.cpp)

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

14 years agoadded TBB's parallel_reduce support
vp153 [Thu, 25 Mar 2010 23:00:58 +0000 (23:00 +0000)]
added TBB's parallel_reduce support

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

14 years agoput back Carbon UI as alternative highgui back-end (for MacOSX 10.5 users, where...
vp153 [Thu, 25 Mar 2010 22:45:32 +0000 (22:45 +0000)]
put back Carbon UI as alternative highgui back-end (for MacOSX 10.5 users, where the current Cocoa back-end does not work properly)

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

14 years agoDoctests. Parsed-file cache to speed up incremental work
jamesb [Thu, 25 Mar 2010 20:22:34 +0000 (20:22 +0000)]
Doctests.  Parsed-file cache to speed up incremental work

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

14 years agoRemove spaces in cvarg
jamesb [Thu, 25 Mar 2010 17:29:08 +0000 (17:29 +0000)]
Remove spaces in cvarg

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

14 years ago#223, spellcheck
jamesb [Thu, 25 Mar 2010 17:20:18 +0000 (17:20 +0000)]
#223, spellcheck

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

14 years agoc++ Hough API memory leak fixed
bi11 [Thu, 25 Mar 2010 05:06:34 +0000 (05:06 +0000)]
c++ Hough API memory leak fixed

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

14 years agoParses opencv.bib, generates bibliography section
jamesb [Thu, 25 Mar 2010 01:39:49 +0000 (01:39 +0000)]
Parses opencv.bib, generates bibliography section

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

14 years agoconverted HOG & LKPyramid tracker from OpenMP to TBB. OpenMP is now commented off...
vp153 [Thu, 25 Mar 2010 00:33:27 +0000 (00:33 +0000)]
converted HOG & LKPyramid tracker from OpenMP to TBB. OpenMP is now commented off in CMake.

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

14 years agoMany fixes for problems found by latex2sphinx. Turn citations into cite{}.
jamesb [Thu, 25 Mar 2010 00:16:35 +0000 (00:16 +0000)]
Many fixes for problems found by latex2sphinx.  Turn citations into cite{}.

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

14 years agoMake work with latest pyparsing
jamesb [Wed, 24 Mar 2010 21:00:34 +0000 (21:00 +0000)]
Make work with latest pyparsing

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

14 years agoProper CvConnectedComp declaration
jamesb [Wed, 24 Mar 2010 20:56:08 +0000 (20:56 +0000)]
Proper CvConnectedComp declaration

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

14 years agoAdded dvipng as requirement for Sphinx building
jamesb [Wed, 24 Mar 2010 18:52:28 +0000 (18:52 +0000)]
Added dvipng as requirement for Sphinx building

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

14 years agoDocument class CvHistogram. Prototype for cvGetHistValue_
jamesb [Wed, 24 Mar 2010 18:51:43 +0000 (18:51 +0000)]
Document class CvHistogram.  Prototype for cvGetHistValue_

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

14 years agoMove prototype for C in CreateTrackbar
jamesb [Wed, 24 Mar 2010 18:50:39 +0000 (18:50 +0000)]
Move prototype for C in CreateTrackbar

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