Alexander Alekhin
52effe9e72
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
Vadim Pisarevsky
bdb088dcca
Merge pull request #3712 from jet47:fix-cuda-build-on-windows
10 years ago
Vadim Pisarevsky
457758b537
Merge pull request #3733 from StevenPuttemans:fix_4004_master
10 years ago
Vadim Pisarevsky
b64b82a1ef
Merge pull request #3734 from Dmitry-Me:reduceVariableScope2
10 years ago
Vadim Pisarevsky
0016f6d73d
Merge pull request #3736 from nisargthakkar:Bug3634_master
10 years ago
Vadim Pisarevsky
5dc569866e
Merge pull request #3743 from StevenPuttemans:fix_3887_master
10 years ago
Vadim Pisarevsky
90fb43cd11
Merge pull request #3709 from StevenPuttemans:fix_traincascade_load_message_master
10 years ago
Alexander Smorkalov
1a795ac2ea
Merge pull request #3738 from ilya-lavrenov:cc_master
10 years ago
Maksim Shabunin
1fe1ebf20c
Merge pull request #3728 from StevenPuttemans:fix_3714_master
10 years ago
Maksim Shabunin
02488215e6
Merge pull request #3741 from StevenPuttemans:fix_3028_master
10 years ago
StevenPuttemans
6902fa6b1c
fix formula getGaussianKernel in docs
10 years ago
StevenPuttemans
7401b02022
fix ellipse fitting notice
10 years ago
Ilya Lavrenov
58b3869730
fixed cross-compilation
10 years ago
Alexander Alekhin
08dd1e085b
Merge pull request #3730 from ilya-lavrenov:fix_bug
10 years ago
Nisarg Thakkar
b8f65d0252
Same as Bug #3309 . Pushing to master
10 years ago
Dmitry-Me
53566f2ec0
Reduce variable scope, fix indenting
10 years ago
StevenPuttemans
ea54c01125
add remarks for iOS tutorial
10 years ago
Ilya Lavrenov
5f7a994ad1
fixed internal compiler error
10 years ago
StevenPuttemans
350dccf84a
fix error 3714
10 years ago
Vadim Pisarevsky
7b270f4c69
Merge pull request #3679 from mshabunin:remove-algorithm-factory
10 years ago
Vadim Pisarevsky
0a1da4461b
Merge pull request #3718 from mshabunin:image-max-width
10 years ago
Vadim Pisarevsky
aec8fd3243
Merge pull request #3719 from theodr:document_findnonzero_function
10 years ago
theodore
cfccdc9b0c
documenting findnonzero() function
10 years ago
theodore
453f384bd7
adding documentation for the findnonzero() function
10 years ago
theodore
4a1adab9b4
Merge branch 'master' of https://github.com/theodr/opencv
10 years ago
Dmitry-Me
98a8045aaf
Reduce variable scope
10 years ago
Nisarg Thakkar
e6876fecd3
Fixed doc error in optical flow
10 years ago
Maksim Shabunin
e57359a3a0
Documentation: set max-width property for inserted images
10 years ago
Vadim Pisarevsky
6ff2f395e6
Merge pull request #3702 from Dmitry-Me:reduceVariableScope
10 years ago
Vadim Pisarevsky
009ab70272
Merge pull request #3711 from nisargthakkar:optical_flow_doc_fix
10 years ago
Vadim Pisarevsky
b64e106bb1
Merge pull request #3703 from BKNio:fixing_bad_alloc
10 years ago
Vadim Pisarevsky
1d356b6a48
Merge pull request #3714 from uqtimes:fixUIImageToMat
10 years ago
Vadim Pisarevsky
6b371865af
Merge pull request #3716 from mshabunin:fix-vs-solution-build
10 years ago
Vadim Pisarevsky
87f86b31fa
Merge pull request #3715 from mshabunin:enable-stl
10 years ago
Vadim Pisarevsky
4f8bf98e6f
Merge pull request #3706 from exeltior:patch-1
10 years ago
Maksim Shabunin
2085251df2
Exclude object libraries from visual studio solution build
10 years ago
Maksim Shabunin
c41db69f98
Fixed cmake issues
10 years ago
Maksim Shabunin
553020c448
Enabled STL usage within the library
10 years ago
UQ Times
1944443d10
iOS: fix crash from overrelease in UIImageToMat
...
- previous pull request: https://github.com/Itseez/opencv/pull/3340
10 years ago
Vladislav Vinogradov
671b59aa9d
fix windows build with CUDA
...
rename cv::cuda::internal namespace
to cv::cuda::device to prevent conflicts
with cv::internal
10 years ago
Nisarg Thakkar
437ef99ba5
Fixed doc error in optical flow
10 years ago
StevenPuttemans
2738939126
add same functionality as 2.4
10 years ago
Maksim Shabunin
79e8f0680c
Updated ml module interfaces and documentation
10 years ago
exeltior
b51805e245
Update mser.cpp
...
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
10 years ago
Vadim Pisarevsky
d1a15097fe
Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier
10 years ago
Ahmatnurov Dinar
21ee113af3
fixig std::bad_alloc
...
if points0 is empty checkVector(2) return -1, it causes the exception
10 years ago
Dmitry-Me
103687871d
Reduce variable scope
10 years ago
Maksim Shabunin
da383e65e2
Remove deprecated methods from cv::Algorithm
10 years ago
Vadim Pisarevsky
fdf31ec14f
Merge pull request #3650 from StevenPuttemans:fix_tutorials_master
10 years ago
Vadim Pisarevsky
d509ecd19a
Merge pull request #3666 from mshabunin:meta-module
10 years ago