Daniel Fernandes
b3655233f1
Changing #include to generic video.hpp
...
Per https://github.com/Itseez/opencv/pull/2783#discussion_r13573590
11 years ago
Ilya Lavrenov
33239fca70
cv::equalizeHist
11 years ago
Ilya Lavrenov
c9528b3952
optimized histogram merging
11 years ago
Ilya Lavrenov
eeaa4b3665
eliminated convertTo
11 years ago
Ilya Lavrenov
c072c28e28
optimized cv::calcHist
11 years ago
Ilya Lavrenov
03f665e870
some optimizaions of cv::pow
11 years ago
Shai
91201b225a
Update global_motion.cpp
...
An extremely rare case where, for numeric reasons bestM finds more inliers than ninliersMax.
This RARE case causes memory corruption and a nasty seg fault.
11 years ago
Ilya Lavrenov
9edd24fe51
changed power in cv::pow test to test actual kernel
11 years ago
Ilya Lavrenov
556206de2d
fixed defects found by coverity scan
11 years ago
Ilya Lavrenov
634da9f3bf
added norm_inf support to minmaxloc kernel
11 years ago
Ilya Lavrenov
0b2cafb08b
bixed cv::boxFilter
11 years ago
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