profile/ivi/opencv.git
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

13 years agolittle simplification
Alexander Mordvintsev [Mon, 4 Jul 2011 11:38:53 +0000 (11:38 +0000)]
little simplification

13 years agoturing.py sample added
Alexander Mordvintsev [Mon, 4 Jul 2011 11:25:56 +0000 (11:25 +0000)]
turing.py sample added

13 years agoReformatted the TOC tables in tutorials to look just as good in PDFs as in HTML....
Bernat Gabor [Mon, 4 Jul 2011 11:04:56 +0000 (11:04 +0000)]
Reformatted the TOC tables in tutorials to look just as good in PDFs as in HTML. Updated the default.css_t too for this. Added the "Windows Install" tutorial (with videos).

13 years agolena added
Kirill Kornyakov [Mon, 4 Jul 2011 10:51:06 +0000 (10:51 +0000)]
lena added

13 years agosome tests for highgui java added
Kirill Kornyakov [Mon, 4 Jul 2011 09:30:55 +0000 (09:30 +0000)]
some tests for highgui java added

13 years agofind_obj.py sample added
Alexander Mordvintsev [Mon, 4 Jul 2011 09:05:11 +0000 (09:05 +0000)]
find_obj.py sample added

13 years agoInstroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES
Andrey Kamaev [Mon, 4 Jul 2011 08:18:02 +0000 (08:18 +0000)]
Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES

13 years agoFixed Android tests and samples build
Andrey Kamaev [Mon, 4 Jul 2011 06:33:10 +0000 (06:33 +0000)]
Fixed Android tests and samples build

13 years agoAdded calcHist_Demo.cpp tutorial code
Ana Huaman [Mon, 4 Jul 2011 03:22:16 +0000 (03:22 +0000)]
Added calcHist_Demo.cpp tutorial code

13 years agoAdded tutorial sample code: EqualizeHist_Demo.cpp
Ana Huaman [Sun, 3 Jul 2011 18:55:47 +0000 (18:55 +0000)]
Added tutorial sample code: EqualizeHist_Demo.cpp

13 years agodistrans.py sample added
Alexander Mordvintsev [Sat, 2 Jul 2011 22:21:19 +0000 (22:21 +0000)]
distrans.py sample added

13 years agofloodfill.py sample added
Alexander Mordvintsev [Sat, 2 Jul 2011 16:03:17 +0000 (16:03 +0000)]
floodfill.py sample added

13 years agoFixed several cross-compiling issues. Fixed cmake status report.
Andrey Kamaev [Sat, 2 Jul 2011 15:12:07 +0000 (15:12 +0000)]
Fixed several cross-compiling issues. Fixed cmake status report.

13 years agoseveral java tests added
itsyplen [Sat, 2 Jul 2011 12:17:57 +0000 (12:17 +0000)]
several java tests added

13 years agoinpaint.py sample added
Alexander Mordvintsev [Sat, 2 Jul 2011 07:13:31 +0000 (07:13 +0000)]
inpaint.py sample added

13 years agocv.Line -> cv2.line
Alexander Mordvintsev [Fri, 1 Jul 2011 17:50:07 +0000 (17:50 +0000)]
cv.Line -> cv2.line

13 years agopython Sketcher utility class
Alexander Mordvintsev [Fri, 1 Jul 2011 17:33:29 +0000 (17:33 +0000)]
python Sketcher utility class

13 years ago#863: typo fixed, minor changes in cpp generator
Andrey Pavlenko [Fri, 1 Jul 2011 15:58:16 +0000 (15:58 +0000)]
#863: typo fixed, minor changes in cpp generator

13 years ago#863: default Mat() c-tor, minor improvements
Andrey Pavlenko [Fri, 1 Jul 2011 15:48:13 +0000 (15:48 +0000)]
#863: default Mat() c-tor, minor improvements

13 years agowatershed.py sample added
Alexander Mordvintsev [Fri, 1 Jul 2011 15:09:38 +0000 (15:09 +0000)]
watershed.py sample added

