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
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
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
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
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
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
caseymcc
c433e60a8d
Allow setting the features on the RandomPatternCornerFinder (from previous run)
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
Maksim Shabunin
4223df69b2
Fixed samples compilation warnings (no previous declaration)
7 years ago
Alexander Alekhin
af58e08ee2
build: fix C++17 build
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
Hamdi Sahloul
389f2c5044
Expose matchGMS to Python binder
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
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
Pavel Rojtberg
e52c4dbef9
ovis: replace renderOneFrame by waitKey for consistency with highgui
...
also set the intrinsic in the AR demo
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Pavel Rojtberg
305679820b
ovis: add setBackgroundColor convenience overload
7 years ago
Pavel Rojtberg
cc8a8d2d42
ovis: improve documentation
7 years ago
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
7 years ago
Kv Manohar
41a5a5eaf5
Merge pull request #1253 from kvmanohar22:GSoC17_dnn_objdetect
...
GSoC'17 Learning compact models for object detection (#1253 )
* Final solver and model for SqueezeNet model
* update README
* update dependencies and CMakeLists
* add global pooling
* Add training scripts
* fix typo
* fix dependency of caffe
* fix whitespace
* Add squeezedet architecture
* Pascal pre process script
* Adding pre process scripts
* Generate the graph of the model
* more readable
* fix some bugs in the graph
* Post process class implementation
* Complete minimal post processing and standalone running
* Complete the base class
* remove c++11 features and fix bugs
* Complete example
* fix bugs
* Adding final scripts
* Classification scripts
* Update README.md
* Add example code and results
* Update README.md
* Re-order and fix some bugs
* fix build failure
* Document classes and functions
* Add instructions on how to use samples
* update instructionos
* fix docs failure
* fix conversion types
* fix type conversion warning
* Change examples to sample directoryu
* restructure directories
* add more references
* fix whitespace
* retain aspect ratio
* Add more examples
* fix docs warnings
* update with links to trained weights
* threshold update
* png -> jpg
* fix tutorial
* model files
* precomp.hpp , fix readme links, module dependencies
* copyrights
- no copyright in samples
- use new style OpenCV copyright header
- precomp.hpp
7 years ago
Plamen Dimitrov
7ccfdbef66
Comment out direct print statements during tesseract run invocations
...
This statement interferes with regular logging on the client side
where the OpenCV library's outputs cannot be managed by the user
and forcefully print out in the client code. For instance, this
is observed when OpenCV is used as a python library where it is
expected to provide optional loggers instead of direct writes to
stdout.
7 years ago
catree
c02b241e52
Port GMS matching by JiaWang Bian into xfeatures2d module.
7 years ago
Vitaly Tuzov
2d65a14c27
Fixed segmentation fault during search for nearest neighbor if provided descriptors are too far
7 years ago
catree
f3320d4faa
Add getter and setter for VGG and Boost descriptors.
7 years ago
berak
c03165c19a
bgsegm: add java bindings
7 years ago
Hamdi Sahloul
fa719d5d85
closes #1513 - HarrisLaplace bug
7 years ago