platform/upstream/opencv.git
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 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 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 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 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 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

9 years agoAdd python and java support for ml module
Maksim Shabunin [Thu, 19 Mar 2015 10:22:30 +0000 (13:22 +0300)]
Add python and java support for ml module

9 years agoAdded to TOC
Maksim Shabunin [Thu, 19 Mar 2015 10:18:10 +0000 (13:18 +0300)]
Added to TOC

9 years agoAdded transition (from 2.4) guide
Maksim Shabunin [Mon, 19 Jan 2015 10:21:01 +0000 (13:21 +0300)]
Added transition (from 2.4) guide

9 years agoFixed 'doc' builder warnings.
Maxim Kostin [Wed, 18 Mar 2015 14:37:42 +0000 (17:37 +0300)]
Fixed 'doc' builder warnings.

9 years agoMoved property implementation macros to private header
Maksim Shabunin [Wed, 18 Mar 2015 14:33:12 +0000 (17:33 +0300)]
Moved property implementation macros to private header

9 years agoReplaced CV_PURE_PROPERTY macros with corresponding code
Maksim Shabunin [Wed, 18 Mar 2015 14:23:42 +0000 (17:23 +0300)]
Replaced CV_PURE_PROPERTY macros with corresponding code

9 years agoAdded WinRT 8.1 Modern Desktop JavaScript sample
Maxim Kostin [Wed, 18 Mar 2015 13:31:27 +0000 (16:31 +0300)]
Added WinRT 8.1 Modern Desktop JavaScript sample

9 years agoAdded WinRT concurrency support.
Maxim Kostin [Wed, 18 Mar 2015 12:13:08 +0000 (15:13 +0300)]
Added WinRT concurrency support.

9 years agoMerge remote-tracking branch 'refs/remotes/upstream/master'
Olexa Bilaniuk [Wed, 18 Mar 2015 06:21:36 +0000 (02:21 -0400)]
Merge remote-tracking branch 'refs/remotes/upstream/master'

9 years agoBugfix in n* optimization.
Olexa Bilaniuk [Wed, 18 Mar 2015 06:21:16 +0000 (02:21 -0400)]
Bugfix in n* optimization.

Similar to the problem in LevMarq, arg.inl was being used instead of
best.inl. This opened us up to a potential segfault.

9 years agoFixed persistent.hpp documentation
Philipp Hasper [Tue, 17 Mar 2015 14:28:37 +0000 (15:28 +0100)]
Fixed persistent.hpp documentation

Small error - object fs does not exist in this code example

9 years agoAdded cmake option for abi descriptor generating (GENERATE_ABI_DESCRIPTOR)
Maksim Shabunin [Mon, 16 Mar 2015 09:45:21 +0000 (12:45 +0300)]
Added cmake option for abi descriptor generating (GENERATE_ABI_DESCRIPTOR)

9 years agoFix uninitialized members, fix log output typo
Dmitry-Me [Tue, 17 Mar 2015 11:47:00 +0000 (14:47 +0300)]
Fix uninitialized members, fix log output typo

9 years agoMerge pull request #3811 from StevenPuttemans:fix_traincascade_getNegatives_master
Vadim Pisarevsky [Tue, 17 Mar 2015 11:22:10 +0000 (11:22 +0000)]
Merge pull request #3811 from StevenPuttemans:fix_traincascade_getNegatives_master

9 years agoMerge pull request #3804 from polarfuchs99:master
Vadim Pisarevsky [Tue, 17 Mar 2015 11:12:49 +0000 (11:12 +0000)]
Merge pull request #3804 from polarfuchs99:master

9 years agoMerge pull request #3833 from sgrayb:houghline_bugfix
Vadim Pisarevsky [Tue, 17 Mar 2015 10:37:09 +0000 (10:37 +0000)]
Merge pull request #3833 from sgrayb:houghline_bugfix

9 years agoMerge pull request #3832 from Dmitry-Me:fixNullPointerDereference3
Vadim Pisarevsky [Tue, 17 Mar 2015 10:36:52 +0000 (10:36 +0000)]
Merge pull request #3832 from Dmitry-Me:fixNullPointerDereference3

