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
KUANG, Fangjun
3c5d87cbae
Add more information to the error code.
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
chacha21
8c7d29e526
more minor changes to fix -Wunused-function warning on Apple platforms
8 years ago
chacha21
94c58e7347
minor changes to fix -Wunused-function warning on Apple platforms
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
Matthias Grundmann
0a1767a6b5
Update bgfg_gaussmix2.cpp to avoid divide by zero cases.
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
Vladislav Sovrasov
195c12f2db
ml: remove useless namespace identifiers in SVM
8 years ago
Vladislav Sovrasov
cd7f0a5177
QT: disable debug output in Release mode
8 years ago
Alexander Alekhin
6b1d9971f4
Merge pull request #8313 from alalek:ocl_fix_cvtcolor
8 years ago
Alexander Alekhin
f9f013e264
Merge pull request #8323 from csukuangfj:csukuangfj-patch-8
8 years ago
Alexander Alekhin
9d593e7779
Merge pull request #8324 from sturkmen72:update_objectDetection_cpp
8 years ago
chacha21
bfd800342b
use "double" from scalar only for CV_64F input
...
Restore "DstType" in AbsDiffScalarOp template arguments, even if
eventually it will be equal to SrcType
use "double" from scalar only for CV_64F input
8 years ago
Alexander Alekhin
6fe1898ab6
Merge pull request #8294 from alalek:fix_stitching_failure
8 years ago
Alexander Alekhin
990e87effb
Merge pull request #8111 from utibenkei:saliency-module-java
8 years ago
Alexander Alekhin
55ff28ed93
Merge pull request #8321 from sergboec:patch-1
8 years ago
chacha21
2375e58705
assert SrcDepth == DstDepth
...
simplify code by requesting srcDepth == dstDepth
8 years ago
Suleyman TURKMEN
50bda8adfe
Update objectDetection.cpp
8 years ago
Fangjun KUANG
8a679128fa
Update comments for cv::InputArray.
8 years ago
Sergey
f743c82bdd
Updated OpenCVFindMKL.cmake
...
Current version of search for MLKROOT environment variable is wrong and should be corrected to (DEFINED ENV{MKLROOT})
8 years ago
Alexander Alekhin
3e2b05b096
Merge pull request #8274 from abratchik:mser.brisk.3.0.0-rc1
8 years ago
Alexander Alekhin
aa5204958e
Merge pull request #8279 from sovrasov:calib3d_new_recover_pose
8 years ago
Alexander Alekhin
459a2bbc9e
Merge pull request #8316 from xuning0:xuning0-patch-1
8 years ago
xuning0
8c93b61e2c
Fix the description of ROI
8 years ago
Alexander Alekhin
92c4b6ae4c
Merge pull request #8298 from delftrobotics-forks:circles-grid-parameters
8 years ago
Alexander Alekhin
eb6279d6ff
Merge pull request #8310 from PhilLab:patch-1
8 years ago
Jaime O. Rios
5d03262b00
Added message about 32-bit Obj-C to all @synthesize sections.
8 years ago
chacha21
6cf4371eb4
make cuda::absdiff support multi-channel scalars
...
I took the subScalar.cu code and changed the inner operation
8 years ago
Alexander Alekhin
ba8a6e3533
ocl: don't use vload4 for 3 channel images
8 years ago
Philipp Hasper
ec38ef9b10
CameraBridgeViewBase synchronizes on a final field
...
Synchronizing against non-final fields is advised against.
8 years ago