profile/ivi/opencv.git
12 years agofixed bug in gpu::matchTemplate (added normalization routine to make the GPU version...
Alexey Spizhevoy [Mon, 29 Aug 2011 08:06:45 +0000 (08:06 +0000)]
fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341

12 years agotypo is fixed
Andrey Pavlenko [Mon, 29 Aug 2011 07:41:56 +0000 (07:41 +0000)]
typo is fixed

12 years agoadded missing cv::moveWindow & cv::resizeWindow
Vadim Pisarevsky [Sat, 27 Aug 2011 20:05:07 +0000 (20:05 +0000)]
added missing cv::moveWindow & cv::resizeWindow

12 years agomser.py sample added
Alexander Mordvintsev [Sat, 27 Aug 2011 19:29:03 +0000 (19:29 +0000)]
mser.py sample added

12 years agocamshift.py description
Alexander Mordvintsev [Sat, 27 Aug 2011 13:43:32 +0000 (13:43 +0000)]
camshift.py description

12 years agofixed some more hybrid tracker build problems on Windows
Vadim Pisarevsky [Sat, 27 Aug 2011 10:43:53 +0000 (10:43 +0000)]
fixed some more hybrid tracker build problems on Windows

12 years agoJava API: generator script whitespace cleanup, adding statistics gathering code
Andrey Pavlenko [Fri, 26 Aug 2011 15:15:15 +0000 (15:15 +0000)]
Java API: generator script whitespace cleanup, adding statistics gathering code

12 years agoJava API: test for Highgui.imencode() is added
Andrey Pavlenko [Fri, 26 Aug 2011 14:39:04 +0000 (14:39 +0000)]
Java API: test for Highgui.imencode() is added

12 years agofixed hybrid tracker build problems on Windows
Vadim Pisarevsky [Fri, 26 Aug 2011 13:52:46 +0000 (13:52 +0000)]
fixed hybrid tracker build problems on Windows

12 years agofixed declaration of imencode to make it usable in Python etc.
Vadim Pisarevsky [Fri, 26 Aug 2011 13:06:43 +0000 (13:06 +0000)]
fixed declaration of imencode to make it usable in Python etc.

12 years agoremoved irrelevant pyc file
Vadim Pisarevsky [Fri, 26 Aug 2011 12:23:19 +0000 (12:23 +0000)]
removed irrelevant pyc file

12 years agoadded hybrid (feature-based & meanshift-based) tracker (by Pushkar)
Vadim Pisarevsky [Fri, 26 Aug 2011 12:22:19 +0000 (12:22 +0000)]
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)

12 years agoAdded the declaration of the type ConcurrentDoubleVector for TBB case.
Leonid Beynenson [Fri, 26 Aug 2011 11:05:51 +0000 (11:05 +0000)]
Added the declaration of the type ConcurrentDoubleVector for TBB case.

12 years ago1) ticket #1332
Anatoly Baksheev [Fri, 26 Aug 2011 09:34:49 +0000 (09:34 +0000)]
1) ticket #1332
2) device layer utility

12 years agooptimized gpu pyrDown and pyrUp
Vladislav Vinogradov [Wed, 24 Aug 2011 11:16:42 +0000 (11:16 +0000)]
optimized gpu pyrDown and pyrUp

12 years agomodified capturing building ligic for iOS
Artem Myagkov [Wed, 24 Aug 2011 10:53:57 +0000 (10:53 +0000)]
modified capturing building ligic for iOS

12 years agomodified highgui and ts modules and cmakelists for ios cross-compiling, added ios...
Artem Myagkov [Tue, 23 Aug 2011 11:19:58 +0000 (11:19 +0000)]
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial

12 years agoenhanced input image format support
Alexandre Benoit [Mon, 22 Aug 2011 20:10:21 +0000 (20:10 +0000)]
enhanced input image format support

12 years agoenhanced and more robust image input management
Alexandre Benoit [Mon, 22 Aug 2011 20:09:01 +0000 (20:09 +0000)]
enhanced and more robust image input management

12 years agoAdded theory to a rst Tutorial in tracking motion (Harris corner)
Ana Huaman [Mon, 22 Aug 2011 13:53:12 +0000 (13:53 +0000)]
Added theory to a rst Tutorial in tracking motion (Harris corner)

