platform/upstream/opencv.git
5 years agoMerge pull request #12400 from alalek:dnn_update_inline_namespace_master
Alexander Alekhin [Tue, 4 Sep 2018 15:17:15 +0000 (15:17 +0000)]
Merge pull request #12400 from alalek:dnn_update_inline_namespace_master

5 years agoMerge pull request #12391 from DEEPIR:master
cyy [Tue, 4 Sep 2018 13:39:19 +0000 (21:39 +0800)]
Merge pull request #12391 from DEEPIR:master

fix some errors found by static analyzer. (#12391)

* fix possible divided by zero and by negative values

* only 4 elements are used in these arrays

* fix uninitialized member

* use boolean type for semantic boolean variables

* avoid invalid array index

* to avoid exception and because base64_beg is only used in this block

* use std::atomic<bool> to avoid thread control race condition

5 years agoMerge pull request #12303 from cv3d:improvements/binding_python
Alexander Alekhin [Mon, 3 Sep 2018 20:57:11 +0000 (20:57 +0000)]
Merge pull request #12303 from cv3d:improvements/binding_python

5 years agodnn: update "guard" inline namespace
Alexander Alekhin [Mon, 3 Sep 2018 20:20:02 +0000 (20:20 +0000)]
dnn: update "guard" inline namespace

- differ from 3.4 branch

5 years agoMerge pull request #12357 from DEEPIR:master
cyy [Sun, 2 Sep 2018 13:34:43 +0000 (21:34 +0800)]
Merge pull request #12357 from DEEPIR:master

* fix some static analyzer warnings

* fix some static analyzer warnings

* fix race condition of workthread control

5 years agoMerge pull request #12372 from cv3d:fix/python_phantom
Alexander Alekhin [Sun, 2 Sep 2018 04:17:34 +0000 (04:17 +0000)]
Merge pull request #12372 from cv3d:fix/python_phantom

5 years agoImproves a UMat unit test
Hamdi Sahloul [Sat, 1 Sep 2018 14:56:40 +0000 (23:56 +0900)]
Improves a UMat unit test

5 years agoSupport enum arguments for Java binding
Hamdi Sahloul [Mon, 27 Aug 2018 19:39:24 +0000 (04:39 +0900)]
Support enum arguments for Java binding

5 years agoSupport enum arguments for Python binding
Hamdi Sahloul [Mon, 27 Aug 2018 19:38:26 +0000 (04:38 +0900)]
Support enum arguments for Python binding

5 years agoSupport parsing C++11 `enum struct` and `enum class`
Hamdi Sahloul [Sun, 26 Aug 2018 09:38:07 +0000 (18:38 +0900)]
Support parsing C++11 `enum struct` and `enum class`

5 years agoMerge pull request #12180 from cv3d:cleanup/python_umat
Alexander Alekhin [Fri, 31 Aug 2018 20:25:30 +0000 (20:25 +0000)]
Merge pull request #12180 from cv3d:cleanup/python_umat

5 years agoRewrite the UMat Python wrapper
Hamdi Sahloul [Fri, 24 Aug 2018 22:19:14 +0000 (07:19 +0900)]
Rewrite the UMat Python wrapper

5 years agoUse secure URLs in README (#12160)
Peter Leitzen [Fri, 31 Aug 2018 14:09:40 +0000 (16:09 +0200)]
Use secure URLs in README (#12160)

Saves a redirect from HTTP -> HTTPS each.

[ci skip]

5 years agoMerge pull request #12361 from alalek:fix_12359
Alexander Alekhin [Fri, 31 Aug 2018 13:27:56 +0000 (13:27 +0000)]
Merge pull request #12361 from alalek:fix_12359

5 years agoMerge pull request #11897 from Jakub-Golinowski:hpx_backend
Jakub Golinowski [Fri, 31 Aug 2018 13:23:26 +0000 (15:23 +0200)]
Merge pull request #11897 from Jakub-Golinowski:hpx_backend

* Add HPX backend for OpenCV implementation
Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced.
Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call)

* WIP: Conditionally include hpx_main.hpp to tests in core module
Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp.
The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues.

* Add coditional iclusion of hpx_main.hpp to cpp cpu modules

* Remove start/stop version of hpx backend

5 years agobuild: fix js build (make video->calib3d dependency optional)
Alexander Alekhin [Fri, 31 Aug 2018 11:26:36 +0000 (14:26 +0300)]
build: fix js build (make video->calib3d dependency optional)

- estimateRigidTransform() is excluded from JS bindings

5 years agoSupport non-static phantom methods for binding generator
Hamdi Sahloul [Sat, 25 Aug 2018 05:15:50 +0000 (14:15 +0900)]
Support non-static phantom methods for binding generator

5 years agoEnable the binding generator to parse shadow files
Hamdi Sahloul [Fri, 24 Aug 2018 22:18:33 +0000 (07:18 +0900)]
Enable the binding generator to parse shadow files

5 years agoMerge pull request #12234 from cv3d:python/cuda/wrapping_functionalities
Alexander Alekhin [Thu, 30 Aug 2018 20:23:37 +0000 (20:23 +0000)]
Merge pull request #12234 from cv3d:python/cuda/wrapping_functionalities

5 years agoMerge pull request #12293 from alalek:cleanup_stl_string_replacement
Alexander Alekhin [Thu, 30 Aug 2018 15:43:57 +0000 (15:43 +0000)]
Merge pull request #12293 from alalek:cleanup_stl_string_replacement

5 years agoExtensive wrapping of CUDA functionalities for Python
Hamdi Sahloul [Fri, 24 Aug 2018 20:57:24 +0000 (05:57 +0900)]
Extensive wrapping of CUDA functionalities for Python

5 years agoPython binding: METH_STATIC instead of METH_CLASS for static functions
Hamdi Sahloul [Thu, 30 Aug 2018 13:49:35 +0000 (22:49 +0900)]
Python binding: METH_STATIC instead of METH_CLASS for static functions

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 29 Aug 2018 13:24:56 +0000 (16:24 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge tag '3.4.3-openvino'
Alexander Alekhin [Tue, 28 Aug 2018 13:03:30 +0000 (16:03 +0300)]
Merge tag '3.4.3-openvino'

5 years agoMerge tag '3.4.3'
Alexander Alekhin [Tue, 28 Aug 2018 13:02:39 +0000 (16:02 +0300)]
Merge tag '3.4.3'

5 years agoOpenCV 3.4.3
Alexander Alekhin [Tue, 28 Aug 2018 12:58:21 +0000 (15:58 +0300)]
OpenCV 3.4.3

5 years agoopenvino: use 2018R3 defines
Alexander Alekhin [Tue, 7 Aug 2018 12:01:36 +0000 (15:01 +0300)]
openvino: use 2018R3 defines

5 years agoMerge pull request #12326 from alalek:issue_12325
Alexander Alekhin [Tue, 28 Aug 2018 12:51:33 +0000 (12:51 +0000)]
Merge pull request #12326 from alalek:issue_12325

5 years agoMerge pull request #12319 from dkurt:dnn_enable_ie_tests
Alexander Alekhin [Tue, 28 Aug 2018 12:50:31 +0000 (12:50 +0000)]
Merge pull request #12319 from dkurt:dnn_enable_ie_tests

5 years agoMerge pull request #12323 from alalek:android_ndk17_support
Alexander Alekhin [Tue, 28 Aug 2018 12:09:13 +0000 (12:09 +0000)]
Merge pull request #12323 from alalek:android_ndk17_support

5 years agots: don't pass NULL for std::string() constructor
Alexander Alekhin [Tue, 28 Aug 2018 11:19:56 +0000 (14:19 +0300)]
ts: don't pass NULL for std::string() constructor

5 years agoandroid: NDK17 support
Alexander Alekhin [Mon, 27 Aug 2018 21:06:42 +0000 (21:06 +0000)]
android: NDK17 support

tested with NDK 17b (17.1.4828580)

5 years agoMerge pull request #12193 from alalek:fix_vaapi_sample
Alexander Alekhin [Mon, 27 Aug 2018 20:56:19 +0000 (20:56 +0000)]
Merge pull request #12193 from alalek:fix_vaapi_sample

5 years agoMerge pull request #12286 from logic1988:master
Alexander Alekhin [Mon, 27 Aug 2018 19:05:23 +0000 (19:05 +0000)]
Merge pull request #12286 from logic1988:master

5 years agoEnable more deep learning tests using Intel's Inference Engine backend
Dmitry Kurtaev [Mon, 27 Aug 2018 12:45:44 +0000 (15:45 +0300)]
Enable more deep learning tests using Intel's Inference Engine backend

5 years agocore: fix MSVS "unreachable code" warnings
Alexander Alekhin [Mon, 27 Aug 2018 13:15:51 +0000 (16:15 +0300)]
core: fix MSVS "unreachable code" warnings

5 years agocore: don't call std::string(NULL)
Alexander Alekhin [Fri, 24 Aug 2018 09:11:10 +0000 (09:11 +0000)]
core: don't call std::string(NULL)

5 years agocore: std::string more changes
Alexander Alekhin [Thu, 23 Aug 2018 15:17:04 +0000 (18:17 +0300)]
core: std::string more changes

5 years agocore: get rid of built-in String type
Vladislav Sovrasov [Fri, 19 May 2017 07:13:31 +0000 (10:13 +0300)]
core: get rid of built-in String type

5 years agoMerge pull request #12313 from sturkmen72:patch-1
Alexander Alekhin [Mon, 27 Aug 2018 11:10:45 +0000 (11:10 +0000)]
Merge pull request #12313 from sturkmen72:patch-1

5 years agorelated moved enums
Suleyman TURKMEN [Sat, 25 Aug 2018 18:50:50 +0000 (21:50 +0300)]
related moved enums

5 years agoMerge pull request #12306 from berak:python_nmsboxes
Alexander Alekhin [Sat, 25 Aug 2018 16:35:00 +0000 (16:35 +0000)]
Merge pull request #12306 from berak:python_nmsboxes

5 years agoMerge pull request #12308 from StrangeTcy:patch-1
Alexander Alekhin [Sat, 25 Aug 2018 16:32:32 +0000 (16:32 +0000)]
Merge pull request #12308 from StrangeTcy:patch-1

5 years ago`CV_Assert`s changed
Maxim Smirnov [Sat, 25 Aug 2018 11:52:27 +0000 (14:52 +0300)]
`CV_Assert`s changed

Some `CV_Assert`s changed to `CV_Assert_N`s according to https://github.com/opencv/opencv/issues/12304

5 years agopython: add support for NMSBoxes
berak [Fri, 24 Aug 2018 06:22:07 +0000 (08:22 +0200)]
python: add support for NMSBoxes

5 years agoMerge pull request #12269 from cv3d:improvements/binding_python
Alexander Alekhin [Fri, 24 Aug 2018 19:38:12 +0000 (19:38 +0000)]
Merge pull request #12269 from cv3d:improvements/binding_python

5 years agoDocumentation for the new bindings-generator features
Hamdi Sahloul [Fri, 24 Aug 2018 16:57:35 +0000 (01:57 +0900)]
Documentation for the new bindings-generator features

5 years agoImprove Python binding generator with mappable types and phantom headers
Hamdi Sahloul [Sat, 18 Aug 2018 17:34:47 +0000 (02:34 +0900)]
Improve Python binding generator with mappable types and phantom headers

5 years agoExtend python exception `cv.error`
Hamdi Sahloul [Tue, 21 Aug 2018 03:41:07 +0000 (12:41 +0900)]
Extend python exception `cv.error`

    to provide `file`, `func`, `line`, `code`, `msg`, and `err` attributes

5 years agoSupport enum-type detection for binding generator
Hamdi Sahloul [Mon, 20 Aug 2018 14:35:41 +0000 (23:35 +0900)]
Support enum-type detection for binding generator

5 years agoEasy binding for python code generator
Hamdi Sahloul [Sat, 18 Aug 2018 17:25:14 +0000 (02:25 +0900)]
Easy binding for python code generator

5 years agoMerge pull request #12298 from berak:java_matofrotatedrect
Alexander Alekhin [Fri, 24 Aug 2018 15:54:27 +0000 (15:54 +0000)]
Merge pull request #12298 from berak:java_matofrotatedrect

5 years agojava: change MatOfRotatedRect to CV_32FC5
berak [Fri, 24 Aug 2018 11:46:38 +0000 (13:46 +0200)]
java: change MatOfRotatedRect to CV_32FC5

5 years agoMerge pull request #12243 from dkurt:dnn_tf_mask_rcnn
Dmitry Kurtaev [Fri, 24 Aug 2018 11:47:32 +0000 (14:47 +0300)]
Merge pull request #12243 from dkurt:dnn_tf_mask_rcnn

* Support Mask-RCNN from TensorFlow

* Fix a sample

5 years agoMerge pull request #12295 from alalek:cmake_gphoto_off_by_default
Alexander Alekhin [Fri, 24 Aug 2018 09:10:44 +0000 (09:10 +0000)]
Merge pull request #12295 from alalek:cmake_gphoto_off_by_default

5 years agoMerge pull request #12274 from alalek:fix_10945
Alexander Alekhin [Fri, 24 Aug 2018 08:30:52 +0000 (08:30 +0000)]
Merge pull request #12274 from alalek:fix_10945

5 years agoMerge pull request #12246 from sturkmen72:move_enums
Suleyman TURKMEN [Fri, 24 Aug 2018 08:11:34 +0000 (11:11 +0300)]
Merge pull request #12246 from sturkmen72:move_enums

* Update core.hpp

* Update imgproc.hpp

* Update ImgprocTest.java

* Update CameraCalibrator.java

* Update OnCameraFrameRender.java

* Update FindContoursDemo.java

* Update IntroductionToSVMDemo.java

* Update NonLinearSVMsDemo.java

* Update IntroductionToPCADemo.java

* Update Smoothing.java

* Update MainActivity.java

* Update CalcBackProjectDemo1.java

* Update CornerSubPixDemo.java

* Update CornerDetectorDemo.java

* Update GoodFeaturesToTrackDemo.java

5 years agoMerge pull request #12126 from alalek:reproducer_12121
Alexander Alekhin [Fri, 24 Aug 2018 08:08:17 +0000 (08:08 +0000)]
Merge pull request #12126 from alalek:reproducer_12121

5 years agoMerge pull request #12287 from berak:java_matofrotatedrect
Alexander Alekhin [Fri, 24 Aug 2018 07:03:13 +0000 (07:03 +0000)]
Merge pull request #12287 from berak:java_matofrotatedrect

5 years agoMerge pull request #12291 from cv3d:fix/cuda_pow
Alexander Alekhin [Thu, 23 Aug 2018 20:58:48 +0000 (23:58 +0300)]
Merge pull request #12291 from cv3d:fix/cuda_pow

5 years agoCloses #12281 - a bug in cuda::pow with negative base values
Hamdi Sahloul [Thu, 23 Aug 2018 13:50:36 +0000 (22:50 +0900)]
Closes #12281 - a bug in cuda::pow with negative base values

5 years agocmake: WITH_GPHOTO2=OFF by default
Alexander Alekhin [Thu, 23 Aug 2018 19:48:23 +0000 (19:48 +0000)]
cmake: WITH_GPHOTO2=OFF by default

5 years agoUpdate aff_trans.cpp
logic1988 [Thu, 23 Aug 2018 04:48:13 +0000 (12:48 +0800)]
Update aff_trans.cpp

When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.

5 years agojava: add a MatOfRotatedRect class
berak [Thu, 23 Aug 2018 09:32:26 +0000 (11:32 +0200)]
java: add a MatOfRotatedRect class

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 22 Aug 2018 14:38:51 +0000 (17:38 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #12275 from alalek:fix_build_dnn_inf_engine
Alexander Alekhin [Wed, 22 Aug 2018 14:38:05 +0000 (14:38 +0000)]
Merge pull request #12275 from alalek:fix_build_dnn_inf_engine

5 years agodnn(build): fix CV_Assert() usage
Alexander Alekhin [Wed, 22 Aug 2018 13:04:40 +0000 (16:04 +0300)]
dnn(build): fix CV_Assert() usage

5 years agoviz: call "mapper->Update()" before and after SetInputData()
Alexander Alekhin [Wed, 22 Aug 2018 12:39:14 +0000 (15:39 +0300)]
viz: call "mapper->Update()" before and after SetInputData()

5 years agoMerge pull request #12272 from alalek:fix_build_static_analysis
Alexander Alekhin [Wed, 22 Aug 2018 12:18:53 +0000 (12:18 +0000)]
Merge pull request #12272 from alalek:fix_build_static_analysis

5 years agobuild: fix build with defined CV_STATIC_ANALYSIS
Alexander Alekhin [Wed, 22 Aug 2018 11:03:12 +0000 (14:03 +0300)]
build: fix build with defined CV_STATIC_ANALYSIS

5 years agoMerge pull request #12268 from cv3d:fix/cuda/meanShiftSegmentation
Alexander Alekhin [Wed, 22 Aug 2018 09:49:35 +0000 (09:49 +0000)]
Merge pull request #12268 from cv3d:fix/cuda/meanShiftSegmentation

5 years agoCloses #6349 - a bug in cuda::meanShiftSegmentation
Hamdi Sahloul [Tue, 21 Aug 2018 05:46:00 +0000 (14:46 +0900)]
Closes #6349 - a bug in cuda::meanShiftSegmentation

5 years agoMerge pull request #12267 from alalek:dnn_unstable_tests
Alexander Alekhin [Tue, 21 Aug 2018 15:26:06 +0000 (15:26 +0000)]
Merge pull request #12267 from alalek:dnn_unstable_tests

5 years agoMerge pull request #12248 from hrnr:video_remove_ransac
Jiri Horner [Tue, 21 Aug 2018 14:08:27 +0000 (16:08 +0200)]
Merge pull request #12248 from hrnr:video_remove_ransac

* video: remove duplicate RANSAC code

* remove RANSAC code video module. The module now uses RANSAC estimators from calib3d.
* deprecate estimateRigidTransform

* replace internal usage of deprecated estimateRigidTransform

* remove from wrappers
* replace usage in shape module. shape module now links to calib3d instead of video module.
* reprecate also C API version

* remove cvEstimateRigidTransform

* supress deprecated warnings in estimateRigidTransform test

* the function is now deprecated

5 years agodnn(test): mark unstable OpenCL tests
Alexander Alekhin [Tue, 21 Aug 2018 13:11:24 +0000 (16:11 +0300)]
dnn(test): mark unstable OpenCL tests

5 years agoMerge pull request #12266 from mshabunin:fix-windows-ie-build
Alexander Alekhin [Tue, 21 Aug 2018 13:07:44 +0000 (13:07 +0000)]
Merge pull request #12266 from mshabunin:fix-windows-ie-build

5 years agoMerge pull request #12262 from sivaraam:v4l2_mainloop
Alexander Alekhin [Tue, 21 Aug 2018 12:47:29 +0000 (12:47 +0000)]
Merge pull request #12262 from sivaraam:v4l2_mainloop

5 years agoMerge pull request #12256 from alalek:core_intrin_fp16_fix
Alexander Alekhin [Tue, 21 Aug 2018 12:47:08 +0000 (12:47 +0000)]
Merge pull request #12256 from alalek:core_intrin_fp16_fix

5 years agoMerge pull request #12219 from alalek:fix_assert_messages
Alexander Alekhin [Tue, 21 Aug 2018 12:46:35 +0000 (12:46 +0000)]
Merge pull request #12219 from alalek:fix_assert_messages

5 years agoFixed windows build with InferenceEngine
Maksim Shabunin [Tue, 14 Aug 2018 12:39:32 +0000 (15:39 +0300)]
Fixed windows build with InferenceEngine

5 years agocap-v4l: remove unwanted loop in V4L2 mainloop
Kaartic Sivaraam [Mon, 20 Aug 2018 16:41:41 +0000 (22:11 +0530)]
cap-v4l: remove unwanted loop in V4L2 mainloop

The while loop would run only once making it useless and leading
to confusion.

So, remove the unwanted while loop and just keep an infinite for
loop.

5 years agoMerge pull request #12263 from doctorcolinsmith:3.4
Alexander Alekhin [Tue, 21 Aug 2018 10:12:14 +0000 (10:12 +0000)]
Merge pull request #12263 from doctorcolinsmith:3.4

5 years agoAdd export macro for ios conversion functions
Colin Smith [Mon, 20 Aug 2018 21:10:54 +0000 (14:10 -0700)]
Add export macro for ios conversion functions

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Mon, 20 Aug 2018 16:29:39 +0000 (19:29 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agocore(intrin): restrict FP16 operations
Alexander Alekhin [Mon, 20 Aug 2018 10:54:03 +0000 (13:54 +0300)]
core(intrin): restrict FP16 operations

Intrinsics must be effective, so don't declare FP16 type/operations if there is no native support.

- CV_FP16: supports load/store into/from float32
- CV_SIMD_FP16: declares FP16 types and native FP16 operations

5 years agoMerge pull request #12258 from savuor:fix/trace_fname_slash
Alexander Alekhin [Mon, 20 Aug 2018 16:22:06 +0000 (16:22 +0000)]
Merge pull request #12258 from savuor:fix/trace_fname_slash

5 years agofixed filename slash processing
Rostislav Vasilikhin [Mon, 20 Aug 2018 14:16:54 +0000 (17:16 +0300)]
fixed filename slash processing

5 years agoMerge pull request #12242 from alalek:fix_12236
Alexander Alekhin [Mon, 20 Aug 2018 13:53:27 +0000 (13:53 +0000)]
Merge pull request #12242 from alalek:fix_12236

5 years agoMerge pull request #12255 from csukuangfj:patch_5
Alexander Alekhin [Mon, 20 Aug 2018 13:47:41 +0000 (13:47 +0000)]
Merge pull request #12255 from csukuangfj:patch_5

5 years agoMerge pull request #12254 from csukuangfj:patch_4
Alexander Alekhin [Mon, 20 Aug 2018 08:46:57 +0000 (08:46 +0000)]
Merge pull request #12254 from csukuangfj:patch_4

5 years agofix a typo.
Kuang Fangjun [Mon, 20 Aug 2018 07:52:18 +0000 (15:52 +0800)]
fix a typo.

5 years agofix an error in the formula for cv::cornerSubPix
Kuang Fangjun [Mon, 20 Aug 2018 07:49:35 +0000 (15:49 +0800)]
fix an error in the formula for cv::cornerSubPix

5 years agoml: don't use "getSubVector()" with 2D matrix
Alexander Alekhin [Fri, 17 Aug 2018 13:45:31 +0000 (16:45 +0300)]
ml: don't use "getSubVector()" with 2D matrix

It is designed for 1D vectors only

5 years agoMerge pull request #12235 from alalek:core_perf_scalar_tests
Alexander Alekhin [Sat, 18 Aug 2018 20:45:47 +0000 (20:45 +0000)]
Merge pull request #12235 from alalek:core_perf_scalar_tests

5 years agoMerge pull request #12240 from pasbi:pfm_fix
pasbi [Fri, 17 Aug 2018 15:53:09 +0000 (17:53 +0200)]
Merge pull request #12240 from pasbi:pfm_fix

* fixed 64-float pfm auto conversion

* removed trailing whitespace

5 years agoMerge pull request #12232 from cv3d:bugfix/cudafeatures2d/python_wrapper
Alexander Alekhin [Fri, 17 Aug 2018 15:26:09 +0000 (15:26 +0000)]
Merge pull request #12232 from cv3d:bugfix/cudafeatures2d/python_wrapper

5 years agoMerge pull request #12172 from alalek:core_move_const_table
Alexander Alekhin [Fri, 17 Aug 2018 14:03:01 +0000 (14:03 +0000)]
Merge pull request #12172 from alalek:core_move_const_table

5 years agoMerge pull request #12136 from sturkmen72:update_documentation
Alexander Alekhin [Fri, 17 Aug 2018 14:02:20 +0000 (14:02 +0000)]
Merge pull request #12136 from sturkmen72:update_documentation

5 years agoml(test): test different samples layout of TrainData
Alexander Alekhin [Fri, 17 Aug 2018 13:42:11 +0000 (16:42 +0300)]
ml(test): test different samples layout of TrainData

5 years agoUpdate documentation and samples
Suleyman TURKMEN [Thu, 2 Aug 2018 18:22:58 +0000 (21:22 +0300)]
Update documentation and samples