Vadim Pisarevsky
864b4e3b26
Merge pull request #3873 from Dmitry-Me:reduceVariableScope10
10 years ago
Alexander Alekhin
13a9d4a61f
Merge pull request #3888 from alalek:fix_build
10 years ago
Alexander Alekhin
d326c77007
fix build (related to PR #3814 )
10 years ago
Vadim Pisarevsky
4b0543c887
Merge pull request #3883 from kmsquire:python_cmake_fix
10 years ago
Vadim Pisarevsky
fa9c9e791b
Merge pull request #3876 from vpisarev:mjpeg_codec
10 years ago
Vadim Pisarevsky
ff682a30b3
Merge pull request #3872 from mshabunin:add-rst-link
10 years ago
Alexander Alekhin
d279f127c1
Merge pull request #3884 from mshabunin:fix-vc10-build
10 years ago
Vadim Pisarevsky
602d2c33c0
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
10 years ago
Maksim Shabunin
56b02331f7
Commented unused constants in the RHO algorithm
10 years ago
Maksim Shabunin
fab2a947ca
Fix build for VC10
10 years ago
Kevin Squire
5e354fa844
Allow PYTHON_LIBRARY and PYTHON_INCLUDE_DIR to actually be overridden
10 years ago
Vadim Pisarevsky
77cbddf715
Merge pull request #3847 from mshabunin:android-build
10 years ago
Vadim Pisarevsky
1381564a84
Merge pull request #3880 from vpisarev:fix_emd
10 years ago
Vadim Pisarevsky
10e0540e61
Merge pull request #3871 from potpath:patch-1
10 years ago
Vadim Pisarevsky
b123870871
Merge pull request #3868 from Dikay900:fix_cudalegacy_without_cudaimgproc
10 years ago
Vadim Pisarevsky
b91313a84e
initialize the output flow in EMD (thanks to Daniel DeMenthon for the bug report)
10 years ago
Vadim Pisarevsky
eff302a231
Merge pull request #3875 from alalek:fix_build
10 years ago
Vadim Pisarevsky
8d1232cc7a
fixed warnings; transpose qtab to make it compatible with neon branch
10 years ago
Vadim Pisarevsky
109b696599
Merge pull request #3878 from mshabunin:fix-python
10 years ago
Maksim Shabunin
e94dfcee0d
Add python test for inheritance structure generation
10 years ago
Maksim Shabunin
82adf7955f
Fix python submodules inheritance detection
10 years ago
Vadim Pisarevsky
3df6b6fdcf
added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG"
10 years ago
Alexander Alekhin
32da602bf7
fix build (related to PR #3814 )
10 years ago
Dmitry-Me
75a65542ba
Reduce variables scope
10 years ago
Vadim Pisarevsky
97bdc92d1b
Merge pull request #3870 from Dmitry-Me:reduceVariableScope9
10 years ago
Maksim Shabunin
313e799df5
Add link to old documentation format
10 years ago
Dikay900
3465cef689
disable cuda::OpticalFlowNeedleMap if configured without cudaimgproc
...
disable cuda::FastOpticalFlowBM if configured without cudaarithm
10 years ago
potpath
86c7d601b0
Fix a typo in template_matching.markdown
...
Fix a typo in first equation under method=CV_TM_CCOEFF.
10 years ago
Vadim Pisarevsky
0545aeb11b
Merge pull request #3670 from obilaniu:master
10 years ago
Vadim Pisarevsky
bd7c78ffd5
Merge pull request #3866 from tdsmith:python-linkage
10 years ago
Dmitry-Me
6318409a5d
Reduce variable scope
10 years ago
Vadim Pisarevsky
f6c561a01b
Merge pull request #3634 from mshabunin:transition-guide
10 years ago
Maksim Shabunin
dddba2637f
Changed Android Manager version to 3.0
10 years ago
Vadim Pisarevsky
5501cfd809
Merge pull request #3814 from erikrk:denoising-16bit-master
10 years ago
Vadim Pisarevsky
7ea0239776
Merge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master
10 years ago
Vadim Pisarevsky
3c51fdffac
Merge pull request #3849 from Dikay900:fix_tilted_features_crash
10 years ago
Vadim Pisarevsky
f7f10a7d2c
Merge pull request #3854 from Dmitry-Me:reduceVariableScope8
10 years ago
Vadim Pisarevsky
d7cb99254e
Merge pull request #3858 from MSOpenTech:fix-ml-test
10 years ago
Vadim Pisarevsky
70ff448067
Merge pull request #3859 from NewProggie:fix-doc-typo
10 years ago
Vadim Pisarevsky
54deb5ed5a
Merge pull request #3860 from theodr:document_hconcat_vconcat
10 years ago
Vadim Pisarevsky
72b3dcd8b5
Merge pull request #3861 from wangyan42164:cascade_optimizing
10 years ago
Vadim Pisarevsky
174593643c
Merge pull request #3863 from MSOpenTech:fix_winrt_linker
10 years ago
Vadim Pisarevsky
dec722b2ee
Merge pull request #3864 from MSOpenTech:removed-unused-winrttest
10 years ago
Vadim Pisarevsky
f18eba44f8
Merge pull request #3867 from RafaRuiz:patch-1
10 years ago
theodore
02c3d8d792
documentation for the hconcat and vconcat functions
10 years ago
RafaRuiz
660a53e0e0
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
Tim D. Smith
b9b743bbe3
Don't explicitly link Python on OS X
...
Explicitly linking to a Python framework on OS X prevents modules from
being built against one Python (i.e. system python) and imported from
another (i.e. Homebrew python); the interpreter segfaults if there's a
linkage to a foreign Python. Building the module with `-undefined
dynamic_lookup` instead of an explicit link allows the symbols to be
resolved at load time from a compatible python.
10 years ago
Erik Karlsson
01d3df0d00
Added normType parameter to fastNlMeansDenoisingMulti
10 years ago
Erik Karlsson
70a64ebe72
Added test cases
10 years ago
Erik Karlsson
5f8d688664
Added parameter normType to fastNlMeansDenoising
10 years ago