atinfinity
e4f207c4b4
Changed cv::threshold() to support CV_64F
9 years ago
Tomoaki Teshima
b6a093fba1
accept multiple channels image for threshold on cuda
...
* modify test, too
9 years ago
Tomoaki Teshima
7077d1de63
fix hal_intrin test on 64bit ARM
...
* fix issue 6521
* use correct comparison
9 years ago
Vladislav Vinogradov
10896129b3
GraphCut deprecated in CUDA 7.5 and removed in 8.0
9 years ago
Julien Nabet
a29c814bd8
cppcheck: fix some reports
...
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
[modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
9 years ago
Steven E Wright
39f7eccdb0
Fixes minor typos.
9 years ago
Pavel Rojtberg
ccadad4222
fisheye: allow using transposed image and object point arrays
9 years ago
Pavel Rojtberg
8d4cebe077
fisheye: create rvecs, tvecs before writing
9 years ago
ohnozzy
d66ed313cb
Add Comment
...
Add documentation for Kernel::run
9 years ago
ohnozzy
db9f611767
Add OpenCL support to linearPolar & logPolar
...
Add OpenCL support to linearPolar & logPolar.
The OpenCL code use float instead of double, so that it does not require
cl_khr_fp64 extension, with slight precision lost.
Add explicit conversion
Add explicit conversion from double to float to eliminate warning during
compilation.
9 years ago
Vadzim Piatrou
43f854bc5f
fixing CLAHE crash with pixels value > 12 bit
9 years ago
Alexander Smorkalov
6084901610
OpenCV version++.
9 years ago
Thomas Schenker
76ced14b3b
fix typo
9 years ago
Maksim Shabunin
5a938309c1
More compilation warnings fixed
9 years ago
Maksim Shabunin
11378fcb17
Fixed compiation problems
9 years ago
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
9 years ago
Ivar Clemens
3287ab386c
Fixed typo in BRISK feature detector.
9 years ago
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
9 years ago
Philipp Hasper
c52759432d
Fixing doc for cv::Mat::forEach
...
image.forEachWithPosition does not exist
9 years ago
Maksim Shabunin
ba3b1de93f
Updates for XCode 7.3
9 years ago
Suleyman TURKMEN
98239664f6
fix for writing 16-bit jpeg2000
9 years ago
Dan
e9461d3feb
templated std::vector<T> constructor was being called instead of const std::vector<cv::cuda::GpuMat>.
9 years ago
StevenPuttemans
88c0d64b4e
fixing gstreamer cap
9 years ago
StevenPuttemans
c34bb0ed03
remove warnings generated during TS module tests
9 years ago
ohnozzy
9be6b4f2d1
Bug Fix for 6377
...
Rewrite linearPolar & logPolar so that they do not depend on the
deprecated API CvMat. Issue 6377 is resolved in this way because the two
routines do not convert UMat to CvMat anymore.
9 years ago
solosuper
372890f1d7
fix #6315
9 years ago
Maksim Shabunin
b99d010977
Fixed memory leak in flann KMeansIndex
9 years ago
Philipp Hasper
cc7a1a2ab7
Deactivated two noisy camera-retrieval log messages in android
...
They were issued for every frame retrieved - even in a release build.
9 years ago
Tauranis
edb6a0e889
Bug fix for MLP predict for small values to avoid nan responses.
9 years ago
Alexander Alekhin
9744073b95
videoio: give chance for all enabled backends
...
"Eat" unexpected backend exceptions
9 years ago
Vitaly Tuzov
13858cd561
Cost estimation boundaries description updated
9 years ago
Vitaly Tuzov
772d9689e9
Backport of StereoBM uninitialized memory access problem fix from master branch
9 years ago
ohnozzy
9dd962ca1a
Bug Fix for Issue 6288
...
Added 2 inline functions in persistence.hpp
So that the '>>' operator works correctly for std::Vector<KeyPoint> and
std::Vector<DMatch>
9 years ago
Pavel Rojtberg
91678ff828
cap_v4l: allow manually controlling exposure
9 years ago
Dustin Spicuzza
e489f29d0f
v4l/libv4l: allow opening device by name
...
- Allows using non-default device names such as /dev/v4l/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-video-index0
9 years ago
Maksim Shabunin
70bc268c1a
Fixed problem with nonfree python test: could not find local test images
9 years ago
Andreas Franek
1b3a967223
Enable directly writing jpeg-encoded streams with GStreamer
...
CvVideoWriter_GStreamer assumes a JPEG encoded stream if the height of
the given frame size is 1.
9 years ago
Philipp Hasper
b6d8c9d990
operator<< handles keys starting with underscore
9 years ago
Philipp Hasper
47c4ee974a
operator<< handles keys starting with underscore
9 years ago
Maksim Shabunin
233612efd7
Reworked HAL dft/dct interface, added replacement documentation
9 years ago
Maksim Shabunin
f40d701427
DFT: renamed HAL functions
9 years ago
Maksim Shabunin
15783cf668
Always use hal::dft in crossCorr function
9 years ago
Maksim Shabunin
008abd28fd
Extracted HAL interfaces for DFT/DCT, added new test
9 years ago
Vitaly Tuzov
a7ce9a176b
Fixed uninitialized memory errors in stereoBM
9 years ago
mvukad
695e33b25b
Fix missing format when writing Algorithm-based objects
...
Added a writeFormat() method to Algorithm which must be called by the
write() method of derived classes.
9 years ago
Maksim Shabunin
5877debb6f
HAL resize, warpAffine, warpPerspective interface
...
- added HAL documentation support
- added documentation to HAL replacement interface
- updated several HAL functions in imgproc module
9 years ago
shengyu
2d41321ca0
fix quote
9 years ago
Vitaly Tuzov
34b3d31f54
Fix for nonlocal data requirement in test2.py
9 years ago
Alexander Alekhin
6f139b4f8e
ffmpeg: interrupt callback fix
...
backport from master
9 years ago
Alexander Alekhin
7d9a480597
ffmpeg: interrupt callback fix
9 years ago