Alexander Alekhin
e7aa0aa2d4
Merge pull request #1688 from alalek:xfeatures2d_fix_nonfree_tests
7 years ago
Alexander Alekhin
86a6737202
Merge pull request #1687 from alalek:fix_cuda_nonfree_build
7 years ago
Alexander Alekhin
0a8d930341
xfeatures2d(test): disable tests with required non-free code
7 years ago
Alexander Alekhin
d3b03808db
xfeatures2d: fix CUDA nonfree build
7 years ago
Alexander Alekhin
1e096c6c01
Merge pull request #1685 from paroj:ovis_pp
7 years ago
Alexander Alekhin
1c105ce8d8
Merge pull request #1682 from berak:xfeatueres2d_nonfree
7 years ago
Pavel Rojtberg
77f1d272b6
ovis: fix removing lights and cameras from scene
7 years ago
berak
c871e23d18
xfeatures2d: throw CV_Error if not built with OPENCV_ENABLE_NONFREE
7 years ago
Alexander Alekhin
bcddb16e2a
Merge pull request #1662 from alalek:update_autobuffer_api
7 years ago
Alexander Alekhin
d4e0286945
Merge pull request #1679 from SongChiYoung:master
7 years ago
gmedan
02b991a433
Merge pull request #1677 from gmedan:fix-charuco-topology
...
* fix #1665 ChAruco board topology (nearestMarkerIdx) is sensitive to scale
7 years ago
LaurentBerger
2bd8d58513
Merge pull request #1678 from LaurentBerger:MoveAssert
...
* Some bugs in deriche and paillou filter
* Cv_Assert to CV_CheckType
7 years ago
SongChiYoung
edd4514e54
python3 compatible
7 years ago
Alexander Alekhin
c6daea8d85
Merge pull request #1676 from paroj:ovis_pp
7 years ago
Pavel Rojtberg
4f3c9fcb5a
ovis: add setCompositors method
...
enables an ordered chain of full-screen post processing effects
7 years ago
Alexander Alekhin
fc69aa57bc
opencv: use cv::AutoBuffer<>::data()
7 years ago
Colin
25a01dc4ef
Merge pull request #1652 from fallenlord:master
...
Bug fixes: using mask with BinaryDescriptor (#1652 )
* Bug fixes: erasing an element from std::vector should not move iterator forward
* Bug fixes: add a NULL checking
* Remove the appoggio matrix generation, which is useless
7 years ago
Alexander Alekhin
db1d5e153c
Merge pull request #1654 from terfendail:sparsedense_fix
7 years ago
Vitaly Tuzov
0ba26b31df
Set initial inlier metric value to -FLT_MAX to ensure correctness of first iteration.
7 years ago
Alexander Alekhin
433d6c1903
Merge pull request #1645 from krshrimali:patch-1
7 years ago
Alexander Alekhin
206959cd04
Merge pull request #1644 from alalek:build_warnings
7 years ago
Kushashwa Ravi Shrimali
c3a2b42552
Check if faces detected or not.
...
Added if condition, whether faces are detected or not, will help to keep program running for some images.
If imwrite used along with imshow, it may produce error for : No faces found.Aborting.. in function 'fit' (Bad Argument).
7 years ago
Alexander Alekhin
2ddeeac5e7
eliminate build warnings / fix bug in text module
7 years ago
Alexander Alekhin
c818de992e
Merge pull request #1640 from terfendail:disflow_fix
7 years ago
Alexander Alekhin
882d7e6dc6
Merge pull request #1637 from catree:add_apriltag_dictionaries
7 years ago
Vitaly Tuzov
1bcb634a12
Fixed coarse scale evaluation for DIS optical flow estimator
7 years ago
catree
81d7d98071
Add AprilTag dictionaries to be able to detect AprilTag markers. Add ArUco and AprilTag 2 citations.
7 years ago
Alexander Alekhin
c540409571
Merge pull request #1635 from catree:fix_aruco_apriltag_corner_memory_leak
7 years ago
catree
de4eb31245
Fix memory leak when using CORNER_REFINE_APRILTAG.
7 years ago
Alexander Alekhin
49b1cdf034
Merge pull request #1629 from alalek:cleanup_unnecessary_setNumThreads
7 years ago
Alexander Alekhin
b8de57f8bd
cleanup unnecessary setNumThreads() calls
7 years ago
Alexander Alekhin
c49d781ec3
Merge pull request #1624 from paroj:ovisup
7 years ago
Alexander Alekhin
ebc142b1d8
Merge pull request #1623 from alalek:android_pack_fix_contrib
...
* android: fix build warnings
* build: fix warnings
7 years ago
Pavel Rojtberg
542611a7b5
ovis: remove superficial '}' from cmake
...
with Ogre 1.11 OGRE_INCLUDE_DIRS has only one element and the '}'
corrupting the last include path becomes noticable.
7 years ago
Alexander Alekhin
d6bbcd685d
Merge pull request #1621 from alalek:replace_cv_errornoreturn
7 years ago
Alexander Alekhin
1248ebeb03
build: fix warnings
7 years ago
Alexander Alekhin
df483cfdc9
build: unreachable code after CV_Error()
7 years ago
Alexander Alekhin
7c9cff72fc
refactor: don't use CV_ErrorNoReturn() internally
7 years ago
Vadim Pisarevsky
a4e8622c65
Merge pull request #1617 from alalek:drop_dnn_modern
7 years ago
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