Vijay Pradeep
49bc100e51
Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed
10 years ago
StevenPuttemans
f5a14e5594
fix message of preloaded parameters
10 years ago
Alexander Alekhin
dc21a0a6b5
Android: fix JavaCameraView implementation
...
1) Fixed deadlock if camera is started and stopped immediately
2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait
3) Fixed buffer usage:
a) fix eliminates processing of zero NV12 (green in RGB) first frame
b) latest ready frame is delivered for processing (not previous)
10 years ago
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.
10 years ago
Roman Donchenko
e8a7394009
Install data and test data on Windows
...
Because why not?
10 years ago
Vadim Pisarevsky
6a3a6416d7
Merge pull request #3698 from SpecLad:avcodec-free-frame
10 years ago
Vadim Pisarevsky
9e3a826263
Merge pull request #3697 from tomi44g:2.4
10 years ago
Roman Donchenko
8714219dab
Merge pull request #3695 from SpecLad:fix-hdc-tautology
10 years ago
Roman Donchenko
6c4b3c1efe
Merge pull request #3693 from SpecLad:no-absolute-destinations
10 years ago
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.
10 years ago
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.
10 years ago
Thomas Gabrowski
ff4c42d182
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
10 years ago
Roman Donchenko
3d46c1f960
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
10 years ago
Roman Donchenko
0387f8ad56
Don't use ${CMAKE_INSTALL_PREFIX} as an install destination
...
Absolute destinations are not necessary, and prevent CPack from working.
10 years ago
Vadim Pisarevsky
9a62173a5b
Merge pull request #3689 from jet47:test-script-optional-color-2.4
10 years ago
Vladislav Vinogradov
682fdcfc9b
make color output in run_test script optional
10 years ago
Andrew Senin
b9a6edfe3d
Fixing XIMEA parameters mapping (issue #4176 )
10 years ago
Vadim Pisarevsky
606a646435
Merge pull request #3680 from jet47:fix-run-tests-script-2.4
10 years ago
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
10 years ago
Vadim Pisarevsky
cd1ca7b08b
Merge pull request #3667 from AfterEight:cap_ximea_setResolution_bugfix
10 years ago
Vadim Pisarevsky
98f9a013d1
Merge pull request #3674 from jet47:colorize-run-test-script-2.4
10 years ago
Mansour Moufid
c60fa84027
Add back the version variables removed in ab40630f
.
10 years ago
Vadim Pisarevsky
50eb661df8
Merge pull request #3676 from asmorkalov:changelog_for_tests
10 years ago
Alexander Smorkalov
a87ccb9ac0
Added Debian changelog to -tests package.
10 years ago
Vadim Pisarevsky
8e1b1a845b
Merge pull request #3672 from asmorkalov:debian_lower_case
10 years ago
Vadim Pisarevsky
5253265342
Merge pull request #3671 from jet47:disable-gpu-match-template-tests
10 years ago
Vladislav Vinogradov
2b303f38a8
colorize opencv_run_all_tests_unix.sh script output
10 years ago
Alexander Smorkalov
e6ac64008b
Debian package names replaced by lower case version to satisfy lintian.
10 years ago
Vladislav Vinogradov
7bb8c50080
disable gpu::matchTemplate tests
10 years ago
Mansour Moufid
8c68f1f626
Fix indentation of 98a157f5
.
10 years ago
Mansour Moufid
98a157f589
Remove Apple-specific logic in finding the FFmpeg libraries.
...
Thanks to SpecLad.
10 years ago
Mansour Moufid
a1cc9380e5
Correct the new find_library commands.
...
Thanks to SpecLad.
10 years ago
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)
10 years ago
Vadim Pisarevsky
0ab4bbf771
Merge pull request #3662 from StevenPuttemans:fix_models
10 years ago
Mansour Moufid
ab40630ff4
Use the CMake find_library command to find the FFmpeg libraries.
10 years ago
StevenPuttemans
8548a8430e
fixing wrong model sizes
10 years ago
Vadim Pisarevsky
06b97b7b67
Merge pull request #3660 from asmorkalov:samples_install_permissions
10 years ago
Alexander Smorkalov
cf852972d1
Fixed samples install permissions for Debian packaging.
10 years ago
Vadim Pisarevsky
1f47c22371
Merge pull request #3655 from asmorkalov:remove_opencv_testing_sh
10 years ago
Vadim Pisarevsky
602b034a03
Merge pull request #3658 from asmorkalov:numpy_dependency
10 years ago
Vadim Pisarevsky
8764b17ffc
Merge pull request #3659 from asmorkalov:debian_changelog_stub
10 years ago
Alexander Smorkalov
ddc1b965b6
Added Debian changelog installation step for Debian package generation.
10 years ago
Alexander Smorkalov
be6b847675
Added dependency from numpy to debian package with python bindings.
10 years ago
Alexander Smorkalov
9206ec30a2
opencv_testing.sh script installation is removed as run tests script does the same thing.
10 years ago
Vadim Pisarevsky
a7e9760316
Merge pull request #3649 from StevenPuttemans:fix_tutorials
10 years ago
Vadim Pisarevsky
7e1068919b
Merge pull request #3587 from vpradeep07:fix/pnpransac_race_cond
10 years ago
StevenPuttemans
30d46313ec
adding a universal OpenCV based annotation tool for cascade classifier training
10 years ago
Vadim Pisarevsky
c1252a1089
Merge pull request #3648 from SpecLad:get_policy-ts
10 years ago
StevenPuttemans
a86dc747b3
fixing tutorial errors
10 years ago
Alexander Karsakov
c481e06e87
Fixed getPolicy() method to make it thread-safe.
...
(cherry picked from commit 8910508b83
)
10 years ago