StevenPuttemans
|
720fd144ef
|
add fit ellipse technique notice
|
2015-02-23 14:59:40 +01:00 |
|
Vadim Pisarevsky
|
65e4df751c
|
Merge pull request #3705 from SpecLad:unused-nNull
|
2015-02-19 18:40:22 +00:00 |
|
Alexander Alekhin
|
4e8aac5308
|
Merge pull request #3683 from SeninAndrew:2.4
|
2015-02-18 17:15:10 +00:00 |
|
Vadim Pisarevsky
|
a649aea82a
|
Merge pull request #3699 from SpecLad:rm-component-install
|
2015-02-18 13:55:07 +00:00 |
|
Vadim Pisarevsky
|
4fcfcfd002
|
Merge pull request #3663 from eliteraspberries:ffmpeg-dylib
|
2015-02-18 12:50:10 +00:00 |
|
Roman Donchenko
|
d218f28070
|
cap_msmf.hpp: fix a warning about nNull being unused
The two functions featuring nNull are not particularly needed, so
I simply removed them.
|
2015-02-16 19:31:51 +03:00 |
|
Vadim Pisarevsky
|
6a3a6416d7
|
Merge pull request #3698 from SpecLad:avcodec-free-frame
|
2015-02-16 11:33:00 +00:00 |
|
Vadim Pisarevsky
|
9e3a826263
|
Merge pull request #3697 from tomi44g:2.4
|
2015-02-16 11:28:02 +00:00 |
|
Roman Donchenko
|
8714219dab
|
Merge pull request #3695 from SpecLad:fix-hdc-tautology
|
2015-02-13 14:09:07 +00:00 |
|
Roman Donchenko
|
6c4b3c1efe
|
Merge pull request #3693 from SpecLad:no-absolute-destinations
|
2015-02-13 14:06:54 +00:00 |
|
Roman Donchenko
|
49fe496914
|
Remove useless CPACK_*_COMPONENT_INSTALL variables
They don't actually do anything. And even if they did, all components are
enabled by default, anyway.
|
2015-02-13 15:31:19 +03:00 |
|
Roman Donchenko
|
77578d415f
|
Fix a memory leak in CvCapture_FFMPEG::close
FFmpeg now requires that frames allocated with avcodec_alloc_frame are
freed with avcodec_free_frame.
|
2015-02-13 15:12:52 +03:00 |
|
Thomas Gabrowski
|
ff4c42d182
|
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
|
2015-02-13 00:51:03 +00:00 |
|
Roman Donchenko
|
3d46c1f960
|
Don't install documentation if it isn't built
The HAVE_DOC_GENERATOR variable was always true.
|
2015-02-12 16:51:26 +03:00 |
|
Roman Donchenko
|
0387f8ad56
|
Don't use ${CMAKE_INSTALL_PREFIX} as an install destination
Absolute destinations are not necessary, and prevent CPack from working.
|
2015-02-10 19:43:29 +03:00 |
|
Vadim Pisarevsky
|
9a62173a5b
|
Merge pull request #3689 from jet47:test-script-optional-color-2.4
|
2015-02-10 12:00:44 +00:00 |
|
Vladislav Vinogradov
|
682fdcfc9b
|
make color output in run_test script optional
|
2015-02-09 15:23:34 +03:00 |
|
Andrew Senin
|
b9a6edfe3d
|
Fixing XIMEA parameters mapping (issue #4176)
|
2015-02-09 15:15:23 +03:00 |
|
Vadim Pisarevsky
|
606a646435
|
Merge pull request #3680 from jet47:fix-run-tests-script-2.4
|
2015-02-08 17:07:11 +00:00 |
|
Vladislav Vinogradov
|
94d14c637f
|
fix opencv_run_all_tests_unix.sh script:
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`,
and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
|
2015-02-06 12:34:50 +03:00 |
|
Vadim Pisarevsky
|
cd1ca7b08b
|
Merge pull request #3667 from AfterEight:cap_ximea_setResolution_bugfix
|
2015-02-05 07:48:43 +00:00 |
|
Vadim Pisarevsky
|
98f9a013d1
|
Merge pull request #3674 from jet47:colorize-run-test-script-2.4
|
2015-02-05 07:35:01 +00:00 |
|
Mansour Moufid
|
c60fa84027
|
Add back the version variables removed in ab40630f .
|
2015-02-04 10:55:38 -05:00 |
|
Vadim Pisarevsky
|
50eb661df8
|
Merge pull request #3676 from asmorkalov:changelog_for_tests
|
2015-02-04 15:13:44 +00:00 |
|
Alexander Smorkalov
|
a87ccb9ac0
|
Added Debian changelog to -tests package.
|
2015-02-04 16:52:39 +03:00 |
|
Vadim Pisarevsky
|
8e1b1a845b
|
Merge pull request #3672 from asmorkalov:debian_lower_case
|
2015-02-04 13:17:51 +00:00 |
|
Vadim Pisarevsky
|
5253265342
|
Merge pull request #3671 from jet47:disable-gpu-match-template-tests
|
2015-02-04 13:17:26 +00:00 |
|
Vladislav Vinogradov
|
2b303f38a8
|
colorize opencv_run_all_tests_unix.sh script output
|
2015-02-04 12:38:51 +03:00 |
|
Alexander Smorkalov
|
e6ac64008b
|
Debian package names replaced by lower case version to satisfy lintian.
|
2015-02-04 11:56:29 +03:00 |
|
Vladislav Vinogradov
|
7bb8c50080
|
disable gpu::matchTemplate tests
|
2015-02-04 11:21:17 +03:00 |
|
Mansour Moufid
|
8c68f1f626
|
Fix indentation of 98a157f5 .
|
2015-02-03 23:17:43 -05:00 |
|
Mansour Moufid
|
98a157f589
|
Remove Apple-specific logic in finding the FFmpeg libraries.
Thanks to SpecLad.
|
2015-02-03 23:14:11 -05:00 |
|
Mansour Moufid
|
a1cc9380e5
|
Correct the new find_library commands.
Thanks to SpecLad.
|
2015-02-02 11:54:09 -05:00 |
|
AfterEight
|
e938563de5
|
Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value)
|
2015-02-02 15:04:29 +01:00 |
|
Vadim Pisarevsky
|
0ab4bbf771
|
Merge pull request #3662 from StevenPuttemans:fix_models
|
2015-02-02 10:17:43 +00:00 |
|
Mansour Moufid
|
ab40630ff4
|
Use the CMake find_library command to find the FFmpeg libraries.
|
2015-02-01 15:51:33 -05:00 |
|
StevenPuttemans
|
8548a8430e
|
fixing wrong model sizes
|
2015-02-01 15:13:57 +01:00 |
|
Vadim Pisarevsky
|
06b97b7b67
|
Merge pull request #3660 from asmorkalov:samples_install_permissions
|
2015-02-01 09:14:28 +00:00 |
|
Alexander Smorkalov
|
cf852972d1
|
Fixed samples install permissions for Debian packaging.
|
2015-02-01 00:34:23 +03:00 |
|
Vadim Pisarevsky
|
1f47c22371
|
Merge pull request #3655 from asmorkalov:remove_opencv_testing_sh
|
2015-01-31 14:46:40 +00:00 |
|
Vadim Pisarevsky
|
602b034a03
|
Merge pull request #3658 from asmorkalov:numpy_dependency
|
2015-01-31 14:45:11 +00:00 |
|
Vadim Pisarevsky
|
8764b17ffc
|
Merge pull request #3659 from asmorkalov:debian_changelog_stub
|
2015-01-31 14:44:41 +00:00 |
|
Alexander Smorkalov
|
ddc1b965b6
|
Added Debian changelog installation step for Debian package generation.
|
2015-01-30 13:21:52 +03:00 |
|
Alexander Smorkalov
|
be6b847675
|
Added dependency from numpy to debian package with python bindings.
|
2015-01-30 12:27:33 +03:00 |
|
Alexander Smorkalov
|
9206ec30a2
|
opencv_testing.sh script installation is removed as run tests script does the same thing.
|
2015-01-29 19:20:18 +03:00 |
|
Vadim Pisarevsky
|
a7e9760316
|
Merge pull request #3649 from StevenPuttemans:fix_tutorials
|
2015-01-29 12:14:09 +00:00 |
|
Vadim Pisarevsky
|
7e1068919b
|
Merge pull request #3587 from vpradeep07:fix/pnpransac_race_cond
|
2015-01-29 12:12:18 +00:00 |
|
Vadim Pisarevsky
|
c1252a1089
|
Merge pull request #3648 from SpecLad:get_policy-ts
|
2015-01-28 18:49:59 +00:00 |
|
StevenPuttemans
|
a86dc747b3
|
fixing tutorial errors
|
2015-01-28 13:52:50 +01:00 |
|
Alexander Karsakov
|
c481e06e87
|
Fixed getPolicy() method to make it thread-safe.
(cherry picked from commit 8910508b83 )
|
2015-01-27 19:20:35 +03:00 |
|