Roy Reapor [Thu, 4 Oct 2012 05:44:29 +0000 (22:44 -0700)]
Fixed issue 2403
Created temporary files are now deleted in Win32.
Vadim Pisarevsky [Tue, 2 Oct 2012 19:07:46 +0000 (23:07 +0400)]
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
Alexander Smorkalov [Tue, 2 Oct 2012 11:05:19 +0000 (15:05 +0400)]
Ant build.xml and deps added.
Alexander Smorkalov [Tue, 2 Oct 2012 11:02:04 +0000 (15:02 +0400)]
MIPS arch support added to OpenCV manager;
Internal OpenCV library in OpenCV Manager support added;
Unit tests improved, platform specific tests added, MIPS related tests added;
Code refactoring done.
Alexander Smorkalov [Tue, 2 Oct 2012 10:59:00 +0000 (14:59 +0400)]
Automation for build and test OpenCV Manager on several devices added.
Alexander Smorkalov [Tue, 2 Oct 2012 10:55:51 +0000 (14:55 +0400)]
MIPS architecture support added. Native camera library built for MIPS device.
Vladislav Vinogradov [Tue, 2 Oct 2012 10:34:17 +0000 (14:34 +0400)]
added GpuMat support to OutputArray
Vadim Pisarevsky [Tue, 2 Oct 2012 06:49:19 +0000 (10:49 +0400)]
fixed build errors in java bindings on desktop in Debug mode
Anatoly Baksheev [Mon, 1 Oct 2012 19:43:57 +0000 (23:43 +0400)]
warnings
Anatoly Baksheev [Mon, 1 Oct 2012 18:37:20 +0000 (22:37 +0400)]
added CUDA_DISABLER preprocessor commands
Anatoly Baksheev [Mon, 1 Oct 2012 18:28:34 +0000 (22:28 +0400)]
warnings under windows
Ilya Lavrenov [Mon, 1 Oct 2012 14:52:27 +0000 (18:52 +0400)]
stable cvtColor
Ilya Lavrenov [Mon, 1 Oct 2012 13:29:56 +0000 (17:29 +0400)]
fixed TestRemap_Remap
Vadim Pisarevsky [Mon, 1 Oct 2012 12:43:07 +0000 (16:43 +0400)]
added the note about 1-pixel border in findContours (relates to ticket #2362)
Vadim Pisarevsky [Mon, 1 Oct 2012 12:35:12 +0000 (16:35 +0400)]
fixed typos in the mat tutorial (ticket #2380)
Vadim Pisarevsky [Mon, 1 Oct 2012 12:23:40 +0000 (16:23 +0400)]
added variant of cv::imdecode with the specified output matrix
Vadim Pisarevsky [Mon, 1 Oct 2012 10:12:19 +0000 (14:12 +0400)]
fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST
marina.kolpakova [Mon, 1 Oct 2012 04:33:56 +0000 (08:33 +0400)]
fix for 4-channels TIFF missing 'break' statement
Marius Muja [Fri, 28 Sep 2012 17:40:51 +0000 (10:40 -0700)]
Merge branch 'master' of git://code.opencv.org/opencv
Marius Muja [Fri, 28 Sep 2012 17:40:38 +0000 (10:40 -0700)]
Added test to fix backwards compatibility with the way LSH was handled before comit
7236858b
Andrey Kamaev [Fri, 28 Sep 2012 14:56:36 +0000 (18:56 +0400)]
Add Tegra optimization for fastNlMeansDenoising
Andrey Pavlenko [Fri, 28 Sep 2012 14:18:34 +0000 (18:18 +0400)]
java samples fix (clear view before drawing frame) of 'dirty' FPS display bug
Ilya Lavrenov [Fri, 28 Sep 2012 13:42:48 +0000 (17:42 +0400)]
added parallel version of CvtColorLoop - main inner function of cvtColor
marina.kolpakova [Fri, 28 Sep 2012 10:04:43 +0000 (14:04 +0400)]
fix device pointer alignmen in sft-based integral integration
marina.kolpakova [Fri, 28 Sep 2012 10:02:21 +0000 (14:02 +0400)]
fixed bit arifmetic in sft-based integral
Alexey Spizhevoy [Fri, 28 Sep 2012 10:37:38 +0000 (14:37 +0400)]
fixed one of the log messages in the stitching module
Andrey Pavlenko [Thu, 27 Sep 2012 15:10:06 +0000 (19:10 +0400)]
a new Java test to imencode() with params
Marius Muja [Thu, 27 Sep 2012 10:58:17 +0000 (03:58 -0700)]
Exposed HierarchicalClusteringIndex in OpenCV wrapper
Andrey Pavlenko [Wed, 26 Sep 2012 10:02:23 +0000 (14:02 +0400)]
REVERT OF: Update libjpeg to release 8d (reverse-merged from commit
d28af08ef3b5910c634d9fa2ba3f961e37674a37)
Andrey Pavlenko [Wed, 26 Sep 2012 10:01:51 +0000 (14:01 +0400)]
REVERT OF reverted libjpeg to an earlier version (reverse-merged from commit
bfc8a524022364a09a75c3308c19ab00e30684a5)
Alexey Spizhevoy [Tue, 25 Sep 2012 12:07:49 +0000 (16:07 +0400)]
fixed the bug #2385
Vadim Pisarevsky [Tue, 25 Sep 2012 11:50:03 +0000 (15:50 +0400)]
possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper)
Evgeny Talanin [Tue, 25 Sep 2012 08:18:33 +0000 (12:18 +0400)]
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
Ilya Lavrenov [Mon, 24 Sep 2012 16:36:25 +0000 (20:36 +0400)]
changed map indexes in test_remap
Ilya Lavrenov [Mon, 24 Sep 2012 13:07:08 +0000 (17:07 +0400)]
reorganized the resize algorithm
Anatoly Baksheev [Mon, 24 Sep 2012 13:01:44 +0000 (17:01 +0400)]
fixed bug in nln (out of border access)
Anatoly Baksheev [Fri, 21 Sep 2012 13:42:37 +0000 (17:42 +0400)]
Added host compiler check before CUDA detection. For not supported compilers CUDA will be disabled.
Vadim Pisarevsky [Mon, 24 Sep 2012 12:31:07 +0000 (16:31 +0400)]
lowered tolerance thresholds in BRISK tests
bitwangyaoyao [Mon, 24 Sep 2012 12:29:21 +0000 (20:29 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv
bitwangyaoyao [Mon, 24 Sep 2012 12:28:35 +0000 (20:28 +0800)]
some optimizations to ocl::pyrDown, PyrLK and Canny
Vadim Pisarevsky [Mon, 24 Sep 2012 12:14:19 +0000 (16:14 +0400)]
fixed fail in arithmetic test
Kirill Kornyakov [Mon, 24 Sep 2012 11:44:11 +0000 (15:44 +0400)]
Added 240p resolution alias for perf tests
Vadim Pisarevsky [Mon, 24 Sep 2012 11:11:45 +0000 (15:11 +0400)]
Merge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 24 Sep 2012 11:11:29 +0000 (15:11 +0400)]
reverted libjpeg to an earlier version
Ilya Lavrenov [Mon, 24 Sep 2012 10:18:54 +0000 (14:18 +0400)]
edited misprint
Ilya Lavrenov [Mon, 24 Sep 2012 10:18:15 +0000 (14:18 +0400)]
uncommented auto enabling GCD on Mac
Ilya Lavrenov [Mon, 24 Sep 2012 09:46:09 +0000 (13:46 +0400)]
edited misprint
Ilya Lavrenov [Mon, 24 Sep 2012 08:57:39 +0000 (12:57 +0400)]
added platform specific definitions in resize algorithm
Ilya Lavrenov [Mon, 24 Sep 2012 08:40:20 +0000 (12:40 +0400)]
debug
Ilya Lavrenov [Mon, 24 Sep 2012 07:35:46 +0000 (11:35 +0400)]
debug
Vadim Pisarevsky [Sun, 23 Sep 2012 16:57:34 +0000 (20:57 +0400)]
some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover
Ilya Lavrenov [Fri, 21 Sep 2012 14:17:54 +0000 (18:17 +0400)]
some restructuring of resize algorithm code
Ilya Lavrenov [Fri, 21 Sep 2012 13:25:42 +0000 (17:25 +0400)]
attempt
Ivan Korolev [Fri, 21 Sep 2012 12:54:21 +0000 (16:54 +0400)]
Added Rotation motion mode in the videostab module
Anatoly Baksheev [Fri, 21 Sep 2012 09:41:36 +0000 (13:41 +0400)]
fixed warnings under windows
niko [Fri, 21 Sep 2012 08:51:45 +0000 (16:51 +0800)]
many bugs fix for intel's HD4000
from my svn 855
Alexey Spizhevoy [Fri, 21 Sep 2012 06:46:00 +0000 (10:46 +0400)]
removed obsolte global motion estimation method
Leonid Beynenson [Thu, 20 Sep 2012 14:11:33 +0000 (18:11 +0400)]
Fix: Windows compilation error in CommandLineParser.
Leonid Beynenson [Thu, 20 Sep 2012 13:58:44 +0000 (17:58 +0400)]
Changed CommandLineParser to make it less verbose
when it is unrequired.
Alexander Kapustin [Thu, 20 Sep 2012 13:32:54 +0000 (17:32 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv
Andrey Kamaev [Thu, 20 Sep 2012 13:27:48 +0000 (17:27 +0400)]
Change denoising strength parameter from int to float
Alexander Kapustin [Thu, 20 Sep 2012 13:24:20 +0000 (17:24 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
Alexander Kapustin [Thu, 20 Sep 2012 12:26:45 +0000 (16:26 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
Conflicts:
modules/core/src/arithm.cpp
Vladislav Vinogradov [Thu, 20 Sep 2012 09:52:04 +0000 (13:52 +0400)]
changed the type of the arguments to const reference (Bug #2376)
ORB_GPU::downloadKeyPoints
ORB_GPU::convertKeyPoints
yao [Thu, 20 Sep 2012 01:23:11 +0000 (09:23 +0800)]
remove warnings of some functions in ocl module
Andrey Kamaev [Wed, 19 Sep 2012 14:45:57 +0000 (18:45 +0400)]
Restore pdf patch command
Andrey Pavlenko [Wed, 19 Sep 2012 14:03:50 +0000 (18:03 +0400)]
Vadim Pisarevsky [Wed, 19 Sep 2012 13:55:34 +0000 (17:55 +0400)]
fixed mixed-type array operations (bug #2336)
Alexander Kapustin [Wed, 19 Sep 2012 13:02:08 +0000 (17:02 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added
Vadim Pisarevsky [Wed, 19 Sep 2012 12:57:27 +0000 (16:57 +0400)]
Merge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Wed, 19 Sep 2012 12:57:10 +0000 (16:57 +0400)]
fixed verbose mode in highgui's DirectShow wrapper (bug #2350)
Andrey Kamaev [Wed, 19 Sep 2012 12:56:27 +0000 (16:56 +0400)]
Fix typo
Vadim Pisarevsky [Wed, 19 Sep 2012 12:52:07 +0000 (16:52 +0400)]
Merge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Wed, 19 Sep 2012 12:51:49 +0000 (16:51 +0400)]
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367)
Andrey Kamaev [Wed, 19 Sep 2012 12:42:39 +0000 (16:42 +0400)]
Refactor fast NL-means denoising
* reorder arguments
* rewrite accuracy tests
* replace doubles with integer arithmetic inside the main loop
OpenCV Buildbot [Wed, 19 Sep 2012 12:49:39 +0000 (16:49 +0400)]
update FFMPEG wrapper binaries
Vadim Pisarevsky [Wed, 19 Sep 2012 12:48:19 +0000 (16:48 +0400)]
fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365)
yao [Wed, 19 Sep 2012 02:52:25 +0000 (10:52 +0800)]
some optimizations to ocl::blend
Oleg Sklyarov [Tue, 18 Sep 2012 14:02:29 +0000 (18:02 +0400)]
Added WQHD = 1444p frame size
Vadim Pisarevsky [Tue, 18 Sep 2012 10:34:50 +0000 (14:34 +0400)]
improved the condition in the FAST test
Vadim Pisarevsky [Tue, 18 Sep 2012 10:11:08 +0000 (14:11 +0400)]
added patches by Bram Bolder
yao [Tue, 18 Sep 2012 09:57:37 +0000 (17:57 +0800)]
a little optimizations to ocl::pyrDown
Alexander Smorkalov [Tue, 18 Sep 2012 06:52:28 +0000 (10:52 +0400)]
Bug with several "in use" labels fixed in OpenCV Manager UI.
Alexander Smorkalov [Tue, 18 Sep 2012 06:09:31 +0000 (10:09 +0400)]
"in use" label update fix in OpenCV Manager UI.
Alexander Smorkalov [Mon, 17 Sep 2012 07:56:46 +0000 (11:56 +0400)]
Minor bug fix in building all native camera libs for android
Alexander Smorkalov [Fri, 14 Sep 2012 14:19:17 +0000 (18:19 +0400)]
NDK detection bug fix.
Alexander Mordvintsev [Mon, 17 Sep 2012 15:42:55 +0000 (19:42 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv
Ilya Lavrenov [Mon, 17 Sep 2012 15:39:49 +0000 (19:39 +0400)]
attempt
Alexander Mordvintsev [Mon, 17 Sep 2012 15:37:38 +0000 (19:37 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv
Alexander Mordvintsev [Mon, 17 Sep 2012 15:30:20 +0000 (19:30 +0400)]
get rid of Lock in gabor_threads.py
Ilya Lavrenov [Mon, 17 Sep 2012 14:30:55 +0000 (18:30 +0400)]
fixed wrong condition with interpolation types
Ilya Lavrenov [Mon, 17 Sep 2012 13:38:23 +0000 (17:38 +0400)]
changed resize_area test
Andrey Kamaev [Mon, 17 Sep 2012 13:18:04 +0000 (17:18 +0400)]
Minor refactoring of NL-means denoising
Andrey Pavlenko [Mon, 17 Sep 2012 13:06:04 +0000 (17:06 +0400)]
fixing git commit getting for Android build
Ilya Lavrenov [Mon, 17 Sep 2012 13:08:06 +0000 (17:08 +0400)]
added extra debug parameters in resize test
Vadim Pisarevsky [Mon, 17 Sep 2012 12:44:40 +0000 (16:44 +0400)]
added test for png encoding bug #2352
Ilya Lavrenov [Mon, 17 Sep 2012 12:31:30 +0000 (16:31 +0400)]
added recalculating scale coefficients
Vadim Pisarevsky [Mon, 17 Sep 2012 12:13:53 +0000 (16:13 +0400)]
improved image rendering performance in Qt backend for highgui UI (bug #2356)
Vadim Pisarevsky [Mon, 17 Sep 2012 12:12:36 +0000 (16:12 +0400)]
Merge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 17 Sep 2012 12:12:30 +0000 (16:12 +0400)]
added test for #2336