catree
542cdb2c39
Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation.
...
Add reference to SOLVEPNP_ITERATIVE in the doc.
8 years ago
Woody Chow
6e00c7651b
Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application
8 years ago
n001519
cc3fdd005e
fix the mser issue
8 years ago
Vitaly Tuzov
1d62a025b3
Moved size restrictions for OpenVX processed images to corresponding cpp files
8 years ago
Vadim Pisarevsky
6473018d69
eliminated trailing whitespaces
8 years ago
mschoeneck
4a4d94f266
Merge pull request #8694 from mschoeneck:Canny
...
Parallelize Canny with custom gradient (#8694 )
* New Canny implementation. Restructuring code in parallelCanny class. Align mag buffer and map.
* Fix warnings.
* Missing SIMD check added.
* Replaced local trailingZeros in contours.cpp. Use alignSize in canny.cpp
* Fix warnings in alignSize and allocate just minimum extra columns.
* Fix another warning in map.create.
* Exchange for loop by do loop to avoid double check at the beginning.
Define extra SIMD CANNY_CHECK to avoid unnecessary continue.
8 years ago
Vladislav Sovrasov
bf8415283a
calib3d: replace defines with enum values
8 years ago
Matthias Grundmann
cf4e9e5ce2
Update matrix.cpp
...
Fix race condition in getDefaultAllocator and setDefaultAllocator interaction / not threadsafe currently
8 years ago
krishraghuram
9ea2f5211e
Correct the existing documented T-API functions to match the doxygen format ( #8758 )
...
* Correct the existing documented T-API functions to match the doxygen format.
* docs: fix comments style
* T-API documentation: minor formatting changes
8 years ago
Vladislav Sovrasov
d9ffc4c83e
photo: add support of all types of 1c images in inpaint
8 years ago
Vadzim Piatrou
2ddaaf69fa
Inpainting support for any 1-channel input images
8 years ago
Vadim Pisarevsky
883d925f59
replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact
8 years ago
Vadim Pisarevsky
4eda8efd42
resolves https://github.com/opencv/opencv/issues/7792
8 years ago
Maksim Shabunin
7cefb52fda
V4L: do not return frame if it can not be retrieved
8 years ago
remi
8ee8710c02
Modifications to reduce the code through a loop
...
AKAZE refactoring: fixed indentation and made more minor modifications
8 years ago
Tomoaki Teshima
d81cdb8e1c
add OpenCL version of convertFp16 and test
...
* disable vector operation for now
* brush up the implementation based on comment
8 years ago
Maksim Shabunin
f23b6ba652
Fixed multidimensional count non-zero IPP implementation
8 years ago
Maksim Shabunin
b04ed5956e
Fixed several issues found by static analysis in core module
8 years ago
Alexander Alekhin
c5e9d1adae
macro for static analysis tools
8 years ago
Vladislav Sovrasov
2c2b1405a3
Add test for Mat_::release()
8 years ago
cDc
003745432f
fix Mat_ release #8680
8 years ago
kvaghel1
6fd9edc50f
Fix frame timestamp in VideoCapture::get
8 years ago
Alexander Alekhin
16ea72e6b9
build: fix snprintf() usage
8 years ago
Alexander Alekhin
900c406541
core: fix threads count in pthreads
8 years ago
Amro
39954cc6af
generalize number of channels
...
plus minor edits and fixes
8 years ago
chacha21
7763a86634
restored memset optimization
...
when dropping optimizations in the last commit, I forgot to keep the
simplest case where a single memset can be called
8 years ago
Neio Zhou
7faf8cd06e
Aravis: support Bayer GR 8 raw format.
8 years ago
Vitaly Tuzov
01f773b803
Fix for accumulate performance test in case of multiple iterations
8 years ago
Vladislav Sovrasov
bfc4eb31cb
imgproc: fix BGRA2BGRA conversion
8 years ago
ylemkimon
5e74547b4f
Remove redundant precomp.hpp and using-namespace
...
Removed redundant precompiled header include
8 years ago
Arek
9edcd9b4ef
Merge pull request #8711 from ArkadiuszRaj:aravis_autoexposure_correction
...
Aravis: Use of std::fabs, added support for 16-bit mono files and exposure compensation (#8711 )
* Use of std::fabs, added support for 16-bit mono files
* Correction in priority2 stage & adding exposure compensation
8 years ago
Anupam Sobti
42a2454f1a
Fix for issue #8615 . Added cudawarping to optional modules and removed opencv_cudafilters
8 years ago
sovrasov
b87a8a5719
Set LUT for Robertson weights function to zero on borders
8 years ago
saskatchewancatch
e4cb8a6f09
issue 8723: Changed doc for cv::imwrite to reflect correct default flag used for png compression strategy.
8 years ago
Matthias Grundmann
0e64e68d31
Update cap_mjpeg_encoder.cpp
...
Avoid shifting by 32bits; undefined behavior according to c - standard
8 years ago
Philipp Hasper
dcd8589b67
Fixed exp32f() compilation on MSVC
8 years ago
Vitaly Tuzov
ee5b5a6b2f
Fixed out of bound reading in makeAgastOffsets
8 years ago
chacha21
fa4fd48072
Drop best optimizations to reduce code size
...
Only keep the ICV_HLINE_X optimization to reduce code size.
8 years ago
LukeZhu
65be9e1978
Fix OpenCL's wrong output of calcOpticalFlowPyrLK function's output vector of err. Improve err's precison of the calcOpticalFlowPyrLK OpenCL function and add the relative test.
8 years ago
nnorwitz
256b6bb3db
Don't blow out the stack. Use a smaller buffer and prevent buffer overruns with snprintf.
8 years ago
André Mewes
70e6391f38
create homogeneous affine matrix when constructing from 4x3 cv::Mat
8 years ago
Vladislav Sovrasov
bf62be7f63
java: allow to wrap functions which take cv::Ptr
8 years ago
saskatchewancatch
bbb785e43c
Issue 8647: Updated doc for cv::matchTemplate to reflect current support for methods when mast template is supplied.
8 years ago
jveitchmichaelis
369bfbfd23
Add default parameters for SGBM::create
...
Added default parameters for minDisparity, numDisparities and blockSize. This fixes a bug where SGBM::load would not compile.
8 years ago
Robert Bragg
8f5ea7deda
core: avoid clash with _N define from ctype.h in headers
...
This updates the public headers to use _Nm instead of _N in templates
since _N is defined by the widely used ctype.h.
8 years ago
Michele Cancilla
9405c6d206
Improvement of array of equivalences’ upper bound + fix some wrong comments
8 years ago
Pyotr Chekmaryov
d6bc6895a6
Test data correction.
8 years ago
Vitaly Tuzov
2492c299f3
Extended set of existing performance test to OpenVX HAL suitable execution modes
8 years ago
Pavel Rojtberg
930611dfa8
python: move Ptr specializations above generic_vec to allow vector_Ptr_T
8 years ago
Alexander Alekhin
75f28245a8
core: fix persistence bug in RAW I/O code
...
- persistence.cpp code expects special sizeof value for passed structures
- this assumption is lead to memory corruption problems
- fixed/workarounded test to prevent memory corruption on Linux 32-bit systems
8 years ago