12 years agoall video processing samples use camera as default source (and fallback to synth...
Alexander Mordvintsev [Mon, 22 Aug 2011 13:36:21 +0000 (13:36 +0000)]
all video processing samples use camera as default source (and fallback to synth in case of capture error)

12 years agoAdded the "Camera calibration With OpenCV" tutorial. Extended with a few global links...
Bernat Gabor [Mon, 22 Aug 2011 12:15:31 +0000 (12:15 +0000)]
Added the "Camera calibration With OpenCV" tutorial. Extended with a few global links the conf.py file. Corrected an error in the linux_install.rst and one in the cascade_classifier.rst file.

12 years agooptimized some gpu::cvtColor functions
Vladislav Vinogradov [Mon, 22 Aug 2011 11:07:52 +0000 (11:07 +0000)]
optimized some gpu::cvtColor functions

12 years agoreplaced non-available in MacOSX' numpy deg2rad in motempl.py
Vadim Pisarevsky [Mon, 22 Aug 2011 10:22:27 +0000 (10:22 +0000)]
replaced non-available in MacOSX' numpy deg2rad in motempl.py

12 years agofixed 2 bugs in python samples (crash in camshift and running samples from within...
Vadim Pisarevsky [Mon, 22 Aug 2011 10:10:17 +0000 (10:10 +0000)]
fixed 2 bugs in python samples (crash in camshift and running samples from within the demo)

12 years agorunning demos with enter key
Alexander Mordvintsev [Sun, 21 Aug 2011 13:24:49 +0000 (13:24 +0000)]
running demos with enter key

12 years agowaiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
Alexandre Benoit [Sun, 21 Aug 2011 13:12:14 +0000 (13:12 +0000)]
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer

12 years agoupdated default parameters, more contrast by default
Alexandre Benoit [Sun, 21 Aug 2011 12:22:27 +0000 (12:22 +0000)]
updated default parameters, more contrast by default

12 years agoupdated retina modules : minor misakes correction & changed pixel format to float...
Alexandre Benoit [Sun, 21 Aug 2011 11:02:42 +0000 (11:02 +0000)]
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes

12 years agoupdated retina modules : minor misakes correction & changed pixel format to float...
Alexandre Benoit [Sun, 21 Aug 2011 11:01:53 +0000 (11:01 +0000)]
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes

12 years agoapplied patch #1326
Vadim Pisarevsky [Sun, 21 Aug 2011 10:39:38 +0000 (10:39 +0000)]
applied patch #1326

12 years agowork on demo.py: sample running
Alexander Mordvintsev [Sun, 21 Aug 2011 07:54:54 +0000 (07:54 +0000)]
work on demo.py: sample running

12 years agodemo description url parsing
Alexander Mordvintsev [Sun, 21 Aug 2011 07:19:27 +0000 (07:19 +0000)]
demo description url parsing

12 years agowork on demo.py shell
Alexander Mordvintsev [Sat, 20 Aug 2011 19:54:03 +0000 (19:54 +0000)]
work on demo.py shell

12 years agoupdated GUI photoreceptors sensitivity parameter management
Alexandre Benoit [Sat, 20 Aug 2011 12:41:34 +0000 (12:41 +0000)]
updated GUI photoreceptors sensitivity parameter management

12 years agoupdated GUI photoreceptors sensitivity paramaer management
Alexandre Benoit [Sat, 20 Aug 2011 12:40:04 +0000 (12:40 +0000)]
updated GUI photoreceptors sensitivity paramaer management

12 years agoAttempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)
Andrey Kamaev [Fri, 19 Aug 2011 19:18:32 +0000 (19:18 +0000)]
Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)

12 years agoTicket #1240 resolved.
Bernat Gabor [Fri, 19 Aug 2011 10:12:33 +0000 (10:12 +0000)]
Ticket #1240 resolved.

12 years agomerged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is...
Vadim Pisarevsky [Wed, 17 Aug 2011 20:12:11 +0000 (20:12 +0000)]
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2

12 years agoAdded the "How to write a tutorial for OpenCV?" tutorial. Made some corrections to...
Bernat Gabor [Wed, 17 Aug 2011 17:28:06 +0000 (17:28 +0000)]
Added the "How to write a tutorial for OpenCV?" tutorial. Made some corrections to the feature2D TOC tree. Small visual improvements for the video-write.rst file. Deleted a definition file that served no purpose.

