Valeriy Van
5a71bde79a
Changes existential NSStringFromSelector(_cmd) for straightforward __FUCNTION__
9 years ago
Valeriy Van
517be4bfa9
Changes [error localizedDescription] for [error description] in NSLog
...
There's no sense to log error messages in user’s locale.
Imagine you’re trying to guess what's going on decrypting logs in hebrew, arabic, slavic. localizedDescription is for end user messages, not for logs.
9 years ago
Valeriy Van
31e790da33
Fixes spelling in NSLog
9 years ago
Vadim Pisarevsky
40b870704e
add 2 extra methods to ml::TrainData ( #7169 )
...
* expose 2 extra methods from ml::TrainData: getNames() and getVarSymbolFlags(). The first one returns text labels from CSV (if the data has been loaded from CSV); the second one returns a matrix of boolean values; its n-th element is 1 iff the corresponding column in the CSV uses symbolic names, not numbers.
* check that the dynamic_cast succeeds
9 years ago
Vadim Pisarevsky
5ddd25313f
Add Grana's connected components algorithm for 8-way connectivity. ( #6823 )
...
* Add Grana's connected components algorithm for 8-way connectivity. That algorithm is faster than Wu's one (currently implemented in opencv). For more details see https://github.com/prittt/YACCLAB .
* New functions signature and distance transform compatibility
* Add tests to imgproc/test/test_connectedcomponents.cpp
* Change of test_connectedcomponents.cpp for c++98 support
9 years ago
Vadim Pisarevsky
4f0f5a24ef
Merge pull request #7158 from sturkmen72:documentation_fix
9 years ago
Vadim Pisarevsky
e00e8ebea9
Merge pull request #7149 from Cartucho:patch-1
9 years ago
Vadim Pisarevsky
2b6da67e17
Merge pull request #7093 from mshabunin:openvx_hal
9 years ago
Vadim Pisarevsky
3ed948a822
Merge pull request #7167 from alalek:modules_deps
9 years ago
Vadim Pisarevsky
e21fed3c4f
Merge pull request #7172 from valeriyvan:iosfixes
9 years ago
Valeriy Van
f1db065c10
Unifies Obj-C property attributes changing retain to strong
...
strong and retain are synonymous but using strong along with obsolete synonym retain in one file is negligent
9 years ago
Maksim Shabunin
ae3dfa80db
OpenVX HAL
9 years ago
Alexander Alekhin
554017673a
Merge pull request #7162 from kurenai:update_png
9 years ago
Alexander Alekhin
063ac74369
fix modules deps
9 years ago
Alexander Alekhin
da5ead2c23
Merge pull request #7166 from tomoaki0705:brushUpFp16
9 years ago
kurenai
b0a3b42287
Update libpng to 1.6.24
...
Enable SSE optimization
9 years ago
Tomoaki Teshima
c5d7791b67
brush up fp16 implementation
...
* DRY
* switch to Cv32suf and remove fp32Int32
* add Cv16suf
9 years ago
Vadim Pisarevsky
b03e3abd62
Merge pull request #7088 from wiryls:FileStorageJSON
9 years ago
MYLS
47f2e618ee
Add two tests.
...
- one test for type_id;
- another for comments in JSON;
9 years ago
Vadim Pisarevsky
b1302cdb06
Merge pull request #7157 from valeriyvan/patch-1
...
Fixes spelling in comment
9 years ago
Suleyman TURKMEN
fcc28fecb6
Make Up
9 years ago
Valeriy Van
574f319c74
Fixes spelling in comment
9 years ago
Alexander Alekhin
b3b434e221
Merge pull request #7141 from lupustr3:pvlasov/instrumentation_extension
9 years ago
Alexander Alekhin
3d5700655f
Merge pull request #7150 from mpkh:patch-1
9 years ago
mpkh
01d2e7af71
fix building on FreeBSD
...
resolve undeclared identifier close error
9 years ago
Vadim Pisarevsky
4c75872e0f
Merge pull request #6937 from catree:add_peopledetect_sample
9 years ago
Vadim Pisarevsky
5ee2051863
Merge pull request #7142 from alalek:fix_hls_test_check
9 years ago
Cartucho
d482b5c102
Update hull_demo.cpp
...
The Mat "src_copy" is never used.
9 years ago
Alexander Alekhin
413e985907
Merge pull request #7145 from Bleach665:vs2010_fix
9 years ago
Bleach
b4b83f2f29
casting to fix vs2010 compile error
9 years ago
Vadim Pisarevsky
5903c7257e
Merge pull request #7122 from haikusw:UIImageAlphaToMatFix
9 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
9 years ago
Alexander Alekhin
86a515fdae
imgproc: fix accuracy check for HLS cvtColor
9 years ago
Alexander Alekhin
bf4c5bef7f
Merge pull request #7135 from lupustr3:pvlasov/icv_restrictions_remove
9 years ago
Pavel Vlasov
680ca88ce0
Outdated ICV restrictions were removed;
9 years ago
Vadim Pisarevsky
0f716cdf33
Merge pull request #7108 from K-Shinotsuka:issue16
9 years ago
Alexander Alekhin
93e5947f55
Merge pull request #7101 from lupustr3:pvlasov/instrumentation
9 years ago
Alexander Alekhin
fd1da009a8
Merge pull request #7129 from paroj:mousecallback-dry-code
9 years ago
Vadim Pisarevsky
2f069c108f
Merge pull request #6945 from sturkmen72:update_documentation
9 years ago
Vadim Pisarevsky
d22c6855c3
Merge pull request #6855 from yigitsoy:patch-1
9 years ago
Vadim Pisarevsky
ea1f885be1
Merge pull request #7055 from gylns:master
9 years ago
Vadim Pisarevsky
66e94467dc
Merge pull request #7087 from terfendail/master
...
Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON
9 years ago
Vadim Pisarevsky
2a4252e117
Merge pull request #7097 from JoeHowse:master
9 years ago
Vadim Pisarevsky
9e6575428d
Merge pull request #7111 from sovrasov:mkl_lapack
9 years ago
Vadim Pisarevsky
8568914c03
Merge pull request #7125 from alalek:cmake_apple_usr_local_lib
9 years ago
Alexander Alekhin
46bd49ef8a
Merge pull request #7126 from paroj:buttonlayout
9 years ago
Alexandr Kondratev
46bfdbaf82
highgui: window_QT mousecallback code refactored using DRY
9 years ago
Alexander Alekhin
241df6c6a8
Merge pull request #6972 from vicproon:fix_6836_other_places
9 years ago
Alexander Alekhin
5d7ee48031
Merge pull request #7085 from sovrasov:hal_doc_fix
9 years ago
Alexander Alekhin
185fe7aa1b
Merge pull request #7094 from terfendail:MSER_fix
9 years ago