Roman Donchenko
57c1e8f333
Merge pull request #1242 from asmorkalov:android_native_cam
11 years ago
Roman Donchenko
504ebda7c4
Merge pull request #1235 from WonderRico:bugfix_dshow
11 years ago
WonderRico
d067749c21
fix _index / index
11 years ago
Roman Donchenko
98cd04c191
Merge pull request #1163 from kdrobnyh:Morphology
11 years ago
Roman Donchenko
314f3d84e1
Merge pull request #1246 from StevenPuttemans:bugfix_3206
11 years ago
StevenPuttemans
d11746e56d
Added fix mentioned in bug #3206
...
VideoWriter memory leak solved.
11 years ago
WonderRico
a048387376
fix formating
12 years ago
Roman Donchenko
8d39350b4d
Merge pull request #1239 from Daniil-Osokin:fix_build_of_camera_calibration_android_sample
12 years ago
Alexander Smorkalov
fff91eef0b
Native camera libraries updated.
...
Android 4.3 support added;
ANY camera index support fixed;
applyProperties now uses camera->reconnect() instead close/connect for Android 4.x.
12 years ago
Roman Donchenko
167abf0dae
Merge pull request #1244 from vkocheganov:bugfix_3179
12 years ago
kocheganovvm
e4b201be25
Fix unsequenced modifications (Bug #3179 ).
12 years ago
kdrobnyh
7da5fa01d4
Removed extra {} in erosion and dilation functions
12 years ago
Roman Donchenko
79b6f68f54
Merge pull request #1233 from vpisarev:24_ipp_78
12 years ago
Daniil Osokin
65c5c4df70
Fixed build of camera calibration android sample
12 years ago
Vadim Pisarevsky
d5539975d7
polished the patch
12 years ago
Andrey Pavlenko
1c55096c01
Merge pull request #1232 from StevenPuttemans:fix_wrong_documentation
12 years ago
StevenPuttemans
ed76b2f98f
Like mentioned by Andrei Pavlenko after merging pullrequest #1206 , a wrong
...
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
12 years ago
Roman Donchenko
92c823f82f
Merge pull request #1237 from SpecLad:xls-separate-wh
12 years ago
Roman Donchenko
e23f31311d
xls-report.py: separated image width and height for easier analysis.
12 years ago
Roman Donchenko
95bdd4b670
Merge pull request #1189 from pengx17:2.4_sort_by_key
12 years ago
Andrey Pavlenko
a7da129984
Merge pull request #1187 from kdrobnyh:mean_and_sum
12 years ago
Andrey Pavlenko
e0659a5967
Merge pull request #1231 from SpecLad:static-ts
12 years ago
WonderRico
7e7fb0b75d
Bug #3201 fix
12 years ago
Vadim Pisarevsky
10fde1ca5c
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
12 years ago
Roman Donchenko
131458847b
Make ts always static.
...
This allows us to forget about the GTEST_(CREATE|LINKED_AS)_SHARED_LIBRARY
macros and to get rid of the dependency on cvconfig.h.
12 years ago
Roman Donchenko
2911b12145
Merge pull request #1216 from alekcac:sphinx
12 years ago
Alexander Shishkov
b84b8db277
Removed useless .*
12 years ago
Roman Donchenko
b2d1d87ed1
Merge pull request #1225 from apavlenko:fix_format_security
12 years ago
Roman Donchenko
4fb2e9a85a
Merge pull request #1196 from rdm12:bugfix_3121_cvtcolor
12 years ago
Roman Donchenko
d92b638768
Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly
12 years ago
Andrey Pavlenko
7b0734caf9
fixing java test after fix in OpenCV library
12 years ago
Andrey Pavlenko
a06891851d
fixing compilation with `-Werror=format-security` enabled
12 years ago
Andrey Pavlenko
6483754860
Merge pull request #1220 from asmorkalov:msmf_sizet_fix
12 years ago
Andrey Pavlenko
af8a03e17f
Merge pull request #1222 from philippefoubert:branch_2.4_pvapi
12 years ago
Alexander Smorkalov
aada5f7844
Difference in method definition and declaration fixed (Bug #3189 ).
12 years ago
Andrey Pavlenko
a2ff1b07b3
Merge pull request #1219 from asmorkalov:winrt_neon
12 years ago
Alexander Smorkalov
2243118fc0
NEON instruction set enabled for WIN32 on ARM by default.
12 years ago
Alexander Shishkov
afd7429cbd
Update OpenCVDetectPython.cmake
...
On my MacOS the output of the sphinx-build binary is the following:
Error: Insufficient arguments.
Sphinx v1.2b1
Usage: /usr/local/bin/sphinx-build [options] sourcedir outdir [filenames...]
...
I have installed sphinx, but without this change HAVE_SPHINX==0 for me, so I can't build docs.
12 years ago
Andrey Pavlenko
ee8687ba19
Merge pull request #1214 from StevenPuttemans:feature_3169_others
12 years ago
Andrey Pavlenko
f0d854ce39
Merge pull request #1205 from asmorkalov:winrt_api_cert_fix
12 years ago
StevenPuttemans
f28496c628
Added sample links in documentation for python2, ocl and gpu
12 years ago
Alexander Smorkalov
63786c389f
Warning and review notes fixes.
...
WITH_WINRT -> ENABLE_WINRT_MODE;
Some temporary char* replaced with Ptr<char>;
Build fix for regular WIN32;
Windows Platform SDK and MSVC search added to cmake;
Warinig fixes.
12 years ago
Andrey Pavlenko
add2ea75c3
Merge pull request #1212 from jet47:gpu-calc-hist
12 years ago
Vladislav Vinogradov
55cb26551f
use NPP version for Fermi
12 years ago
Vladislav Vinogradov
a28cb99e88
optimized version of histEven for CV_8UC1
12 years ago
Vladislav Vinogradov
bfca1afd9e
rewrite histEven test
12 years ago
Vladislav Vinogradov
c8d1fccdac
compare cv::gpu::calcHist with cv::calcHist
12 years ago
Alexander Smorkalov
e03ffde346
WinRT API Certification fixes for core and contrib.
12 years ago
Alexander Smorkalov
62b85a41da
TLS calls on WinRT replaced on variables with C++11 "thread" attribute.
12 years ago
Alexander Smorkalov
6257df1c4b
API restricted on WinRT partially removed from core.
...
Additional CMAKE flag WITH_WINRT added.
12 years ago