9 years agoMerge pull request #3828 from vpisarev:fix_win32_perf_calib3d_solvepnp_failure
Vadim Pisarevsky [Tue, 17 Mar 2015 10:34:53 +0000 (10:34 +0000)]
Merge pull request #3828 from vpisarev:fix_win32_perf_calib3d_solvepnp_failure

9 years agoupdate traincascade assigned memory buffers
StevenPuttemans [Tue, 17 Mar 2015 08:00:41 +0000 (09:00 +0100)]
update traincascade assigned memory buffers

9 years agoFix potential null pointer dereference
Dmitry-Me [Mon, 16 Mar 2015 15:36:12 +0000 (18:36 +0300)]
Fix potential null pointer dereference

9 years agoin solvePnPRansac call the solvePnP in the end with all the inliers to get more preci...
Vadim Pisarevsky [Mon, 16 Mar 2015 13:56:26 +0000 (16:56 +0300)]
in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate

9 years agotemporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter...
Vadim Pisarevsky [Mon, 16 Mar 2015 09:46:24 +0000 (12:46 +0300)]
temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable

9 years agoMerge pull request #3802 from sanuj:master
Vadim Pisarevsky [Mon, 16 Mar 2015 09:25:41 +0000 (09:25 +0000)]
Merge pull request #3802 from sanuj:master

9 years agoMerge pull request #3827 from MSOpenTech:license-26
Vadim Pisarevsky [Mon, 16 Mar 2015 09:11:24 +0000 (09:11 +0000)]
Merge pull request #3827 from MSOpenTech:license-26

9 years agoMerge pull request #3816 from ilya-lavrenov:il/cvround
Vadim Pisarevsky [Mon, 16 Mar 2015 09:09:55 +0000 (09:09 +0000)]
Merge pull request #3816 from ilya-lavrenov:il/cvround

9 years agoMerge pull request #3826 from mshabunin:fix-install-paths
Vadim Pisarevsky [Mon, 16 Mar 2015 09:08:54 +0000 (09:08 +0000)]
Merge pull request #3826 from mshabunin:fix-install-paths

9 years agoMerge pull request #3830 from NaerChang:issue.3710
Vadim Pisarevsky [Mon, 16 Mar 2015 09:05:42 +0000 (09:05 +0000)]
Merge pull request #3830 from NaerChang:issue.3710

9 years agoMerge pull request #3831 from Dmitry-Me:reduceVariableScope7
Vadim Pisarevsky [Mon, 16 Mar 2015 09:05:18 +0000 (09:05 +0000)]
Merge pull request #3831 from Dmitry-Me:reduceVariableScope7

9 years agoRevert "issue 3710"
Naer Chang [Sat, 14 Mar 2015 22:32:46 +0000 (18:32 -0400)]
Revert "issue 3710"
Trying to fix whitespace issue.
This reverts commit dcc2512f581f56fb887ae955ebe828071dee7b92.

9 years agoMerge remote-tracking branch 'refs/remotes/upstream/master'
Olexa Bilaniuk [Sat, 14 Mar 2015 16:41:56 +0000 (12:41 -0400)]
Merge remote-tracking branch 'refs/remotes/upstream/master'

9 years agoMore docs on variable accesses.
Olexa Bilaniuk [Sat, 14 Mar 2015 16:41:25 +0000 (12:41 -0400)]
More docs on variable accesses.

Listed accesses for more functions.

9 years agoReduce variable scope, make formatting consistent with surrounding code
Dmitry-Me [Sat, 14 Mar 2015 09:50:42 +0000 (12:50 +0300)]
Reduce variable scope, make formatting consistent with surrounding code

9 years agoissue 3710
Naer Chang [Sat, 14 Mar 2015 06:56:29 +0000 (02:56 -0400)]
issue 3710

added a check to prevent illegal access to operator[] when vector is empty

9 years agoRemoved check on limits. A common use of HoughLines would be to restrict theta to...
Scott Graybill [Sat, 14 Mar 2015 00:04:13 +0000 (17:04 -0700)]
Removed check on limits.  A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16.  This wasn't possible with the previous checks.

9 years agotrying to make solvePnPSmallPoints pass
Vadim Pisarevsky [Fri, 13 Mar 2015 17:11:33 +0000 (20:11 +0300)]
trying to make solvePnPSmallPoints pass

