Roman Donchenko
592122bf4f
Install data on Windows
...
Because why not?
(cherry picked from commit e8a7394009
)
Conflicts:
data/CMakeLists.txt
10 years ago
Roman Donchenko
1a3273a7e3
Remove useless CPACK_*_COMPONENT_INSTALL variables
...
They don't actually do anything. And even if they did, all components are
enabled by default, anyway.
(cherry picked from commit 49fe496914
)
Conflicts:
cmake/OpenCVPackaging.cmake
10 years ago
Roman Donchenko
34ad2e0fa4
Fix a memory leak in CvCapture_FFMPEG::close
...
FFmpeg now requires that frames allocated with avcodec_alloc_frame are
freed with avcodec_free_frame.
(cherry picked from commit 77578d415f
)
Conflicts:
modules/highgui/src/cap_ffmpeg_impl.hpp
10 years ago
Roman Donchenko
1858b5cfba
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
(cherry picked from commit 3d46c1f960
)
Conflicts:
doc/CMakeLists.txt
10 years ago
Roman Donchenko
6274e1fc5f
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
...
... before any exceptions occur.
(cherry picked from commit 08da247a87
)
10 years ago
Roman Donchenko
6b8ebf3e94
Fix memory leaks appearing when cvOpenFileStorage throws
...
(cherry picked from commit 16ce114e0c
)
10 years ago
Vadim Pisarevsky
baf191fab2
Merge pull request #3771 from mshabunin:arm-round
10 years ago
Vadim Pisarevsky
3ee03a860d
Merge pull request #3803 from Dmitry-Me:doubleUsedAsBoolean
10 years ago
Vadim Pisarevsky
368213290f
Merge pull request #3806 from enpe:master
10 years ago
Vadim Pisarevsky
192e630cb8
Merge pull request #3807 from guopei:patch-1
10 years ago
Vadim Pisarevsky
a9ce2333c3
Merge pull request #3808 from guopei:patch-2
10 years ago
Vadim Pisarevsky
64bd77cf4d
Merge pull request #3794 from vpisarev:ubuntu_x86_fixes
10 years ago
guopei
f94b22fa5e
grammar fix: then -> than
10 years ago
guopei
0e5c7720a4
grammar fix: a -> the
10 years ago
Nils Plath
ee55e4595c
- Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5:
...
modules/videoio/src/cap_gstreamer.cpp:577:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
filename = "v4lsrc ! "COLOR_ELEM" ! appsink";
^
modules/videoio/src/cap_gstreamer.cpp:585:32: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
filename = "v4l2src ! "COLOR_ELEM" ! appsink";
10 years ago
Dmitry-Me
135701feac
Double used as boolean for no reason
10 years ago
Vadim Pisarevsky
643bbb2d93
looks like Maksim was right; the new fix does not do the second attempt to detect python libs, it finds it correctly with the first attempt
10 years ago
Maksim Shabunin
ee2d7a1f39
Fixed warnings for iOS
10 years ago
Maksim Shabunin
451972f3cf
Added ARM implementation in cvRound function
...
- note: uses VFPv3 instructions
- also added overloaded cvRound variants with float and int parameters
- thanks to Marina Kolpakova from Itseez for idea
- thanks to developers from #llvm IRC channel for help with inline asm
10 years ago
Vadim Pisarevsky
4aa6d10a60
added Maksim's fix as well; they both handle correctly more cases than each of them individually
10 years ago
Vadim Pisarevsky
5d8a1bf813
explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only
10 years ago
Vadim Pisarevsky
361eb633f6
Merge pull request #3795 from samyak-268:sqr-filter-doc
10 years ago
Vadim Pisarevsky
fd7a76fe5d
Merge pull request #3796 from enpe:master
10 years ago
Vadim Pisarevsky
092f599aac
Merge pull request #3797 from Dmitry-Me:reduceVariableScope6
10 years ago
Vadim Pisarevsky
a65dbc5dcd
Merge pull request #3793 from sanuj:master
10 years ago
Vadim Pisarevsky
8c69266cbf
Merge pull request #3786 from jviney:fix_background_subtractor_knn_width_step
10 years ago
Dmitry-Me
2fb4178f7c
Reduce variable scope
10 years ago
Nils Plath
32d56c6b43
Fixed: wrong conversion of float-based Mat input inside the AKAZE.
10 years ago
Samyak Datta
20efcff166
Added doxygen comments for sqrBoxFilter() method
10 years ago
Alexander Alekhin
4e87deae28
Merge pull request #3790 from StevenPuttemans:fix_cmakelist_annotation_master
10 years ago
Vadim Pisarevsky
7a52c3d9f1
1) make sure Python 2.7 is detected on Ubuntu (including libs) when it's there.
...
2) disable IPP on 32-bit Linux when OpenCV is built as shared libs. Otherwise we get linker errors
3) disable IPP's minMaxIdx 32-bit floating-point flavor in a hope that it fixes some test failures
10 years ago
sanuj
1f53b65511
Fix documentation in python binding tutorial
10 years ago
StevenPuttemans
217f628915
update cmakelists for annotation tool
10 years ago
Vadim Pisarevsky
2baf1a3c9f
Merge pull request #3788 from berak:fix_features2d_tut
10 years ago
Vadim Pisarevsky
aa113c5a85
Merge pull request #3787 from Dmitry-Me:fixNullPointerDereference2
10 years ago
berak
b7f2a4da69
fix features2d tutorials
10 years ago
Dmitry-Me
d164d51380
Fix potential null pointer dereference
10 years ago
Vadim Pisarevsky
f9b8ce1d25
Merge pull request #3784 from ilya-lavrenov:nvidia_android
10 years ago
Jonathan Viney
4f24dc0959
Fix KNN background subtraction not honoring width step.
10 years ago
Vadim Pisarevsky
0b99f6bcd6
Merge pull request #3777 from ilya-lavrenov:nvidia_cvtcolor_eps
10 years ago
Ilya Lavrenov
cf4c79ebdd
disabled some kernels for Android && NVidia
10 years ago
Vadim Pisarevsky
e4bc592c46
Merge pull request #3583 from oresths:tbb_canny
10 years ago
Vadim Pisarevsky
ebac739a35
Merge pull request #3781 from Dmitry-Me:dangerousStringManipulation
10 years ago
Dmitry-Me
f8c454733b
Remove dangerous string manipulation, merge declaration with assignment
10 years ago
Vadim Pisarevsky
4bb496409c
Merge pull request #3779 from Dmitry-Me:uniformComputationOfVariableSize
10 years ago
Vadim Pisarevsky
c9ea878d10
Merge pull request #3722 from berak:py_houghlines_sample
10 years ago
Vadim Pisarevsky
4701b22e14
Merge pull request #3607 from soyersoyer:yuyv_pixfmt
10 years ago
Vadim Pisarevsky
dcff28b778
Merge pull request #3717 from Dmitry-Me:removeUnneededIndirections
10 years ago
Dmitry-Me
c587bae997
Uniform computation of variable size
10 years ago
Vadim Pisarevsky
62b8895814
Merge pull request #3654 from StevenPuttemans:add_annotation_master
10 years ago