Balint Cristian
593e78c5d0
Add VGG descriptor.
9 years ago
abratchik
30a5b4c38a
fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/
9 years ago
Vladislav Sovrasov
fddefa2d64
Revert last changes in CMake for saliency module
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
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
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
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
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
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
Maksim Shabunin
0e7405ce4c
Fixed several GCC warnings
9 years ago
berak
72686a111c
add a slic superpixels sample, similar to the seeds one.
9 years ago
jhlee525
5d9fd70cc0
Merge pull request #730 from jhlee525:master
...
* Add bilateral texture filter
* Change tab to space
9 years ago
Bleach
918645d119
fix vs2010 build error
9 years ago
Alexander Alekhin
dfe788d236
fix modules deps
9 years ago
Vladislav Sovrasov
b8f08ccafd
Add calibration error estimation into Aruco module
9 years ago
berak
b8fba9d547
fix CommandLineParser usage in samples
9 years ago
sbokov
75dedf9e58
A unified interface for white balance algorithms
...
Fixed some inconsistencies in interfaces of different white balance algorithms and improved
the documentation a bit. Also added an option of loading a model during runtime in the
learning-based white balance algorithm. Added a simple tutorial describing how to train a
white balance model.
9 years ago
Vitaliy Lyudvichenko
cd029345b3
Avoid throwing glog exeptions from destructor
9 years ago
Vitaliy Lyudvichenko
662fc9c78a
Fix docs warnings
9 years ago
Vitaliy Lyudvichenko
dcf425256c
Extended and generalized CropLayer implementation
...
Also, small fix inside inside Python types conversion was added
9 years ago
Vitaliy Lyudvichenko
8b4b7f6c93
Eliminated packed precompiled Caffe protobuf sources
9 years ago
Vitaliy Lyudvichenko
0674b6f3a2
Rewriting FlattenLayer and small fixes
9 years ago
StevenPuttemans
5f816bb480
add thinning
9 years ago
Vasilikhin
ea3d341415
aruco::estimatePoseBoard(): rvec and tvec are now used as intrinsic guess if not empty
9 years ago
Bartek Pawlik
727631f052
BM3D noise reduction algorithm added.
...
Signed-off-by: Bartek Pawlik <bartek.pawlik@outlook.com>
9 years ago
Vitaliy Lyudvichenko
266692e1b6
Improving of Caffe importer compatibility
9 years ago
Vitaliy Lyudvichenko
8ecae046a8
Updating of cmake/OpenCVFindMKL.cmake
9 years ago
Vitaliy Lyudvichenko
55856bd9e5
Updating of googlenet sample
9 years ago
Vitaliy Lyudvichenko
4b99c937d7
Replacing src/bindings dir for user-defined python conversions to misc/python
9 years ago
Vitaliy Lyudvichenko
7035dacac6
Removed python2 executable dependency
9 years ago
Vitaliy Lyudvichenko
589286bb9f
Adding of pyhon bindings for dnn module
9 years ago
sbokov
406d944ec7
Temporal propagation in DISOpticalFlow
...
Added an option to pass an initial approximation of optical flow in
DISOpticalFlow. Added a python sample that demonstrates the use of this
feature for temporal propagation of flow vectors.
9 years ago
VBystricky
cc8442e435
Add CropLayer and EltWise layer implementation. Add sample for semantic segmentation network.
9 years ago
Marek Smigielski
337487d4cf
Add support for java in aruco module
9 years ago