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
Alexander Alekhin
14341291b0
dpm: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
55767bfcda
datasets: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
8af62cd606
bgsegm: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
06de054482
bioinspired: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
f730de1af3
aruco: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
2888fea176
Merge pull request #1582 from lamantine:fix_1580
7 years ago
Aleksandr Tischenko
0eb1d87b38
renamed constants because they conflict with constants in Windows Kit
7 years ago
Lizeth Huertas
a817a19751
Merge pull request #1570 from szk1509:apriltag
...
Apriltag (#1570 )
* doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
* some little corrections
* samples edited
* documented :)
* tabs corrected
* Docu corrections
* refinement for all candidates
* refinement for all candidates :: copy paste error corrected
* comment
* apriltag
* whitespace corrected
* corr ini
* correction :: warnings, c4244, preprocDirect, ...
* try to ignore 4244, fix 2131, add test, and ...
* try to ignore 4244
* test duplicate deleted
* corrected test, warnings
* test :: correction
* warnings
* warnings and test
* warnings
* perspective test, warning corrections
* warning a_q_t
* warning
* warning
* 3 clause BSD license
* stacksz and typo
* eliminate build warnings
- cv::fastAtan2()
- cvFloor()
* small code refactoring
* fix isfinite()
* get rid of manual calloc/free calls
* update file headers
7 years ago
Stepanenko Andrey
d99ee92d76
Merge pull request #1295 from ftvkyo2011:patch-1
...
* Enabled FastHoughTransform export to python.
* Enabled HoughPoint2Line export
* Update fast_hough_transform.hpp
deleted TODO
* Fixed indentation after enabling exporting.
7 years ago
Alexander Alekhin
f0549b28a8
Merge pull request #1575 from paroj:ovisup
7 years ago
berak
3ac6a20fce
Merge pull request #1499 from berak:face_mace
...
* face: add a mace filter for authentication
7 years ago
Pavel Rojtberg
61b03565e6
ovis: allow manipulating entity material and scale at runtime
7 years ago
Alexander Alekhin
5261955588
Merge pull request #1574 from adavoudi:patch-1
7 years ago
Alireza Davoudi
1794ab57e4
fixed a bug in mean subtraction from target and search patches
...
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
7 years ago
Alexander Alekhin
9a4f415ff1
Merge pull request #1572 from paroj:ovisup
7 years ago
Alexander Alekhin
91d108f386
Merge pull request #1569 from paroj:ovisup
7 years ago
Alexander Alekhin
7b4cdd5d01
Merge pull request #1566 from berak:ocrtesseract
7 years ago
Pavel Rojtberg
7d1aca38d3
ovis: implement getDepth function for reading the camera depth
7 years ago
Pavel Rojtberg
a62f9c426e
ovis: make sure entities are oriented by the OpenCV CS conventions
7 years ago
berak
2c2e477c73
text: don't delete null pointer in ocr_tesseract.cpp
7 years ago
Andrej Muhič
ced5aa7606
Merge pull request #1552 from amuhic:master
...
Implementation of CSR-DCF tracker (#1552 )
* Initial commit for CSR-DCF tracker implementation
* Fixes for automatic build
* General code fixes
* Removed unused parameters. Added CSRT to automatic tests.
* Fixed VS build warnings. Fixed a bug with gray sequences.
* Fixed VS build errors for samples file.
7 years ago
Alexander Alekhin
295dce52b1
Merge pull request #1536 from caseymcc:randpattern_setfeatures
7 years ago
caseymcc
c433e60a8d
Allow setting the features on the RandomPatternCornerFinder (from previous run)
7 years ago
Alexander Alekhin
1023c381fa
Merge pull request #1550 from mshabunin:install-samples-src
7 years ago
Alexander Alekhin
f319317496
Merge pull request #1555 from paroj:ovisup
7 years ago
Pavel Rojtberg
0520753dc1
ovis: cmake: extend compatibility check and allow using OGRE1.11 (devel)
7 years ago
Pavel Rojtberg
c80fdd3ee6
ovis: refactor _getSceneNode to make clear that it throws on not found
7 years ago
Pavel Rojtberg
68aebd2573
ovis: setBackground(Scalar) - set clear color instead of 1x1 Texture
...
so we can use the alpha channel for e.g. masking
7 years ago
Pavel Rojtberg
c52eed063b
ovis: implement removeEntity method
7 years ago
Alexander Alekhin
2c0eb14f22
Merge pull request #1548 from paroj:ovisup
7 years ago
Alexander Alekhin
d0998725d6
Merge pull request #1549 from alalek:build_cxx17
7 years ago
Maksim Shabunin
4223df69b2
Fixed samples compilation warnings (no previous declaration)
7 years ago
Alexander Alekhin
af58e08ee2
build: fix C++17 build
7 years ago
Alexander Alekhin
4cb11f23e4
Merge pull request #1547 from terfendail:ridge_fix
7 years ago
Pavel Rojtberg
faf82d8876
ovis: setMaterialProperty - add overload for setting shader uniforms
7 years ago
Pavel Rojtberg
9e8997856e
ovis: add SCENE_AA flag to allow pixel-exact rendering
7 years ago
Pavel Rojtberg
4c1802a70f
ovis: add SCENE_RENDER_FLOAT for rendering float images
...
useful when uchar precision is not enough
7 years ago
Vitaly Tuzov
5e7035b39b
Fixed estimation Hessian matrix eigenvalue in getRidgeFilteredImage()
7 years ago
Alexander Alekhin
ec55f0fee8
Merge pull request #1546 from Sahloul:features/Python/GMS
7 years ago
Hamdi Sahloul
389f2c5044
Expose matchGMS to Python binder
7 years ago
Alexander Alekhin
d8673bd74a
Merge pull request #1544 from johncant:fix_sfm_build
7 years ago
Alexander Alekhin
1100752afd
Merge pull request #1542 from alalek:refactor_test_files
7 years ago
John Cant
f7c991eb36
Build SFM with C++11 if Ceres was built with C++11
7 years ago
adrianheron
2d638305ee
Merge pull request #1523 from adrianheron:python_custom_dictionary
...
* support custom dictionaries via python bindngs
* make markerSize and maxCorrectionBits writeable
7 years ago
Alexander Alekhin
4595ada0d6
Merge pull request #1539 from paroj:ovisup
7 years ago
Yujun Shi
7d4a4526ea
Merge pull request #1417 from Yujun-Shi:segmentation_hfs
...
Segmentation hfs (#1417 )
* add hfs module
* fix some warning
* fix a CMakeLists.txt bug
* fix some warnings
* try to fix some warning
* fix static check warning
* final fix
7 years ago