Vladislav Vinogradov
12180bd7b1
add generic method to disable/enable all optimizations (IPP, OpenCL, Tegra)
10 years ago
Vladislav Vinogradov
44e41baffe
use new functions before all tegra:: calls
10 years ago
Vladislav Vinogradov
f8484e3266
add fucntion to control tegra optimizations in run-time
10 years ago
Maksim Shabunin
f73c6e6147
Merge pull request #3753 from biicode:biicode_docs
10 years ago
theodore
79bc85fb09
Introduction to PCA tutorial
10 years ago
Olexa Bilaniuk
59d6279d4b
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Ilya Lavrenov
b963d84b41
fixed bug #4215
10 years ago
mariadeanton
191336de97
Added biicode docs to introduction tutorials
...
biicode docs added with fixes
fixed biicode docs
added biicode docs
added biicode docs
fixed #include typos
fixed whitespaces and tabs in indent
fixed whitespaces
small fixes
fixed trailing whitespace
trial fix #includes
fixed #includes
fixed link and branch name
10 years ago
Maksim Shabunin
eb30799aed
Disable object libraries building for cmake 2.8.7 and earlier
10 years ago
StevenPuttemans
0833352660
add annotation tool master branch
10 years ago
Dmitry-Me
2311504c44
Reduce variables scope
10 years ago
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
theodore
96c824f375
Morphology Lines Extraction Tutorial
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
Eric Sommerlade
998a909705
fixed whitespace issues
10 years ago
StevenPuttemans
6902fa6b1c
fix formula getGaussianKernel in docs
10 years ago
StevenPuttemans
370389c7af
add extra output argument to tutorial
10 years ago
StevenPuttemans
7401b02022
fix ellipse fitting notice
10 years ago
Eric Sommerlade
a07d7a70a0
added support for uncompressed parameters to tiff image format as described here: expertland.net/question/b6o3n6p9a72341db823b48nl98m91dx8n1/detail.html
10 years ago
Ilya Lavrenov
58b3869730
fixed cross-compilation
10 years ago
Olexa Bilaniuk
eb7a7884f6
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Olexa Bilaniuk
f454929d9c
PRNG changes: xorshift128+ algorithm, and seeding API.
...
- Switched to the extremely fast, while simple and high-quality,
xorshift128+ PRNG algorithm by Sebastiano Vigna in "Further scramblings
of Marsaglia's xorshift generators. CoRR, abs/1402.6246, 2014" (2^128-1
period, passes BigCrush tests). Performance improved by 10% over
random().
- Added an API to allow seeding with a specified seed, rather than using
rand() or random(). This allows deterministic, reproducible results in
tests using our algorithm (although findHomography() does not yet
support passing an entropy source on its own end).
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
Eric Sommerlade
6447c7b2f4
Merge pull request #1 from Itseez/master
...
Update from original
10 years ago
Dmitry-Me
53566f2ec0
Reduce variable scope, fix indenting
10 years ago
StevenPuttemans
ea54c01125
add remarks for iOS tutorial
10 years ago
Olexa Bilaniuk
0ea009f611
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Ilya Lavrenov
5f7a994ad1
fixed internal compiler error
10 years ago
StevenPuttemans
350dccf84a
fix error 3714
10 years ago
Simon Heinen
5d97dd0ea5
Update android+AsyncServiceHelper.java
10 years ago
berak
c83044d45a
fix houghlines.py sample and tutorial
...
fix whitespace
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
Olexa Bilaniuk
f148f23382
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Dmitry-Me
c4c3e4fe83
Remove unneeded indirections
10 years ago