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
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
503a1dcba4
Merge pull request #757 from sovrasov:aruco_calib_upd
9 years ago
Vladislav Sovrasov
b8f08ccafd
Add calibration error estimation into Aruco module
9 years ago
Alexander Alekhin
65ffe927e8
Merge pull request #751 from StevenPuttemans:add_thinning_algorithm
9 years ago
Alexander Alekhin
90fe437ecf
Merge pull request #759 from berak:fix_samples_cli
9 years ago
Maksim Shabunin
191d5c1de9
Merge pull request #747 from sbokov:color_constancy
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
Alexander Alekhin
3468ae572c
Merge pull request #733 from bpawlik:bm3d
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
Maksim Shabunin
73459049a3
Merge pull request #745 from sbokov:DISflow_improvement
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
Vadim Pisarevsky
65e2efdb7f
Merge pull request #724 from vbystricky:dnn_dcn
9 years ago
VBystricky
cc8442e435
Add CropLayer and EltWise layer implementation. Add sample for semantic segmentation network.
9 years ago
Vadim Pisarevsky
dd9b2eb4fb
Merge pull request #710 from VladX:optflow
9 years ago
Vadim Pisarevsky
9a342b5187
Merge pull request #707 from ludv1x:dnn
9 years ago
Alexander Alekhin
e7b5c81b9d
Merge pull request #731 from AlexeySpizhevoy:bif_descriptor
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
Maksim Shabunin
80063fd4a8
Merge pull request #736 from sbokov:color_constancy
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
sbokov
d2548239bb
Merge remote-tracking branch 'refs/remotes/opencv/master' into deepflow_acceleration
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
5146e0d2e4
Merge https://github.com/Itseez/opencv_contrib into optflow
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
Vadim Pisarevsky
159534a272
Merge pull request #732 from alalek:gnu_toolchain
9 years ago
Alexander Alekhin
38ece115a0
disable dnn for aarch64 platform
9 years ago
Maksim Shabunin
afcb7bb4cb
Merge pull request #727 from alalek:migration
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