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
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
Vladislav Samsonov
eb9b5080c1
Fixed binary file reading on Windows, math constants and OpenCL kernel
9 years ago
Vitaliy Lyudvichenko
99d1e44a29
Updating of RNN layer API and RNN
9 years ago
Alexander Bokov
659efc5829
DeepFlow acceleration
...
Replaced internal variational refinement implementation inside DeepFlow
with a new optimized one, which provides about the same quality while
being 4-6 times faster.
9 years ago
Alexander Bokov
b96a5f5963
Complete DIS optical flow implementation
...
Added variational refinement as a separate class (based on implementation
inside DeepFlow, but significantly accelerated, about 4-6 times faster),
accelerated the main dense inverse search algorithm. Added several new
features including patch mean normalization for increased robustness to
illumination changes and spatial propagation, which often helps to recover
from errors introduced by the coarse-to-fine scheme. Expanded the
documentation, added new accuracy and perf tests. Refactored some of
the already existing optical flow accuracy tests.
9 years ago
Vitaliy Lyudvichenko
45010af835
Extending of BlobShape and LSTMLayer API, adding of new test
9 years ago
Vitaliy Lyudvichenko
a3c6f1dcf2
Updating API of LSTM layer, fixed LSTM bug in tanh() implementation
...
LSTM bug is caused by different behaviour of std::tanh() and hand-
crafted
tanh() via std::exp().
9 years ago
Vitaliy Lyudvichenko
44a8e81856
Adding of native OpenBLAS and Atlas BLAS'es support and fixed some warnings
9 years ago
Vitaliy Lyudvichenko
4cb108efcd
Adding CPU parallelization for element-wise layers and im2col operation
9 years ago