Vladislav Samsonov
2d68b30528
Minor fixes
9 years ago
Vitaliy Lyudvichenko
6d3cb8080c
Refinement of BlobShape API explicit BlobShape(int,int) constructor was removed
...
BlobShape::all(int, int) substitutes explicit BlobShape(int,int)
added new intuitive constructors: BlobShape(s0); BlobShape(s0, s1)...
added corresponding tests
9 years ago
Vitaliy Lyudvichenko
5baccb7bf1
Adding of docs headers for layers list, fixing of layer factory macroses
9 years ago
Vitaliy Lyudvichenko
2f6cac69f7
Improving of docs for recurrent layers
9 years ago
Vitaliy Lyudvichenko
09bbe0fb29
Fixing unix build and cmake MKL searching
9 years ago
Vitaliy Lyudvichenko
b96fbe4cbb
Optimization of InnerProduct layer
9 years ago
Vitaliy Lyudvichenko
e099c3992f
Adding of RNN layer
9 years ago
Vitaliy Lyudvichenko
893a565951
Adding of reccurent layers (LSTM)
9 years ago
Vitaliy Lyudvichenko
67c825c04f
Adding of perf test for DNN module.
9 years ago
Vladislav Samsonov
329f49e92a
Passing of the prior file to the evaluation tool
9 years ago
Vladislav Samsonov
f9ef5d456e
Added some explanatory comments
9 years ago
Vladislav Samsonov
8ebe182f80
Merge recent changes
9 years ago
Vladislav Samsonov
7a18e78865
Post-review fixes
9 years ago
Vladislav Samsonov
54e746bebd
Added OpenCL support
9 years ago
Martin Nowak
d4df727d38
fix overflow issue when computing diagonal
...
- with big images the int multiplication can overflow
9 years ago
Maksim Shabunin
14f16b1d75
Merge pull request #696 from mshabunin:fix-aruco-python-refine
9 years ago
Maksim Shabunin
3ff3cd8484
Merge pull request #689 from sbokov:DIS_optical_flow
9 years ago
Alexander Bokov
d4c3765e4f
Partial DIS implementation and OF benchmark
...
Basic interfaces and a partial implementation of the Dense Inverse
Search (DIS) optical flow algorithm without variational refinement. Also
added a python benchmarking script that can evaluate different optical
flow algorithms on the MPI Sintel and Middlebury datasets and build
overall comparative charts.
9 years ago
Vitaliy Lyudvichenko
b1c87936e3
adding of BLAS and MKL support into dnn module
9 years ago
Vladislav Samsonov
d8aa162545
Added support for prior (covariance matrix)
9 years ago
Vladislav Samsonov
7c0a4788f1
Preserve edges
9 years ago
Maksim Shabunin
fd6355e00a
aruco: fixed rejectedCorners input type to generate correct python signature
9 years ago
Alexander Alekhin
cd5993c657
Merge pull request #693 from alalek:pr616
9 years ago
Gary Bradski
f5deefefe2
Extensive changes to master README.md
...
Extensive changes to README.md opencv_contrib file to bring it up to date.
9 years ago
Alexander Alekhin
366f25b946
Merge pull request #683 from wujiang:patch-1
9 years ago
Wu Jiang
9481d44b44
Fix a typo
...
`lenght` --> `length`
9 years ago
Alexander Alekhin
ba1d3ef99c
Merge pull request #678 from sturkmen72:fix_for_haarcascade_mcs_files
9 years ago
Maksim Shabunin
dc4c0bb0e2
Merge pull request #679 from dharezlak:patch-1
9 years ago
Alexander Alekhin
fc763bfa1c
Merge pull request #680 from Algomorph:master
9 years ago
Gregory Kramida
395db9e721
Fix sign() macro redefinition compile-time error
9 years ago
dharezlak
6dd416cd21
Merge pull request #1 from berak/structured_light_py_java
...
structured_light: python / java bindings
9 years ago
Suleyman TURKMEN
55e53ea86b
fix for width&height problem in haarcascade_mcs_xxx.xml files
9 years ago
Vladislav Samsonov
1417dc65f7
Boosted accuracy a little bit more
9 years ago
Vladislav Samsonov
76ee838001
Boosted accuracy
9 years ago
sbokov
76678bca8a
Merge pull request #2 from Itseez/master
...
Update 2
9 years ago
Maksim Shabunin
eada22052c
Merge pull request #554 from cr333:aruco-python
9 years ago
Maksim Shabunin
6dc1f416a0
Merge pull request #638 from mshabunin:fix-face-python-predict
9 years ago
Alexander Alekhin
22a136f67f
Merge pull request #671 from mshabunin:fix-cvv-build
9 years ago
Maksim Shabunin
7e11a7e11a
Fixed cvv module build
9 years ago
Vladislav Samsonov
65d0157447
Some improvements
9 years ago
Alexander Alekhin
6768e48c22
Merge pull request #651 from cbalint13:seeds
9 years ago
Vladislav Samsonov
25b2958eb5
Added flow estimation using DCT basis
9 years ago
Vladislav Samsonov
7d13c8f9aa
Added style rules for clang-format
9 years ago
Vladislav Samsonov
fc00397160
Added naive blockmatching algorithm (just to get acquainted with the code base, this algo shouldn't be considered seriously).
...
Also, added boilerplate for pcaflow.
9 years ago
Alexander Alekhin
1043e2e058
Merge pull request #660 from StevenPuttemans:add_extra_sample_info
9 years ago
StevenPuttemans
784fb55c9b
add model location info
9 years ago
Alexander Alekhin
e607b784aa
Merge pull request #657 from berak:tracking_fix_selectRoi
9 years ago
berak
19b72cc41e
tracking: fix selectRoi()
9 years ago
berak
4889ec5cdf
structured_light: python / java bindings
9 years ago
Balint Cristian
6241296f5b
Allow vector<Mat> raster bands to SEEDS.
9 years ago