Pyotr Chekmaryov
d6bc6895a6
Test data correction.
8 years ago
Pyotr Chekmaryov
21be2aa677
Memory repaired + Cleanup.
8 years ago
Pyotr Chekmaryov
7ffa49e02c
Vertical passes added and we have working parralel version.
8 years ago
Pyotr Chekmaryov
20036b82d3
There added parallel realization of vertical passes for MODE_HH4.
8 years ago
Pyotr Chekmaryov
106413a3ea
Simplest test added and code debuged.
8 years ago
q
2918c3d75a
First occurence of 4-directional version of SGBM.
...
Even without any tests.
Next step is parallelising it.
8 years ago
Alexander Alekhin
072f873df6
Merge pull request #8133 from StevenPuttemans:add_detectMultiScale_notice
8 years ago
Alexander Alekhin
f0637e5e91
Merge pull request #8132 from tonytheodore:highgui-gl
8 years ago
Alexander Alekhin
519e452e1a
Merge pull request #8128 from LaurentBerger:MatrixExpressions
...
Add a link to MatExpr in Detailed Description of Mat
8 years ago
Alexander Alekhin
89eca83f5b
Merge pull request #8123 from msk-repo01:master
8 years ago
Alexander Alekhin
48f7cbec75
Merge pull request #8107 from reunanen:fix8093
8 years ago
StevenPuttemans
bfb18d29a6
add explanation to detectMultiScale overload functionality
8 years ago
Tony Theodore
678e114e5f
highgui: use forward slash for gl.h include
...
The backslash causes build failure when cross-compiling with mingw-w64
8 years ago
LaurentBerger
488eb11ba8
Add a link to MatExpr in Detailed Description of Mat
8 years ago
Alexander Alekhin
a2fed4c790
Merge pull request #8084 from mshabunin:libstdcplusplus-debug
8 years ago
msk-repo01
9a1835ce66
Fix for opencv/opencv#8105 (compiling with mingw32)
...
fix for opencv/opencv#8105 , compilation issue with mingw32 (in
google/googletest#721 a similar issue was solved and the reason was
described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION
as two separate (equivalent) structs, instead of using typedef)
8 years ago
PkLab
ece3fac7ef
Merge pull request #8112 from PkLab:Fix_7898
...
CoInitialize/CoUninitialize in VFW classes (#8112 )
8 years ago
Alexander Alekhin
607ff2e189
Merge pull request #8114 from lupustr3:pvlasov/ipp_python_export
8 years ago
Pavel Vlasov
a47b7a34be
Adds IPP control functions to bindings export
8 years ago
Alexander Alekhin
3476440ec3
Merge pull request #8078 from tomoaki0705:universalIntrinsicLapack
8 years ago
Alexander Alekhin
b333b1f6e8
Merge pull request #8109 from lupustr3:pvlasov/ipp_build_fix
8 years ago
Pavel Vlasov
9228a8bee6
Fixes IPP build on linux;
8 years ago
Juha Reunanen
f3cb5084cf
Fix #8093 : CV_DbgAssert that the result of area() fits in the return value
8 years ago
Vadim Pisarevsky
dfb348ef0b
Merge pull request #8081 from mshabunin:fix-kmeans-compactness
8 years ago
Maksim Shabunin
50d350bcd1
Enable GNU STL debug mode for debug builds
8 years ago
Maksim Shabunin
0aab7c6fc3
Merge pull request #8077 from sovrasov:mog2_docs_update
8 years ago
Maksim Shabunin
13dffa0017
Merge pull request #8103 from sovrasov:em_docs_update
8 years ago
Maksim Shabunin
b417b4dbee
KMeans improvement
...
- fixed returned compactness value
- added centers drawing to the example app
- added compactness test
8 years ago
Tomoaki Teshima
fd711219a2
use universal intrinsic in VBLAS
...
- brush up v_reduce_sum of SSE version
8 years ago
Vladislav Sovrasov
a789c08588
ml::EM: add documentation for predict() method
8 years ago
Alexander Alekhin
75533fcd06
Merge pull request #8098 from chrizandr:Tree_load_Wrapper
...
Add wrappers for load functions for DTrees and Boost classifiers
8 years ago
Alexander Alekhin
82902b6fd5
Merge pull request #8082 from PkLab:fix_videoio_doc
8 years ago
Alexander Alekhin
124c4825a7
Merge pull request #8089 from hrnr:estimate_convert_fix
...
fix wrong conversion in estimateAffine2D* functions
8 years ago
Alexander Alekhin
11470077e1
Merge pull request #8099 from chrizandr:ML_Wrappers
...
Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier
8 years ago
Alexander Alekhin
67e24dd347
Merge pull request #8088 from paroj:vtkfix
8 years ago
chrizandr
519fbdb8ab
Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier
8 years ago
chrizandr
d22df8c41f
Add wrappers for load functions for DTrees and Boost classifiers
8 years ago
Alexander Alekhin
a8aff6f643
Merge pull request #8085 from tomoaki0705:checkSse2
8 years ago
Jiri Horner
4ee25c7e95
add test for convertions in estimateAffine2D* functions
...
test with integer points to cover conversion bugs.
8 years ago
Jiri Horner
9408a5ef5d
fix conversion bug in estimateAffine2D* functions
...
functions support points to have other datatypes than floats.
* fix bug in coversion that overwrites src points with dst points
8 years ago
Pavel Rojtberg
67f163892e
viz: fix compilation - we need the VTK includes before ocv_define_module
8 years ago
Tomoaki Teshima
d0bdf99501
check correct flag
8 years ago
Alexander Alekhin
156871d888
Merge pull request #8080 from alalek:fix_8079
8 years ago
PkLab.net
eb768514c3
Fix misplaced description CAP_PROP_SETTINGS and others minor changes in videoio doc
8 years ago
Alexander Alekhin
ec47a0a6de
build: workaround for missing _mm256_setr_m128 in GCC
8 years ago
Alexander Alekhin
74defefd61
Merge pull request #8076 from tomoaki0705:brushupAvxPopcount
8 years ago
Vladislav Sovrasov
4e0351bafd
Clarify docs for MOG2::apply
8 years ago
Tomoaki Teshima
820fdbff23
brush up AVX optimization in popcount
...
- make sure SIMD optimization works even when AVX is not available
8 years ago
Alexander Alekhin
776c8c5c87
Merge pull request #8074 from alalek:fix_java_tests
8 years ago
Alexander Alekhin
c1dec72fb6
java: force 64F in solvePnP test
8 years ago