Alexander Alekhin
413e985907
Merge pull request #7145 from Bleach665:vs2010_fix
8 years ago
Bleach
b4b83f2f29
casting to fix vs2010 compile error
8 years ago
Vadim Pisarevsky
5903c7257e
Merge pull request #7122 from haikusw:UIImageAlphaToMatFix
8 years ago
Alexander Alekhin
bf4c5bef7f
Merge pull request #7135 from lupustr3:pvlasov/icv_restrictions_remove
8 years ago
Pavel Vlasov
680ca88ce0
Outdated ICV restrictions were removed;
8 years ago
Vadim Pisarevsky
0f716cdf33
Merge pull request #7108 from K-Shinotsuka:issue16
8 years ago
Alexander Alekhin
93e5947f55
Merge pull request #7101 from lupustr3:pvlasov/instrumentation
8 years ago
Alexander Alekhin
fd1da009a8
Merge pull request #7129 from paroj:mousecallback-dry-code
8 years ago
Vadim Pisarevsky
2f069c108f
Merge pull request #6945 from sturkmen72:update_documentation
8 years ago
Vadim Pisarevsky
d22c6855c3
Merge pull request #6855 from yigitsoy:patch-1
8 years ago
Vadim Pisarevsky
ea1f885be1
Merge pull request #7055 from gylns:master
8 years ago
Vadim Pisarevsky
66e94467dc
Merge pull request #7087 from terfendail/master
...
Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON
8 years ago
Vadim Pisarevsky
2a4252e117
Merge pull request #7097 from JoeHowse:master
8 years ago
Vadim Pisarevsky
9e6575428d
Merge pull request #7111 from sovrasov:mkl_lapack
8 years ago
Vadim Pisarevsky
8568914c03
Merge pull request #7125 from alalek:cmake_apple_usr_local_lib
8 years ago
Alexander Alekhin
46bd49ef8a
Merge pull request #7126 from paroj:buttonlayout
8 years ago
Alexandr Kondratev
46bfdbaf82
highgui: window_QT mousecallback code refactored using DRY
8 years ago
Alexander Alekhin
241df6c6a8
Merge pull request #6972 from vicproon:fix_6836_other_places
8 years ago
Alexander Alekhin
5d7ee48031
Merge pull request #7085 from sovrasov:hal_doc_fix
8 years ago
Alexander Alekhin
185fe7aa1b
Merge pull request #7094 from terfendail:MSER_fix
8 years ago
Alexander Alekhin
fde4e8fed9
cmake: add /usr/local/lib on Apple platform
8 years ago
Pavel Vlasov
a462d76a95
Implementations instrumentation framework for OpenCV performance system;
8 years ago
Pavel Rojtberg
e4cf3297c7
highgui: allow specifying that a button should create a new buttonbar
8 years ago
Alexander Alekhin
89833fa073
Merge pull request #7095 from PkLab:fix_rho&phi_doc
8 years ago
Sovrasov
a3b4d4608d
Static Lapack linkage
8 years ago
Morrison
ca318e7099
handle images with alpha better
...
UIImages with alpha were ending up with garbage pixels in background (random memory values). Need to initialize matrix pixels before drawing UIImage with alpha on it.
Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
8 years ago
Alexander Alekhin
45a21555c7
Merge pull request #7117 from patsp:fix_tiff_imdecode_remove_temporary_file
8 years ago
Maksim Shabunin
d1d8c7d8a6
Merge pull request #7056 from ludv1x:python-extra-bindings
8 years ago
PkLab.net
4b099e8ade
Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics.
8 years ago
Vitaliy Lyudvichenko
ab8de8f506
Adding of user-defined type conversions for python bindings inside module directories
...
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
8 years ago
Maksim Shabunin
48aa1234d9
Merge pull request #7082 from souch55:Fixmerge
8 years ago
Maksim Shabunin
84d71fae48
Merge pull request #7091 from alalek:reduce_precommit_ios_build
8 years ago
Patrick Spettel
84e1712659
Fix temporary file removal in imdecode for tiff
...
The TiffDecoder keeps an open file handle.
As a consequence the file cannot be removed
before the TiffDecoder closes the file.
8 years ago
LaurentBerger
42b763e6b7
Canny with own gradient ( #6664 )
...
* example using the Canny algorithm with custom image gradient.
* Modified example to integrate new function canny with custom gradient
8 years ago
Alexander Alekhin
e884bbabcb
Merge pull request #7110 from tomoaki0705:featureUniversalIntrinsicAccumulate
8 years ago
Suleyman TURKMEN
bb6f65c199
Update documentation ( tutorials )
8 years ago
Vitaly Tuzov
62c1a5a152
Replaced quiet return from MSER:detectRegion function with exeption throwing to notify user in case small image is processed
8 years ago
k-shinotsuka
3faaabd6f4
improve YCrCb2RGB_i<uchar>()
8 years ago
Maksim Shabunin
cd943cc60d
Merge pull request #7106 from lupustr3:pvlasov/ipp_hal_fix
8 years ago
Maksim Shabunin
031076ab93
Merge pull request #7077 from LaurentBerger:I7063
8 years ago
Maksim Shabunin
b9ea59df35
Merge pull request #6995 from PkLab:i6746_naming_videoio_enums
8 years ago
Tomoaki Teshima
4f7679cf51
use universal intrinsic in accumulate series
...
* accumulate, accumulateSquare, accumulateProduct and accumulateWeighted
8 years ago
will hunt
ac2d79fd67
MSER: all test passed.
...
1. if a component's variation is a global minimum than it should be a local minimum
2. for the small image with invert and blur, the MSERs number should be 20
8 years ago
Pavel Vlasov
3860b8db02
IPP was enabled in mathfuncs_core;
...
Exp and Log IPP implementations are changed to hal interface;
8 years ago
Alexander Alekhin
658e4c3db6
Merge pull request #7104 from alalek:port_6106
8 years ago
Ilya Lavrenov
1b3f634843
fixed compilation warning
8 years ago
Alexander Alekhin
1fb1088b7d
Merge pull request #7102 from lupustr3:pvlasov/ipp_switch_fix
8 years ago
Vitaly Tuzov
9db93d773d
Fix for MSER::detectRegions crash on images with either dimension less than 3
8 years ago
Vitaly Tuzov
d8dc6caf09
Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON
8 years ago
Pavel Vlasov
8bcec7d77f
IPP enabling fix and typo fix;
8 years ago