9 years agoChanged encoding from ANSI to UTF8.
Maxim Kostin [Fri, 13 Mar 2015 16:28:36 +0000 (19:28 +0300)]
Changed encoding from ANSI to UTF8.

9 years agomade the solvepnp a bit more modest; test 5-point configuration instead of 4-point...
Vadim Pisarevsky [Fri, 13 Mar 2015 15:04:23 +0000 (18:04 +0300)]
made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases

9 years agoMerge pull request #3820 from LorenaGdL:patch-1
Vadim Pisarevsky [Fri, 13 Mar 2015 13:20:09 +0000 (13:20 +0000)]
Merge pull request #3820 from LorenaGdL:patch-1

9 years agoMerge pull request #3780 from StevenPuttemans:fix_locale_master
Vadim Pisarevsky [Fri, 13 Mar 2015 13:16:09 +0000 (13:16 +0000)]
Merge pull request #3780 from StevenPuttemans:fix_locale_master

9 years agoMerge pull request #3769 from adamgreig:fix-py3-submodules
Vadim Pisarevsky [Fri, 13 Mar 2015 13:15:51 +0000 (13:15 +0000)]
Merge pull request #3769 from adamgreig:fix-py3-submodules

9 years agoMerge pull request #3825 from alalek:fix_msvs2010_build
Vadim Pisarevsky [Fri, 13 Mar 2015 13:02:43 +0000 (13:02 +0000)]
Merge pull request #3825 from alalek:fix_msvs2010_build

9 years agoReplacing license headers per PR-3700 feedback. Updates #26
Maxim Kostin [Fri, 13 Mar 2015 11:33:09 +0000 (14:33 +0300)]
Replacing license headers per PR-3700 feedback. Updates #26

9 years agoFixed mangled install layout on unix machines
Maksim Shabunin [Thu, 12 Mar 2015 16:14:14 +0000 (19:14 +0300)]
Fixed mangled install layout on unix machines

9 years agofix compilation on MSVS2010
Alexander Alekhin [Thu, 12 Mar 2015 16:07:53 +0000 (19:07 +0300)]
fix compilation on MSVS2010

9 years agoImplementation collector update;
Pavel Vlasov [Thu, 12 Mar 2015 14:58:03 +0000 (17:58 +0300)]
Implementation collector update;

Moved out of TLS to properly collect data from different threads;
Concurrent access guards were added to collection functions;

9 years agoMerge pull request #3801 from StevenPuttemans:add_parameter_info_annotation_master
Vadim Pisarevsky [Thu, 12 Mar 2015 14:28:19 +0000 (14:28 +0000)]
Merge pull request #3801 from StevenPuttemans:add_parameter_info_annotation_master

9 years agoMerge pull request #3819 from MSOpenTech:readme-24
Vadim Pisarevsky [Thu, 12 Mar 2015 13:11:59 +0000 (13:11 +0000)]
Merge pull request #3819 from MSOpenTech:readme-24

9 years agoMerge pull request #3817 from SpecLad:forward-ports
Vadim Pisarevsky [Thu, 12 Mar 2015 12:15:24 +0000 (12:15 +0000)]
Merge pull request #3817 from SpecLad:forward-ports

9 years agoMerge pull request #3821 from i-ito:master-flann-lsh-addable-index
Vadim Pisarevsky [Thu, 12 Mar 2015 12:14:23 +0000 (12:14 +0000)]
Merge pull request #3821 from i-ito:master-flann-lsh-addable-index

9 years agofixed whitespace error
ippei ito [Wed, 11 Mar 2015 16:09:15 +0000 (01:09 +0900)]
fixed whitespace error

9 years agoFixed compile error build with VisualStudio2013 on windows.
ippei ito [Wed, 11 Mar 2015 15:32:17 +0000 (00:32 +0900)]
Fixed compile error build with VisualStudio2013 on windows.

REG_NONE defined in ml.hpp conflicts with defined in Winnt.h

9 years agoUpdate train_HOG.cpp
LorenaGdL [Wed, 11 Mar 2015 13:18:07 +0000 (14:18 +0100)]
Update train_HOG.cpp

Incorrect number of input arguments in main function