Alexander Alekhin
|
1b6e02793c
|
Merge pull request #6645 from tomoaki0705:fixTypoEigen
|
9 years ago |
Vladislav Sovrasov
|
46fb46c54e
|
Add an extended version of CalibrateCamera function
|
9 years ago |
Vladislav Sovrasov
|
055f5c7395
|
Change names of some internal functions
|
9 years ago |
Tomoaki Teshima
|
d1c1c01761
|
fix typo
|
9 years ago |
Maksim Shabunin
|
532885c12b
|
Merge pull request #6607 from alalek:issue_6604
|
9 years ago |
Maksim Shabunin
|
89a1e806b7
|
Merge pull request #6628 from sovrasov:hal_samples_update
|
9 years ago |
k-shinotsuka
|
43d5988df6
|
improve to calculate norm
|
9 years ago |
Suleyman TURKMEN
|
7c5b981c17
|
Update drawing.cpp
|
9 years ago |
Vladislav Sovrasov
|
901e1e4608
|
Update HAL samples
|
9 years ago |
Vladislav Sovrasov
|
a2d0cc878c
|
Implement internal HAL for GEMM and matrix decompositions
|
9 years ago |
Louis Letourneau
|
c03d778ec7
|
This fixes the seeking in h264 B-Frame enabled video issue. #4890
|
9 years ago |
Alexander Alekhin
|
e1ba4399e8
|
Merge pull request #6611 from tomoaki0705:fixPerformanceSplitAarch64
|
9 years ago |
Tomoaki Teshima
|
070e4d754e
|
let the performance test of split pass on 64bit ARM
* loosen the threshold only under aarch64
* fix #6610
|
9 years ago |
Alexander Alekhin
|
d3930cdee1
|
Merge pull request #6482 from paroj:filestorage_py
|
9 years ago |
Vadim Pisarevsky
|
a2d8e7fa6e
|
Merge pull request #6485 from vagran:vagran-patch-1
|
9 years ago |
Vadim Pisarevsky
|
7f9319924b
|
Merge pull request #6537 from Slonegg:opeeni2_multiple_devices
|
9 years ago |
Vadim Pisarevsky
|
40686415f9
|
Merge pull request #6593 from bramton:documentation-update
|
9 years ago |
Vadim Pisarevsky
|
904cfa576c
|
Merge pull request #6597 from sturkmen72:issue_4678
|
9 years ago |
Alexander Alekhin
|
ff0601cda5
|
core: prevent changes in 'std' namespace
|
9 years ago |
Maksim Shabunin
|
1e667de1f3
|
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
|
9 years ago |
Alexander Alekhin
|
f6fa1cee2b
|
Merge pull request #6008 from amroamroamro:fix_sparse_snippet
|
9 years ago |
Maksim Shabunin
|
c344435378
|
Merge pull request #6602 from berak:patch-1
|
9 years ago |
debjan
|
7f52a553d4
|
Update gen_pattern.py
Save method should save, instead trying to run inkview
|
9 years ago |
berak
|
a2b353d178
|
Update non_linear_svms.cpp
fix for #6598
|
9 years ago |
Suleyman TURKMEN
|
e59da10bf1
|
Update highgui.hpp
|
9 years ago |
Bram Ton
|
dfd5191e8b
|
Minor additions to the documentation.
|
9 years ago |
Maksim Shabunin
|
eca752368b
|
Merge pull request #6592 from guysoft:fix_6500_fix2
|
9 years ago |
Alexander Alekhin
|
4547427946
|
Merge pull request #6589 from tomoaki0705:fixThresh64fTest
|
9 years ago |
Guy Sheffer
|
0a48b9ae77
|
Fix #6500 cmake bug that adds D_FORCE_INLINES to NVCC
|
9 years ago |
Maksim Shabunin
|
60f799ada5
|
Merge pull request #6583 from mshabunin:doc-warnings-fix
|
9 years ago |
Tomoaki Teshima
|
bbeac745ca
|
Update test case for 64F version
|
9 years ago |
Maksim Shabunin
|
cbf2b79e1f
|
Fixed documentation warnings produced by updated doxygen
|
9 years ago |
Pavel Rojtberg
|
bf688da50b
|
FileStorage: add simplified API for bindings
at least it is possible to read/ write calibration files. Fixes #4282.
Also add CPP method for writing comments.
|
9 years ago |
Vadim Pisarevsky
|
0cb1e96472
|
Merge pull request #6546 from atinfinity:pullreq/160517-threshold-64F
|
9 years ago |
Vadim Pisarevsky
|
0fc26f80d7
|
Merge pull request #6547 from mshabunin:python-vector-pair-int-double
|
9 years ago |
Vadim Pisarevsky
|
90b844792d
|
Merge pull request #6548 from fnorf:master
|
9 years ago |
Vadim Pisarevsky
|
98c9d47537
|
Merge pull request #6551 from mshabunin:fix-old-cmake
|
9 years ago |
Maksim Shabunin
|
a191c043ae
|
Merge pull request #6573 from dharezlak:patch-1
|
9 years ago |
Maksim Shabunin
|
64a5126ff8
|
Merge pull request #6018 from sturkmen72:patch-2
|
9 years ago |
dharezlak
|
308b47ce58
|
Improved Java wrapper generation
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652).
This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names.
|
9 years ago |
Maksim Shabunin
|
c393a7a98f
|
Merge pull request #6564 from jlguardi:ml_load_empty_ptr
|
9 years ago |
Maksim Shabunin
|
5c54360fb9
|
Merge pull request #6565 from jlguardi:ann_64f_bug
|
9 years ago |
Maksim Shabunin
|
e2939f7788
|
Merge pull request #6570 from sturkmen72:patch-14
|
9 years ago |
Suleyman TURKMEN
|
c6e6d4c822
|
Update pca.cpp
|
9 years ago |
Suleyman TURKMEN
|
abab67b574
|
Update imgproc.hpp
update documentation of calcBackProject() calcHist() compareHist()
|
9 years ago |
Alexander Alekhin
|
60dc8bcf8e
|
Merge pull request #6554 from CSBVision:patch-1
|
9 years ago |
Alexander Alekhin
|
b07944df23
|
Merge pull request #6561 from tomoaki0705:fixMulSpectrumAarch64
|
9 years ago |
Alexander Alekhin
|
a0a8acadb7
|
Merge pull request #6559 from OzgrCn:cuda-ORB-useProvidedKeypoints
|
9 years ago |
Jose Luis Guardiola
|
a812989436
|
Fixed #6563: Incorrect management for invalid files/filestorage/filenode in ml module
|
9 years ago |
Jose Luis Guardiola
|
2bb520e277
|
Fixed #6562: Incorrect CV_64F management in ANN
|
9 years ago |