profile/ivi/opencv.git
11 years agoAdded default Eigen search path to support Eigen that comes with PCL
Anatoly Baksheev [Tue, 23 Oct 2012 11:12:39 +0000 (15:12 +0400)]
Added default Eigen search path to support Eigen that comes with PCL

11 years agoupdate FFMPEG wrapper binaries
OpenCV Buildbot [Tue, 23 Oct 2012 09:17:43 +0000 (13:17 +0400)]
update FFMPEG wrapper binaries

11 years agoMerge branch '2.4'
Andrey Kamaev [Mon, 22 Oct 2012 12:57:56 +0000 (16:57 +0400)]
Merge branch '2.4'

11 years agoMerge pull request #69 from mdim/core_tests
Andrey Kamaev [Mon, 22 Oct 2012 12:47:49 +0000 (16:47 +0400)]
Merge pull request #69 from mdim/core_tests

11 years agoMerge pull request #55 from vpisarev/ocl_fixes
Andrey Kamaev [Mon, 22 Oct 2012 12:39:09 +0000 (16:39 +0400)]
Merge pull request #55 from vpisarev/ocl_fixes

11 years agoMerge pull request #48 from kazuki-ma/2430_ostream_24
Andrey Kamaev [Mon, 22 Oct 2012 12:27:10 +0000 (16:27 +0400)]
Merge pull request #48 from kazuki-ma/2430_ostream_24

11 years agoMerge pull request #71 from NikoKJ/ocl4_2.4.3
Vadim Pisarevsky [Mon, 22 Oct 2012 11:57:42 +0000 (04:57 -0700)]
Merge pull request #71 from NikoKJ/ocl4_2.4.3

This patch is for the ocl module of 2.4.3

