Alexander Alekhin
|
c6f5b013ec
|
Merge pull request #12242 from alalek:fix_12236
|
7 years ago |
Alexander Alekhin
|
e593d5bbc5
|
Merge pull request #12255 from csukuangfj:patch_5
|
7 years ago |
Alexander Alekhin
|
3f5c3ddd27
|
Merge pull request #12254 from csukuangfj:patch_4
|
7 years ago |
Kuang Fangjun
|
ab8ba047a5
|
fix a typo.
|
7 years ago |
Kuang Fangjun
|
cecc19381f
|
fix an error in the formula for cv::cornerSubPix
|
7 years ago |
Alexander Alekhin
|
6e84abc746
|
ml: don't use "getSubVector()" with 2D matrix
It is designed for 1D vectors only
|
7 years ago |
Alexander Alekhin
|
322c6b1ba4
|
Merge pull request #12235 from alalek:core_perf_scalar_tests
|
7 years ago |
Alexander Alekhin
|
73d44c7881
|
Merge pull request #12172 from alalek:core_move_const_table
|
7 years ago |
Alexander Alekhin
|
31fef14d76
|
Merge pull request #12136 from sturkmen72:update_documentation
|
7 years ago |
Alexander Alekhin
|
7ee69740e8
|
ml(test): test different samples layout of TrainData
|
7 years ago |
Suleyman TURKMEN
|
c61bc3a0cb
|
Update documentation and samples
|
7 years ago |
Alexander Alekhin
|
b24fc6954d
|
core(perf): fix addScalar test
keep the same type for passed Scalar values
|
7 years ago |
Alexander Alekhin
|
828cb4286d
|
Merge pull request #12220 from sturkmen72:update_seamless_cloning
|
7 years ago |
Alexander Alekhin
|
ee5e0e16d9
|
Merge pull request #12233 from mshabunin:fix-world-install-headers
|
7 years ago |
Alexander Alekhin
|
b907bfe3e7
|
Merge pull request #12222 from NCBee:master
|
7 years ago |
Maksim Shabunin
|
f84eb3dde6
|
Fixed core headers installation in world builds
|
7 years ago |
Alexander Alekhin
|
b996b618e0
|
Merge pull request #12228 from tomoaki0705:fixTypoCalib3d
|
7 years ago |
Alexander Alekhin
|
98c5ce9347
|
imgproc(test): refactor test_intersection.cpp
don't use legacy test API
|
7 years ago |
Alexander Alekhin
|
f89defad5d
|
imgproc: fix rotatedRectangleIntersection()
|
7 years ago |
Bahram Dahi
|
96f92c6705
|
imgproc(tests): intersetion calculation of RotatedRect
|
7 years ago |
Tomoaki Teshima
|
f0c46a4c74
|
fix typo
|
7 years ago |
Alexander Alekhin
|
9752d45c87
|
Merge pull request #12216 from hirocob:fix-typo
|
7 years ago |
Suleyman TURKMEN
|
860ae77ec9
|
Update seamless_cloning
|
7 years ago |
Hiro Kobayashi
|
1567a65475
|
Fix a typo in the tutorial
|
7 years ago |
Alexander Alekhin
|
b9b66ca437
|
Merge pull request #12205 from dkurt:dnn_update_tf_face_detection
|
7 years ago |
Dmitry Kurtaev
|
22cb65ada9
|
Update face detection network in samples
|
7 years ago |
Alexander Alekhin
|
90b8a03a89
|
Merge pull request #12203 from berak:fix_interactive_calibration
|
7 years ago |
Dmitry Kurtaev
|
f056c0f137
|
UINT8 face detection network using Intel's Inference Engine backend
|
7 years ago |
berak
|
49e0126b8e
|
apps: fix interactive calibration
|
7 years ago |
Alexander Alekhin
|
a24a829490
|
Merge pull request #12191 from weblucas:patch-2
|
7 years ago |
Alexander Alekhin
|
615883977f
|
Merge pull request #12128 from dkurt:dnn_fix_12066
|
7 years ago |
Lucas Teixeira
|
f2d363feb2
|
Fix a Typo in the comment of asift.py
|
7 years ago |
Alexander Alekhin
|
8b2122e12f
|
Merge pull request #12174 from alalek:dnn_move_range_ostream_operator
|
7 years ago |
Alexander Alekhin
|
f16f818f5f
|
Merge pull request #12184 from alalek:issue_12163
|
7 years ago |
Alexander Alekhin
|
5b3ac112fe
|
core: move const tables outside of dispatched code
To avoid duplicates in binaries
|
7 years ago |
Alexander Alekhin
|
a0cff0be94
|
imgproc(cvtColor): slightly improve error messages
Do not try to process empty inputs.
|
7 years ago |
Alexander Alekhin
|
509de3fa2c
|
Merge pull request #12178 from alalek:ipp_cvtColor_12176
|
7 years ago |
Alexander Alekhin
|
b00758babe
|
imgproc(cvtColor): temporary disable IPP for 8U GRAY2BGR mode
Details 12176
|
7 years ago |
Alexander Alekhin
|
9f2edc1135
|
Merge pull request #12173 from gdemarcq:Decolor_corrections
|
7 years ago |
Alexander Alekhin
|
a56b221559
|
core: cv::Range() ostream write operator
remove from DNN module headers
|
7 years ago |
yom
|
fb2b26c419
|
photo: Decolor corrections
* Keep image aspect ratio in resize called in grad_system and
weak_order
* Bug correction in loop inside Decolor::gradvector
|
7 years ago |
Alexander Alekhin
|
377e51df83
|
Merge pull request #12169 from berak:photo_decolor
|
7 years ago |
Alexander Alekhin
|
7453a6938a
|
core(test): extra tests/fixes for merge/split (#12171)
* core(test): merge hang test
* core(merge/split): fix intrin optimization
|
7 years ago |
Maksim Shabunin
|
39f5e57321
|
Merge pull request #12159 from zarelaky:master
|
7 years ago |
berak
|
f49f6d52b4
|
photo: avoid resizing a const Mat in decolor()
|
7 years ago |
zarelaky
|
715f23127c
|
Update cap_gstreamer.cpp
fixed call open(int id) failed
|
7 years ago |
Maksim Shabunin
|
f0f652f9e9
|
Merge pull request #12161 from alalek:cache_dump_neighbor_directories_for_cleanup
|
7 years ago |
Maksim Shabunin
|
731aa963bd
|
Merge pull request #12166 from berak:fix_mjpeg_decoder
|
7 years ago |
berak
|
7e353a1ec5
|
videoio: check iterator in mjpeg_encoder.cpp
|
7 years ago |
Alexander Alekhin
|
4fe900c399
|
Merge pull request #12162 from alalek:fix_intrin_12146
|
7 years ago |