platform/upstream/opencv.git
12 years agoadded Matx<4,4>*Scalar operator (ticket #1830)
Vadim Pisarevsky [Wed, 25 Apr 2012 08:59:37 +0000 (08:59 +0000)]
added Matx<4,4>*Scalar operator (ticket #1830)

12 years agofixed python version in yet another place.
Vadim Pisarevsky [Wed, 25 Apr 2012 08:41:57 +0000 (08:41 +0000)]
fixed python version in yet another place.

12 years agomake Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order...
Vadim Pisarevsky [Wed, 25 Apr 2012 08:39:21 +0000 (08:39 +0000)]
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804

12 years agoremoving extra quotes that causes build failure
Andrey Pavlenko [Wed, 25 Apr 2012 05:25:17 +0000 (05:25 +0000)]
removing extra quotes that causes build failure

12 years agoadded special function to patch NaN's in image. call this function from bilateralfilt...
Vadim Pisarevsky [Tue, 24 Apr 2012 15:16:21 +0000 (15:16 +0000)]
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)

12 years agofixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801)
Vadim Pisarevsky [Tue, 24 Apr 2012 14:56:56 +0000 (14:56 +0000)]
fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801)

12 years agoAndroid build scripts for Windows are updated to recognize ninja
Andrey Kamaev [Tue, 24 Apr 2012 14:32:25 +0000 (14:32 +0000)]
Android build scripts for Windows are updated to recognize ninja

12 years agofixed bug in Python's calcEMD2 (ticket #1763)
Vadim Pisarevsky [Tue, 24 Apr 2012 14:22:05 +0000 (14:22 +0000)]
fixed bug in Python's calcEMD2 (ticket #1763)

12 years agoavoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839)
Vadim Pisarevsky [Tue, 24 Apr 2012 13:08:56 +0000 (13:08 +0000)]
avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839)

