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
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
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
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
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
Vitaliy Lyudvichenko
909a002241
Adding of OCL and public interface for InnerProduct layer
9 years ago
Vitaliy Lyudvichenko
bf9e9b81ac
Adding of OCL and public interface for Softmax layer
9 years ago
Vladislav Samsonov
1764f9247a
Fixed OpenCL check behavior
9 years ago
Vitaliy Lyudvichenko
d8507fef74
Swapping of stride and pad params inside layers initializers
9 years ago
Vitaliy Lyudvichenko
0af7f9ea29
Adding of OCL & public interface for Pooling layer
9 years ago
Vitaliy Lyudvichenko
601afeed90
Adding of OCL implementations and public interfaces for Convolution and LRN
9 years ago
Vladislav Samsonov
55f093a45b
Fixing signed vs unsigned warning
9 years ago
Vladislav Samsonov
ab130c76b9
Fixing VS warning
9 years ago
Vladislav Samsonov
2016e90c7d
Fixing GCC warning
9 years ago
Vladislav Samsonov
17831add02
Added new method for training forest
9 years ago
Vladislav Samsonov
7f93d951d3
Added training part of the Global Patch Collider
9 years ago
Han Hu
50f718fdc7
Close unused resource in dscreate and dsread. Otherwise, the file will not be close when close() is called.
...
See the following for Delayed close, which is close dataset after exe terminate: https://www.hdfgroup.org/HDF5/doc/RM/RM_H5F.html#File-Close
change tab to 4 blanks
9 years ago
Alexander Alekhin
38ece115a0
disable dnn for aarch64 platform
9 years ago
Vitaliy Lyudvichenko
50c9e1c912
Updating of (De)Convolution layer implementations
...
Adding OCL version of col2im()
Polymorphic Deconvolution forward() implementation
Fixed OCL gemm problem
9 years ago
vbystricky
5a1fd4c873
Add methods for get/set weights of variational refiment part of DISFlow method
9 years ago
Vitaliy Lyudvichenko
1913eb7060
Adding of shape utils, more clearer layers implementations, more ocl tests
9 years ago
LaurentBerger
42640a33af
Paillou filter
...
Paillou Filter
comment : english tab and assert Mat(instead of new)
InputArray and ptr<Type>()
Outputarrays
OutputArray as argument
Update doc
9 years ago
Alexander Alekhin
823dea726f
migration: github.com/opencv/opencv_contrib
9 years ago
Vitaliy Lyudvichenko
b70a9dc16d
Adding of templated GPU/CPU implementation of Convolution layer
9 years ago
Vitaliy Lyudvichenko
b26896c00e
Adding of transperent Mat/UMat switching for Blob API
9 years ago
Vladislav Samsonov
3dbbad123a
Added a note about key differences
9 years ago