13 years agowe do not need strmiids.lib anymore
Vadim Pisarevsky [Fri, 1 Jul 2011 14:03:03 +0000 (14:03 +0000)]
we do not need strmiids.lib anymore

13 years agoadded some tests to core module
Kirill Kornyakov [Fri, 1 Jul 2011 13:34:23 +0000 (13:34 +0000)]
added some tests to core module

13 years agoHelloAndroid sample is moved to samples/android
Andrey Kamaev [Fri, 1 Jul 2011 13:12:05 +0000 (13:12 +0000)]
HelloAndroid sample is moved to samples/android

13 years agoFixed versioning bug: FIND_PACKAGE( OpenCV ) errors if no version specified
Andrey Kamaev [Fri, 1 Jul 2011 13:11:16 +0000 (13:11 +0000)]
Fixed versioning bug: FIND_PACKAGE( OpenCV ) errors if no version specified

13 years agoimplemented static Mat.eye method
Kirill Kornyakov [Fri, 1 Jul 2011 13:11:03 +0000 (13:11 +0000)]
implemented static Mat.eye method

13 years agoModified cmake status report
Andrey Kamaev [Fri, 1 Jul 2011 12:23:03 +0000 (12:23 +0000)]
Modified cmake status report

13 years agogot back to the old DLL naming scheme (opencv_core230_vs2001_64d.dll => opencv_core23...
Vadim Pisarevsky [Fri, 1 Jul 2011 12:14:51 +0000 (12:14 +0000)]
got back to the old DLL naming scheme (opencv_core230_vs2001_64d.dll => opencv_core230[d].dll)

13 years agosome more corrections from Gabor
Vadim Pisarevsky [Fri, 1 Jul 2011 12:09:39 +0000 (12:09 +0000)]
some more corrections from Gabor

13 years ago#863: sample text color changed from Green to Red.
Andrey Pavlenko [Fri, 1 Jul 2011 11:12:55 +0000 (11:12 +0000)]
#863: sample text color changed from Green to Red.

13 years ago#863: 'string' args support added
Andrey Pavlenko [Fri, 1 Jul 2011 11:10:20 +0000 (11:10 +0000)]
#863: 'string' args support added

13 years agopropagated fixes in docs and cap_dshow to trunk
Vadim Pisarevsky [Fri, 1 Jul 2011 09:39:22 +0000 (09:39 +0000)]
propagated fixes in docs and cap_dshow to trunk

13 years agomorphology python sample
Alexander Mordvintsev [Fri, 1 Jul 2011 08:22:45 +0000 (08:22 +0000)]
morphology python sample

13 years agoadded gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated...
Alexey Spizhevoy [Fri, 1 Jul 2011 07:07:54 +0000 (07:07 +0000)]
added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching

13 years agoReverted change from r5802 (it breaks install target for Android platform)
Andrey Kamaev [Fri, 1 Jul 2011 06:58:53 +0000 (06:58 +0000)]
Reverted change from r5802 (it breaks install target for Android platform)

13 years agoadded tests for pyrDown and pyrUp (gpu)
Alexey Spizhevoy [Fri, 1 Jul 2011 05:37:20 +0000 (05:37 +0000)]
added tests for pyrDown and pyrUp (gpu)

13 years ago- make sure we don't crash for an empty image
Vincent Rabaud [Fri, 1 Jul 2011 01:28:14 +0000 (01:28 +0000)]
- make sure we don't crash for an empty image

13 years agoVersion modifications.
Ethan Rublee [Fri, 1 Jul 2011 01:25:27 +0000 (01:25 +0000)]
Version modifications.

13 years agominor edits to cmake.
Ethan Rublee [Fri, 1 Jul 2011 00:57:00 +0000 (00:57 +0000)]
minor edits to cmake.

13 years agoAdding namemangling to the opencv.pc file.
Ethan Rublee [Fri, 1 Jul 2011 00:14:09 +0000 (00:14 +0000)]
Adding namemangling to the opencv.pc file.

13 years agoMerged name suffixes for windows (from 2.3 branch)
Andrey Kamaev [Thu, 30 Jun 2011 19:45:52 +0000 (19:45 +0000)]
Merged name suffixes for windows (from 2.3 branch)

13 years agoFixed compilation problem when building without CUDA
Andrey Kamaev [Thu, 30 Jun 2011 17:01:15 +0000 (17:01 +0000)]
Fixed compilation problem when building without CUDA

13 years agofix for capture
hartmut [Thu, 30 Jun 2011 14:57:27 +0000 (14:57 +0000)]
fix for capture

13 years agoFixed Android target name for Android samples and tests
Andrey Kamaev [Thu, 30 Jun 2011 14:56:39 +0000 (14:56 +0000)]
Fixed Android target name for Android samples and tests

13 years agoadded several tests for java/core module
Kirill Kornyakov [Thu, 30 Jun 2011 14:47:50 +0000 (14:47 +0000)]
added several tests for java/core module

13 years agofix for GPU module compile time (VS2010) error (from 2.3 branch)
Alexey Spizhevoy [Thu, 30 Jun 2011 14:47:20 +0000 (14:47 +0000)]
fix for GPU module compile time (VS2010) error (from 2.3 branch)

13 years agoGPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support...
Alexey Spizhevoy [Thu, 30 Jun 2011 14:39:48 +0000 (14:39 +0000)]
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)