(tested on Mac (OSX 10.8, Xcode 4.5, OpenCL 1.1(?))

11 years agoMerge pull request #66 from alekcac/ios-armv7s
Vadim Pisarevsky [Mon, 22 Oct 2012 11:07:07 +0000 (04:07 -0700)]
Merge pull request #66 from alekcac/ios-armv7s

added support armv7s for iOS framework; tested on my computer (OSX 10.8, Xcode 4.5)

11 years agoMerge remote-tracking branch 'cuda-geek/surf-with-mask-fix' into 2.4
marina.kolpakova [Mon, 22 Oct 2012 09:16:27 +0000 (13:16 +0400)]
Merge remote-tracking branch 'cuda-geek/surf-with-mask-fix' into 2.4

11 years agoremove redundant OPENCL_DIR flag
Niko [Mon, 22 Oct 2012 07:14:22 +0000 (15:14 +0800)]
remove redundant OPENCL_DIR flag
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions

11 years agoadded tests for cv::merge, cv::split, cv::phase
Maria Dimashova [Sat, 20 Oct 2012 15:37:19 +0000 (19:37 +0400)]
added tests for cv::merge, cv::split, cv::phase

11 years agofix GPU SURF tests for masked case
marina.kolpakova [Sun, 21 Oct 2012 07:37:35 +0000 (11:37 +0400)]
fix GPU SURF tests for masked case

11 years agoRestore core multiply/divide depth to CV_64F value.
marina.kolpakova [Sun, 21 Oct 2012 07:20:39 +0000 (11:20 +0400)]
Restore core multiply/divide depth to CV_64F value.

After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests  for multiply/device functions.

11 years agoAdd stream operators (Requested #2430)
Kazuki MATSUDA [Sat, 20 Oct 2012 02:19:42 +0000 (11:19 +0900)]
Add stream operators (Requested #2430)

Add output stream operators (<<) for Rect, Size, Matx, Vec.
I can't add operations for cv::KeyPoint.

And putting together all operator<<.
(Matx, Point_, Point3_, Vec, Size_, Rect_)

11 years agoMerge pull request #65 from taka-no-me:android/warnings
Andrey Kamaev [Fri, 19 Oct 2012 16:49:19 +0000 (20:49 +0400)]
Merge pull request #65 from taka-no-me:android/warnings

11 years agoMerge pull request #64 from vpisarev/bugs_1939_2100
Andrey Kamaev [Fri, 19 Oct 2012 14:46:47 +0000 (18:46 +0400)]
Merge pull request #64 from vpisarev/bugs_1939_2100

11 years agofixed type "compatible -> incompatible" in the error message
Vadim Pisarevsky [Fri, 19 Oct 2012 09:43:14 +0000 (13:43 +0400)]
fixed type "compatible -> incompatible" in the error message

11 years agofixed bugs #2100 (kind of) and #1393
Vadim Pisarevsky [Thu, 18 Oct 2012 11:29:03 +0000 (15:29 +0400)]
fixed bugs #2100 (kind of) and #1393

[edit: cleaned whitespace]

11 years agoadded support armv7s for iOS framework
Alexander Shishkov [Fri, 19 Oct 2012 14:56:12 +0000 (18:56 +0400)]
added support armv7s for iOS framework

for supporting with iOS 6 devices

11 years agoFix Android build warnings
Andrey Kamaev [Fri, 19 Oct 2012 12:08:10 +0000 (16:08 +0400)]
Fix Android build warnings

11 years agoMerge branch '2.4'
Andrey Kamaev [Fri, 19 Oct 2012 11:07:12 +0000 (15:07 +0400)]
Merge branch '2.4'

11 years agoNormalize android/scripts/wincfg.cmd.tmpl
Andrey Kamaev [Fri, 19 Oct 2012 11:06:32 +0000 (15:06 +0400)]
Normalize android/scripts/wincfg.cmd.tmpl

11 years agoMerge pull request #59 from taka-no-me:doc/fix-signatures-master
Andrey Kamaev [Fri, 19 Oct 2012 11:03:26 +0000 (15:03 +0400)]
Merge pull request #59 from taka-no-me:doc/fix-signatures-master

11 years agoMerge pull request #54 from taka-no-me:doc/fix-signatures
Andrey Kamaev [Fri, 19 Oct 2012 11:02:30 +0000 (15:02 +0400)]
Merge pull request #54 from taka-no-me:doc/fix-signatures

11 years agoMerge branch '2.4'
Andrey Kamaev [Fri, 19 Oct 2012 11:00:05 +0000 (15:00 +0400)]
Merge branch '2.4'

11 years agoMerge pull request #50 from taka-no-me:parallel/fix-build-2445
Andrey Kamaev [Fri, 19 Oct 2012 10:57:08 +0000 (14:57 +0400)]
Merge pull request #50 from taka-no-me:parallel/fix-build-2445

11 years agoInclude unistd.h to parallel.cpp on UNIX-like systems
Andrey Kamaev [Wed, 17 Oct 2012 13:00:53 +0000 (17:00 +0400)]
Include unistd.h to parallel.cpp on UNIX-like systems

This fixes build without TBB and CUDA. Issue #2445

11 years agoMerge pull request #63 from jet47/gpu-sep-filters
marina.kolpakova [Fri, 19 Oct 2012 09:04:04 +0000 (13:04 +0400)]
Merge pull request #63 from jet47/gpu-sep-filters

11 years agogpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
Vladislav Vinogradov [Thu, 18 Oct 2012 06:59:25 +0000 (10:59 +0400)]
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types

11 years agoMerge pull request #61 from vpisarev/bug_2509
Andrey Kamaev [Fri, 19 Oct 2012 07:16:50 +0000 (11:16 +0400)]
Merge pull request #61 from vpisarev/bug_2509

11 years agoMerge pull request #60 from kirill-kornyakov/documentation-link-to-answers2
Andrey Kamaev [Fri, 19 Oct 2012 06:59:31 +0000 (10:59 +0400)]
Merge pull request #60 from kirill-kornyakov/documentation-link-to-answers2

11 years agoMerge pull request #51 from taka-no-me/java/fix-build-after-normalization
Andrey Kamaev [Fri, 19 Oct 2012 06:26:58 +0000 (10:26 +0400)]
Merge pull request #51 from taka-no-me/java/fix-build-after-normalization

11 years agoMerge pull request #57 from vpisarev/bug_2429_2.4
Andrey Kamaev [Thu, 18 Oct 2012 15:42:14 +0000 (19:42 +0400)]
Merge pull request #57 from vpisarev/bug_2429_2.4

11 years agoFix weight calculation for the last pixel in generic area resize.
Andrey Kamaev [Thu, 18 Oct 2012 15:35:57 +0000 (19:35 +0400)]
Fix weight calculation for the last pixel in generic area resize.

Also removed assigned only variable.

11 years agofixed bug #2429
Vadim Pisarevsky [Wed, 17 Oct 2012 19:04:22 +0000 (23:04 +0400)]
fixed bug #2429

[edit: cleaned whitespace]

11 years agofixed bug #2059
Vadim Pisarevsky [Thu, 18 Oct 2012 10:41:26 +0000 (14:41 +0400)]
fixed bug #2059

11 years agochanged link to Q&A forum in the docs
Kirill Kornyakov [Mon, 15 Oct 2012 13:56:59 +0000 (17:56 +0400)]
changed link to Q&A forum in the docs

11 years agoMerge pull request #56 from vpisarev/bug_2447_2.4
Andrey Kamaev [Thu, 18 Oct 2012 09:21:41 +0000 (13:21 +0400)]
Merge pull request #56 from vpisarev/bug_2447_2.4

11 years agofix bug #2447 - unary operator bug for single column matrix
Vadim Pisarevsky [Wed, 17 Oct 2012 18:33:37 +0000 (22:33 +0400)]
fix bug #2447 - unary operator bug for single column matrix

11 years agoEliminate discrepancies between signatures in documentation and OpenCV headers
Andrey Kamaev [Thu, 18 Oct 2012 08:16:04 +0000 (12:16 +0400)]
Eliminate discrepancies between signatures in documentation and OpenCV headers

All errors were found by doc/check_docs2.py

11 years agoNormalize whitespace in documentation and text files
Andrey Kamaev [Wed, 17 Oct 2012 17:42:09 +0000 (21:42 +0400)]
Normalize whitespace in documentation and text files

11 years agoEliminate discrepancies between signatures in documentation and OpenCV headers
Andrey Kamaev [Wed, 17 Oct 2012 17:24:55 +0000 (21:24 +0400)]
Eliminate discrepancies between signatures in documentation and OpenCV headers

All errors were found by doc/check_docs2.py

11 years agoFix Java API generation after normalization
Andrey Kamaev [Wed, 17 Oct 2012 14:20:46 +0000 (18:20 +0400)]
Fix Java API generation after normalization

The rst_parser.py was unintentionally corrupted by normalization.
This fix repairs the script and fixes Java API generation.

11 years agoMerge branch '2.4'
Andrey Kamaev [Wed, 17 Oct 2012 12:18:08 +0000 (16:18 +0400)]
Merge branch '2.4'

11 years agoNormalize line endings and whitespace
OpenCV Buildbot [Wed, 17 Oct 2012 07:12:04 +0000 (11:12 +0400)]
Normalize line endings and whitespace

11 years agoNormalize line endings and whitespace
OpenCV Buildbot [Tue, 16 Oct 2012 23:18:30 +0000 (03:18 +0400)]
Normalize line endings and whitespace

11 years agomade opencv_ocl module build with VS2012
vpisarev [Wed, 17 Oct 2012 11:08:03 +0000 (15:08 +0400)]
made opencv_ocl module build with VS2012

11 years agoMerge branch 'release2.4.3' into 2.4
Andrey Kamaev [Tue, 16 Oct 2012 22:12:20 +0000 (02:12 +0400)]
Merge branch 'release2.4.3' into 2.4

11 years agoFix build of samples
Andrey Kamaev [Tue, 16 Oct 2012 16:03:07 +0000 (20:03 +0400)]
Fix build of samples

11 years agoRevert opencv_videostab to the state of 2.4.2
Andrey Kamaev [Tue, 16 Oct 2012 19:18:05 +0000 (23:18 +0400)]
Revert opencv_videostab to the state of 2.4.2

11 years agoFix binary compatibility of opencv_gpu
marina.kolpakova [Tue, 16 Oct 2012 14:06:45 +0000 (18:06 +0400)]
Fix binary compatibility of opencv_gpu

11 years agoFix binary compatibility of Java wrappers
Andrey Kamaev [Tue, 16 Oct 2012 10:22:17 +0000 (14:22 +0400)]
Fix binary compatibility of Java wrappers

11 years agoFix binary compatibility of opencv_objdetect
Andrey Kamaev [Tue, 16 Oct 2012 13:48:51 +0000 (17:48 +0400)]
Fix binary compatibility of opencv_objdetect

11 years agoFix binary compatibility of opencv_nonfree
Andrey Kamaev [Mon, 15 Oct 2012 22:05:26 +0000 (02:05 +0400)]
Fix binary compatibility of opencv_nonfree

11 years agoFix binary compatibility of opencv_contrib
Andrey Kamaev [Mon, 15 Oct 2012 21:59:49 +0000 (01:59 +0400)]
Fix binary compatibility of opencv_contrib

11 years agoFix binary compatibility of opencv_stitching
Andrey Kamaev [Mon, 15 Oct 2012 21:06:37 +0000 (01:06 +0400)]
Fix binary compatibility of opencv_stitching

11 years agoFix binary compatibility of opencv_ml
Andrey Kamaev [Tue, 16 Oct 2012 13:48:42 +0000 (17:48 +0400)]
Fix binary compatibility of opencv_ml

11 years agoRevert "skip of table header in MLData (#1962)"
Andrey Kamaev [Mon, 15 Oct 2012 19:00:22 +0000 (23:00 +0400)]
Revert "skip of table header in MLData (#1962)"

This reverts commit 4d36be8794a56e3ea91fbd9df53e299dc8d951aa.

Conflicts:
modules/ml/include/opencv2/ml/ml.hpp
modules/ml/src/data.cpp

11 years agoRevert "yet another portion of changes towards the binary compatibility"
Andrey Kamaev [Mon, 15 Oct 2012 18:56:30 +0000 (22:56 +0400)]
Revert "yet another portion of changes towards the binary compatibility"

This reverts commit 618fbf5508c8a55cd9132605bb9fc4a686b3872a.

11 years agoFix binary compatibility of opencv_features2d
Andrey Kamaev [Mon, 15 Oct 2012 17:09:24 +0000 (21:09 +0400)]
Fix binary compatibility of opencv_features2d

11 years agoRevert "partially recovered binary compatibility (ticket #2415)"
Andrey Kamaev [Tue, 16 Oct 2012 15:37:12 +0000 (19:37 +0400)]
Revert "partially recovered binary compatibility (ticket #2415)"

This reverts commit 94b97b7a631abb1f42b4f66cfc7149e6e46203c8.

11 years agoRevert "fixed compilation error because of DetectionBasedTracker"
Andrey Kamaev [Tue, 16 Oct 2012 15:37:02 +0000 (19:37 +0400)]
Revert "fixed compilation error because of DetectionBasedTracker"

This reverts commit 9b8c47399a3b4bcb8928156b7ea54fa7d0dfbd03.

11 years agoRevert "yet another portion of changes towards the binary compatibility"
Andrey Kamaev [Tue, 16 Oct 2012 15:35:57 +0000 (19:35 +0400)]
Revert "yet another portion of changes towards the binary compatibility"

This reverts commit 618fbf5508c8a55cd9132605bb9fc4a686b3872a.

11 years agoRevert "some more fixes towards binary compatibility"
Andrey Kamaev [Tue, 16 Oct 2012 15:35:28 +0000 (19:35 +0400)]
Revert "some more fixes towards binary compatibility"

This reverts commit a8c5e356199057538d65b7fbd8db573f96089089.

Conflicts:
modules/imgproc/src/imgwarp.cpp

11 years agoFix binary compatibility of opencv_flann
Andrey Kamaev [Mon, 15 Oct 2012 16:46:39 +0000 (20:46 +0400)]
Fix binary compatibility of opencv_flann

11 years agoRevert "remaining C-style planar subdivisions data structures are moved to legacy"
Andrey Kamaev [Mon, 15 Oct 2012 16:26:42 +0000 (20:26 +0400)]
Revert "remaining C-style planar subdivisions data structures are moved to legacy"

This reverts commit 4aaaef5967240d2da4d78674048c0c3a1a6fef53.

Conflicts:
    modules/imgproc/include/opencv2/imgproc/types_c.h
    modules/legacy/include/opencv2/legacy/legacy.hpp

11 years agoFix backward compatibility of opencv_core
Andrey Kamaev [Mon, 15 Oct 2012 15:30:18 +0000 (19:30 +0400)]
Fix backward compatibility of opencv_core

11 years agoRevert "add new version of CommandLineParser. add empty docs"
Andrey Kamaev [Mon, 15 Oct 2012 15:46:57 +0000 (19:46 +0400)]
Revert "add new version of CommandLineParser. add empty docs"

This reverts commit 54a202b3d522f19a05993998ab40a40733a0d3b8.

Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp

11 years agoRevert "fixed compile error under linux"
Andrey Kamaev [Mon, 15 Oct 2012 15:30:47 +0000 (19:30 +0400)]
Revert "fixed compile error under linux"

This reverts commit e2d9fc4dcc9d4f9bc3daefdaaa55e36e34fac7af.

11 years agoReturn drawContours back to imgproc
Andrey Kamaev [Mon, 15 Oct 2012 14:12:33 +0000 (18:12 +0400)]
Return drawContours back to imgproc

This partly reverts commit 6ca618277c8ec110eb2a28f00cc3fb7329b1d00b.

11 years agoRevert "fixing Java test and sample after moving drawContours() from Imgproc to Core"
Andrey Kamaev [Mon, 15 Oct 2012 13:53:57 +0000 (17:53 +0400)]
Revert "fixing Java test and sample after moving drawContours() from Imgproc to Core"

This reverts commit eb4ce67dac4b0ebdb7e0c6f97cecd3bf263c14e5.

Conflicts:
samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionView.java

11 years agoBring back escaped virtual destructors from 2.4.2
Andrey Kamaev [Mon, 15 Oct 2012 13:48:49 +0000 (17:48 +0400)]
Bring back escaped virtual destructors from 2.4.2

11 years agoRemove unused tbb::task_scheduler_init from perf tests
Andrey Kamaev [Mon, 15 Oct 2012 12:25:06 +0000 (16:25 +0400)]
Remove unused tbb::task_scheduler_init from perf tests

11 years agoRefactor thread management in performance tests
Andrey Kamaev [Mon, 15 Oct 2012 12:14:11 +0000 (16:14 +0400)]
Refactor thread management in performance tests

11 years agomade imread description slightly better #2406
Kirill Kornyakov [Mon, 15 Oct 2012 11:23:38 +0000 (15:23 +0400)]
made imread description slightly better #2406

11 years agoanother fix for #2332 test
Vadim Pisarevsky [Mon, 15 Oct 2012 10:12:32 +0000 (14:12 +0400)]
another fix for #2332 test

11 years agofixed build errors on Mac; moved test for #2332 from imgproc to highgui
Vadim Pisarevsky [Mon, 15 Oct 2012 09:55:32 +0000 (13:55 +0400)]
fixed build errors on Mac; moved test for #2332 from imgproc to highgui

11 years agoReimplement thread management functions:
Andrey Kamaev [Fri, 12 Oct 2012 16:06:40 +0000 (20:06 +0400)]
Reimplement thread management functions:

* Refactor auto-detection of parallel frameworks
* Implement cv:getNumThreads, cv::setNumThreads and cv::getThreadNum for all supported frameworks
* From now cv::setNumThreads(0) can be used to turn off parallelisation

11 years agoMove thread-related functions implementation to parallel.cpp
Andrey Kamaev [Fri, 12 Oct 2012 10:49:22 +0000 (14:49 +0400)]
Move thread-related functions implementation to parallel.cpp

11 years agofixed cvtColor (RGB <-> Lab) tests and created another one
Ilya Lavrenov [Mon, 15 Oct 2012 08:22:36 +0000 (12:22 +0400)]
fixed cvtColor (RGB <-> Lab) tests and created another one

11 years agofixed bug in cvtColor RGB(BGR) <-> Lab conversion
Ilya Lavrenov [Mon, 15 Oct 2012 08:21:16 +0000 (12:21 +0400)]
fixed bug in cvtColor RGB(BGR) <-> Lab conversion

11 years agominor
Anatoly Baksheev [Wed, 10 Oct 2012 20:54:45 +0000 (00:54 +0400)]
minor

11 years agoreplaced python build script with WSH one for windows platforms
KOLANICH [Fri, 12 Oct 2012 15:43:45 +0000 (19:43 +0400)]
replaced python build script with WSH one for windows platforms

11 years agoAdded test inspired by #2332
Evgeny Talanin [Fri, 12 Oct 2012 14:43:00 +0000 (18:43 +0400)]
Added test inspired by #2332

11 years agodeleted wrong line
Kirill Kornyakov [Fri, 12 Oct 2012 13:31:26 +0000 (17:31 +0400)]
deleted wrong line

11 years agocommented wrong line
Kirill Kornyakov [Fri, 12 Oct 2012 13:30:23 +0000 (17:30 +0400)]
commented wrong line

11 years agoAdded perf test for warpPerpsective with large resolutions
Kirill Kornyakov [Fri, 12 Oct 2012 13:10:58 +0000 (17:10 +0400)]
Added perf test for warpPerpsective with large resolutions

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Fri, 12 Oct 2012 12:29:20 +0000 (16:29 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofinally, a proper fix for VNG (both SSE2 and C version)
Vadim Pisarevsky [Fri, 12 Oct 2012 12:28:26 +0000 (16:28 +0400)]
finally, a proper fix for VNG (both SSE2 and C version)

11 years agoFAIL_NO_CPU marco
marina.kolpakova [Fri, 12 Oct 2012 10:34:10 +0000 (14:34 +0400)]
FAIL_NO_CPU marco

11 years agominor ending fix
marina.kolpakova [Fri, 12 Oct 2012 10:33:19 +0000 (14:33 +0400)]
minor ending fix

11 years agoallow gpu module write sanity data for GPU and CPU tests in one xml
marina.kolpakova [Fri, 12 Oct 2012 10:32:47 +0000 (14:32 +0400)]
allow gpu module write sanity data for GPU and CPU tests in one xml

11 years agofixed 7 point mode in findFundamentalMat #1978
Daniil Osokin [Fri, 12 Oct 2012 10:38:37 +0000 (14:38 +0400)]
fixed 7 point mode in findFundamentalMat #1978

11 years ago#720 patch apply
Evgeny Talanin [Fri, 12 Oct 2012 10:25:36 +0000 (14:25 +0400)]
#720 patch apply

11 years agoRemoved the phrase, that was causing all the confusion. Issue #2406.
Vsevolod Glumov [Fri, 12 Oct 2012 10:15:30 +0000 (14:15 +0400)]
Removed the phrase, that was causing all the confusion. Issue #2406.
+ Some minor formatting fixes.

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Fri, 12 Oct 2012 10:01:47 +0000 (14:01 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agolet Kalman handle the missing measurements (bug #1380)
Vadim Pisarevsky [Fri, 12 Oct 2012 10:01:36 +0000 (14:01 +0400)]
let Kalman handle the missing measurements (bug #1380)

11 years agoOne more fix for Kepler-specific gpu::integral usage
marina.kolpakova [Fri, 12 Oct 2012 09:02:35 +0000 (13:02 +0400)]
One more fix for Kepler-specific gpu::integral usage

11 years agofixed batchDistance minimum finding #2292
Daniil Osokin [Fri, 12 Oct 2012 08:31:05 +0000 (12:31 +0400)]
fixed batchDistance minimum finding #2292

11 years agoMerge pull request #29 from thorikawa/feature-523
Andrey Kamaev [Fri, 12 Oct 2012 09:16:17 +0000 (13:16 +0400)]
Merge pull request #29 from thorikawa/feature-523