Ilya Lavrenov
cf72d2695c
fixed possible runtime error
11 years ago
Ilya Lavrenov
ff6f5d4d24
fixed warnings
11 years ago
Ilya Lavrenov
7f2662b310
fixes
11 years ago
Ilya Lavrenov
5403bdd228
optimized cv::norm with NORM_RELATIVE
11 years ago
Ilya Lavrenov
2040995801
optimized cv::norm with 2 args
11 years ago
atinfinity
f08d88fa78
fixed calculation method of "cv::TickMeter"
11 years ago
Ilya Lavrenov
1a7a262f74
optimized cv::norm with NORM_INF
11 years ago
Ilya Lavrenov
fd5a8b3e97
minmaxloc
11 years ago
VBystricky
5d924b7a75
If lut table has one channel and src aligned to 4, work with src as with one channel matrix
11 years ago
VBystricky
0c0ebca855
Read 4 pixel for aligned data with 1 channel
11 years ago
VBystricky
8a5f2781fc
Fix kernel by comments
11 years ago
Ilya Lavrenov
405f12fe80
optimized cv::flip (CV_8UC1)
11 years ago
Ilya Lavrenov
108527c951
added missed INTER_CUBIC
11 years ago
Ilya Lavrenov
2cc4cf3644
optimized cv::warpAffine
11 years ago
Muto Masayuki
518d0df201
Add AKAZE support for the Java wrapper
11 years ago
Ilya Lavrenov
26b73a7bbd
merged 2 kernels
11 years ago
abidrahmank
530fc99947
Issue #3709 - PyBindings for LSD
...
Corrected crashing in Python bindings while using LSD_REFINE_NONE flags
Corrected not drawing lines in drawSegments and compareSegments in Python bindings
11 years ago
mletavin
e224e72bbc
Added condition to use optimized kernels for images of size that multiple of 4 only
11 years ago
Ilya Lavrenov
ab428c9dbd
optimized cv::copyMakeBorder
11 years ago
Ilya Lavrenov
67bb1c6a70
optimized UMat::setTo
11 years ago
Ilya Lavrenov
17956a5ae5
optimized cv::normalize in case of mask
11 years ago
Benjamin Flesch
62533d0d26
perspectiveTransform simplify assert() for better debuggin
...
When using perspectiveTransform in rather complicated settings, it would be easier for developers to have two separate assertions for each part of the boolean expression in order to pinpoint problems more efficiently. In my case I am struggling in Python2.7 with finding out whether scn+1 == m.cols or the depth == CV_32F || depth == CV_64F is making a problem, which is kind of hard.
11 years ago
Daniel Angelov
ce1b6e2137
Fixed inconsistency with flag names
...
Fixed inconsistency with flag names for solvePnP.
The default value for the function lacks the CV_ prefix. The code checks against "ITERATIVE". The suggested values for the parameters *include* the prefix.
Even though the enum CV_ITERATIVE (+ CV_P3P, CV_EPNP) = ITERATIVE (& P3P, EPNP), lets show to the users only one of them.
Now the user sees only {ITERATIVE, P3P, EPNP}.
11 years ago
Ilya Lavrenov
80470f9cf6
added performance test
11 years ago
Ilya Lavrenov
7f818e9bc3
optimized UMat::copyTo with mask
11 years ago
krodyush
2e2ca58b70
fix according review
11 years ago
Alexander Alekhin
776728ef2a
KAZE: disable tests (too many crashes)
11 years ago
Ilya Lavrenov
d156f5af6d
added missed tests for cv::norm, cv::normalize
11 years ago
mlyashko
f0e3940558
perftest for floodfill
11 years ago
Ilya Lavrenov
c52a77b90f
optimized cv::UMat::dot
11 years ago
Ilya Lavrenov
579499d900
optimized cv::sum (CV_8UC1)
11 years ago
Ilya Lavrenov
002a79bfc4
optimized cv::countNonZero
11 years ago
Ilya Lavrenov
7804d57f8b
optimized index calculation
11 years ago
Ilya Lavrenov
33173d900a
optimized cv::meanStdDev
11 years ago
Elena Gvozdeva
437927b7bb
optimized index access
11 years ago
mletavin
68883775fb
Adding explicit variable conversion in ocl_medianFilter() to suppress build errors on Linux & Mac
11 years ago
berak
2bacd8b702
2 fixed unassigned reshapes in em ( #3674 )
11 years ago
krodyush
153ac43d3b
opencl opticaflow fix that enables buffer2image extension
11 years ago
Daniel Angelov
3ab3367310
Updating missed defines in documentation
...
Updating missed defines in documentation. The new defines (in imgproc.hpp) state they have a prefix of COLOR instead of CV.
11 years ago
mletavin
df9c75b270
Moved new kernels under conditional compilation to disable their build for 3-channel images; added condition to use new kernels only for images that are big enough
11 years ago
Elena Gvozdeva
40eea303ec
OCL: matchTemplate: changed perf test
11 years ago
Alexander Karsakov
8e54845049
Removed useless multiplication by 4
11 years ago
vbystricky
b4498d1d48
Fix some errors
11 years ago
vbystricky
63584bffda
fix code in the kernel
11 years ago
vbystricky
04433b2d2b
Change buffer cols count from 64 to 32
11 years ago
vbystricky
169351b01d
Optimize openCL version of reduce function
11 years ago
vbystricky
cfabf32492
Fix some errors
11 years ago
vbystricky
48d82fd911
Fix some errors
11 years ago
vbystricky
a8bfab3cb7
Optimize OpenCL LUT function
11 years ago
vbystricky
6667cea0f4
Optimize OpenCL LUT function
11 years ago