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
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
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
8dcc2610eb
Merge remote-tracking branch 'origin/master' into dnn-python-bindings
...
# Conflicts:
# modules/dnn/samples/fcn_semsegm.cpp
# modules/dnn/src/caffe/caffe.proto
# modules/dnn/src/caffe/compiled/caffe.tar.gz
# modules/dnn/src/layers/crop_layer.cpp
# modules/dnn/src/layers/crop_layer.hpp
# modules/dnn/src/layers/eltwise_layer.cpp
# modules/dnn/src/layers/eltwise_layer.hpp
9 years ago
Vitaliy Lyudvichenko
0674b6f3a2
Rewriting FlattenLayer and small fixes
9 years ago
StevenPuttemans
5f816bb480
add thinning
9 years ago
Vitaliy Lyudvichenko
8e68d837de
Merge branch 'object_detection_sample_ssd' into dnn*
...
# Conflicts:
# modules/dnn/include/opencv2/dnn/blob.hpp
# modules/dnn/src/init.cpp
# modules/dnn/src/layers/concat_layer.cpp
# modules/dnn/src/layers/convolution_layer.cpp
# modules/dnn/src/layers/convolution_layer.hpp
# modules/dnn/src/layers/layers_common.cpp
# modules/dnn/src/layers/layers_common.hpp
# modules/dnn/src/layers/op_im2col.hpp
# modules/dnn/src/layers/pooling_layer.cpp
# modules/dnn/src/layers/pooling_layer.hpp
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
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
Marek Smigielski
337487d4cf
Add support for java in aruco module
9 years ago
Vitaliy Lyudvichenko
a62f7e1d89
Small refactoring of RNN layers
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
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