profile/ivi/opencv.git
13 years agofixed typo in the license (ticket #1211)
Vadim Pisarevsky [Tue, 12 Jul 2011 15:59:15 +0000 (15:59 +0000)]
fixed typo in the license (ticket #1211)

13 years agoAdded the class RotatedRect to Java API.
Leonid Beynenson [Tue, 12 Jul 2011 15:39:38 +0000 (15:39 +0000)]
Added the class RotatedRect to Java API.
Added tests for the class.

13 years agojava tests: added 2 tests for calib3d, implemented assertMatNotEqual
Kirill Kornyakov [Tue, 12 Jul 2011 15:10:54 +0000 (15:10 +0000)]
java tests: added 2 tests for calib3d, implemented assertMatNotEqual

13 years agojava tests: added a chessboard image
Kirill Kornyakov [Tue, 12 Jul 2011 14:53:09 +0000 (14:53 +0000)]
java tests: added a chessboard image

13 years agoorg.opencv.utils renamed to org.opencv.android
Andrey Pavlenko [Tue, 12 Jul 2011 13:31:02 +0000 (13:31 +0000)]
org.opencv.utils renamed to org.opencv.android

13 years agoadding runtime Android logging in Debug
Andrey Pavlenko [Tue, 12 Jul 2011 13:13:02 +0000 (13:13 +0000)]
adding runtime Android logging in Debug

13 years agoAdded packaging script for Android
Andrey Kamaev [Tue, 12 Jul 2011 12:59:26 +0000 (12:59 +0000)]
Added packaging script for Android

13 years agoembeded cv Python module into cv2.
Vadim Pisarevsky [Tue, 12 Jul 2011 12:56:03 +0000 (12:56 +0000)]
embeded cv Python module into cv2.

13 years agojava tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except...
Kirill Kornyakov [Tue, 12 Jul 2011 08:16:01 +0000 (08:16 +0000)]
java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose

13 years agominor cmake corrections
Andrey Kamaev [Tue, 12 Jul 2011 07:40:29 +0000 (07:40 +0000)]
minor cmake corrections

13 years agoAdded cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEige...
Ana Huaman [Tue, 12 Jul 2011 00:20:06 +0000 (00:20 +0000)]
Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs

13 years agooptimized sparse LK optical flow (tickets #1062 and #1210)
Vadim Pisarevsky [Mon, 11 Jul 2011 23:03:05 +0000 (23:03 +0000)]
optimized sparse LK optical flow (tickets #1062 and #1210)

13 years agoAdded cornerSubPix_Demo.cpp tutorial sample code
Ana Huaman [Mon, 11 Jul 2011 22:03:23 +0000 (22:03 +0000)]
Added cornerSubPix_Demo.cpp tutorial sample code

13 years agoAdded goodFeaturesToTrack_Demo.cpp code for tutorials
Ana Huaman [Mon, 11 Jul 2011 21:08:35 +0000 (21:08 +0000)]
Added goodFeaturesToTrack_Demo.cpp code for tutorials

13 years agoAdded Harris corner detection sample tutorial
Ana Huaman [Mon, 11 Jul 2011 19:59:17 +0000 (19:59 +0000)]
Added Harris corner detection sample tutorial

13 years agonative exception handling added
Andrey Pavlenko [Mon, 11 Jul 2011 15:28:09 +0000 (15:28 +0000)]
native exception handling added

13 years agojava tests: added stubs for calib3d, features2d classes, some other updates
Kirill Kornyakov [Mon, 11 Jul 2011 15:19:53 +0000 (15:19 +0000)]
java tests: added stubs for calib3d, features2d classes, some other updates

13 years agoImproved rst_parser and javadoc generation scripts
Andrey Kamaev [Mon, 11 Jul 2011 15:03:42 +0000 (15:03 +0000)]
Improved rst_parser and javadoc generation scripts

13 years agoImproved javadoc comments generation scripts; fixed some typos in documentation
Andrey Kamaev [Mon, 11 Jul 2011 13:33:05 +0000 (13:33 +0000)]
Improved javadoc comments generation scripts; fixed some typos in documentation

13 years ago- added missing loadLibrary for inner classes
Andrey Pavlenko [Mon, 11 Jul 2011 12:21:58 +0000 (12:21 +0000)]
- added missing loadLibrary for inner classes
- added zero check for pointers in utils.cpp

13 years agohelp message printing
Alexander Mordvintsev [Mon, 11 Jul 2011 09:59:23 +0000 (09:59 +0000)]
help message printing

13 years agosobel -> Sobel
Alexander Mordvintsev [Mon, 11 Jul 2011 09:46:36 +0000 (09:46 +0000)]
sobel -> Sobel

13 years agofaster detection and timing in facedetect.py
Alexander Mordvintsev [Mon, 11 Jul 2011 09:21:27 +0000 (09:21 +0000)]
faster detection and timing in facedetect.py

13 years ago'clib3d' support added
Andrey Pavlenko [Mon, 11 Jul 2011 08:33:12 +0000 (08:33 +0000)]
'clib3d' support added

13 years agocommand line option for avi output in turing.py
Alexander Mordvintsev [Mon, 11 Jul 2011 08:06:51 +0000 (08:06 +0000)]
command line option for avi output in turing.py

13 years agomade boundingRects argument of segmentMotion CV_OUT
Alexander Mordvintsev [Mon, 11 Jul 2011 07:51:15 +0000 (07:51 +0000)]
made boundingRects argument of segmentMotion CV_OUT
updated documentation

13 years agolk_track.py window renamed
Alexander Mordvintsev [Mon, 11 Jul 2011 07:47:56 +0000 (07:47 +0000)]
lk_track.py window renamed

13 years agomotempl.py sample works
Alexander Mordvintsev [Mon, 11 Jul 2011 07:42:37 +0000 (07:42 +0000)]
motempl.py sample works

13 years agocontours.py sample added
Alexander Mordvintsev [Sun, 10 Jul 2011 22:06:33 +0000 (22:06 +0000)]
contours.py sample added

13 years agowork on motempl.py sample
Alexander Mordvintsev [Sun, 10 Jul 2011 21:23:32 +0000 (21:23 +0000)]
work on motempl.py sample

13 years agofixed BFM GPU test compile-time error on ubuntu x64 in debug mode
Alexey Spizhevoy [Sat, 9 Jul 2011 07:32:14 +0000 (07:32 +0000)]
fixed BFM GPU test compile-time error on ubuntu x64 in debug mode

13 years agoSome tutorial extending of the Windows install and usage. Display Image retouching.
Bernat Gabor [Fri, 8 Jul 2011 19:43:29 +0000 (19:43 +0000)]
Some tutorial extending of the Windows install and usage. Display Image retouching.

13 years agouse Euler font for the formulas in the online docs too.
Vadim Pisarevsky [Fri, 8 Jul 2011 16:25:09 +0000 (16:25 +0000)]
use Euler font for the formulas in the online docs too.

13 years agore-added the opencv_flann documentation
Vadim Pisarevsky [Fri, 8 Jul 2011 16:14:13 +0000 (16:14 +0000)]
re-added the opencv_flann documentation

13 years ago- fixed SetTo tests for GPU (a problem in test code)
Anatoly Baksheev [Fri, 8 Jul 2011 16:08:58 +0000 (16:08 +0000)]
- fixed SetTo tests for GPU (a problem in test code)
- minor refactoring

13 years agofixed SIFT when keypoints vector is empty (#1162)
Maria Dimashova [Fri, 8 Jul 2011 15:54:57 +0000 (15:54 +0000)]
fixed SIFT when keypoints vector is empty (#1162)

13 years agoJavadoc comments genearion is integrated into the Java API build
Andrey Kamaev [Fri, 8 Jul 2011 15:29:59 +0000 (15:29 +0000)]
Javadoc comments genearion is integrated into the Java API build

13 years agofixed timeScale formula in CvCapture_FFMPEG::setProperty(... CV_CAP_PROP_POS_......
Vadim Pisarevsky [Fri, 8 Jul 2011 15:03:28 +0000 (15:03 +0000)]
fixed timeScale formula in CvCapture_FFMPEG::setProperty(... CV_CAP_PROP_POS_...) (ticket #1207)

13 years agoImproved rst_parser; added javadoc comments generator; added javadoc markers to handw...
Andrey Kamaev [Fri, 8 Jul 2011 15:00:11 +0000 (15:00 +0000)]
Improved rst_parser; added javadoc comments generator; added javadoc markers to handwritten .java files

13 years agoadded lk_track.py sample (currently as a comparison between flow tracker implementations)
Alexander Mordvintsev [Fri, 8 Jul 2011 14:58:22 +0000 (14:58 +0000)]
added lk_track.py sample (currently as a comparison between flow tracker implementations)

13 years agofinalize() added to ported classes; javadoc anchor added to ported funcs
Andrey Pavlenko [Fri, 8 Jul 2011 14:46:41 +0000 (14:46 +0000)]
finalize() added to ported classes; javadoc anchor added to ported funcs

13 years agofixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206)
Maria Dimashova [Fri, 8 Jul 2011 14:41:43 +0000 (14:41 +0000)]
fixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206)

13 years agoupdated whitelist
Maria Dimashova [Fri, 8 Jul 2011 14:34:03 +0000 (14:34 +0000)]
updated whitelist

13 years agoremoved debug func. call
Alexey Spizhevoy [Fri, 8 Jul 2011 14:00:54 +0000 (14:00 +0000)]
removed debug func. call

13 years agoadded support of old CC into GPU mean shift routines
Alexey Spizhevoy [Fri, 8 Jul 2011 13:59:23 +0000 (13:59 +0000)]
added support of old CC into GPU mean shift routines

13 years agoremoved -static-libstdc++ flag for compatibility with old MinGW version
Alexander Shishkov [Fri, 8 Jul 2011 07:10:37 +0000 (07:10 +0000)]
removed -static-libstdc++ flag for compatibility with old MinGW version

13 years agoremoved CPack
Alexander Shishkov [Fri, 8 Jul 2011 07:08:59 +0000 (07:08 +0000)]
removed CPack
added target package_source (tar or zip)

13 years agofixed memory leak in CvKNearest::train() and the constructor.
Vadim Pisarevsky [Fri, 8 Jul 2011 06:48:18 +0000 (06:48 +0000)]
fixed memory leak in CvKNearest::train() and the constructor.

13 years agoFixed few more bugs in rst_parser. Fixed small typos in documentation.
Andrey Kamaev [Fri, 8 Jul 2011 04:31:13 +0000 (04:31 +0000)]
Fixed few more bugs in rst_parser. Fixed small typos in documentation.

13 years agocommented off debugging print in cap_libv4l.cpp (ticket #807)
Vadim Pisarevsky [Thu, 7 Jul 2011 22:58:20 +0000 (22:58 +0000)]
commented off debugging print in cap_libv4l.cpp (ticket #807)

13 years agoprobably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks...
Vadim Pisarevsky [Thu, 7 Jul 2011 22:52:54 +0000 (22:52 +0000)]
probably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks to mengw for the patch

13 years agoDisabled -ffast-math in the case of GCC 4.6.x (ticket #1201)
Vadim Pisarevsky [Thu, 7 Jul 2011 22:35:34 +0000 (22:35 +0000)]
Disabled -ffast-math in the case of GCC 4.6.x (ticket #1201)

13 years agofacedetect.py sample works
Alexander Mordvintsev [Thu, 7 Jul 2011 22:33:36 +0000 (22:33 +0000)]
facedetect.py sample works

13 years agofixed #1204
Vadim Pisarevsky [Thu, 7 Jul 2011 22:10:13 +0000 (22:10 +0000)]
fixed #1204

13 years agoadded centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
Vadim Pisarevsky [Thu, 7 Jul 2011 21:38:21 +0000 (21:38 +0000)]
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)

13 years agocorrected css style - use the same background color for all text elements.
Vadim Pisarevsky [Thu, 7 Jul 2011 17:00:09 +0000 (17:00 +0000)]
corrected css style - use the same background color for all text elements.

13 years agofixed a few more typos in the docs.
Vadim Pisarevsky [Thu, 7 Jul 2011 16:59:09 +0000 (16:59 +0000)]
fixed a few more typos in the docs.

13 years agoopencl module is not ready for trunk yet
Vadim Pisarevsky [Thu, 7 Jul 2011 16:40:44 +0000 (16:40 +0000)]
opencl module is not ready for trunk yet

13 years agoocl folder contains the gpu implementations
salmanulhaq [Thu, 7 Jul 2011 16:35:20 +0000 (16:35 +0000)]
ocl folder contains the gpu implementations

13 years agoFixed bugs in rst_parser.py; added parsing of 'seealso' blocks
Andrey Kamaev [Thu, 7 Jul 2011 16:33:02 +0000 (16:33 +0000)]
Fixed bugs in rst_parser.py; added parsing of 'seealso' blocks

13 years agorenamed gpu to ocl
salmanulhaq [Thu, 7 Jul 2011 16:21:20 +0000 (16:21 +0000)]
renamed gpu to ocl

13 years agoOclMat implementation
salmanulhaq [Thu, 7 Jul 2011 16:20:43 +0000 (16:20 +0000)]
OclMat implementation

13 years agowork on facedetect sample
Alexander Mordvintsev [Thu, 7 Jul 2011 16:14:49 +0000 (16:14 +0000)]
work on facedetect sample

13 years agoUpdate OclMat to match GpuMat. Include ref counting, opearators, Scalar initializatio...
salmanulhaq [Thu, 7 Jul 2011 16:06:26 +0000 (16:06 +0000)]
Update OclMat to match GpuMat. Include ref counting, opearators, Scalar initialization. Tested for Intel OCL SDK.

13 years ago- 'String' (that is synonym of std::string) is added
Andrey Pavlenko [Thu, 7 Jul 2011 15:40:54 +0000 (15:40 +0000)]
- 'String' (that is synonym of std::string) is added
- report generation added (<module>.txt)

13 years agoImproved rst parser; fixed bug in hdr_parser; some small fixes in documentation
Andrey Kamaev [Thu, 7 Jul 2011 14:49:24 +0000 (14:49 +0000)]
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation

13 years agojava tests: split into packages, tests for VideoCapture implemented
Kirill Kornyakov [Thu, 7 Jul 2011 14:35:12 +0000 (14:35 +0000)]
java tests: split into packages, tests for VideoCapture implemented

13 years agosome more bugfixed in 2.3 propagated to trunk
Vadim Pisarevsky [Thu, 7 Jul 2011 11:43:21 +0000 (11:43 +0000)]
some more bugfixed in 2.3 propagated to trunk

13 years agoFixed C functions parsing in rst parser
Andrey Kamaev [Thu, 7 Jul 2011 11:32:22 +0000 (11:32 +0000)]
Fixed C functions parsing in rst parser

13 years agoImproved RST parser; fixed small typos found by new parser
Andrey Kamaev [Thu, 7 Jul 2011 11:23:51 +0000 (11:23 +0000)]
Improved RST parser; fixed small typos found by new parser

13 years agoopt_flow.py demo
Alexander Mordvintsev [Thu, 7 Jul 2011 07:55:49 +0000 (07:55 +0000)]
opt_flow.py demo

13 years agowork on optical flow sample
Alexander Mordvintsev [Wed, 6 Jul 2011 19:02:40 +0000 (19:02 +0000)]
work on optical flow sample

13 years agoAdded histogram comparison tutorial in reST
Ana Huaman [Wed, 6 Jul 2011 18:57:39 +0000 (18:57 +0000)]
Added histogram comparison tutorial in reST

13 years agoInitial classes support, improved generated java & cpp code formatting.
Andrey Pavlenko [Wed, 6 Jul 2011 18:56:09 +0000 (18:56 +0000)]
Initial classes support, improved generated java & cpp code formatting.

13 years agoAdded BackProjection reST tutorial
Ana Huaman [Wed, 6 Jul 2011 17:57:19 +0000 (17:57 +0000)]
Added BackProjection reST tutorial

13 years agoJava tests: commited some core tests (to be cleaned)
itsyplen [Wed, 6 Jul 2011 16:25:33 +0000 (16:25 +0000)]
Java tests: commited some core tests (to be cleaned)

13 years agoFixed small inconsistency in sample code calcBackProject_Demo2.cpp
Ana Huaman [Wed, 6 Jul 2011 14:48:46 +0000 (14:48 +0000)]
Fixed small inconsistency in sample code calcBackProject_Demo2.cpp

13 years agoAdded matchTemplate reST tutorial
Ana Huaman [Wed, 6 Jul 2011 14:15:13 +0000 (14:15 +0000)]
Added matchTemplate reST tutorial

13 years agoAdded calcHist tutorial in reST
Ana Huaman [Wed, 6 Jul 2011 09:33:03 +0000 (09:33 +0000)]
Added calcHist tutorial in reST

13 years agoCorrected(re-added) and extended the ImgProc Tutorial TOC entry.
Bernat Gabor [Wed, 6 Jul 2011 09:15:54 +0000 (09:15 +0000)]
Corrected(re-added) and extended the ImgProc Tutorial TOC entry.

13 years agoAdded Equalized Histogram reST tutorial + corrected Smoothing tutorial (images reduce...
Ana Huaman [Wed, 6 Jul 2011 04:22:00 +0000 (04:22 +0000)]
Added Equalized Histogram reST tutorial + corrected Smoothing tutorial (images reduced and fixed link)

13 years agoAdded the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installa...
Bernat Gabor [Wed, 6 Jul 2011 00:01:27 +0000 (00:01 +0000)]
Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials.

13 years agoAdded tutorial for BackProject in cpp (demo 2) - tutorial code
Ana Huaman [Tue, 5 Jul 2011 18:08:46 +0000 (18:08 +0000)]
Added tutorial for BackProject in cpp (demo 2) - tutorial code

13 years agoAdded initial version of rst_parser script
Andrey Kamaev [Tue, 5 Jul 2011 17:29:54 +0000 (17:29 +0000)]
Added initial version of rst_parser script

13 years agojava tests: merged with new CvType, implemented half of the tests for Mat
Kirill Kornyakov [Tue, 5 Jul 2011 16:26:00 +0000 (16:26 +0000)]
java tests: merged with new CvType, implemented half of the tests for Mat

13 years agoMore code review feedbacks addressed: Mat c-tor and setTo uses Scalar, Java Mat:...
Andrey Pavlenko [Tue, 5 Jul 2011 15:50:54 +0000 (15:50 +0000)]
More code review feedbacks addressed: Mat c-tor and setTo uses Scalar, Java Mat::dispose() calls C++ Mat::release().

13 years agoSome of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, sample...
Andrey Pavlenko [Tue, 5 Jul 2011 14:50:16 +0000 (14:50 +0000)]
Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated.

13 years agojava tests: now only OpenCVTestRunner contains android specific stuff
Kirill Kornyakov [Tue, 5 Jul 2011 14:03:28 +0000 (14:03 +0000)]
java tests: now only OpenCVTestRunner contains android specific stuff

13 years agoFixed typo in features2d doc
Andrey Kamaev [Tue, 5 Jul 2011 13:02:29 +0000 (13:02 +0000)]
Fixed typo in features2d doc

13 years agoJavaAPI: implemented Mat.dump method (analog for C++ stream <<)
Kirill Kornyakov [Tue, 5 Jul 2011 08:37:49 +0000 (08:37 +0000)]
JavaAPI: implemented Mat.dump method (analog for C++ stream <<)

13 years agoremoved duplicated compiler flags assignment
Andrey Kamaev [Tue, 5 Jul 2011 06:42:56 +0000 (06:42 +0000)]
removed duplicated compiler flags assignment

13 years agoAdded calcBackProject_Demo1.cpp for tutorial sample code
Ana Huaman [Tue, 5 Jul 2011 06:20:39 +0000 (06:20 +0000)]
Added calcBackProject_Demo1.cpp for tutorial sample code

13 years agoAdded compareHist_demo.cpp code
Ana Huaman [Mon, 4 Jul 2011 23:12:27 +0000 (23:12 +0000)]
Added compareHist_demo.cpp code

13 years agoAdded MatchTemplate_Demo.cpp to tutorial sample code
Ana Huaman [Mon, 4 Jul 2011 18:58:57 +0000 (18:58 +0000)]
Added MatchTemplate_Demo.cpp to tutorial sample code

13 years agomerged the latest fixes in 2.3 to trunk
Vadim Pisarevsky [Mon, 4 Jul 2011 16:18:12 +0000 (16:18 +0000)]
merged the latest fixes in 2.3 to trunk

13 years agouse addWeighted for blending
Alexander Mordvintsev [Mon, 4 Jul 2011 14:13:57 +0000 (14:13 +0000)]
use addWeighted for blending

13 years agojava tests updated: now they independent from android, test methods are sorted alphab...
Kirill Kornyakov [Mon, 4 Jul 2011 12:21:56 +0000 (12:21 +0000)]
java tests updated: now they independent from android, test methods are sorted alphabetically

13 years agoFixed 'Undefined control sequence' error in recently added tutorial
Andrey Kamaev [Mon, 4 Jul 2011 12:19:40 +0000 (12:19 +0000)]
Fixed 'Undefined control sequence' error in recently added tutorial

13 years agoTurned off android camera and java wrappers for low Android API levels (android-8...
Andrey Kamaev [Mon, 4 Jul 2011 11:41:39 +0000 (11:41 +0000)]
Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components)

13 years agoRemoved unnecessary variable disclosures from version config
Andrey Kamaev [Mon, 4 Jul 2011 11:40:27 +0000 (11:40 +0000)]
Removed unnecessary variable disclosures from version config