platform/upstream/opencv.git
9 years agoMerge pull request #3892 from MSOpenTech:imgcodecs-contrib
Vadim Pisarevsky [Thu, 2 Apr 2015 11:53:55 +0000 (11:53 +0000)]
Merge pull request #3892 from MSOpenTech:imgcodecs-contrib

9 years agoMerge pull request #3869 from Dikay900:remove_unused_variable
Vadim Pisarevsky [Thu, 2 Apr 2015 11:48:43 +0000 (11:48 +0000)]
Merge pull request #3869 from Dikay900:remove_unused_variable

9 years agoMerge pull request #3889 from nitsch:fix-mingw-cmake
Vadim Pisarevsky [Thu, 2 Apr 2015 11:45:20 +0000 (11:45 +0000)]
Merge pull request #3889 from nitsch:fix-mingw-cmake

9 years agoMerge pull request #3897 from sanchom:bugfix_4030
Vadim Pisarevsky [Thu, 2 Apr 2015 11:44:32 +0000 (11:44 +0000)]
Merge pull request #3897 from sanchom:bugfix_4030

9 years agoBugfix: #4030 SVM auto-training.
Sancho McCann [Wed, 1 Apr 2015 19:00:39 +0000 (19:00 +0000)]
Bugfix: #4030 SVM auto-training.

9 years agoinitialize tiltedOffset variable at correct location
Dikay900 [Wed, 1 Apr 2015 18:22:27 +0000 (20:22 +0200)]
initialize tiltedOffset variable at correct location
do not use this variable if it is not an tilted feature

9 years agoMerge pull request #3874 from paroj:calib_sample
Vadim Pisarevsky [Wed, 1 Apr 2015 11:13:04 +0000 (11:13 +0000)]
Merge pull request #3874 from paroj:calib_sample

9 years agoMerge pull request #3887 from MSOpenTech:update_py_script
Vadim Pisarevsky [Wed, 1 Apr 2015 11:05:56 +0000 (11:05 +0000)]
Merge pull request #3887 from MSOpenTech:update_py_script

9 years agoMerge pull request #3891 from mshabunin:fix-v4l2-link
Vadim Pisarevsky [Wed, 1 Apr 2015 10:49:52 +0000 (10:49 +0000)]
Merge pull request #3891 from mshabunin:fix-v4l2-link

9 years agoFunctionality for relocation of tests
Evgeny Agafonchikov [Fri, 27 Mar 2015 13:50:18 +0000 (16:50 +0300)]
Functionality for relocation of tests

This allows to start run.py with --move_tests parameter to place tests

to another location and keep them runnable from there

9 years agoFixing help messages
Evgeny Agafonchikov [Tue, 24 Mar 2015 12:52:49 +0000 (15:52 +0300)]
Fixing help messages

--help message and starting run.py w/o parameters generate different messages

E. g. w/ and w/o build_path in the end

build_path is required, removing square brackets

9 years agoAdded sample imgcodecs logic to winrt sample app
Maxim Kostin [Tue, 31 Mar 2015 14:09:09 +0000 (17:09 +0300)]
Added sample imgcodecs logic to winrt sample app
 - Made use imread() in OcvImageProcessing sample.
 - Added test/sample logic to verify file creation via imgcodecs.

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years ago - update documentation
Pavel Rojtberg [Wed, 25 Mar 2015 15:11:53 +0000 (16:11 +0100)]
  - update documentation
    * correct the part about fixed aspect
    * improve formatting
    * add snippet markers to source
    * replace inline code by @snippet
  - do not run calibration twice when using a imageList
  - make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
  - respect write extrinsic/ points flags
  - set the aspectRatio value when specified
  - fix writing of calibration settings. also update grammar.
  - fix intendation and remove some size_t -> int casts by using size_t

9 years agoAdded support for 'imgcodecs' module:
Maxim Kostin [Tue, 31 Mar 2015 13:31:37 +0000 (16:31 +0300)]
Added support for 'imgcodecs' module:
 - Resolved GET_ENV and input type incompatibility
 - Made libjpeg compile for WINRT. So does imgcodecs module.
 - Updated .gitignore (log, tlog)

9 years agocap_libv4l.cpp depends on both libv4l 1 and 2, so search for both
Roman Donchenko [Wed, 9 Jul 2014 12:55:40 +0000 (16:55 +0400)]
cap_libv4l.cpp depends on both libv4l 1 and 2, so search for both