12 years agofixed typo in the installation guide (ticket #1844)
Vadim Pisarevsky [Tue, 24 Apr 2012 13:01:47 +0000 (13:01 +0000)]
fixed typo in the installation guide (ticket #1844)

12 years agocorrected typo (ticket #1843). added note about imdecode & imencode
Vadim Pisarevsky [Tue, 24 Apr 2012 12:54:49 +0000 (12:54 +0000)]
corrected typo (ticket #1843). added note about imdecode & imencode

12 years agoadded "Matx*Vec -> Vec" operator (ticket #1830)
Vadim Pisarevsky [Tue, 24 Apr 2012 12:45:19 +0000 (12:45 +0000)]
added "Matx*Vec -> Vec" operator (ticket #1830)

12 years agofixed bug #1821
Marina Kolpakova [Tue, 24 Apr 2012 10:07:14 +0000 (10:07 +0000)]
fixed bug #1821

12 years agominor tab fix
Marina Kolpakova [Tue, 24 Apr 2012 09:30:21 +0000 (09:30 +0000)]
minor tab fix

12 years agofixed duplicated paragraph
Marina Kolpakova [Tue, 24 Apr 2012 09:26:34 +0000 (09:26 +0000)]
fixed duplicated paragraph

12 years agoConfiguration name is added to the CMake status report
Andrey Kamaev [Tue, 24 Apr 2012 07:30:38 +0000 (07:30 +0000)]
Configuration name is added to the CMake status report

12 years agoFixed dependencies for cmake status embeeded into opencv core
Andrey Kamaev [Tue, 24 Apr 2012 07:13:50 +0000 (07:13 +0000)]
Fixed dependencies for cmake status embeeded into opencv core

12 years agoFixed assertions in java tests for ORB
Andrey Kamaev [Tue, 24 Apr 2012 06:51:21 +0000 (06:51 +0000)]
Fixed assertions in java tests for ORB

12 years agoAdded CUDA version to CMake status
Andrey Kamaev [Tue, 24 Apr 2012 06:05:57 +0000 (06:05 +0000)]
Added CUDA version to CMake status

12 years agoFixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837)
Alexander Reshetnikov [Mon, 23 Apr 2012 16:12:24 +0000 (16:12 +0000)]
Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837)

12 years agoFixed Android manifest install
Andrey Kamaev [Mon, 23 Apr 2012 12:39:18 +0000 (12:39 +0000)]
Fixed Android manifest install

12 years agoNORM_L2SQR added too (ticket #1840)
Vadim Pisarevsky [Mon, 23 Apr 2012 12:29:23 +0000 (12:29 +0000)]
NORM_L2SQR added too (ticket #1840)

12 years agoadded NORM_HAMMING* support to cv::norm (ticket #1840)
Vadim Pisarevsky [Mon, 23 Apr 2012 12:19:02 +0000 (12:19 +0000)]
added NORM_HAMMING* support to cv::norm (ticket #1840)

12 years agoFixed ffmpeg dll copying under mingw
Andrey Kamaev [Mon, 23 Apr 2012 10:52:27 +0000 (10:52 +0000)]
Fixed ffmpeg dll copying under mingw

12 years agoMake ocv_include_directories a function to minimize problems with windows backslashes
Andrey Kamaev [Mon, 23 Apr 2012 08:54:15 +0000 (08:54 +0000)]
Make ocv_include_directories a function to minimize problems with windows backslashes

12 years agofixing compilation for Android
Andrey Pavlenko [Mon, 23 Apr 2012 07:10:58 +0000 (07:10 +0000)]
fixing compilation for Android

12 years agoFixed build with mingw 4.4.0
Andrey Kamaev [Sun, 22 Apr 2012 14:50:09 +0000 (14:50 +0000)]
Fixed build with mingw 4.4.0

12 years agoJava API: fixing Mat::get() for non-continuous Mat-s.
Andrey Pavlenko [Sun, 22 Apr 2012 11:44:16 +0000 (11:44 +0000)]
Java API: fixing Mat::get() for non-continuous Mat-s.

12 years agowrapped Algorithm class.
Vadim Pisarevsky [Fri, 20 Apr 2012 17:03:02 +0000 (17:03 +0000)]
wrapped Algorithm class.

12 years agoFixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
Andrey Kamaev [Fri, 20 Apr 2012 16:00:49 +0000 (16:00 +0000)]
Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)

12 years agoSet sanity thresholds for several performance tests
Andrey Kamaev [Fri, 20 Apr 2012 15:33:34 +0000 (15:33 +0000)]
Set sanity thresholds for several performance tests

12 years agoadded dedicated <modname>_init.cpp files with initModule_<modname>() functions and...
Vadim Pisarevsky [Fri, 20 Apr 2012 15:32:54 +0000 (15:32 +0000)]
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.

12 years agoAdded resources release for AVT cameras (ticket #1814)
Alexander Reshetnikov [Fri, 20 Apr 2012 13:29:10 +0000 (13:29 +0000)]
Added resources release for AVT cameras (ticket #1814)

12 years agoMinor update for new Ninja cmake generator
Andrey Kamaev [Fri, 20 Apr 2012 13:22:19 +0000 (13:22 +0000)]
Minor update for new Ninja cmake generator

12 years agominor fix in calculate bitrate
Andrey Morozov [Fri, 20 Apr 2012 12:18:40 +0000 (12:18 +0000)]
minor fix in calculate bitrate

12 years agominor fix in calculate bitrate
Andrey Morozov [Fri, 20 Apr 2012 11:58:31 +0000 (11:58 +0000)]
minor fix in calculate bitrate

12 years agoUpdated for cmake 2.8.8
Andrey Kamaev [Thu, 19 Apr 2012 22:33:46 +0000 (22:33 +0000)]
Updated for cmake 2.8.8

12 years agoFixed verbosity of badarg tests
Andrey Kamaev [Thu, 19 Apr 2012 15:45:40 +0000 (15:45 +0000)]
Fixed verbosity of badarg tests

12 years agoimproving Imgproc.convexityDefects() and Imgproc.convexHull()
Andrey Pavlenko [Thu, 19 Apr 2012 15:27:13 +0000 (15:27 +0000)]
improving Imgproc.convexityDefects() and Imgproc.convexHull()

12 years agofixing stability of testBitmapToMat()
Andrey Pavlenko [Thu, 19 Apr 2012 15:01:19 +0000 (15:01 +0000)]
fixing stability of testBitmapToMat()

12 years agofixing #1808, Java API improvements
Andrey Pavlenko [Thu, 19 Apr 2012 14:21:56 +0000 (14:21 +0000)]
fixing #1808, Java API improvements

12 years agofixing convexityDefects()
Andrey Pavlenko [Thu, 19 Apr 2012 14:03:38 +0000 (14:03 +0000)]
fixing convexityDefects()

12 years agoMinor fix for previous commit
Andrey Kamaev [Wed, 18 Apr 2012 22:02:17 +0000 (22:02 +0000)]
Minor fix for previous commit

12 years agoRefactored build conditionals in highgui tests
Andrey Kamaev [Wed, 18 Apr 2012 21:32:56 +0000 (21:32 +0000)]
Refactored build conditionals in highgui tests

12 years agoRestored old behavior for OSX
Andrey Kamaev [Wed, 18 Apr 2012 19:46:34 +0000 (19:46 +0000)]
Restored old behavior for OSX

12 years agoFixed Calc_Hist under 32-bit gcc
Andrey Kamaev [Wed, 18 Apr 2012 16:16:54 +0000 (16:16 +0000)]
Fixed Calc_Hist under 32-bit gcc

12 years agofixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
Maria Dimashova [Wed, 18 Apr 2012 14:03:35 +0000 (14:03 +0000)]
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)

12 years agoFixed dependency from opencv_nonfree in Java bindings
Andrey Kamaev [Wed, 18 Apr 2012 12:58:42 +0000 (12:58 +0000)]
Fixed dependency from opencv_nonfree in Java bindings

12 years agominor doc fix
Maria Dimashova [Wed, 18 Apr 2012 12:41:23 +0000 (12:41 +0000)]
minor doc fix

12 years agoadded doc on cv::EM; moved doc on CvEM to legacy/doc
Maria Dimashova [Wed, 18 Apr 2012 12:22:46 +0000 (12:22 +0000)]
added doc on cv::EM; moved doc on CvEM to legacy/doc

12 years agomade em params read only; minor renaming
Maria Dimashova [Wed, 18 Apr 2012 11:56:50 +0000 (11:56 +0000)]
made em params read only; minor renaming

12 years agofixed misspelling in ertrees doc
Maria Dimashova [Wed, 18 Apr 2012 11:44:35 +0000 (11:44 +0000)]
fixed misspelling in ertrees doc

12 years agoFixed typo; removed duplicated call
Andrey Kamaev [Wed, 18 Apr 2012 08:41:00 +0000 (08:41 +0000)]
Fixed typo; removed duplicated call

12 years agoFixed stitching module tests built without nonfree
Andrey Kamaev [Wed, 18 Apr 2012 08:00:12 +0000 (08:00 +0000)]
Fixed stitching module tests built without nonfree

12 years agoupdate FFMPEG wrapper binaries
Alexander Shishkov [Wed, 18 Apr 2012 07:49:43 +0000 (07:49 +0000)]
update FFMPEG wrapper binaries

12 years agofixed FFMPEG wrapper compilation on Windows
Alexander Shishkov [Wed, 18 Apr 2012 07:48:47 +0000 (07:48 +0000)]
fixed FFMPEG wrapper compilation on Windows

12 years agoProbably fixed instability of single-precision floating-point RNG
Andrey Kamaev [Wed, 18 Apr 2012 06:09:31 +0000 (06:09 +0000)]
Probably fixed instability of single-precision floating-point RNG

12 years agoFixed error in frame positioning (bug #1815)
Alexander Reshetnikov [Tue, 17 Apr 2012 17:18:35 +0000 (17:18 +0000)]
Fixed error in frame positioning (bug #1815)

12 years agoProbably fixed EM tests failure on x86 platforms (thanks to Maria D.)
Andrey Kamaev [Tue, 17 Apr 2012 15:28:10 +0000 (15:28 +0000)]
Probably fixed EM tests failure on x86 platforms (thanks to Maria D.)

12 years ago#1813 fixed compiler options with profiling enabled
Andrey Kamaev [Tue, 17 Apr 2012 11:45:24 +0000 (11:45 +0000)]
#1813 fixed compiler options with profiling enabled

12 years agorefactored train and predict methods of em
Maria Dimashova [Tue, 17 Apr 2012 06:29:40 +0000 (06:29 +0000)]
refactored train and predict methods of em

12 years agoFixed 2 failing python tests
Andrey Kamaev [Mon, 16 Apr 2012 21:18:30 +0000 (21:18 +0000)]
Fixed 2 failing python tests

12 years agoMade OpenCVConfig.cmake friendly to Windows pack
Andrey Kamaev [Mon, 16 Apr 2012 19:38:19 +0000 (19:38 +0000)]
Made OpenCVConfig.cmake friendly to Windows pack

12 years ago#1809 include unistd.h required for usleep
Andrey Kamaev [Mon, 16 Apr 2012 18:17:38 +0000 (18:17 +0000)]
#1809 include unistd.h required for usleep

12 years agoFixed failing Video_OpticalFlow.accuracy test
Andrey Kamaev [Mon, 16 Apr 2012 15:56:27 +0000 (15:56 +0000)]
Fixed failing Video_OpticalFlow.accuracy test

12 years agofixed test on em (old interface)
Maria Dimashova [Mon, 16 Apr 2012 15:19:10 +0000 (15:19 +0000)]
fixed test on em (old interface)

12 years agorun.py: try working directory as a build path if no paths provided
Andrey Kamaev [Mon, 16 Apr 2012 15:18:47 +0000 (15:18 +0000)]
run.py: try working directory as a build path if no paths provided

12 years agoFixed incorrect asssertion in test
Andrey Kamaev [Mon, 16 Apr 2012 15:17:30 +0000 (15:17 +0000)]
Fixed incorrect asssertion in test

12 years agoFixed build warnings
Andrey Kamaev [Mon, 16 Apr 2012 15:00:00 +0000 (15:00 +0000)]
Fixed build warnings

12 years agoupdated points_classifier sample to use bayes classifier after distributions estimati...
Maria Dimashova [Mon, 16 Apr 2012 14:54:56 +0000 (14:54 +0000)]
updated points_classifier sample to use bayes classifier after distributions estimation by EM

12 years agoremoved changes of r8043; fixed 4 broken ml tests by other way
Maria Dimashova [Mon, 16 Apr 2012 13:50:10 +0000 (13:50 +0000)]
removed changes of r8043; fixed 4 broken ml tests by other way

12 years agoFixed Android build with correct manifest file
Andrey Kamaev [Mon, 16 Apr 2012 13:30:35 +0000 (13:30 +0000)]
Fixed Android build with correct manifest file

12 years agofixed test on em
Maria Dimashova [Mon, 16 Apr 2012 12:15:16 +0000 (12:15 +0000)]
fixed test on em

12 years agofixed creation of opponent space descriptors (#1805)
Maria Dimashova [Mon, 16 Apr 2012 11:50:06 +0000 (11:50 +0000)]
fixed creation of opponent space descriptors (#1805)

12 years agofixed mistake in method name (#1798)
Maria Dimashova [Mon, 16 Apr 2012 11:01:08 +0000 (11:01 +0000)]
fixed mistake in method name (#1798)

12 years agofixed nan in EM, added new test on EM
Maria Dimashova [Mon, 16 Apr 2012 10:30:42 +0000 (10:30 +0000)]
fixed nan in EM, added new test on EM

12 years agoupdate theme for online docs (was incorrect in Firefox and Safari)
Alexander Shishkov [Mon, 16 Apr 2012 10:16:19 +0000 (10:16 +0000)]
update theme for online docs (was incorrect in Firefox and Safari)

12 years agoFixed Android manifest generation and Android samples install
Andrey Kamaev [Mon, 16 Apr 2012 09:14:26 +0000 (09:14 +0000)]
Fixed Android manifest generation and Android samples install

12 years agoFixed comparison methods in matchShapes (issue #1012)
Ilya Lysenkov [Mon, 16 Apr 2012 08:57:42 +0000 (08:57 +0000)]
Fixed comparison methods in matchShapes (issue #1012)

12 years agoFixed compiler flags caching in toolchain; fixed zlib search.
Andrey Kamaev [Mon, 16 Apr 2012 07:24:15 +0000 (07:24 +0000)]
Fixed compiler flags caching in toolchain; fixed zlib search.

12 years agoFixed Android build warning
Andrey Kamaev [Mon, 16 Apr 2012 07:22:44 +0000 (07:22 +0000)]
Fixed Android build warning

12 years agoFixed gcc version parsing.
Andrey Kamaev [Fri, 13 Apr 2012 19:47:29 +0000 (19:47 +0000)]
Fixed gcc version parsing.

12 years agoFixed 4 broken ml tests.
Andrey Kamaev [Fri, 13 Apr 2012 19:39:14 +0000 (19:39 +0000)]
Fixed 4 broken ml tests.

12 years agoSpell checked the documentation with VIM (issue #223)
Ilya Lysenkov [Fri, 13 Apr 2012 19:04:44 +0000 (19:04 +0000)]
Spell checked the documentation with VIM (issue #223)

12 years agoRemoved stdio include from ffmpeg wrapper
Alexander Reshetnikov [Fri, 13 Apr 2012 17:56:45 +0000 (17:56 +0000)]
Removed stdio include from ffmpeg wrapper

12 years agoUpdated diagnostic messages in VideoWriter (for ticket #1736)
Alexander Reshetnikov [Fri, 13 Apr 2012 17:39:45 +0000 (17:39 +0000)]
Updated diagnostic messages in VideoWriter (for ticket #1736)

12 years agoRemoved mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
Ilya Lysenkov [Fri, 13 Apr 2012 15:57:58 +0000 (15:57 +0000)]
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)

12 years agoMentioned in doc if a function is parallelized with the TBB library (issue #421)
Ilya Lysenkov [Fri, 13 Apr 2012 15:31:18 +0000 (15:31 +0000)]
Mentioned in doc if a function is parallelized with the TBB library (issue #421)

12 years agoAdded Java tests support to run.py
Andrey Kamaev [Fri, 13 Apr 2012 14:50:11 +0000 (14:50 +0000)]
Added Java tests support to run.py

12 years agoadded support clang compiler
Andrey Morozov [Fri, 13 Apr 2012 14:15:17 +0000 (14:15 +0000)]
added support clang compiler

12 years agoDocumented C++ interfaces of XML/YAML persistence classes (issues #1358, #539)
Ilya Lysenkov [Fri, 13 Apr 2012 13:41:57 +0000 (13:41 +0000)]
Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539)

12 years agominor changes in windows install tutorial
Alexander Shishkov [Fri, 13 Apr 2012 13:01:43 +0000 (13:01 +0000)]
minor changes in windows install tutorial

12 years agoremoved module index
Alexander Shishkov [Fri, 13 Apr 2012 12:14:19 +0000 (12:14 +0000)]
removed module index

12 years agoincreased bitrate of recorded video on 25%
Andrey Morozov [Fri, 13 Apr 2012 10:25:29 +0000 (10:25 +0000)]
increased bitrate of recorded video on 25%

12 years agoincreased bitrate of recorded video on 25%
Andrey Morozov [Fri, 13 Apr 2012 09:57:41 +0000 (09:57 +0000)]
increased bitrate of recorded video on 25%

12 years agominor changes in documentation
Alexander Shishkov [Fri, 13 Apr 2012 07:31:10 +0000 (07:31 +0000)]
minor changes in documentation

12 years agoFixed several documentation warnings and errors.
Andrey Kamaev [Thu, 12 Apr 2012 17:41:55 +0000 (17:41 +0000)]
Fixed several documentation warnings and errors.

12 years agofixed #1795
Maria Dimashova [Thu, 12 Apr 2012 16:43:37 +0000 (16:43 +0000)]
fixed #1795

12 years agoFixed 9 more build warnings
Andrey Kamaev [Thu, 12 Apr 2012 16:21:08 +0000 (16:21 +0000)]
Fixed 9 more build warnings

12 years agoFixed ant search on Windows
Andrey Kamaev [Thu, 12 Apr 2012 15:29:50 +0000 (15:29 +0000)]
Fixed ant search on Windows