Vadim Pisarevsky
0b3d13645f
Merge pull request #8364 from csukuangfj:patch-2
8 years ago
Vadim Pisarevsky
8abd163464
Merge pull request #8404 from khnaba:stream-with-custom-allocator
8 years ago
Vadim Pisarevsky
e5dbd2c3a5
Merge pull request #8406 from khnaba:dft-as-algorithm
8 years ago
Vadim Pisarevsky
a57d144076
Merge pull request #7462 from alalek:cpu_multi_target
8 years ago
Naba Kumar
29680100ac
Support for creating streams with custom allocator
8 years ago
Alexander Alekhin
8bce760174
Merge pull request #8424 from khnaba:expose-buffer-pool
8 years ago
Alexander Alekhin
b3d128bb39
Merge pull request #8401 from avartenkov:multichannel_warp
8 years ago
Alexander Alekhin
741e51396b
Merge pull request #8416 from berak:patch-2
8 years ago
Naba Kumar
00f3ad7217
Implement DFT as cv::Algorithm to support concurrent streams
8 years ago
Naba Kumar
cdcf44b3ef
Expose BufferPool class for external use also
8 years ago
Alexander Alekhin
1389cc9600
Merge pull request #8393 from alalek:ocl_driver_version
8 years ago
Alexander Alekhin
e77a5d5f13
Merge pull request #8422 from berak:fix_shapematchmodes
8 years ago
vartenkov
3fbe1f8d64
Fix multichannel warping with BORDER_CONSTANT
...
Warping a matrix with more than 4 channels using BORDER_CONSTANT and
INTER_NEAREST, INTER_CUBIC or INTER_LANCZOS4 interpolation led to
undefined behaviour. This commit changes the behavior of these methods
to be similar to that of INTER_LINEAR. Changed the scope of some of the
variables to more local. Modified some tests to be able to detect the
error described.
8 years ago
berak
11f3c0741e
imgproc: move ShapeMatchModes enum from c to c++ header
8 years ago
berak
0b31eca9c2
remove unnessecary print statement
...
#resolves: 7881
remove printf statement and associated variables from invMapPointSpherical() in undistort.cpp
8 years ago
Alexander Alekhin
c1007c7276
Merge pull request #8376 from mshabunin:reduce-dependencies
8 years ago
Alexander Alekhin
dcdd5d64b6
ocl: dump OpenCL driver version in tests
8 years ago
Maksim Shabunin
9333f82be0
Reduce dependencies between modules
8 years ago
Fangjun KUANG
246d3761ce
Merge pull request #8383 from csukuangfj/patch-10
...
* Improve documentation.
* Update imgproc.hpp
8 years ago
Naba Kumar
27cf6e549e
Merge pull request #8367 from khnaba:cuda-calchist-with-mask
...
Implement cv::cuda::calcHist with mask support (#8367 )
* Implement cuda::calcHist with mask
* Fix documentation build warning
* Have their own step sizes for src and mask. Fix review comment.
8 years ago
Maksim Shabunin
a83a1cafa7
Merge pull request #8388 from ottogin:calib3d
8 years ago
Artem Lukoyanov
3bf5d34544
Callib3d 4channel image detection
...
3.2 version doesn't support 4 channel color image
detections, unlike 3.1. Now, we don't call
CV_Error() if 4 channel image is given.
resolve #8326
8 years ago
Alexander Alekhin
b6e8de23f8
Merge pull request #8345 from ChristofKaufmann:pch_gcc6_workaround
8 years ago
Alexander Alekhin
73e9c44377
Merge pull request #8370 from csukuangfj:patch-7
8 years ago
Alexander Alekhin
661f3e2160
Merge pull request #8371 from csukuangfj:patch-8
8 years ago
Alexander Alekhin
6fcb07d41e
Merge pull request #8375 from Sahloul:fixes/matx/init
8 years ago
Alexander Alekhin
54f7ebdec9
Merge pull request #8380 from csukuangfj:patch-9
8 years ago
Kene Udeh
873b2cabb8
Merge pull request #8378 from kudeh:master
...
Fix grammar error in py_features_meaning.markdown (#8378 )
8 years ago
Alexander Alekhin
c5781afa47
Merge pull request #8379 from hailong-wang:patch-1
8 years ago
Hamdi Sahloul
171e705ba4
Fixes the constructor of 1x14, 2x7, 7x2 or 14x1 matrix
8 years ago
Fangjun KUANG
3ad6d13ff3
Fix an error in the documentation.
8 years ago
hailong-wang
207218e920
Fix the bug of Mat_<>::opeartor []
...
`template<typename _Tp> inline const _Tp* Mat_<_Tp>::operator [](int y) const` does not support 3d matrix since it checks rows.
This operator[] shall check size.p[0] instead.
8 years ago
Fangjun KUANG
31cc519cd3
fix typos.
8 years ago
Fangjun KUANG
3c15913f53
Impove the documentation for Mat::diag
8 years ago
Alexander Alekhin
502aa1f053
Merge pull request #8368 from csukuangfj:patch-5
8 years ago
Alexander Alekhin
fdda19cb0c
Merge pull request #8356 from csukuangfj:patch-1
8 years ago
Alexander Alekhin
5ea5d08892
Merge pull request #8365 from csukuangfj:patch-3
8 years ago
Fangjun KUANG
95468b72f3
Fix typos in the documentation for cv::Mat.
8 years ago
KUANG, Fangjun
debc1c4c95
fix an error while setting kernel argument for a 3-D matrix.
8 years ago
KUANG, Fangjun
be7d4608fb
Add more comments to the members of CoreTLSData related to OpenCL.
8 years ago
Alexander Alekhin
08c6ffaa8d
Merge pull request #8346 from Sahloul:fixes/python_wrapper/flann
8 years ago
Fangjun KUANG
2a30d8c9f9
Update documentation for cv::accumulate.
...
Make it more clear for the type of input argument.
8 years ago
Vadim Pisarevsky
da0188acc0
Merge pull request #8245 from oulenz:patch-1
8 years ago
Hamdi Sahloul
db52841544
Accept default argument of FLANN index parameters
8 years ago
Christof Kaufmann
583e3a6875
cmake: Avoid adding default path as system directory for GCC 6.x
...
This is a completion for PR #7390 and fixes #6517 and #815 .
8 years ago
Alexander Alekhin
e4377e7c51
Merge pull request #8335 from kuanyili:typo-patch
8 years ago
Alexander Alekhin
8ef23d64a1
Merge pull request #8308 from sovrasov:fs_dmatch_kpts_update
8 years ago
Kuan-Yi Li
e685dcef0b
Fix typos
8 years ago
Vadim Pisarevsky
24efb02d93
Merge pull request #8332 from sovrasov:qt_no_dbg_output_in_release
8 years ago
Vadim Pisarevsky
e832870288
Merge pull request #8333 from sovrasov:ml_svm_params_scope_fix
8 years ago