Tomoaki Teshima
62c17dc3cf
fix typo and align white spaces
8 years ago
Pyotr Chekmaryov
20036b82d3
There added parallel realization of vertical passes for MODE_HH4.
8 years ago
brian-armstrong-discord
9e054d3880
Merge pull request #8492 from brian-armstrong-discord:exif_inmemory
...
autorotate in-memory jpegs (#8492 )
* autorotate in-memory jpegs
* correct indentation (4 spaces)
* imgcodecs: don't apply EXIF rotation for unloaded images
* videoio: don't try to rotate MJPEG stream
* imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
* imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
8 years ago
Yuriy Solovyov
26ccc09c46
Fix zlib issue on iOS
8 years ago
Vitaly Tuzov
9dc36a1ece
Tuned restrictions for Canny, Warp, FAST, Accumulate and Convolution OpenVX HAL calls on small images
8 years ago
zongwave
1fc60e6d64
Add method KeypointBasedMotionEstimator::estimate(InputArray, InputArray) to support both cpu & opencl algorithm processing
...
the orignal estimate function has input parameters defined as "Mat", this prevent users to call into algorithm opencl path
8 years ago
Tomoaki Teshima
c145f28c71
fix build error on VS2012
8 years ago
orisano
550ca10ec6
Remove stdout log when destructor called.
8 years ago
Fernando Iglesias Garcia
21e698053f
Initialize background model in background subtraction KNN.
...
The method does cvCheckPixelBackgroundNP (which reads bgmodel)
before it is ever updated (in cvUpdatePixelBackgroundNP). This
initialization is thus needed to avoid reads of unitialized values.
8 years ago
Utkarsh Sinha
0330934c8b
Updating documentation.
8 years ago
Vitaly Tuzov
4c0d833dec
Disabled vxuConvolution call for sepFilter evaluation
8 years ago
Vitaly Tuzov
87bb74312b
Disabled vxuConvolution call for Sobel, GaussianBlur and Box filter evaluation
8 years ago
Tomoaki Teshima
ccc8767b55
suppress warning on Jetson TK1
8 years ago
Utkarsh Sinha
b9c2d88e69
If the user passes an empty output matrix, initialize it to identity.
8 years ago
Matthias Grundmann
e0fe3cce71
Update autotuned_index.h
...
Add missing sstream header for decl of std::ostringstream in line 104
8 years ago
Matthias Grundmann
fce7469961
Update utility.hpp
...
Adding missing header for ostream decl. in line 384
8 years ago
Fangjun KUANG
4065778255
fix typos.
8 years ago
Vitaly Tuzov
0f1a56da7c
Changed restrictions for OpenVX HAL calls on small images
8 years ago
jveitchmichaelis
8f19363c07
Update documentation for getCudaEnabledDeviceCount
...
Inform users that getCudaEnabledDeviceCount can return -1 in some cases.
8 years ago
Tong Ke
0a63ab36bb
Merge pull request #8301 from tonyke1993:p3p_alg
...
New p3p algorithm (accepted by CVPR 2017) (#8301 )
* add p3p source code
* indent 4
* update publication info
* fix filename
* interface done
* plug in done, test needed
* debugging
* for test
* a working version
* clean p3p code
* test
* test
* fix warning, blank line
* apply patch from @catree
* add reference info
* namespace, indent 4
* static solveQuartic
* put small functions to anonymous namespace
8 years ago
nnorwitz
24e8cd1a78
Use %% for inline assembly rather than % so this compiles with clang.
...
Same as 9210cefb36
but for this file too.
8 years ago
Vitaly Tuzov
bf62dca45a
Extended restrictions for OpenVX HAL calls on small images
8 years ago
Vitaly Tuzov
bf5b7843e8
Extended set of OpenVX HAL calls disabled for small images
8 years ago
nnorwitz
9210cefb36
Use %% for inline assembly rather than % so this compiles with clang.
8 years ago
Maksim Shabunin
4d62f1de1e
Added javadoc generation
8 years ago
Maksim Shabunin
8b455e8bb3
Fixed Algorithm.save and other methods work in Java
8 years ago
Maksim Shabunin
ce50df564c
Fixed cvtColor OCL compilation issue (BGRA2mBGRA)
8 years ago
Tomoaki Teshima
731b5b206f
suppress warnings from cuda
8 years ago
Alexander Alekhin
e5d9b608c4
cmake: fix fp16 support
8 years ago
Pavel Rojtberg
d92d82d194
cap_v4l: SetProperty - do not return false while setting video size
8 years ago
Sergiu Deitsch
4f31759965
prevent copying in cv::Mat_<T> move assignment
8 years ago
Tomoaki Teshima
6ab10fc3ac
suppress warnings on GCC 4.9 series
...
- check boundary strictly
- initialize the variable before using it
8 years ago
Paolo Perkovic
dd576c89a3
Fix StereoBM ROI selection
...
- Fix StereoBM ROI (Region of interest) selection for stereo
images used by block matching algorithm
8 years ago
Hamdi Sahloul
89088937a7
Avoid memory leakage in smart pointers wrapper
8 years ago
Hamdi Sahloul
6a856d677c
Wraps cv::EMD for Python and Java
8 years ago
Hamdi Sahloul
c75b589f89
Wraps smart pointers properly
8 years ago
Tomoaki Teshima
507071cc6f
suppress warnings on Jetson TK1
8 years ago
berak
3e0b63f65b
fix comment in optim.hpp
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
Matthias Grundmann
de52887c49
Update circlesgrid.cpp
...
Use identity matrix if homography finding failed. Current behavior zeros out all points.
Update circlesgrid.cpp
Addressed comments
Update circlesgrid.cpp
removed whitespace
8 years ago
Pyotr Chekmaryov
106413a3ea
Simplest test added and code debuged.
8 years ago
Claudio
4709b9d2d8
Add cuda::streams to by_rows and 8UC1 functions
...
Fix #8177
8 years ago
Claudio
dd3655f6a6
Align parameter code style between hog .cu and .cpp files
8 years ago
Claudio
35f66340d7
Add cuda::Stream capability to cuda::HOG::compute
...
In the previous version only the default stream was/could be used, i.e.
cv::cuda::Stream::Null().
With this change, HOG::compute() will now run in parallel over different
cuda::Streams.
The code has been reordered so that all data allocation is completed
first, then all the kernels are run in parallel over streams.
Fix #8177
8 years ago
Matthias Grundmann
13540bf7f4
Update bgfg_gaussmix2.cpp
...
Addressed comments.
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
Artem Lukoyanov
c4ae5c0ee5
Added assertios to remap and warpAffine functions
...
Remap and warpAffine functions do not support more than 4 channels in
Bicubic and Lanczos4 interpolation modes. Assertions were added.
resolve #8272
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