Vadim Pisarevsky
41b0a71ac8
Merge pull request #796 from sovrasov:saliency_python_bindings
9 years ago
Vadim Pisarevsky
82e612bbca
Merge pull request #794 from mshabunin:aruco-java-wrap
9 years ago
Maksim Shabunin
15b392f6d8
Merge pull request #801 from sovrasov:line_descr_win64_build_fix
9 years ago
Maksim Shabunin
d45638819d
Merge pull request #797 from furushchev:face-set-threshold
9 years ago
Alexander Alekhin
23bda58f1a
Merge pull request #795 from sovrasov:tld_grayscale
9 years ago
Maksim Shabunin
2283cea632
Merge pull request #793 from sovrasov:plot_doc_update
9 years ago
Alexander Alekhin
2677e103d9
Merge pull request #803 from berak:fix_bif
9 years ago
berak
fa27fe2ba2
face: fix NaN's in bif.cpp
9 years ago
Vladislav Sovrasov
49d93c0c80
Fix line descriptor module build on Win64
9 years ago
Yuki Furuta
ddce0d9df8
[face.hpp] add virtual method setThreshold for FaceRecognizer class
9 years ago
Yuki Furuta
6e1bdab176
[face.hpp] fix typo
9 years ago
Vladislav Sovrasov
94e919eb45
Wrap all methods from ObjectnessBING, add create methods for all Saliency classes
9 years ago
Minh Ngo
5b2d6a667d
Exporting saliency classes to Python
...
Fixing compilation
Patched the saliency module to use ObjectivenessBING bounding box
proposals from python.
Usage:
```
bing = cv2.saliency.ObjectnessBING()
img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg')
bing.computeSaliency(img)
```
9 years ago
Vladislav Sovrasov
f857b7f77c
Fix TLD fail on gray images
9 years ago
mshabunin
caf7fa9758
Adding Java wrappers for Aruco module
9 years ago
Vladislav Sovrasov
ae8139b74d
Add missed doxygen group in plot module
9 years ago
mshabunin
898fbd7736
Merge master
9 years ago
Maksim Shabunin
1df640a6a2
Merge pull request #786 from paroj:aruco_nocopy
9 years ago
Maksim Shabunin
9ed1d7e62b
Merge pull request #787 from sovrasov:plot_update
9 years ago
baisheng lai
7d238cfc67
revise omnidir::calibrate API (InputArray to InpurArrayOfArray) so that Python bindings will work
9 years ago
Vladislav Sovrasov
b63697723f
Refactoring of plot module
9 years ago
jasjuang
414312cd7c
add in option to show points only for plot module
9 years ago
Pavel Rojtberg
b05edca67f
aruco: use references instead of pointers in IdentifyCandidatesParallel
9 years ago
Pavel Rojtberg
dfc6bc5e1c
aruco: avoid superficial copies by using primitive data types
9 years ago
Vitaly Tuzov
383c158d6e
Fix for SFM module build on Windows
9 years ago
Vadim Pisarevsky
aa5281c1fe
Merge pull request #784 from sovrasov:freak_input_fix
9 years ago
Vadim Pisarevsky
da7cc66c63
Merge pull request #785 from vpisarev/dnn_semsegm_patches2
...
fixed some compile warnings in dnn & protobuf; improved convolution speed
9 years ago
Vadim Pisarevsky
b59f3989f5
fixed some compile warnings in dnn & protobuf; improved convolution layer performance when blas is not available by parallelizing gemmCPU() function in dnn
9 years ago
Vladislav Sovrasov
4b00e414d1
Check that image is gray in FREAK
9 years ago
Vadim Pisarevsky
b1346e5ab6
Merge pull request #750 from ludv1x:dnn-python-bindings
9 years ago
Vadim Pisarevsky
67a305ad6e
Merge pull request #769 from sovrasov:aruco_fix
9 years ago
Vadim Pisarevsky
0ea4ee2514
Merge pull request #777 from sovrasov:guided_filter_fix
9 years ago
alessiodore
246ea8f3bd
Merge pull request #641 from alessiodore:kcfFix
...
* Fix kcfTracker when called from Python bindings. The variable boundingBox in updateImpl when called from Python is initialized with 0s and it needs to be updated with the tracker state.
* Fix to return the bbox correctly in the first frame in Python
9 years ago
Alexander Alekhin
b3c367917c
Merge pull request #778 from sovrasov:freak_rounding
9 years ago
Vadim Pisarevsky
442b16e346
Merge pull request #773 from berak/fix_motempl_py
...
optflow: updated motempl.py sample
9 years ago
Vladislav Sovrasov
5d86aa25f7
Fix rounding in FREAK descriptor
9 years ago
Vladislav Sovrasov
7cc7414a51
Fix numerical issue in guided filter
9 years ago
berak
ba2aae5664
optflow: updated motempl.py sample
9 years ago
Alexander Alekhin
1903d9fdaf
Merge pull request #771 from sovrasov:aruco_board_create
9 years ago
sht3ch
b2e68454fe
Added extra method to Board::create() to provide raw interface to python
9 years ago
Vladislav Sovrasov
348dfeda05
Add uncontinious corners Mat support to detectCharucoDiamond
9 years ago
Alexander Alekhin
a4135ceba1
Merge pull request #768 from mshabunin:fix-warnings
9 years ago
Alexander Alekhin
6cc0d26a89
Merge pull request #494 from rokm:matlab-pyc
9 years ago
Maksim Shabunin
0e7405ce4c
Fixed several GCC warnings
9 years ago
Alexander Alekhin
4886ca64d8
Merge pull request #668 from saedrna:master
9 years ago
Alexander Alekhin
d2577d6f0c
Merge pull request #766 from berak:ximgproc_slic_sample
9 years ago
berak
72686a111c
add a slic superpixels sample, similar to the seeds one.
9 years ago
Vadim Pisarevsky
62ed66cbf6
Merge pull request #762 from alalek/modules_deps
...
fix modules deps
9 years ago
Maksim Shabunin
14f6019d56
Merge pull request #763 from mshabunin:pr756
9 years ago
Alexander Alekhin
3a7437b636
Merge pull request #748 from savuor:fix/aruco_negative_z
9 years ago