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
Hiro Kobayashi
1567a65475
Fix a typo in the tutorial
6 years ago
Alexander Alekhin
d2e08a524e
core: repair CV_Assert() messages
...
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
6 years ago
Alexander Alekhin
94758c18de
Merge pull request #12156 from cv3d:master
6 years ago
Maksim Shabunin
eff0f9d3f8
Fixed windows build with InferenceEngine
6 years ago
Alexander Alekhin
c1df9ad456
OpenCV version++
...
OpenCV 3.4.3
6 years ago
Alexander Alekhin
8b197c58e6
openvino: use 2018R3 defines
6 years ago
Alexander Alekhin
781721ca50
experimental version++
6 years ago
Alexander Alekhin
603eadfe51
OpenCV version '-openvino'
6 years ago
Alexander Alekhin
b9b66ca437
Merge pull request #12205 from dkurt:dnn_update_tf_face_detection
6 years ago
Dmitry Kurtaev
22cb65ada9
Update face detection network in samples
6 years ago
Alexander Alekhin
e76b375a31
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
90b8a03a89
Merge pull request #12203 from berak:fix_interactive_calibration
6 years ago
Dmitry Kurtaev
f056c0f137
UINT8 face detection network using Intel's Inference Engine backend
6 years ago
pasbi
9f5f64e14e
Merge pull request #12192 from pasbi:pfm
...
* created new decoder and encoder for PFM
pfm file format stores binary RGB or grayscale float images.
* added test for pfm codec
* replaced large with short licence header
* little/big-endian-check is now compile time
* fixed width/height confusion, improved big/little endian recognition, fixed scaling issue and Improved signature check
* adapted tests to handle float images well
* removed data-dependency: lena.pfm
the lena image is now loaded is pam and converted to pfm.
* fixed bug in endianess detection macro
* Added endianess detection for android and win
* removed fancy endianess detection
endianess detection will be implemented in cmake scripts soonish.
* fixed minor warnings
* fixed stupid elif defined bug
* silenced some implicit cast warnings
* replaced std::to_string with std::stringstream solution
std::to_string variant did not build on android.
* replaced new endianess macros with existing ones
* improved readability
6 years ago
berak
49e0126b8e
apps: fix interactive calibration
6 years ago
Alexander Alekhin
a24a829490
Merge pull request #12191 from weblucas:patch-2
6 years ago
Alexander Alekhin
615883977f
Merge pull request #12128 from dkurt:dnn_fix_12066
6 years ago
Alexander Alekhin
216cd7dc61
cmake: allow to specify own libva paths
...
via CMake:
- `-DVA_LIBRARIES=/opt/intel/mediasdk/lib64/libva.so.2\;/opt/intel/mediasdk/lib64/libva-drm.so.2`
6 years ago
Alexander Alekhin
4910f16f16
core(libva): support YV12 too
...
Added to CPU path only.
OpenCL code path still expects NV12 only (according to Intel OpenCL extension)
6 years ago
Lucas Teixeira
f2d363feb2
Fix a Typo in the comment of asift.py
6 years ago
Alexander Alekhin
8b2122e12f
Merge pull request #12174 from alalek:dnn_move_range_ostream_operator
6 years ago
Alexander Alekhin
f16f818f5f
Merge pull request #12184 from alalek:issue_12163
6 years ago
Alexander Alekhin
5b3ac112fe
core: move const tables outside of dispatched code
...
To avoid duplicates in binaries
6 years ago
Alexander Alekhin
a0cff0be94
imgproc(cvtColor): slightly improve error messages
...
Do not try to process empty inputs.
6 years ago
Alexander Alekhin
509de3fa2c
Merge pull request #12178 from alalek:ipp_cvtColor_12176
6 years ago
Alexander Alekhin
b00758babe
imgproc(cvtColor): temporary disable IPP for 8U GRAY2BGR mode
...
Details 12176
6 years ago
Alexander Alekhin
4eb2966559
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
9f2edc1135
Merge pull request #12173 from gdemarcq:Decolor_corrections
6 years ago
Alexander Alekhin
a56b221559
core: cv::Range() ostream write operator
...
remove from DNN module headers
6 years ago