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
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
Alexander Alekhin
7e6ae5ce84
Merge pull request #1535 from mshabunin:fix-clang-warnings
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
Alexander Alekhin
cdfcd0bd4e
Merge pull request #1531 from terfendail:ld_matcher
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
Alexander Alekhin
c0b298c5f3
Merge pull request #1515 from sturkmen72:update_datasets
7 years ago
Alexander Alekhin
8bb92ce2c6
Merge pull request #1532 from catree:add_gms_matcher
7 years ago
Alexander Alekhin
b81679fcf7
Merge pull request #1533 from pevogam:master
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
Alexander Alekhin
0ac290f8f7
Merge pull request #1528 from catree:add_getter_setter_vgg_boostdesc
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
Alexander Alekhin
670acd99f9
Merge pull request #1526 from berak:bgsegm__java
7 years ago
berak
c03165c19a
bgsegm: add java bindings
7 years ago
Alexander Alekhin
c3fc7a121f
Merge pull request #1525 from alalek:update_copyright_2018
7 years ago
Alexander Alekhin
5cbe46d9e4
copyright: 2018
7 years ago
Alexander Alekhin
0ef11963e9
Merge pull request #1514 from Sahloul:bug_fix/HarrisLaplace
7 years ago
Hamdi Sahloul
fa719d5d85
closes #1513 - HarrisLaplace bug
7 years ago
Suleyman TURKMEN
05ebf73909
Update track_vot.cpp
7 years ago
Alexander Alekhin
c14ee71106
Merge pull request #1516 from csukuangfj:fix-hdf-test
7 years ago
Fangjun Kuang
036fc953e9
Fix the test case for hdf.
...
MatSize::operator()() supports only 2-d matrices.
7 years ago
klchang
344f84218e
Merge pull request #1484 from klchang:master
7 years ago
Alexander Alekhin
31bd7d986a
Merge pull request #1500 from csukuangfj:hdf-attributes-support
7 years ago
Alexander Alekhin
43143d60f1
Merge pull request #1512 from Sahloul:bug_fix/LUCID
7 years ago
Alexander Alekhin
6a476bee31
Merge pull request #1505 from berak:xphoto_learning_based_color_balance
7 years ago
Hamdi Sahloul
ff8a7b806b
LUCID - Support RGBA
7 years ago
Alexander Alekhin
01dbe00c8f
Merge pull request #1510 from Sahloul:bug_fix/VGG
7 years ago
Hamdi Sahloul
2e129b7728
`VGG::compute()` header is unnecessary and problematic for Python binder
7 years ago
berak
6f4012df12
xphoto: fix learning_based_color_balance.cpp
7 years ago
KUANG Fangjun
7f7b0bc181
Add attribute read/write supports to the HDF module.
...
The following data types for attributes are implemented:
- int
- double
- cv::String
- cv::InputArray
7 years ago
Alexander Alekhin
6e5c627c88
Merge pull request #1501 from GSORF:patch-1
7 years ago
Adam
27bbdb637f
Just a tiny fix of two typos
...
- Fixed a typo in the help text
- Fixed a typo in a comment line
7 years ago
Alexander Alekhin
f03e415e64
Merge pull request #1493 from csukuangfj:improve-hdf
7 years ago
KUANG Fangjun
13508c7618
Remove warnings.
8 years ago
KUANG Fangjun
32aad039e9
Improve the HDF module.
...
- Some test cases are added
- Two tutorials are written to show how to use it.
8 years ago
Alexander Alekhin
81ca8dab86
Merge pull request #1492 from paroj:ovis_up
8 years ago
Vadim Pisarevsky
a6a2903352
Merge pull request #1491 from terfendail:resize_float_linear
8 years ago
Vitaly Tuzov
08481a718a
Reverted calls to linear resize back to generic version for floating point matrices
8 years ago
Pavel Rojtberg
6e6671fd0f
ovis: create a default log with low log level
...
to prevent console spam. only outputs errors/ warnings now.
8 years ago
Pavel Rojtberg
0daa388f12
ovis: createPointCloudMesh - allow texturing the points (point sprites)
8 years ago
Vadim Pisarevsky
53986aaa7d
Merge pull request #996 from mshabunin:cmakeex
8 years ago
Vadim Pisarevsky
e53977f64b
Merge pull request #1482 from terfendail:bitexact_resize
8 years ago
Vadim Pisarevsky
43ff131c05
Merge pull request #1483 from alalek:python_cv2_to_cv
8 years ago