12 years agofixed bug in gpu::cvtColor
Vladislav Vinogradov [Wed, 17 Aug 2011 13:46:36 +0000 (13:46 +0000)]
fixed bug in gpu::cvtColor

12 years agoadded TransformFunctorTraits, optimized some functions that use transform
Vladislav Vinogradov [Wed, 17 Aug 2011 11:32:24 +0000 (11:32 +0000)]
added TransformFunctorTraits, optimized some functions that use transform

12 years agofixed multi-scale Hough transform (ticket #1320)
Vadim Pisarevsky [Wed, 17 Aug 2011 09:19:46 +0000 (09:19 +0000)]
fixed multi-scale Hough transform (ticket #1320)

12 years agodisabled fast-math by default.
Vadim Pisarevsky [Wed, 17 Aug 2011 09:05:05 +0000 (09:05 +0000)]
disabled fast-math by default.

12 years agoadded flann matching to find_obj.py
Alexander Mordvintsev [Wed, 17 Aug 2011 02:00:52 +0000 (02:00 +0000)]
added flann matching to find_obj.py

12 years agofixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB...
Vadim Pisarevsky [Tue, 16 Aug 2011 13:52:02 +0000 (13:52 +0000)]
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).

12 years agoupdated opencv_ffmpeg build instructions
Vadim Pisarevsky [Tue, 16 Aug 2011 13:15:20 +0000 (13:15 +0000)]
updated opencv_ffmpeg build instructions

12 years agorefactored opencv_stitching
Alexey Spizhevoy [Tue, 16 Aug 2011 12:36:11 +0000 (12:36 +0000)]
refactored opencv_stitching

12 years agoupdated opencv_ffmpeg binaries, headers and libs to ffmpeg 0.8.2
Vadim Pisarevsky [Tue, 16 Aug 2011 12:27:15 +0000 (12:27 +0000)]
updated opencv_ffmpeg binaries, headers and libs to ffmpeg 0.8.2

12 years agofixed bug in opencv_stitching (added handling of homography evaluation failure)
Alexey Spizhevoy [Tue, 16 Aug 2011 09:51:54 +0000 (09:51 +0000)]
fixed bug in opencv_stitching (added handling of homography evaluation failure)

12 years agofixed Ximea constructor call
Vadim Pisarevsky [Mon, 15 Aug 2011 14:23:55 +0000 (14:23 +0000)]
fixed Ximea constructor call

12 years agoenhanced basic error management when input image could not be loaded
Alexandre Benoit [Mon, 15 Aug 2011 13:24:31 +0000 (13:24 +0000)]
enhanced basic error management when input image could not be loaded

12 years agofixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
Vadim Pisarevsky [Mon, 15 Aug 2011 13:24:13 +0000 (13:24 +0000)]
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication

12 years agoadded openexr sample file
Alexandre Benoit [Mon, 15 Aug 2011 13:18:01 +0000 (13:18 +0000)]
added openexr sample file

12 years agoadded CameraInfo class into opencv_stitching
Alexey Spizhevoy [Mon, 15 Aug 2011 13:03:59 +0000 (13:03 +0000)]
added CameraInfo class into opencv_stitching

12 years agorefactored opencv_stitching, added possibility to turn off BA
Alexey Spizhevoy [Mon, 15 Aug 2011 12:20:27 +0000 (12:20 +0000)]
refactored opencv_stitching, added possibility to turn off BA

12 years agoimplement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
Vladislav Vinogradov [Mon, 15 Aug 2011 12:14:02 +0000 (12:14 +0000)]
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2

12 years agoupdated saving matches graph in opencv_stitching
Alexey Spizhevoy [Mon, 15 Aug 2011 09:22:22 +0000 (09:22 +0000)]
updated saving matches graph in opencv_stitching

12 years agominor changes in opencv_stitching
Alexey Spizhevoy [Mon, 15 Aug 2011 08:26:11 +0000 (08:26 +0000)]
minor changes in opencv_stitching

12 years agoadded saving of matches graph into opencv_stitching (in DOT format)
Alexey Spizhevoy [Mon, 15 Aug 2011 08:19:57 +0000 (08:19 +0000)]
added saving of matches graph into opencv_stitching (in DOT format)

12 years agoDocumentation: fixed CvSlice and FeatureDetector descriptions.
Andrey Kamaev [Mon, 15 Aug 2011 07:05:04 +0000 (07:05 +0000)]
Documentation: fixed CvSlice and FeatureDetector descriptions.

12 years agoFixed Android build.
Andrey Kamaev [Mon, 15 Aug 2011 07:03:22 +0000 (07:03 +0000)]
Fixed Android build.

12 years agoimplemented rotating-only cameras calibration
Alexey Spizhevoy [Mon, 15 Aug 2011 06:15:06 +0000 (06:15 +0000)]
implemented rotating-only cameras calibration

12 years agoSlight update in objdetect...still to put Theory
Ana Huaman [Mon, 15 Aug 2011 02:38:23 +0000 (02:38 +0000)]
Slight update in objdetect...still to put Theory

12 years agoFixed more broken links from previous tutorials
Ana Huaman [Mon, 15 Aug 2011 02:35:10 +0000 (02:35 +0000)]
Fixed more broken links from previous tutorials

12 years agoFixed more broken links from previous tutorials
Ana Huaman [Mon, 15 Aug 2011 02:29:03 +0000 (02:29 +0000)]
Fixed more broken links from previous tutorials

12 years agocamshift.py sample
Alexander Mordvintsev [Mon, 15 Aug 2011 01:36:41 +0000 (01:36 +0000)]
camshift.py sample
small cleaning

12 years agoUpdated broken links of tutorials in core and fixed weird-looking bullets (error...
Ana Huaman [Mon, 15 Aug 2011 01:25:36 +0000 (01:25 +0000)]
Updated broken links of tutorials in core and fixed weird-looking bullets (error of mine)

12 years agoCommit rst tutorial for Cascade Classifiers
Ana Huaman [Mon, 15 Aug 2011 00:49:59 +0000 (00:49 +0000)]
Commit rst tutorial for Cascade Classifiers

12 years agoModified sample for object detection with LBP in tutorial_code
Ana Huaman [Sun, 14 Aug 2011 22:32:41 +0000 (22:32 +0000)]
Modified sample for object detection with LBP in tutorial_code

12 years agoAdded sample for object detection with LBP in tutorial_code
Ana Huaman [Sun, 14 Aug 2011 20:20:35 +0000 (20:20 +0000)]
Added sample for object detection with LBP in tutorial_code

12 years agoAdded to the tutorials the "Support Vector Machines for Non-Linearly Separable Data...
Bernat Gabor [Sun, 14 Aug 2011 19:58:20 +0000 (19:58 +0000)]
Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias GarcĂ­a. Corrected a mistake in the gpu-basics-similarity.rst file.

12 years agofixed tickets #1301, #1303, #1305
Vadim Pisarevsky [Sun, 14 Aug 2011 19:46:39 +0000 (19:46 +0000)]
fixed tickets #1301, #1303, #1305

12 years agoSample code simplified for object Detection
Ana Huaman [Sun, 14 Aug 2011 18:44:46 +0000 (18:44 +0000)]
Sample code simplified for object Detection

12 years agoAdded the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgu...
Bernat Gabor [Sun, 14 Aug 2011 15:05:56 +0000 (15:05 +0000)]
Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake.

12 years agonicer default parameters set
Alexandre Benoit [Sun, 14 Aug 2011 07:01:56 +0000 (07:01 +0000)]
nicer default parameters set

12 years agoadded CV_OUT to CvANN_MLP::predict
Alexander Mordvintsev [Sun, 14 Aug 2011 04:32:27 +0000 (04:32 +0000)]
added CV_OUT to CvANN_MLP::predict
python cv2 MLP sample done

12 years agowork on MLP sample in letter_recog.py (in progress...)
Alexander Mordvintsev [Sun, 14 Aug 2011 02:26:47 +0000 (02:26 +0000)]
work on MLP sample in letter_recog.py (in progress...)

12 years agoadded more explicit titles on figures and cleaned std output
Alexandre Benoit [Sat, 13 Aug 2011 21:58:31 +0000 (21:58 +0000)]
added more explicit titles on figures and cleaned std output

12 years agoDocumentation: fixed references for C++ operators
Andrey Kamaev [Sat, 13 Aug 2011 21:39:10 +0000 (21:39 +0000)]
Documentation: fixed references for C++ operators

12 years agoadded comments/contacts link
Alexandre Benoit [Sat, 13 Aug 2011 18:24:46 +0000 (18:24 +0000)]
added comments/contacts link

12 years agoadded comments/contacts link
Alexandre Benoit [Sat, 13 Aug 2011 18:24:33 +0000 (18:24 +0000)]
added comments/contacts link

12 years agoDocumentation: fixed "template<class T> const T" case for ".. ocv:function::" macro
Andrey Kamaev [Sat, 13 Aug 2011 18:05:11 +0000 (18:05 +0000)]
Documentation: fixed "template<class T> const T" case for ".. ocv:function::" macro

12 years agoDocumentation: fixed about 100 cross-referencing errors.
Andrey Kamaev [Sat, 13 Aug 2011 16:49:40 +0000 (16:49 +0000)]
Documentation: fixed about 100 cross-referencing errors.

12 years agoadding openexr images tone mapping demo
Alexandre Benoit [Sat, 13 Aug 2011 14:19:17 +0000 (14:19 +0000)]
adding openexr images tone mapping demo

12 years agooptimised input image management
Alexandre Benoit [Sat, 13 Aug 2011 14:14:28 +0000 (14:14 +0000)]
optimised input image management

12 years agooptimised input image management
Alexandre Benoit [Sat, 13 Aug 2011 14:13:41 +0000 (14:13 +0000)]
optimised input image management

12 years agoAdded the How to create videos with OpenCV Tutorial. Made some corrections to the...
Bernat Gabor [Sat, 13 Aug 2011 14:02:18 +0000 (14:02 +0000)]
Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.

12 years agowork on camshift.py
Alexander Mordvintsev [Sat, 13 Aug 2011 08:54:11 +0000 (08:54 +0000)]
work on camshift.py

12 years agouse default HOG people detector
Alexander Mordvintsev [Sat, 13 Aug 2011 08:52:58 +0000 (08:52 +0000)]
use default HOG people detector
minor cleaning

12 years ago* Fixed cross-referencing in reference manual (except C++ operator() ).
Andrey Kamaev [Fri, 12 Aug 2011 22:18:04 +0000 (22:18 +0000)]
* Fixed cross-referencing in reference manual (except C++ operator() ).
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.

12 years agoAdded base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
Ana Huaman [Fri, 12 Aug 2011 18:30:20 +0000 (18:30 +0000)]
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst

12 years agoAdded tutorial for features2d using homography to find a planar object (Based on...
Ana Huaman [Fri, 12 Aug 2011 18:04:44 +0000 (18:04 +0000)]
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp

12 years agoadded cv.py micro-module for backward compatibility with existing Python scripts...
Vadim Pisarevsky [Fri, 12 Aug 2011 18:03:01 +0000 (18:03 +0000)]
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.

12 years agoCorrected a commit error -- Added the images for the detection tutorial
Ana Huaman [Fri, 12 Aug 2011 17:06:25 +0000 (17:06 +0000)]
Corrected a commit error -- Added the images for the detection tutorial

12 years agoAdded Features2D descriptor tutorial + drawMatches in rst
Ana Huaman [Fri, 12 Aug 2011 17:01:10 +0000 (17:01 +0000)]
Added Features2D descriptor tutorial + drawMatches in rst

12 years agoAdded rst Tutorial for Feature Detection with SURF and drawKeypoints
Ana Huaman [Fri, 12 Aug 2011 15:56:52 +0000 (15:56 +0000)]
Added rst  Tutorial for Feature Detection with SURF and drawKeypoints

12 years agoanother attempt to fix #1299
Vadim Pisarevsky [Fri, 12 Aug 2011 15:19:10 +0000 (15:19 +0000)]
another attempt to fix #1299

12 years agofixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299)
Vadim Pisarevsky [Fri, 12 Aug 2011 12:54:38 +0000 (12:54 +0000)]
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299)

12 years agomade retina code compile with VS2005/VS2008
Vadim Pisarevsky [Fri, 12 Aug 2011 11:28:17 +0000 (11:28 +0000)]
made retina code compile with VS2005/VS2008