Hamdi Sahloul [Mon, 27 Aug 2018 19:38:26 +0000 (04:38 +0900)]
Support enum arguments for Python binding
Hamdi Sahloul [Sun, 26 Aug 2018 09:38:07 +0000 (18:38 +0900)]
Support parsing C++11 `enum struct` and `enum class`
Alexander Alekhin [Fri, 31 Aug 2018 20:25:30 +0000 (20:25 +0000)]
Merge pull request #12180 from cv3d:cleanup/python_umat
Hamdi Sahloul [Fri, 24 Aug 2018 22:19:14 +0000 (07:19 +0900)]
Rewrite the UMat Python wrapper
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]
Alexander Alekhin [Fri, 31 Aug 2018 13:27:56 +0000 (13:27 +0000)]
Merge pull request #12361 from alalek:fix_12359
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
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
Hamdi Sahloul [Sat, 25 Aug 2018 05:15:50 +0000 (14:15 +0900)]
Support non-static phantom methods for binding generator
Hamdi Sahloul [Fri, 24 Aug 2018 22:18:33 +0000 (07:18 +0900)]
Enable the binding generator to parse shadow files
Alexander Alekhin [Thu, 30 Aug 2018 20:23:37 +0000 (20:23 +0000)]
Merge pull request #12234 from cv3d:python/cuda/wrapping_functionalities
Alexander Alekhin [Thu, 30 Aug 2018 15:43:57 +0000 (15:43 +0000)]
Merge pull request #12293 from alalek:cleanup_stl_string_replacement
Hamdi Sahloul [Fri, 24 Aug 2018 20:57:24 +0000 (05:57 +0900)]
Extensive wrapping of CUDA functionalities for Python
Hamdi Sahloul [Thu, 30 Aug 2018 13:49:35 +0000 (22:49 +0900)]
Python binding: METH_STATIC instead of METH_CLASS for static functions
Alexander Alekhin [Wed, 29 Aug 2018 13:24:56 +0000 (16:24 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 28 Aug 2018 13:03:30 +0000 (16:03 +0300)]
Merge tag '3.4.3-openvino'
Alexander Alekhin [Tue, 28 Aug 2018 13:02:39 +0000 (16:02 +0300)]
Merge tag '3.4.3'
Alexander Alekhin [Tue, 28 Aug 2018 12:58:21 +0000 (15:58 +0300)]
OpenCV 3.4.3
Alexander Alekhin [Tue, 7 Aug 2018 12:01:36 +0000 (15:01 +0300)]
openvino: use 2018R3 defines
Alexander Alekhin [Tue, 28 Aug 2018 12:51:33 +0000 (12:51 +0000)]
Merge pull request #12326 from alalek:issue_12325
Alexander Alekhin [Tue, 28 Aug 2018 12:50:31 +0000 (12:50 +0000)]
Merge pull request #12319 from dkurt:dnn_enable_ie_tests
Alexander Alekhin [Tue, 28 Aug 2018 12:09:13 +0000 (12:09 +0000)]
Merge pull request #12323 from alalek:android_ndk17_support
Alexander Alekhin [Tue, 28 Aug 2018 11:19:56 +0000 (14:19 +0300)]
ts: don't pass NULL for std::string() constructor
Alexander Alekhin [Mon, 27 Aug 2018 21:06:42 +0000 (21:06 +0000)]
android: NDK17 support
tested with NDK 17b (17.1.4828580)
Alexander Alekhin [Mon, 27 Aug 2018 20:56:19 +0000 (20:56 +0000)]
Merge pull request #12193 from alalek:fix_vaapi_sample
Alexander Alekhin [Mon, 27 Aug 2018 19:05:23 +0000 (19:05 +0000)]
Merge pull request #12286 from logic1988:master
Dmitry Kurtaev [Mon, 27 Aug 2018 12:45:44 +0000 (15:45 +0300)]
Enable more deep learning tests using Intel's Inference Engine backend
Alexander Alekhin [Mon, 27 Aug 2018 13:15:51 +0000 (16:15 +0300)]
core: fix MSVS "unreachable code" warnings
Alexander Alekhin [Fri, 24 Aug 2018 09:11:10 +0000 (09:11 +0000)]
core: don't call std::string(NULL)
Alexander Alekhin [Thu, 23 Aug 2018 15:17:04 +0000 (18:17 +0300)]
core: std::string more changes
Vladislav Sovrasov [Fri, 19 May 2017 07:13:31 +0000 (10:13 +0300)]
core: get rid of built-in String type
Alexander Alekhin [Mon, 27 Aug 2018 11:10:45 +0000 (11:10 +0000)]
Merge pull request #12313 from sturkmen72:patch-1
Suleyman TURKMEN [Sat, 25 Aug 2018 18:50:50 +0000 (21:50 +0300)]
related moved enums
Alexander Alekhin [Sat, 25 Aug 2018 16:35:00 +0000 (16:35 +0000)]
Merge pull request #12306 from berak:python_nmsboxes
Alexander Alekhin [Sat, 25 Aug 2018 16:32:32 +0000 (16:32 +0000)]
Merge pull request #12308 from StrangeTcy:patch-1
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
berak [Fri, 24 Aug 2018 06:22:07 +0000 (08:22 +0200)]
python: add support for NMSBoxes
Alexander Alekhin [Fri, 24 Aug 2018 19:38:12 +0000 (19:38 +0000)]
Merge pull request #12269 from cv3d:improvements/binding_python
Hamdi Sahloul [Fri, 24 Aug 2018 16:57:35 +0000 (01:57 +0900)]
Documentation for the new bindings-generator features
Hamdi Sahloul [Sat, 18 Aug 2018 17:34:47 +0000 (02:34 +0900)]
Improve Python binding generator with mappable types and phantom headers
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
Hamdi Sahloul [Mon, 20 Aug 2018 14:35:41 +0000 (23:35 +0900)]
Support enum-type detection for binding generator
Hamdi Sahloul [Sat, 18 Aug 2018 17:25:14 +0000 (02:25 +0900)]
Easy binding for python code generator
Alexander Alekhin [Fri, 24 Aug 2018 15:54:27 +0000 (15:54 +0000)]
Merge pull request #12298 from berak:java_matofrotatedrect
berak [Fri, 24 Aug 2018 11:46:38 +0000 (13:46 +0200)]
java: change MatOfRotatedRect to CV_32FC5
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
Alexander Alekhin [Fri, 24 Aug 2018 09:10:44 +0000 (09:10 +0000)]
Merge pull request #12295 from alalek:cmake_gphoto_off_by_default
Alexander Alekhin [Fri, 24 Aug 2018 08:30:52 +0000 (08:30 +0000)]
Merge pull request #12274 from alalek:fix_10945
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
Alexander Alekhin [Fri, 24 Aug 2018 08:08:17 +0000 (08:08 +0000)]
Merge pull request #12126 from alalek:reproducer_12121
Alexander Alekhin [Fri, 24 Aug 2018 07:03:13 +0000 (07:03 +0000)]
Merge pull request #12287 from berak:java_matofrotatedrect
Alexander Alekhin [Thu, 23 Aug 2018 20:58:48 +0000 (23:58 +0300)]
Merge pull request #12291 from cv3d:fix/cuda_pow
Hamdi Sahloul [Thu, 23 Aug 2018 13:50:36 +0000 (22:50 +0900)]
Closes #12281 - a bug in cuda::pow with negative base values
Alexander Alekhin [Thu, 23 Aug 2018 19:48:23 +0000 (19:48 +0000)]
cmake: WITH_GPHOTO2=OFF by default
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.
berak [Thu, 23 Aug 2018 09:32:26 +0000 (11:32 +0200)]
java: add a MatOfRotatedRect class
Alexander Alekhin [Wed, 22 Aug 2018 14:38:51 +0000 (17:38 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 22 Aug 2018 14:38:05 +0000 (14:38 +0000)]
Merge pull request #12275 from alalek:fix_build_dnn_inf_engine
Alexander Alekhin [Wed, 22 Aug 2018 13:04:40 +0000 (16:04 +0300)]
dnn(build): fix CV_Assert() usage
Alexander Alekhin [Wed, 22 Aug 2018 12:39:14 +0000 (15:39 +0300)]
viz: call "mapper->Update()" before and after SetInputData()
Alexander Alekhin [Wed, 22 Aug 2018 12:18:53 +0000 (12:18 +0000)]
Merge pull request #12272 from alalek:fix_build_static_analysis
Alexander Alekhin [Wed, 22 Aug 2018 11:03:12 +0000 (14:03 +0300)]
build: fix build with defined CV_STATIC_ANALYSIS
Alexander Alekhin [Wed, 22 Aug 2018 09:49:35 +0000 (09:49 +0000)]
Merge pull request #12268 from cv3d:fix/cuda/meanShiftSegmentation
Hamdi Sahloul [Tue, 21 Aug 2018 05:46:00 +0000 (14:46 +0900)]
Closes #6349 - a bug in cuda::meanShiftSegmentation
Alexander Alekhin [Tue, 21 Aug 2018 15:26:06 +0000 (15:26 +0000)]
Merge pull request #12267 from alalek:dnn_unstable_tests
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
Alexander Alekhin [Tue, 21 Aug 2018 13:11:24 +0000 (16:11 +0300)]
dnn(test): mark unstable OpenCL tests
Alexander Alekhin [Tue, 21 Aug 2018 13:07:44 +0000 (13:07 +0000)]
Merge pull request #12266 from mshabunin:fix-windows-ie-build
Alexander Alekhin [Tue, 21 Aug 2018 12:47:29 +0000 (12:47 +0000)]
Merge pull request #12262 from sivaraam:v4l2_mainloop
Alexander Alekhin [Tue, 21 Aug 2018 12:47:08 +0000 (12:47 +0000)]
Merge pull request #12256 from alalek:core_intrin_fp16_fix
Alexander Alekhin [Tue, 21 Aug 2018 12:46:35 +0000 (12:46 +0000)]
Merge pull request #12219 from alalek:fix_assert_messages
Maksim Shabunin [Tue, 14 Aug 2018 12:39:32 +0000 (15:39 +0300)]
Fixed windows build with InferenceEngine
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.
Alexander Alekhin [Tue, 21 Aug 2018 10:12:14 +0000 (10:12 +0000)]
Merge pull request #12263 from doctorcolinsmith:3.4
Colin Smith [Mon, 20 Aug 2018 21:10:54 +0000 (14:10 -0700)]
Add export macro for ios conversion functions
Alexander Alekhin [Mon, 20 Aug 2018 16:29:39 +0000 (19:29 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
Alexander Alekhin [Mon, 20 Aug 2018 16:22:06 +0000 (16:22 +0000)]
Merge pull request #12258 from savuor:fix/trace_fname_slash
Rostislav Vasilikhin [Mon, 20 Aug 2018 14:16:54 +0000 (17:16 +0300)]
fixed filename slash processing
Alexander Alekhin [Mon, 20 Aug 2018 13:53:27 +0000 (13:53 +0000)]
Merge pull request #12242 from alalek:fix_12236
Alexander Alekhin [Mon, 20 Aug 2018 13:47:41 +0000 (13:47 +0000)]
Merge pull request #12255 from csukuangfj:patch_5
Alexander Alekhin [Mon, 20 Aug 2018 08:46:57 +0000 (08:46 +0000)]
Merge pull request #12254 from csukuangfj:patch_4
Kuang Fangjun [Mon, 20 Aug 2018 07:52:18 +0000 (15:52 +0800)]
fix a typo.
Kuang Fangjun [Mon, 20 Aug 2018 07:49:35 +0000 (15:49 +0800)]
fix an error in the formula for cv::cornerSubPix
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
Alexander Alekhin [Sat, 18 Aug 2018 20:45:47 +0000 (20:45 +0000)]
Merge pull request #12235 from alalek:core_perf_scalar_tests
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
Alexander Alekhin [Fri, 17 Aug 2018 15:26:09 +0000 (15:26 +0000)]
Merge pull request #12232 from cv3d:bugfix/cudafeatures2d/python_wrapper
Alexander Alekhin [Fri, 17 Aug 2018 14:03:01 +0000 (14:03 +0000)]
Merge pull request #12172 from alalek:core_move_const_table
Alexander Alekhin [Fri, 17 Aug 2018 14:02:20 +0000 (14:02 +0000)]
Merge pull request #12136 from sturkmen72:update_documentation
Alexander Alekhin [Fri, 17 Aug 2018 13:42:11 +0000 (16:42 +0300)]
ml(test): test different samples layout of TrainData
Suleyman TURKMEN [Thu, 2 Aug 2018 18:22:58 +0000 (21:22 +0300)]
Update documentation and samples
Hamdi Sahloul [Thu, 16 Aug 2018 13:57:55 +0000 (22:57 +0900)]
Avoid multi-inheritance in the cuda::features2d classes
Alexander Alekhin [Wed, 15 Aug 2018 16:32:58 +0000 (19:32 +0300)]
core(perf): fix addScalar test
keep the same type for passed Scalar values
Alexander Alekhin [Thu, 16 Aug 2018 16:26:27 +0000 (16:26 +0000)]
Merge pull request #12220 from sturkmen72:update_seamless_cloning
Alexander Alekhin [Thu, 16 Aug 2018 16:03:10 +0000 (16:03 +0000)]
Merge pull request #12233 from mshabunin:fix-world-install-headers
Alexander Alekhin [Thu, 16 Aug 2018 16:02:39 +0000 (16:02 +0000)]
Merge pull request #12222 from NCBee:master
Maksim Shabunin [Thu, 16 Aug 2018 14:16:02 +0000 (17:16 +0300)]
Fixed core headers installation in world builds
Alexander Alekhin [Thu, 16 Aug 2018 12:29:10 +0000 (12:29 +0000)]
Merge pull request #12228 from tomoaki0705:fixTypoCalib3d
Alexander Alekhin [Thu, 16 Aug 2018 12:06:29 +0000 (15:06 +0300)]
imgproc(test): refactor test_intersection.cpp
don't use legacy test API