Vladislav Vinogradov
f00efcfc59
added optimized deviceSupports function
13 years ago
Vladislav Vinogradov
a71ef7d67b
convertTo
13 years ago
Vladislav Vinogradov
572d2d6a84
warpScanInclusive
13 years ago
Vladislav Vinogradov
76e8794e81
fixed warnings on old compute capabilities
13 years ago
Vladislav Vinogradov
e6b1ccdcdf
removed old reduce implementation
13 years ago
Vladislav Vinogradov
e8f9762ef3
matrix reduction
13 years ago
Vladislav Vinogradov
fbf3de43a2
SURF
13 years ago
Vladislav Vinogradov
19c87d1c9d
ORB
13 years ago
Vladislav Vinogradov
7f97fb481c
FastNonLocalMeans
13 years ago
Vladislav Vinogradov
1f1e24be3c
PyrLKOpticalFlow
13 years ago
Vladislav Vinogradov
1b571bde10
StereoConstantSpaceBP
13 years ago
Vladislav Vinogradov
0e339dd137
hog
13 years ago
Vladislav Vinogradov
0ddd16cf78
calcHist & equalizeHist
13 years ago
Vladislav Vinogradov
7e57648ea2
FGDStatModel
13 years ago
Vladislav Vinogradov
28716d7f30
Canny
13 years ago
Vladislav Vinogradov
e299595667
computeHypothesisScoresKernel
13 years ago
Vladislav Vinogradov
05db02fbc8
BruteForceMatcher
13 years ago
Vladislav Vinogradov
7a1874b2cc
new reduce and reduceKeyVal implementation
13 years ago
Vladislav Vinogradov
d47c112434
fix abs_func and minimum/maximum functors
13 years ago
Vladislav Vinogradov
afff9cf716
Optimized buffers reuse in gpu module:
...
ensureSizeIsEnough now doesn't reallocate memory, if buffer is small submat of big matrix
fixed createContinous according new changes
13 years ago
Vladislav Vinogradov
810829f32e
speedup compilation of row_filter.cu and column_filter.cu
...
split them into several small files
13 years ago
Vladislav Vinogradov
29f89e8930
moved block.hpp to include folder
13 years ago
Vladislav Vinogradov
bff818afbd
fixed static build of gpu module with ffmpeg:
...
multiple definition of cap_ffmpeg_impl.hpp functions in gpu and highgui
13 years ago
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
13 years ago
Vadim Pisarevsky
9a08b7be45
fixed compile problem with the old Xcode (<4.5)
13 years ago
Andrey Kamaev
4a2f626d85
Remove "-rc" suffix from version
13 years ago
Andrey Kamaev
dbb5a32453
Use Tegra version of cv::FAST
13 years ago
Vadim Pisarevsky
42471c082f
possibly fixed compile errors in GPU module on Windows
13 years ago
marina.kolpakova
97cab339d2
fix Connected Components Labeling test crash
13 years ago
Kirill Kornyakov
1c77f0abfe
Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator()
13 years ago
Kirill Kornyakov
2efd9b6ad7
Fixed a couple of minor issues in Javadocs
13 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
13 years ago
Vadim Pisarevsky
d9d4e8df6f
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
13 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
13 years ago
Alexander Smorkalov
34896529d5
Review comments applied.
13 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
13 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
13 years ago
Alexander Smorkalov
a1a2cb0aeb
OpenCV Samples testing problems fixed:
...
Memory leak in color-blob-detection sample fixed;
Default face size in face-detection is set to 20%;
Error handling improved;
Some possible mat leak fixed;
Manager verison and engine interface version incremented to fix incompatibilities;
Docs updated;
13 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
13 years ago
NikoKJ
2045c85ad5
a minor bug fix for brute force
13 years ago
Vadim Pisarevsky
adc1d94e95
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
13 years ago
alexandre benoit
08ff5f92f4
minor updates for doc redirections and tutorial images size
13 years ago
Alexander
b0106ca25e
Test data form features2d updated.
13 years ago
NikoKJ
9ccdd17376
eliminate all the warnings on win32 and win64
...
add a new function abssum
fix the bug of test and perf because someone remove non-free module from cmakelist.txt
13 years ago
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
13 years ago
morozov.andrey
e0cfc0ccf5
fixed bug with incorrect syntax in CommandLineParser
13 years ago
Andrey Kamaev
ad982f4ed6
Turn off video IO perf tests on Android
13 years ago
Andrey Kamaev
fcad269e53
Specify sanity threshold for WarpPerspective perf test
13 years ago
Andrey Kamaev
84934f7bfc
Fix SHORT data type support in Algorithm
...
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
13 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
13 years ago