How this worked before, I do not know.

9 years agoFix static/shared lib detection
Alexander Nitsch [Mon, 30 Mar 2015 21:38:43 +0000 (23:38 +0200)]
Fix static/shared lib detection

The check for BUILD_SHARED_LIBS had its logic backwards. If this
variable is not defined we must assume a build of static libs.

9 years agoRemove local variables from CMAKE namespace
Alexander Nitsch [Tue, 17 Mar 2015 12:52:59 +0000 (13:52 +0100)]
Remove local variables from CMAKE namespace

9 years agoFix MinGW detection on x86
Alexander Nitsch [Sat, 7 Mar 2015 14:49:48 +0000 (15:49 +0100)]
Fix MinGW detection on x86

Make detection of x64 using the gcc's target triplet identical
to the one used in cmake/OpenCVDetectCXXCompiler.cmake.
Otherwise, MinGW-w64 setups will always be treated as x64 since
they contain "w64" as vendor key.

9 years agoFix MinGW architecture detection
Alexander Nitsch [Sat, 7 Mar 2015 14:37:21 +0000 (15:37 +0100)]
Fix MinGW architecture detection

Fix typo that would always lead to detection of x86 for MinGW
builds in the OpenCVConfig.cmake file.

9 years agoFix MinGW detection on x86
Alexander Nitsch [Mon, 23 Feb 2015 14:01:00 +0000 (15:01 +0100)]
Fix MinGW detection on x86

MinGW-w64 always uses "w64" as vendor key which the previously
used check for "64" anywhere in the target triplet matched. This
would lead to MinGW-w64 setups always being treated as x64.

Turns out we do not even need this additional check since the
architecture has been correctly determined earlier in this file.
No need to do it again.

9 years agoMerge pull request #3873 from Dmitry-Me:reduceVariableScope10
Vadim Pisarevsky [Mon, 30 Mar 2015 17:20:39 +0000 (17:20 +0000)]
Merge pull request #3873 from Dmitry-Me:reduceVariableScope10

9 years agoMerge pull request #3888 from alalek:fix_build
Alexander Alekhin [Mon, 30 Mar 2015 15:52:05 +0000 (15:52 +0000)]
Merge pull request #3888 from alalek:fix_build

