Alexander Alekhin
096366738b
dnn(build): fix CV_Assert() usage
6 years ago
Alexander Alekhin
6a6506b02d
viz: call "mapper->Update()" before and after SetInputData()
6 years ago
Alexander Alekhin
59ccf2c9e0
Merge pull request #12272 from alalek:fix_build_static_analysis
6 years ago
Alexander Alekhin
2c42361ecd
build: fix build with defined CV_STATIC_ANALYSIS
6 years ago
Alexander Alekhin
e8a14a775e
Merge pull request #12268 from cv3d:fix/cuda/meanShiftSegmentation
6 years ago
Hamdi Sahloul
7b90a1e85a
Closes #6349 - a bug in cuda::meanShiftSegmentation
6 years ago
Alexander Alekhin
18833d5121
Merge pull request #12267 from alalek:dnn_unstable_tests
6 years ago
Jiri Horner
49283ec035
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
6 years ago
Alexander Alekhin
f25450791b
dnn(test): mark unstable OpenCL tests
6 years ago
Alexander Alekhin
c9faa09d55
Merge pull request #12266 from mshabunin:fix-windows-ie-build
6 years ago
Alexander Alekhin
1deeca985f
Merge pull request #12262 from sivaraam:v4l2_mainloop
6 years ago
Alexander Alekhin
6acabd1fd8
Merge pull request #12256 from alalek:core_intrin_fp16_fix
6 years ago
Alexander Alekhin
5ac9a2a7d0
Merge pull request #12219 from alalek:fix_assert_messages
6 years ago
Maksim Shabunin
808c89adc1
Fixed windows build with InferenceEngine
6 years ago
Kaartic Sivaraam
a527e8cc73
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.
6 years ago
Alexander Alekhin
10c570b558
Merge pull request #12263 from doctorcolinsmith:3.4
6 years ago
Colin Smith
76f47548b3
Add export macro for ios conversion functions
6 years ago
Alexander Alekhin
7d4bb9428b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
67d46dfc6c
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
6 years ago
Alexander Alekhin
3c03fb56e0
Merge pull request #12258 from savuor:fix/trace_fname_slash
6 years ago
Rostislav Vasilikhin
378cf2ab63
fixed filename slash processing
6 years ago
Alexander Alekhin
c6f5b013ec
Merge pull request #12242 from alalek:fix_12236
6 years ago
Alexander Alekhin
e593d5bbc5
Merge pull request #12255 from csukuangfj:patch_5
6 years ago
Alexander Alekhin
3f5c3ddd27
Merge pull request #12254 from csukuangfj:patch_4
6 years ago
Kuang Fangjun
ab8ba047a5
fix a typo.
6 years ago
Kuang Fangjun
cecc19381f
fix an error in the formula for cv::cornerSubPix
6 years ago
Alexander Alekhin
6e84abc746
ml: don't use "getSubVector()" with 2D matrix
...
It is designed for 1D vectors only
6 years ago
Alexander Alekhin
322c6b1ba4
Merge pull request #12235 from alalek:core_perf_scalar_tests
6 years ago
pasbi
76eb389761
Merge pull request #12240 from pasbi:pfm_fix
...
* fixed 64-float pfm auto conversion
* removed trailing whitespace
6 years ago
Alexander Alekhin
e9a1ccb89a
Merge pull request #12232 from cv3d:bugfix/cudafeatures2d/python_wrapper
6 years ago
Alexander Alekhin
73d44c7881
Merge pull request #12172 from alalek:core_move_const_table
6 years ago
Alexander Alekhin
31fef14d76
Merge pull request #12136 from sturkmen72:update_documentation
6 years ago
Alexander Alekhin
7ee69740e8
ml(test): test different samples layout of TrainData
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
Hamdi Sahloul
db262fa76a
Avoid multi-inheritance in the cuda::features2d classes
6 years ago
Alexander Alekhin
b24fc6954d
core(perf): fix addScalar test
...
keep the same type for passed Scalar values
6 years ago
Alexander Alekhin
828cb4286d
Merge pull request #12220 from sturkmen72:update_seamless_cloning
6 years ago
Alexander Alekhin
ee5e0e16d9
Merge pull request #12233 from mshabunin:fix-world-install-headers
6 years ago
Alexander Alekhin
b907bfe3e7
Merge pull request #12222 from NCBee:master
6 years ago
Maksim Shabunin
f84eb3dde6
Fixed core headers installation in world builds
6 years ago
Alexander Alekhin
b996b618e0
Merge pull request #12228 from tomoaki0705:fixTypoCalib3d
6 years ago
Alexander Alekhin
98c5ce9347
imgproc(test): refactor test_intersection.cpp
...
don't use legacy test API
6 years ago
Alexander Alekhin
f89defad5d
imgproc: fix rotatedRectangleIntersection()
6 years ago
Bahram Dahi
96f92c6705
imgproc(tests): intersetion calculation of RotatedRect
6 years ago
Tomoaki Teshima
f0c46a4c74
fix typo
6 years ago
Alexander Alekhin
4e59d6fd12
Merge pull request #12224 from cv3d:improvments/CUDA_detection
6 years ago
Hamdi Sahloul
e136c11c7c
Avoid detecting dublicate CUDA archs
6 years ago
Hamdi Sahloul
0e80f56e44
Bugfix: Detect CUDA archs for Windows
6 years ago
Alexander Alekhin
9752d45c87
Merge pull request #12216 from hirocob:fix-typo
6 years ago
Suleyman TURKMEN
860ae77ec9
Update seamless_cloning
6 years ago