Alexander Alekhin
f7ca9ef279
cleanup: drop dnn_modern
...
- almost all functionality of this module is covered by OpenCV dnn module
- module build has been broken for the long time due strong conflict with OpenCV dnn module
- requires external tinydnn library
- there are no tests
7 years ago
Alexander Alekhin
1c4b8b2f61
Merge pull request #1613 from alalek:issue_1610
7 years ago
Alexander Alekhin
253e1fc347
Merge pull request #1615 from berak:face_fix_lbf
7 years ago
berak
eebc869baa
face: fix missing faceDetectorData arg in facemarkLBF.cpp
7 years ago
Alexander Alekhin
3059b16a02
ximgproc: fix weightedMedianFilter() hang
...
- eliminated "float th = 1e-5f" magic value (replaced to explicit checks)
- eliminate manual memory allocation
- avoid out of range access (i == alls)
7 years ago
Alexander Alekhin
383a0061c4
Merge pull request #1606 from paroj:lmpy
7 years ago
Pavel Rojtberg
92fd42e58e
linemod: export Template::features for python
7 years ago
Alexander Alekhin
2aaa67a67a
Merge pull request #1605 from berak:face_deps
7 years ago
berak
d685c99260
face: fix dependancies
7 years ago
Alexander Alekhin
3c536ef4fa
Merge pull request #1604 from mshabunin:decrease-tbb-dependency
7 years ago
Alexander Alekhin
b4e9c3ac95
Merge pull request #1602 from terfendail:graycodepat_py
7 years ago
Maksim Shabunin
d3630d0fa6
Cleanup old TBB-related guards
7 years ago
Vitaly Tuzov
0833a78c02
Make getProjPixel output value available in python bindings
7 years ago
Alexander Alekhin
2baed7e35e
Merge pull request #1599 from dkurt:torch_embedded_residuals
...
Add CV_OVERRIDE
7 years ago
Dmitry Kurtaev
b28069dc30
Add CV_OVERRIDE
7 years ago
Alexander Alekhin
2937c4ec8d
Merge pull request #1597 from LaurentBerger:edgeboxes
7 years ago
LaurentBerger
79b60e93f2
solves #1596
7 years ago
Alexander Alekhin
768deade1f
Merge pull request #1593 from paroj:ovisup
7 years ago
Alexander Alekhin
fbaa1a1629
Merge pull request #1592 from berak:landmarks
7 years ago
Alexander Alekhin
d5fe83eec0
Merge pull request #1594 from mshabunin:fix-clang-warnings
7 years ago
Pavel Rojtberg
7a35ae96e4
ovis: ar_sample - update scene to correct CS conventions
7 years ago
Pavel Rojtberg
e8cdc9708c
ovis: use fix camera yaw axis to -y by default
...
also remove superficial CS conversion in fixCameraYawAxis
7 years ago
Pavel Rojtberg
25395d51f0
ovis: fix plane mesh coordinate system to match OpenCV
7 years ago
Pavel Rojtberg
4e77e6fdaa
ovis: fix camera entity positioning
7 years ago
Pavel Rojtberg
e1ecf7760c
ovis: correct and simplify coordinate system conversions
...
by keeping Camera oriented in OpenCV conventions instead of doing the
conversion for each SceneNode.
7 years ago
Maksim Shabunin
ceaad7fa8a
Fixed several warnings produced by clang
7 years ago
berak
51e96d89d7
face: refactor landmarks interfaces
7 years ago
Alexander Alekhin
5d9fc41b9e
Merge pull request #1588 from alalek:cv_override_final
7 years ago
Alexander Alekhin
036e699553
samples: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
5354a1bfcb
sfm: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
655b6f6dcd
xphoto: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
26b3b3c10c
xobjdetect: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
64d5886186
ximgproc: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
ec65e5b29c
xfeatures2d: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
874edea9f4
tracking: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
e4c8510e3a
text: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
5683521417
structured_light: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
ee7c085358
stereo: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
62b4709b04
saliency: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
5d0a12833b
rgbd: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
3dd79d6889
reg: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
0a00743e6d
plot: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
a8374b2767
phase_unwrapping: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
0aaaba08af
optflow: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
4352e1eaf3
line_descriptor: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
f8eeab57c6
img_hash: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
aaa286dc31
hfs: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
7025ed0305
hdf: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
25c68d51a4
freetype: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
acec6955d5
face: apply CV_OVERRIDE/CV_FINAL
7 years ago