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
Alexander Alekhin
8e308ab6e3
Merge pull request #1590 from paroj:ovisup
7 years ago
Pavel Rojtberg
bae6838b2a
ovis: use frustum extents instead of setFrustumOffset
...
the latter assumes centered FOV, which is not the case
7 years ago
Alexander Alekhin
c3070557bc
Merge pull request #1587 from berak:replace_rand
7 years ago
yomna-safaa
71191e36d6
Merge pull request #1583 from yomna-safaa:ppf-fix-seg-fault
...
* fixed bug when norm less than eps where float array elements were left uninitialized
* cast double to float in fixing ppf norm=0 segmantation fault
* set array values 3,4,5 for normals = 0 in case of norm<eps to fix ppf segmentation fault bug
7 years ago
Alexander Alekhin
84f761bf27
Merge pull request #1585 from alalek:cmake_src_include_fix
7 years ago
Alexander Alekhin
14341291b0
dpm: apply CV_OVERRIDE/CV_FINAL
7 years ago
berak
5032b58e61
aruco: add a user supplied random seed for creating custom dictionaries
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
4c42ed6b4f
build: fix includes
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