Alexander Alekhin
55188fe991
world fix
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Ernest Galbrun
62fed8b7b2
retry after failure to load from the build bot
11 years ago
Ernest Galbrun
3d8e05d711
documentation formatting
11 years ago
Ernest Galbrun
5c8e679bdc
still a couple tabs and trailing whitespaces...
11 years ago
Ernest Galbrun
ca6fb27ea6
removed some tabs
11 years ago
Ernest Galbrun
eb6c598678
changed nullptr to NULL to avoid c++11 (failed to build on linux)
...
replaces tabs with spaces
11 years ago
Ernest Galbrun
062e1cbe06
edited documentation to take into account changes in TVL1
11 years ago
Ernest Galbrun
4bd55c6f73
added comments and reference for Chambolle paper
11 years ago
Ernest Galbrun
693c4e5741
debug of cuda_tvl1 => pass tests succesfully
11 years ago
Ernest Galbrun
afb9b9540c
performance issue when gamma=0
11 years ago
Ernest Galbrun
f2e09d048c
changed default value for gamma (now 0 -> no use of gamma)
11 years ago
Ernest Galbrun
5101a7fc00
replaced tabs by spaces
11 years ago
krodyush
2e2ca58b70
fix according review
11 years ago
krodyush
153ac43d3b
opencl opticaflow fix that enables buffer2image extension
11 years ago
Alexander Mordvintsev
a52979c37f
exposed TVL1 optical flow to python
11 years ago
Alexander Alekhin
b62e59aac0
icv: enable functions
11 years ago
vbystricky
a13e6ab79f
Fix problem with sanity check of transform ecc with ipp resize
11 years ago
Ernest Galbrun
6a6f24b170
adding new ali's feature
11 years ago
Maks Naumov
3e5a69d8ba
remove unused variables in OCL_PERF_TEST_P()
11 years ago
Aaron Kunze
ebbac3c66d
Optimizes OpenCL resize and optical flow to use image extension.
11 years ago
krodyush
57992e0169
replace IPatchLocal[][] into *IPatchLocal to fix compilation error on some devices.
11 years ago
Alexander Alekhin
ab691a4a24
ipp: some functions are not available in the ICV package #2
11 years ago
Ilya Lavrenov
4a63b3dd90
cv2cvtest part2
11 years ago
Ilya Lavrenov
b56b9c43dc
cv::updateMotionHistory
11 years ago
Vadim Pisarevsky
1b339eb0d4
fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions
11 years ago
Firat Kalaycilar
990295644e
made a performance improvement.
...
changed the way the mean value for each pixel is assigned in the output image.
11 years ago
krodyush
616ec74beb
fix previous merge error
11 years ago
unknown
75534a4828
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
11 years ago
Firat Kalaycilar
c9f51d5eed
modified BackgroundSubtractorMOG2::getBackgroundImage so that it can now work with gray-level images.
11 years ago
mlyashko
80a40ae3d7
changed epsilon for test pass on Win32
11 years ago
krodyush
65d64af2a8
ocl_calcOpticalFlowPyrLK optimizations
...
1. decrease branch number in CL code by replacing them into weights
2. decrease local mem pressure in reduce operation by using private variables
3. decrease image sampler pressure by caching data into local memory
4. remove unnecessary sync point on the HOST side.
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
vbystricky
6890aa0033
Fix problems on Intel HD graphics
11 years ago
Firat Kalaycilar
a87607e3ef
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in BackgroundSubtractorMOG2
11 years ago
mlyashko
eb2e8a11fa
changed kernel.set to support unsuccssful set
11 years ago
mlyashko
66ed6a8a50
macro for normal return from thriveless kernel.set
11 years ago
Cody Rigney
a80ebfe28d
Master Version: Added NEON Optimizations for LK Optical Flow.
11 years ago
mlyashko
5c867463d2
changed localsize to NULL (reviewers comment)
11 years ago
Cody Rigney
fbc69e444b
Added NEON optimizations for LK optical flow (Intrinsics).
11 years ago
mlyashko
ba5ebaa758
changed file name to case-sensitve to support linux
11 years ago
Ilya Lavrenov
ce0557ebb8
fixed defects from Xcode
11 years ago
mlyashko
e75a257f92
changed epsilon for test passing
11 years ago
Ilya Lavrenov
32eb38ec98
fixed defects from coverity.com
11 years ago
mlyashko
10f2a038c2
Optical flow dualt tvl1 ocl-based implementation and tests
11 years ago
Ilya Lavrenov
da5b316b4e
minor ocl.cpp refactoring
...
fix for cv::LUT and cv::transpose
11 years ago
Ilya Lavrenov
31b7cdc695
implemented OpenCL version of cv::updateMotionHistory
11 years ago
Elena Gvozdeva
69630ee9d9
fixed test
11 years ago
U-WBI\nlv20442
be7eb72051
some fixes
11 years ago
U-WBI\nlv20442
d950adc0d2
function code
11 years ago