Vladislav Vinogradov
a2adab7283
refactored MOG algorithm
...
converted it to abstract interface
12 years ago
Vladislav Vinogradov
88e67545ef
split mog sources
12 years ago
Andrey Pavlenko
e04517af36
moving version to 2.9.0,
...
also adding NVidia copyright
12 years ago
Vladislav Vinogradov
39a25115e0
fixed compilation
12 years ago
Vladislav Vinogradov
59edad5a00
removed obsolete API
12 years ago
Vladislav Vinogradov
5da724001f
made dependecy from gpufilters optional
12 years ago
Vladislav Vinogradov
f614e35443
split hough sources
12 years ago
Vladislav Vinogradov
1d79e13133
removed dependecy from gpuarithm
12 years ago
Vladislav Vinogradov
9498f82085
updated documentation
12 years ago
Vladislav Vinogradov
62a5a70cd0
switched to Input/Output Array in bilateralFilter & blendLinear
12 years ago
Vladislav Vinogradov
de56163f97
refactored gpu::matchTemplate (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
1fcc8074bd
switched to Input/Output Array in Mean Shift
12 years ago
Vladislav Vinogradov
70e6dc615a
refactored GoodFeaturesToTrackDetector
12 years ago
Vladislav Vinogradov
d7ff3ad0cf
refactored cornerHarris and cornerMinEigenVal
...
* converted it into Algorithm
12 years ago
Vladislav Vinogradov
ad4d6bed9d
refactored gpu::GeneralizedHough
12 years ago
Vladislav Vinogradov
4087a45e73
refactored HoughCircles (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
1652540a1f
refactored HoughLines (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
48fb8c4f8a
refactored gpu::Canny (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
fc8476544c
switched to Input/Output Array in Histogram Processing
12 years ago
Vladislav Vinogradov
9eea9835ab
switched to Input/Output Array in Color Processing
12 years ago
Roman Donchenko
1160b04fb4
Fixed a build warning in softcascade.
12 years ago
Roman Donchenko
924fc070f0
Changed / for Matx to Matx::div, for symmetry with Matx::mul.
12 years ago
alexandre benoit
12f65c61a8
updated doc wrt new bioinspired namespace convention
12 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
andrey.morozov
e4e0862c2e
added support image with alpha channel
12 years ago
Vladislav Vinogradov
d52ef2f758
added stub library for cudev module
...
in order to make CMake scripts work properly
12 years ago
Vladislav Vinogradov
5e3934446d
fixed test compilation for gpu::Stream
12 years ago
Vladislav Vinogradov
0d9e3cfa37
updated documentation
12 years ago
Vladislav Vinogradov
6d6ff26887
refactored gpu::ImagePyramid (converted it to abstract interface)
12 years ago
Vladislav Vinogradov
2932beddcf
switched to Input/Output Array in gpuwarping functions
12 years ago
abidrahmank
1923d87f61
PyDocs for common interface of feature2d
12 years ago
abidrahmank
f91f369788
PyDocs for FAST, ORB etc
12 years ago
abidrahmank
2047838106
feature2d drawing functions PyDocs
12 years ago
abidrahmank
031c77f4eb
SIFT+SURF PyDocs
12 years ago
abidrahmank
5d863f7516
drawMatches python bindings
12 years ago
Nikita Manovich
21211308d0
Fixed VideoCapture::open() does not release previous capture sources (Bug #3150 ).
...
VideoCapture didn't call release method and just ignored the new capture sources.
OpenCV documentation:
bool VideoCapture::open(const string& filename);
bool VideoCapture::open(int device);
The methods first call VideoCapture::release() to close the already opened file or camera.
12 years ago
andrey.morozov
8d0452ed59
added test to save image with webp with alpha channel
12 years ago
Roman Donchenko
2b44172026
xls-report.py: make behaviour more intelligent in case of repeated results
12 years ago
Roman Donchenko
0732905cff
xls-report.py: write tests in sorted order
12 years ago
Roman Donchenko
ea054e2888
xls-report.py: made most columns a little wider
12 years ago
Roman Donchenko
4e939e2fce
xls-report.py: added an option to include data from unrecognized XMLs
12 years ago
Roman Donchenko
83fd385bbd
xls-report.py: don't eat all errors when reading sheet.conf
12 years ago
Alexander Mordvintsev
3677a66403
line realign
12 years ago
Roman Donchenko
0daf4b800a
Fix bug: CommandLineParserParams's comparator would fail with equal arguments.
12 years ago
Roman Donchenko
4692d4b36e
Fix bug: cv::String would break if assigned to itself.
12 years ago
Jin Ma
97e620b8f3
Fix oclMat constructor when roi is provided.
12 years ago
yao
f2333e90f6
optimize stereoBP kernel
12 years ago
Alexander Mordvintsev
8045093cfb
GFTT wrapped to python
12 years ago
Vladislav Vinogradov
b4d95b1406
fixed warnings in gpu modules from VS 2012
12 years ago
Vladislav Vinogradov
31d55af9c1
CUDA Device Layer:
...
header only library for CUDA programming
12 years ago