9 years agofix build (related to PR #3814)
Alexander Alekhin [Mon, 30 Mar 2015 13:28:53 +0000 (16:28 +0300)]
fix build (related to PR #3814)

9 years agoMerge pull request #3883 from kmsquire:python_cmake_fix
Vadim Pisarevsky [Mon, 30 Mar 2015 09:38:18 +0000 (09:38 +0000)]
Merge pull request #3883 from kmsquire:python_cmake_fix

9 years agoMerge pull request #3876 from vpisarev:mjpeg_codec
Vadim Pisarevsky [Mon, 30 Mar 2015 09:27:10 +0000 (09:27 +0000)]
Merge pull request #3876 from vpisarev:mjpeg_codec

9 years agoMerge pull request #3872 from mshabunin:add-rst-link
Vadim Pisarevsky [Mon, 30 Mar 2015 09:13:26 +0000 (09:13 +0000)]
Merge pull request #3872 from mshabunin:add-rst-link

9 years agoMerge pull request #3884 from mshabunin:fix-vc10-build
Alexander Alekhin [Fri, 27 Mar 2015 18:03:37 +0000 (18:03 +0000)]
Merge pull request #3884 from mshabunin:fix-vc10-build

9 years agoadded video writer quality, which user may change dynamically in the case of motion...
Vadim Pisarevsky [Fri, 27 Mar 2015 12:15:59 +0000 (15:15 +0300)]
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder

9 years agoCommented unused constants in the RHO algorithm
Maksim Shabunin [Fri, 27 Mar 2015 11:36:27 +0000 (14:36 +0300)]
Commented unused constants in the RHO algorithm

9 years agoFix build for VC10
Maksim Shabunin [Fri, 27 Mar 2015 09:15:26 +0000 (12:15 +0300)]
Fix build for VC10

9 years agoAllow PYTHON_LIBRARY and PYTHON_INCLUDE_DIR to actually be overridden
Kevin Squire [Fri, 16 Jan 2015 02:13:06 +0000 (18:13 -0800)]
Allow PYTHON_LIBRARY and PYTHON_INCLUDE_DIR to actually be overridden

9 years agoMerge pull request #3847 from mshabunin:android-build
Vadim Pisarevsky [Thu, 26 Mar 2015 16:56:49 +0000 (16:56 +0000)]
Merge pull request #3847 from mshabunin:android-build

9 years agoMerge pull request #3880 from vpisarev:fix_emd
Vadim Pisarevsky [Thu, 26 Mar 2015 16:40:17 +0000 (16:40 +0000)]
Merge pull request #3880 from vpisarev:fix_emd

9 years agoMerge pull request #3871 from potpath:patch-1
Vadim Pisarevsky [Thu, 26 Mar 2015 13:35:35 +0000 (13:35 +0000)]
Merge pull request #3871 from potpath:patch-1

9 years agoMerge pull request #3868 from Dikay900:fix_cudalegacy_without_cudaimgproc
Vadim Pisarevsky [Thu, 26 Mar 2015 13:35:12 +0000 (13:35 +0000)]
Merge pull request #3868 from Dikay900:fix_cudalegacy_without_cudaimgproc

9 years agoinitialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
Vadim Pisarevsky [Thu, 26 Mar 2015 13:26:41 +0000 (16:26 +0300)]
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)

9 years agoMerge pull request #3875 from alalek:fix_build
Vadim Pisarevsky [Thu, 26 Mar 2015 13:09:01 +0000 (13:09 +0000)]
Merge pull request #3875 from alalek:fix_build

9 years agofixed warnings; transpose qtab to make it compatible with neon branch
Vadim Pisarevsky [Thu, 26 Mar 2015 12:59:49 +0000 (15:59 +0300)]
fixed warnings; transpose qtab to make it compatible with neon branch

9 years agoMerge pull request #3878 from mshabunin:fix-python
Vadim Pisarevsky [Thu, 26 Mar 2015 10:22:11 +0000 (10:22 +0000)]
Merge pull request #3878 from mshabunin:fix-python

9 years agoAdd python test for inheritance structure generation
Maksim Shabunin [Thu, 26 Mar 2015 08:43:49 +0000 (11:43 +0300)]
Add python test for inheritance structure generation

9 years agoFix python submodules inheritance detection
Maksim Shabunin [Thu, 26 Mar 2015 08:22:52 +0000 (11:22 +0300)]
Fix python submodules inheritance detection

9 years agoadded self-contained motion jpeg encoder (filename should end with .avi; fourcc shoul...
Vadim Pisarevsky [Wed, 25 Mar 2015 21:39:29 +0000 (00:39 +0300)]
added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG"

9 years agofix build (related to PR #3814)
Alexander Alekhin [Wed, 25 Mar 2015 16:09:53 +0000 (19:09 +0300)]
fix build (related to PR #3814)

9 years agoReduce variables scope
Dmitry-Me [Wed, 25 Mar 2015 14:17:06 +0000 (17:17 +0300)]
Reduce variables scope

9 years agoMerge pull request #3870 from Dmitry-Me:reduceVariableScope9
Vadim Pisarevsky [Wed, 25 Mar 2015 13:32:33 +0000 (13:32 +0000)]
Merge pull request #3870 from Dmitry-Me:reduceVariableScope9

9 years agoAdd link to old documentation format
Maksim Shabunin [Wed, 25 Mar 2015 13:27:35 +0000 (16:27 +0300)]
Add link to old documentation format

9 years agodisable cuda::OpticalFlowNeedleMap if configured without cudaimgproc
Dikay900 [Sat, 21 Mar 2015 18:18:54 +0000 (19:18 +0100)]
disable cuda::OpticalFlowNeedleMap if configured without cudaimgproc
disable cuda::FastOpticalFlowBM if configured without cudaarithm

9 years agoFix a typo in template_matching.markdown
potpath [Wed, 25 Mar 2015 11:07:01 +0000 (18:07 +0700)]
Fix a typo in template_matching.markdown

Fix a typo in first equation under method=CV_TM_CCOEFF.

9 years agoMerge pull request #3670 from obilaniu:master
Vadim Pisarevsky [Wed, 25 Mar 2015 10:10:04 +0000 (10:10 +0000)]
Merge pull request #3670 from obilaniu:master

9 years agoMerge pull request #3866 from tdsmith:python-linkage
Vadim Pisarevsky [Wed, 25 Mar 2015 09:51:20 +0000 (09:51 +0000)]
Merge pull request #3866 from tdsmith:python-linkage

9 years agoReduce variable scope
Dmitry-Me [Wed, 25 Mar 2015 07:35:11 +0000 (10:35 +0300)]
Reduce variable scope

9 years agoMerge pull request #3634 from mshabunin:transition-guide
Vadim Pisarevsky [Tue, 24 Mar 2015 16:10:19 +0000 (16:10 +0000)]
Merge pull request #3634 from mshabunin:transition-guide

9 years agoChanged Android Manager version to 3.0
Maksim Shabunin [Tue, 24 Mar 2015 15:57:29 +0000 (18:57 +0300)]
Changed Android Manager version to 3.0

9 years agoMerge pull request #3814 from erikrk:denoising-16bit-master
Vadim Pisarevsky [Tue, 24 Mar 2015 15:23:58 +0000 (15:23 +0000)]
Merge pull request #3814 from erikrk:denoising-16bit-master

9 years agoMerge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master
Vadim Pisarevsky [Tue, 24 Mar 2015 15:19:55 +0000 (15:19 +0000)]
Merge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master

9 years agoMerge pull request #3849 from Dikay900:fix_tilted_features_crash
Vadim Pisarevsky [Tue, 24 Mar 2015 15:19:13 +0000 (15:19 +0000)]
Merge pull request #3849 from Dikay900:fix_tilted_features_crash

9 years agoMerge pull request #3854 from Dmitry-Me:reduceVariableScope8
Vadim Pisarevsky [Tue, 24 Mar 2015 15:13:34 +0000 (15:13 +0000)]
Merge pull request #3854 from Dmitry-Me:reduceVariableScope8

9 years agoMerge pull request #3858 from MSOpenTech:fix-ml-test
Vadim Pisarevsky [Tue, 24 Mar 2015 15:09:53 +0000 (15:09 +0000)]
Merge pull request #3858 from MSOpenTech:fix-ml-test

9 years agoMerge pull request #3859 from NewProggie:fix-doc-typo
Vadim Pisarevsky [Tue, 24 Mar 2015 15:08:03 +0000 (15:08 +0000)]
Merge pull request #3859 from NewProggie:fix-doc-typo

9 years agoMerge pull request #3860 from theodr:document_hconcat_vconcat
Vadim Pisarevsky [Tue, 24 Mar 2015 15:07:34 +0000 (15:07 +0000)]
Merge pull request #3860 from theodr:document_hconcat_vconcat

9 years agoMerge pull request #3861 from wangyan42164:cascade_optimizing
Vadim Pisarevsky [Tue, 24 Mar 2015 15:07:12 +0000 (15:07 +0000)]
Merge pull request #3861 from wangyan42164:cascade_optimizing

9 years agoMerge pull request #3863 from MSOpenTech:fix_winrt_linker
Vadim Pisarevsky [Tue, 24 Mar 2015 15:05:43 +0000 (15:05 +0000)]
Merge pull request #3863 from MSOpenTech:fix_winrt_linker

9 years agoMerge pull request #3864 from MSOpenTech:removed-unused-winrttest
Vadim Pisarevsky [Tue, 24 Mar 2015 15:05:15 +0000 (15:05 +0000)]
Merge pull request #3864 from MSOpenTech:removed-unused-winrttest

9 years agoMerge pull request #3867 from RafaRuiz:patch-1
Vadim Pisarevsky [Tue, 24 Mar 2015 15:04:45 +0000 (15:04 +0000)]
Merge pull request #3867 from RafaRuiz:patch-1

9 years agodocumentation for the hconcat and vconcat functions
theodore [Mon, 23 Mar 2015 00:44:10 +0000 (01:44 +0100)]
documentation for the hconcat and vconcat functions

9 years agoUpdate lkdemo.cpp because of memory leak
RafaRuiz [Tue, 24 Mar 2015 09:06:55 +0000 (09:06 +0000)]
Update lkdemo.cpp because of memory leak

In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250

9 years agoDon't explicitly link Python on OS X
Tim D. Smith [Tue, 24 Mar 2015 06:36:46 +0000 (23:36 -0700)]
Don't explicitly link Python on OS X

Explicitly linking to a Python framework on OS X prevents modules from
being built against one Python (i.e. system python) and imported from
another (i.e. Homebrew python); the interpreter segfaults if there's a
linkage to a foreign Python. Building the module with `-undefined
dynamic_lookup` instead of an explicit link allows the symbols to be
resolved at load time from a compatible python.

9 years agoAdded normType parameter to fastNlMeansDenoisingMulti
Erik Karlsson [Tue, 24 Mar 2015 01:01:31 +0000 (02:01 +0100)]
Added normType parameter to fastNlMeansDenoisingMulti

9 years agoAdded test cases
Erik Karlsson [Tue, 24 Mar 2015 00:16:17 +0000 (01:16 +0100)]
Added test cases

9 years agoAdded parameter normType to fastNlMeansDenoising
Erik Karlsson [Mon, 23 Mar 2015 23:47:11 +0000 (00:47 +0100)]
Added parameter normType to fastNlMeansDenoising

9 years agoRemoved fastNlMeansDenoisingColored[Multi]Abs
Erik Karlsson [Mon, 23 Mar 2015 22:23:35 +0000 (23:23 +0100)]
Removed fastNlMeansDenoisingColored[Multi]Abs

9 years agoDo not link vfw32 library for WinRT
Evgeny Agafonchikov [Fri, 20 Mar 2015 15:19:18 +0000 (18:19 +0300)]
Do not link vfw32 library for WinRT

HAVE_VFW flag is defined by CMake try_compile check.

Check fails for WINRT as vfw.h begins with

and contains empty set of functions for Store apps.

So we can safely remove vfw32.lib for WINRT in general

(independently of availability for specific configuration)

9 years agoRemoving unused winrttest.cpp file
Evgeny Agafonchikov [Mon, 23 Mar 2015 13:55:47 +0000 (16:55 +0300)]
Removing unused winrttest.cpp file

9 years agoMerge pull request #3862 from mshabunin:abi-contrib-disable
Maksim Shabunin [Mon, 23 Mar 2015 13:26:46 +0000 (13:26 +0000)]
Merge pull request #3862 from mshabunin:abi-contrib-disable

9 years agoDo not compare extra modules in ABI check
Maksim Shabunin [Mon, 23 Mar 2015 10:10:18 +0000 (13:10 +0300)]
Do not compare extra modules in ABI check

9 years agoOptimize the performance of cascade OpenCL kernel.
Yan Wang [Mon, 23 Mar 2015 09:47:40 +0000 (17:47 +0800)]
Optimize the performance of cascade OpenCL kernel.

1. Use built-in mad() instead of += and *.
2. For stump stages, if weight.z == 0, avoid unnecessary calculation
because some features only have 2 rectangles..

It could improve
OCL_Cascade_Image_MinSize_CascadeClassifier.CascadeClassifier/*
about 10% mean values.

Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
9 years agoMerge pull request #3853 from alalek:ocl_fix_bufferpool_cleanup
Vadim Pisarevsky [Mon, 23 Mar 2015 08:10:21 +0000 (08:10 +0000)]
Merge pull request #3853 from alalek:ocl_fix_bufferpool_cleanup

9 years agoMerge pull request #3848 from yxiong:fix-4125
Vadim Pisarevsky [Mon, 23 Mar 2015 08:04:41 +0000 (08:04 +0000)]
Merge pull request #3848 from yxiong:fix-4125

9 years agoMerge pull request #3846 from mshabunin:fix-headers
Vadim Pisarevsky [Mon, 23 Mar 2015 08:01:25 +0000 (08:01 +0000)]
Merge pull request #3846 from mshabunin:fix-headers

9 years agoFix typo in types_c.h
Kai Wolf [Sun, 22 Mar 2015 09:55:54 +0000 (10:55 +0100)]
Fix typo in types_c.h

9 years agoFixing invalid opencv_test_ml calls
Evgeny Agafonchikov [Fri, 20 Mar 2015 07:10:32 +0000 (10:10 +0300)]
Fixing invalid opencv_test_ml calls

9 years agoadd resetting the offset variable after setting a new image
Dikay900 [Fri, 20 Mar 2015 12:26:13 +0000 (13:26 +0100)]
add resetting the offset variable after setting a new image

9 years agoMerge pull request #3841 from MSOpenTech:samples-contrib
Vadim Pisarevsky [Fri, 20 Mar 2015 10:48:51 +0000 (10:48 +0000)]
Merge pull request #3841 from MSOpenTech:samples-contrib

9 years agoReduce variable scope
Dmitry-Me [Fri, 20 Mar 2015 10:27:08 +0000 (13:27 +0300)]
Reduce variable scope

9 years agoocl/bufferpool: fix cleanup
Alexander Alekhin [Fri, 20 Mar 2015 10:21:10 +0000 (13:21 +0300)]
ocl/bufferpool: fix cleanup

9 years agoMerge pull request #3836 from Dmitry-Me:uninitializedMember
Vadim Pisarevsky [Fri, 20 Mar 2015 10:03:11 +0000 (10:03 +0000)]
Merge pull request #3836 from Dmitry-Me:uninitializedMember

9 years agoMerge pull request #3851 from ellbur:findTransformECC-initialize-bug
Vadim Pisarevsky [Fri, 20 Mar 2015 09:34:04 +0000 (09:34 +0000)]
Merge pull request #3851 from ellbur:findTransformECC-initialize-bug

9 years agoFix bug of uninitialized matrix in findTransformECC
Owen Healy [Fri, 20 Mar 2015 00:50:49 +0000 (20:50 -0400)]
Fix bug of uninitialized matrix in findTransformECC

The matrix templateZM needs to be initialized because otherwise
uninitialized values leak into the correlation in:

    const double correlation = templateZM.dot(imageWarped)

In the worst case this will lead the correlation to be NaN ruining the
whole routine. The subtraction does not initialize templateZM due to the
mask.

Unfortunately, the uninitialized values (by altering the correlation)
have the side effect of dragging out the computation a little longer
giving a slightly better error bound. This means that fixing this bug
breaks perf_ecc where

    SANITY_CHECK(warpMat, 1e-3);

is just a little too tight and happens to work due to the uninitialized
values. Since this is a performance not a accuracy test I think it is OK
to just relax the error bound a little bit (the tight error bound being
after all the result of a bug).

9 years agoresolve crash of haarclassifier when using a tilted feature
Dikay900 [Thu, 19 Mar 2015 18:50:16 +0000 (19:50 +0100)]
resolve crash of haarclassifier when using a tilted feature

9 years agoFix compiler error on std::swap (CUDA7.0/clang/OSX)
Ying Xiong [Thu, 19 Mar 2015 18:23:44 +0000 (14:23 -0400)]
Fix compiler error on std::swap (CUDA7.0/clang/OSX)

9 years agoMerge pull request #3840 from MSOpenTech:concurrency-contrib
Vadim Pisarevsky [Thu, 19 Mar 2015 15:11:01 +0000 (15:11 +0000)]
Merge pull request #3840 from MSOpenTech:concurrency-contrib

9 years agoReverted unneeded change
Maksim Shabunin [Thu, 19 Mar 2015 12:51:12 +0000 (15:51 +0300)]
Reverted unneeded change

9 years agoMerge pull request #3823 from lupustr3:pvlasov/implementation_detector_update
Vadim Pisarevsky [Thu, 19 Mar 2015 12:47:22 +0000 (12:47 +0000)]
Merge pull request #3823 from lupustr3:pvlasov/implementation_detector_update

9 years agoDisabled TrainData::getNormCatValues wrapping due to pointer in parameters
Maksim Shabunin [Thu, 19 Mar 2015 12:45:34 +0000 (15:45 +0300)]
Disabled TrainData::getNormCatValues wrapping due to pointer in parameters

9 years agoMerge pull request #3838 from PhilLab:patch-3
Vadim Pisarevsky [Thu, 19 Mar 2015 12:33:56 +0000 (12:33 +0000)]
Merge pull request #3838 from PhilLab:patch-3

9 years agoMerge pull request #3837 from mshabunin:abi-compliance
Vadim Pisarevsky [Thu, 19 Mar 2015 12:30:31 +0000 (12:30 +0000)]
Merge pull request #3837 from mshabunin:abi-compliance

9 years agoOpenCV Manager: support 3.0.0 library
Maksim Shabunin [Thu, 12 Mar 2015 09:49:49 +0000 (12:49 +0300)]
OpenCV Manager: support 3.0.0 library

9 years agoPorted from 2.4
Maksim Shabunin [Tue, 10 Mar 2015 15:18:35 +0000 (18:18 +0300)]
Ported from 2.4

9 years agoDisabled missing python method for static ml function
Maksim Shabunin [Thu, 19 Mar 2015 12:11:49 +0000 (15:11 +0300)]
Disabled missing python method for static ml function

9 years agoRemoved blank line at EOF
Maksim Shabunin [Thu, 19 Mar 2015 10:34:19 +0000 (13:34 +0300)]
Removed blank line at EOF