Roman Donchenko
|
efafd4a9e5
|
Merge pull request #2380 from jet47:fix-3562
|
11 years ago |
Vladislav Vinogradov
|
7fd21d217a
|
fix bug #3562:
add missing __syncthreads to edgesHysteresisLocalKernel
|
11 years ago |
Roman Donchenko
|
ce42593fe6
|
Merge pull request #2368 from asmorkalov:ocv_gcc48_warning_fix
|
11 years ago |
Roman Donchenko
|
7cbc4e88de
|
Merge pull request #2357 from akarsakov:fix_ipp_compilation_linux
|
11 years ago |
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
11 years ago |
Roman Donchenko
|
8754adc021
|
Merge pull request #2371 from ilya-lavrenov:typo
|
11 years ago |
Roman Donchenko
|
af9368d35f
|
Merge pull request #2370 from ilya-lavrenov:cuda_nlm_typo
|
11 years ago |
Roman Donchenko
|
c35dab9046
|
Merge pull request #2359 from SpecLad:moments-no-vectorize
|
11 years ago |
Roman Donchenko
|
6f19ef8631
|
Merge pull request #2361 from alekcac:ios_camera_changes
|
11 years ago |
Roman Donchenko
|
5cb2d1c20d
|
Merge pull request #2338 from asmorkalov:ocv_gcov
|
11 years ago |
Ilya Lavrenov
|
e460a29cab
|
typo
|
11 years ago |
Ilya Lavrenov
|
da9bdf9c15
|
fixes typo and unused variables
|
11 years ago |
Alexander Shishkov
|
77df5948e7
|
removed trailing spaces
|
11 years ago |
Roman Donchenko
|
e35d98e566
|
Worked around an apparent GCC bug in moments.
|
11 years ago |
Roman Donchenko
|
b7659c62f3
|
Merge pull request #2366 from yashdv:mat_copyto_doc_bug
|
11 years ago |
yash
|
394c74b349
|
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
|
11 years ago |
Andrey Pavlenko
|
e6420c523d
|
Merge pull request #2235 from alalek:ocl_svm_perf_test
|
11 years ago |
Alexander Smorkalov
|
de6d13088f
|
gcov tool support added.
|
11 years ago |
Roman Donchenko
|
689589ebaa
|
Merge pull request #2365 from yashdv:image_tutorial_doc_bug
|
11 years ago |
Roman Donchenko
|
95d7ecb33f
|
Merge pull request #2364 from ilya-lavrenov:unused_field
|
11 years ago |
Roman Donchenko
|
13182da945
|
Merge pull request #2363 from alekcac:introduction_tut_fix
|
11 years ago |
Roman Donchenko
|
a0a4f6c23d
|
Merge pull request #2362 from alekcac:docs_style_change
|
11 years ago |
Roman Donchenko
|
224124b69e
|
Merge pull request #2360 from Evgenij-Gr:XLSreport
|
11 years ago |
yash
|
38ef8894b7
|
Made a sentence in the doc for Mat::copyTo more clearer
|
11 years ago |
yash
|
017a282c7a
|
Minor error in the documentation Load and Save Image
|
11 years ago |
Ilya Lavrenov
|
01527c44fd
|
removed unused field
|
11 years ago |
Alexander Shishkov
|
a8eab26bae
|
fixed incorrect code in introduction tutorial
|
11 years ago |
Alexander Shishkov
|
63235f51f0
|
fixed year in copyright
|
11 years ago |
Alexander Shishkov
|
cc529d971b
|
removed tabs
|
11 years ago |
Evgeniy
|
8236181c62
|
Added more colorizing options to XLS generating script
|
11 years ago |
Alexander Karsakov
|
01a980aa9e
|
Fixed compilation with IPP on Linux. Added linking with Intel compiler runtime libraries.
|
11 years ago |
Roman Donchenko
|
e8d26b02ac
|
Merge pull request #2339 from jet47:gpu-warnings
|
11 years ago |
Roman Donchenko
|
7358b44222
|
Merge pull request #2343 from yashdv:template_matching_doc_fix
|
11 years ago |
Marijan Vukcevich
|
9a98cd6e65
|
Update cap_ios_abstract_camera.mm
AVCaptureVideoPreviewLayer setOrientation is depricated. This fixes the warning and provides backward compatibility.
|
11 years ago |
Roman Donchenko
|
b6dafed5ba
|
Merge pull request #2342 from yashdv:android_doc_fix
|
11 years ago |
Roman Donchenko
|
8cbb284b7b
|
Merge pull request #2348 from ilya-lavrenov:typo
|
11 years ago |
Roman Donchenko
|
9fcb0b2201
|
Merge pull request #2349 from jet47:fix-bug-3552
|
11 years ago |
Roman Donchenko
|
aad289a3a2
|
Merge pull request #2344 from kirill-kornyakov:replace-gittip-button
|
11 years ago |
Vladislav Vinogradov
|
150e522bee
|
fix bug #3552:
replace std::swap with own code
|
11 years ago |
Ilya Lavrenov
|
510680a5df
|
typo
|
11 years ago |
Anatoly Baksheev
|
03bd82796d
|
source compatibility with master
|
11 years ago |
Anatoly Baksheev
|
56754e907d
|
fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed.
|
11 years ago |
Anatoly Baksheev
|
1a5dfe421d
|
Added WidgetMerger, Polyline - colors support for each point independently, simple widgets now compute color array instead of setting global color
|
11 years ago |
Kirill Kornyakov
|
ed1aa73dd3
|
Replaced Gittip button
|
11 years ago |
yash
|
cce225f6e9
|
fixed doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
|
11 years ago |
yash
|
e2f5001b11
|
fixed doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
|
11 years ago |
Vladislav Vinogradov
|
8b8c368148
|
fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo)
|
11 years ago |
Alexander Alekhin
|
d1606b4aa3
|
ocl: added SVM perf test
|
11 years ago |
Roman Donchenko
|
e0d991cf46
|
Merge pull request #2335 from jet47:gpu-alphacomp-test
|
11 years ago |
Roman Donchenko
|
fa272c43c2
|
Merge pull request #2323 from stuart8c:issue2601_2.4_fix_16bit_tiff_reading_on_big_endian_host
|
11 years ago |