13 years agoAndroid tests are included into cmake build
Andrey Kamaev [Thu, 30 Jun 2011 14:35:35 +0000 (14:35 +0000)]
Android tests are included into cmake build

13 years agomorphology.py sample stub
Alexander Mordvintsev [Thu, 30 Jun 2011 14:17:31 +0000 (14:17 +0000)]
morphology.py sample stub

13 years agoFixed Android tests resources and settings
Andrey Kamaev [Thu, 30 Jun 2011 14:16:14 +0000 (14:16 +0000)]
Fixed Android tests resources and settings

13 years agoAdded Affine Transformation tutorial in reST
Ana Huaman [Thu, 30 Jun 2011 13:42:46 +0000 (13:42 +0000)]
Added Affine Transformation tutorial in reST

13 years agoAdded cmake script to build Android samples
Andrey Kamaev [Thu, 30 Jun 2011 13:37:56 +0000 (13:37 +0000)]
Added cmake script to build Android samples

13 years ago:ocv:function => :ocv:cfunction for some old API
Vadim Pisarevsky [Thu, 30 Jun 2011 12:25:36 +0000 (12:25 +0000)]
:ocv:function => :ocv:cfunction for some old API

13 years agoautogenerated JUnit stub tests added
Kirill Kornyakov [Thu, 30 Jun 2011 12:07:31 +0000 (12:07 +0000)]
autogenerated JUnit stub tests added

13 years agopropagated some more fixes from 2.3 branch to the trunk
Vadim Pisarevsky [Thu, 30 Jun 2011 12:06:26 +0000 (12:06 +0000)]
propagated some more fixes from 2.3 branch to the trunk

13 years agoopencv_test package renamed to opencv.test
Kirill Kornyakov [Thu, 30 Jun 2011 09:39:30 +0000 (09:39 +0000)]
opencv_test package renamed to opencv.test

13 years agoopencv_test package renamed to opencv.test
Kirill Kornyakov [Thu, 30 Jun 2011 09:38:07 +0000 (09:38 +0000)]
opencv_test package renamed to opencv.test

13 years agoUpdated the TOC tree of the imgproc tutorial section.
Bernat Gabor [Thu, 30 Jun 2011 09:37:01 +0000 (09:37 +0000)]
Updated the TOC tree of the imgproc tutorial section.

13 years agoinitial commit of JavaAPI unit tests
Kirill Kornyakov [Thu, 30 Jun 2011 09:29:35 +0000 (09:29 +0000)]
initial commit of JavaAPI unit tests

13 years agoAdded Remap tutorial in reST
Ana Huaman [Thu, 30 Jun 2011 09:08:04 +0000 (09:08 +0000)]
Added Remap tutorial in reST