Alexander Reshetnikov [Mon, 23 Apr 2012 16:12:24 +0000 (16:12 +0000)]
Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837)
Andrey Kamaev [Mon, 23 Apr 2012 12:39:18 +0000 (12:39 +0000)]
Fixed Android manifest install
Vadim Pisarevsky [Mon, 23 Apr 2012 12:29:23 +0000 (12:29 +0000)]
NORM_L2SQR added too (ticket #1840)
Vadim Pisarevsky [Mon, 23 Apr 2012 12:19:02 +0000 (12:19 +0000)]
added NORM_HAMMING* support to cv::norm (ticket #1840)
Andrey Kamaev [Mon, 23 Apr 2012 10:52:27 +0000 (10:52 +0000)]
Fixed ffmpeg dll copying under mingw
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
Andrey Pavlenko [Mon, 23 Apr 2012 07:10:58 +0000 (07:10 +0000)]
fixing compilation for Android
Andrey Kamaev [Sun, 22 Apr 2012 14:50:09 +0000 (14:50 +0000)]
Fixed build with mingw 4.4.0
Andrey Pavlenko [Sun, 22 Apr 2012 11:44:16 +0000 (11:44 +0000)]
Java API: fixing Mat::get() for non-continuous Mat-s.
Vadim Pisarevsky [Fri, 20 Apr 2012 17:03:02 +0000 (17:03 +0000)]
wrapped Algorithm class.
Andrey Kamaev [Fri, 20 Apr 2012 16:00:49 +0000 (16:00 +0000)]
Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
Andrey Kamaev [Fri, 20 Apr 2012 15:33:34 +0000 (15:33 +0000)]
Set sanity thresholds for several performance tests
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.
Alexander Reshetnikov [Fri, 20 Apr 2012 13:29:10 +0000 (13:29 +0000)]
Added resources release for AVT cameras (ticket #1814)
Andrey Kamaev [Fri, 20 Apr 2012 13:22:19 +0000 (13:22 +0000)]
Minor update for new Ninja cmake generator
Andrey Morozov [Fri, 20 Apr 2012 12:18:40 +0000 (12:18 +0000)]
minor fix in calculate bitrate
Andrey Morozov [Fri, 20 Apr 2012 11:58:31 +0000 (11:58 +0000)]
minor fix in calculate bitrate
Andrey Kamaev [Thu, 19 Apr 2012 22:33:46 +0000 (22:33 +0000)]
Updated for cmake 2.8.8
Andrey Kamaev [Thu, 19 Apr 2012 15:45:40 +0000 (15:45 +0000)]
Fixed verbosity of badarg tests
Andrey Pavlenko [Thu, 19 Apr 2012 15:27:13 +0000 (15:27 +0000)]
improving Imgproc.convexityDefects() and Imgproc.convexHull()
Andrey Pavlenko [Thu, 19 Apr 2012 15:01:19 +0000 (15:01 +0000)]
fixing stability of testBitmapToMat()
Andrey Pavlenko [Thu, 19 Apr 2012 14:21:56 +0000 (14:21 +0000)]
fixing #1808, Java API improvements
Andrey Pavlenko [Thu, 19 Apr 2012 14:03:38 +0000 (14:03 +0000)]
fixing convexityDefects()
Andrey Kamaev [Wed, 18 Apr 2012 22:02:17 +0000 (22:02 +0000)]
Minor fix for previous commit
Andrey Kamaev [Wed, 18 Apr 2012 21:32:56 +0000 (21:32 +0000)]
Refactored build conditionals in highgui tests
Andrey Kamaev [Wed, 18 Apr 2012 19:46:34 +0000 (19:46 +0000)]
Restored old behavior for OSX
Andrey Kamaev [Wed, 18 Apr 2012 16:16:54 +0000 (16:16 +0000)]
Fixed Calc_Hist under 32-bit gcc
Maria Dimashova [Wed, 18 Apr 2012 14:03:35 +0000 (14:03 +0000)]
fixed AlgorithmInfo::read for read only parameters (thanks to Vadim)
Andrey Kamaev [Wed, 18 Apr 2012 12:58:42 +0000 (12:58 +0000)]
Fixed dependency from opencv_nonfree in Java bindings
Maria Dimashova [Wed, 18 Apr 2012 12:41:23 +0000 (12:41 +0000)]
minor doc fix
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
Maria Dimashova [Wed, 18 Apr 2012 11:56:50 +0000 (11:56 +0000)]
made em params read only; minor renaming
Maria Dimashova [Wed, 18 Apr 2012 11:44:35 +0000 (11:44 +0000)]
fixed misspelling in ertrees doc
Andrey Kamaev [Wed, 18 Apr 2012 08:41:00 +0000 (08:41 +0000)]
Fixed typo; removed duplicated call
Andrey Kamaev [Wed, 18 Apr 2012 08:00:12 +0000 (08:00 +0000)]
Fixed stitching module tests built without nonfree
Alexander Shishkov [Wed, 18 Apr 2012 07:49:43 +0000 (07:49 +0000)]
update FFMPEG wrapper binaries
Alexander Shishkov [Wed, 18 Apr 2012 07:48:47 +0000 (07:48 +0000)]
fixed FFMPEG wrapper compilation on Windows
Andrey Kamaev [Wed, 18 Apr 2012 06:09:31 +0000 (06:09 +0000)]
Probably fixed instability of single-precision floating-point RNG
Alexander Reshetnikov [Tue, 17 Apr 2012 17:18:35 +0000 (17:18 +0000)]
Fixed error in frame positioning (bug #1815)
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.)
Andrey Kamaev [Tue, 17 Apr 2012 11:45:24 +0000 (11:45 +0000)]
#1813 fixed compiler options with profiling enabled
Maria Dimashova [Tue, 17 Apr 2012 06:29:40 +0000 (06:29 +0000)]
refactored train and predict methods of em
Andrey Kamaev [Mon, 16 Apr 2012 21:18:30 +0000 (21:18 +0000)]
Fixed 2 failing python tests
Andrey Kamaev [Mon, 16 Apr 2012 19:38:19 +0000 (19:38 +0000)]
Made OpenCVConfig.cmake friendly to Windows pack
Andrey Kamaev [Mon, 16 Apr 2012 18:17:38 +0000 (18:17 +0000)]
#1809 include unistd.h required for usleep
Andrey Kamaev [Mon, 16 Apr 2012 15:56:27 +0000 (15:56 +0000)]
Fixed failing Video_OpticalFlow.accuracy test
Maria Dimashova [Mon, 16 Apr 2012 15:19:10 +0000 (15:19 +0000)]
fixed test on em (old interface)
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
Andrey Kamaev [Mon, 16 Apr 2012 15:17:30 +0000 (15:17 +0000)]
Fixed incorrect asssertion in test
Andrey Kamaev [Mon, 16 Apr 2012 15:00:00 +0000 (15:00 +0000)]
Fixed build warnings
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
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
Andrey Kamaev [Mon, 16 Apr 2012 13:30:35 +0000 (13:30 +0000)]
Fixed Android build with correct manifest file
Maria Dimashova [Mon, 16 Apr 2012 12:15:16 +0000 (12:15 +0000)]
fixed test on em
Maria Dimashova [Mon, 16 Apr 2012 11:50:06 +0000 (11:50 +0000)]
fixed creation of opponent space descriptors (#1805)
Maria Dimashova [Mon, 16 Apr 2012 11:01:08 +0000 (11:01 +0000)]
fixed mistake in method name (#1798)
Maria Dimashova [Mon, 16 Apr 2012 10:30:42 +0000 (10:30 +0000)]
fixed nan in EM, added new test on EM
Alexander Shishkov [Mon, 16 Apr 2012 10:16:19 +0000 (10:16 +0000)]
update theme for online docs (was incorrect in Firefox and Safari)
Andrey Kamaev [Mon, 16 Apr 2012 09:14:26 +0000 (09:14 +0000)]
Fixed Android manifest generation and Android samples install
Ilya Lysenkov [Mon, 16 Apr 2012 08:57:42 +0000 (08:57 +0000)]
Fixed comparison methods in matchShapes (issue #1012)
Andrey Kamaev [Mon, 16 Apr 2012 07:24:15 +0000 (07:24 +0000)]
Fixed compiler flags caching in toolchain; fixed zlib search.
Andrey Kamaev [Mon, 16 Apr 2012 07:22:44 +0000 (07:22 +0000)]
Fixed Android build warning
Andrey Kamaev [Fri, 13 Apr 2012 19:47:29 +0000 (19:47 +0000)]
Fixed gcc version parsing.
Andrey Kamaev [Fri, 13 Apr 2012 19:39:14 +0000 (19:39 +0000)]
Fixed 4 broken ml tests.
Ilya Lysenkov [Fri, 13 Apr 2012 19:04:44 +0000 (19:04 +0000)]
Spell checked the documentation with VIM (issue #223)
Alexander Reshetnikov [Fri, 13 Apr 2012 17:56:45 +0000 (17:56 +0000)]
Removed stdio include from ffmpeg wrapper
Alexander Reshetnikov [Fri, 13 Apr 2012 17:39:45 +0000 (17:39 +0000)]
Updated diagnostic messages in VideoWriter (for ticket #1736)
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.)
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)
Andrey Kamaev [Fri, 13 Apr 2012 14:50:11 +0000 (14:50 +0000)]
Added Java tests support to run.py
Andrey Morozov [Fri, 13 Apr 2012 14:15:17 +0000 (14:15 +0000)]
added support clang compiler
Ilya Lysenkov [Fri, 13 Apr 2012 13:41:57 +0000 (13:41 +0000)]
Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539)
Alexander Shishkov [Fri, 13 Apr 2012 13:01:43 +0000 (13:01 +0000)]
minor changes in windows install tutorial
Alexander Shishkov [Fri, 13 Apr 2012 12:14:19 +0000 (12:14 +0000)]
removed module index
Andrey Morozov [Fri, 13 Apr 2012 10:25:29 +0000 (10:25 +0000)]
increased 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%
Alexander Shishkov [Fri, 13 Apr 2012 07:31:10 +0000 (07:31 +0000)]
minor changes in documentation
Andrey Kamaev [Thu, 12 Apr 2012 17:41:55 +0000 (17:41 +0000)]
Fixed several documentation warnings and errors.
Maria Dimashova [Thu, 12 Apr 2012 16:43:37 +0000 (16:43 +0000)]
fixed #1795
Andrey Kamaev [Thu, 12 Apr 2012 16:21:08 +0000 (16:21 +0000)]
Fixed 9 more build warnings
Andrey Kamaev [Thu, 12 Apr 2012 15:29:50 +0000 (15:29 +0000)]
Fixed ant search on Windows
Alexander Reshetnikov [Thu, 12 Apr 2012 14:52:27 +0000 (14:52 +0000)]
Added perf test for video output
Maria Dimashova [Thu, 12 Apr 2012 14:13:15 +0000 (14:13 +0000)]
fixed ERTrees name for writing to/reading from xml
Maria Dimashova [Thu, 12 Apr 2012 14:05:55 +0000 (14:05 +0000)]
increased the trees number for ERTrees
Maria Dimashova [Thu, 12 Apr 2012 14:03:35 +0000 (14:03 +0000)]
added ability to read files with different space count
Andrey Kamaev [Thu, 12 Apr 2012 13:50:23 +0000 (13:50 +0000)]
Fixed PvApi wrapper build
Alexander Reshetnikov [Thu, 12 Apr 2012 13:35:48 +0000 (13:35 +0000)]
Fixed compilation error under Linux (memset for pvapi was moved to constructor)
Andrey Kamaev [Thu, 12 Apr 2012 13:19:00 +0000 (13:19 +0000)]
Fixed typo
Andrey Pavlenko [Thu, 12 Apr 2012 13:06:05 +0000 (13:06 +0000)]
adding test for the bug #1795
Alexander Shishkov [Thu, 12 Apr 2012 13:03:16 +0000 (13:03 +0000)]
changed css for search panel
Vadim Pisarevsky [Thu, 12 Apr 2012 12:48:58 +0000 (12:48 +0000)]
changed 2.3 to 2.4 in some guides & tutorials (ticket #1794)
Vadim Pisarevsky [Thu, 12 Apr 2012 12:34:55 +0000 (12:34 +0000)]
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
Alexander Reshetnikov [Thu, 12 Apr 2012 12:11:43 +0000 (12:11 +0000)]
Fixed cameras segfault (patch #1771)
Andrey Kamaev [Thu, 12 Apr 2012 11:55:33 +0000 (11:55 +0000)]
Fixed broken by r8007 install target
Alexander Shishkov [Thu, 12 Apr 2012 11:53:30 +0000 (11:53 +0000)]
fixed #1310
Alexander Reshetnikov [Thu, 12 Apr 2012 11:29:02 +0000 (11:29 +0000)]
Minor refactoring of condition for avformat_find_stream_info (ticket #1790)
Andrey Kamaev [Thu, 12 Apr 2012 11:11:12 +0000 (11:11 +0000)]
Fixed problem with headers install patch
Ilya Lysenkov [Thu, 12 Apr 2012 10:57:11 +0000 (10:57 +0000)]
Documented valid image types in morphology operations (issue #1679)
Marina Kolpakova [Thu, 12 Apr 2012 10:09:51 +0000 (10:09 +0000)]
fixed alignment related bugs in gpu/nvidia
Ilya Lysenkov [Thu, 12 Apr 2012 09:20:43 +0000 (09:20 +0000)]
Updated doc of flann::hierarchicalClustering (issue #1216)