Alexander Alekhin
f34b2f7b8d
Merge pull request #8470 from superbort:stitching-estimators
8 years ago
Alexander Broemmer
b2524f4571
Clear old CameraParameters in AffineBasedEstimator
...
AffineBasedEstimator crashed when called with an existing CameraParameters.
This happens e.g. when using Stitcher in SCANS mode.
CameraraParameters is now cleared before any calculation is executed.
8 years ago
Alexander Alekhin
7cc97fd96c
Merge pull request #8421 from mshabunin:download-cache
8 years ago
Alexander Alekhin
f109c0134f
Merge pull request #8459 from alalek:fix_msvc_static_build
8 years ago
Alexander Alekhin
005c4777c7
cmake: fix MSVC static builds
8 years ago
Alexander Alekhin
49e16a3c9f
Merge pull request #8448 from jexner:foreach-segfault-fix
8 years ago
Alexander Alekhin
e7cad594c1
Merge pull request #8454 from superbort:reuse-stitching
8 years ago
Julian Exner
46af07575e
Add test case for cv::Mat::forEach
...
This test case uses a matrix with more dimensions than columns. Without
the fix in
b45e784beb
this crashes with a segmentation fault, hangs or simply fails with wrong
values.
8 years ago
Alexander Broemmer
30d26acee0
Make stitching panoramas reusable after estimating transform once
...
Stitcher will now make a working copy of the CameraParams object to avoid side effects when composing Panorama.
Makes it possible to estimate transform once and then compose multiple panoramas. Useful for setup with fixed cameras.
8 years ago
Maksim Shabunin
e72d353b45
Download cache
8 years ago
Alexander Alekhin
d0c64fca2b
Merge pull request #8433 from csukuangfj:issue-8189
8 years ago
Alexander Alekhin
cf9a01970f
Merge pull request #8446 from terfendail:ovxhal_sepfilter3x3
8 years ago
Alexander Alekhin
2271b9af1b
Merge pull request #8443 from alalek:fix_coverage_trycompile
8 years ago
jexner
b45e784beb
Fix segmentation fault in cv::Mat::forEach
...
This issue concerns only matrices with more dimensions than columns.
See https://github.com/opencv/opencv/issues/8447
8 years ago
Vitaly Tuzov
c5eb3dfecb
Restricted OpenVX HAL separable filter implementation to 3x3 kernel size
8 years ago
Alexander Alekhin
69df0eee77
cmake: fix try_compile() with --coverage flags
8 years ago
Julian Tanke
f70cc29edb
export SVM::trainAuto to python #7224 ( #8373 )
...
* export SVM::trainAuto to python #7224
* workaround for ABI compatibility of SVM::trainAuto
* add parameter comments to new SVM::trainAuto function
* Export ParamGrid member variables
8 years ago
Vadim Pisarevsky
1857aa22b3
Merge pull request #8430 from sovrasov:interactive_calib_can_drop_aruco
8 years ago
Alexander Alekhin
b069646494
Merge pull request #8439 from egorpugin:patch-1
8 years ago
Vadim Pisarevsky
9ac34bd2c4
Merge pull request #8437 from matrush:master
8 years ago
Egor Pugin
a321cce5e4
Fix build under directories with '.cpp' string.
8 years ago
Chaoshuai Lu
de7018539d
Fix UIImageToMat method by taking image scale information into account
8 years ago
Chaoshuai Lu
874fb7ae78
Fix MatToUIImage method crash when the step is not equal to cols * elemSize()
8 years ago
KUANG, Fangjun
03c4c37969
fix issue 8189.
8 years ago
Alexander Alekhin
bcac7bd6d2
Merge pull request #8423 from terfendail:vt_ivx_enumupdate
8 years ago
Vadim Pisarevsky
0b3d13645f
Merge pull request #8364 from csukuangfj:patch-2
8 years ago
Vitaly Tuzov
5ebf066dd5
Updated OpenVX detector and wrappers to handle Reference attribute names change
8 years ago
Vladislav Sovrasov
a56bd1fbba
Make aruco dependency optional for interactive calibration app
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