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
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
Vitaliy Lyudvichenko
a62f7e1d89
Small refactoring of RNN layers
9 years ago
Vitaliy Lyudvichenko
942e920522
Fixing of reshape layer to pass Torch test
9 years ago
Alexey Spizhevoy
43cb60f9d1
added BIF implementation
...
minor refactoring
added more tests
minor
fixed warnings
minor
minor
minor
fixed comment
9 years ago
Vitaliy Lyudvichenko
231546b717
Adding useful .gitignore
9 years ago
Vitaliy Lyudvichenko
b51ffe3e53
Adding of public interfaces and refactoring of Reshape and MVN layer.
9 years ago
Alexander Bokov
5fbc7daf43
Auto color balance improvements
...
Implemented a learning-based color balance algorithm, which typically provides
noticeably better quality than grayworld, while being several times slower.
Added a python script for training this algorithm, as well as the benchmarking script
for objective quality evaluation.
Also made some modifications to the grayworld algorithm implementation, including the
16 bit image support and overall acceleration by about 1.7 times (for 8 bit images).
9 years ago
Vitaliy Lyudvichenko
4f57806858
Fixing of reshape and concat layers in OCL mode.
9 years ago
Vitaliy Lyudvichenko
7f0260c1db
Adding of OCL versions of Concat, Split, Slice layers
...
Moving more Caffe loaders to sparate file
9 years ago
apetrovichev
e88b06183c
Fixed warning in the sample
9 years ago
apetrovichev
a8d62f72f9
Fixed Windows warning
9 years ago
apetrovichev
463fd687fe
Fixed Windows warnings
9 years ago
apetrovichev
2596baf963
Changed version of protobuf for the precompiled proto files
9 years ago
apetrovichev
c630ddc925
Added precompiled proto files
9 years ago
Vitaliy Lyudvichenko
d0a9683fa5
Moving of Caffe loaders into separate file
9 years ago
Vitaliy Lyudvichenko
e713af1a69
Adding of OCL activations
9 years ago
Vitaliy Lyudvichenko
e33da71a8a
Adding of setTo method for Blob, fixing of UMat allocation
9 years ago