Vladislav Vinogradov
c120001178
fix -Wsign-compare warnings
10 years ago
Vladislav Vinogradov
14e15fb4f7
fix documentation warnings
10 years ago
soyer
d84d3a519b
Allow YUYV capture via libv4l
10 years ago
Vladislav Vinogradov
f48befc6f0
refactor CUDA part of photo module
10 years ago
berak
fd60e98c5b
fixes for latest changes in opencv3.0 api
...
fixes for latest changes in opencv3.0 api
waitKey() normalization
fixed mser bindings
10 years ago
Olexa Bilaniuk
02124f19e6
Further LevMarq improvements.
...
Implemented a damping-parameter choice strategy similar to that
described in http://www2.imm.dtu.dk/documents/ftp/tr99/tr05_99.pdf .
Removed a few debug statements.
Chosen a new starting lambda value, 0.01.
We now actually output the mask of inliers.
10 years ago
Vladislav Vinogradov
dccdadc38a
fix documentation warnings
10 years ago
VBystricky
d5092a6f7c
Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp
10 years ago
Alexander Smorkalov
54f52c3f45
Build fix for non-TEGRA case.
10 years ago
Vladislav Vinogradov
734212a402
refactor CUDA CascadeClassifier
10 years ago
Vladislav Vinogradov
8257dc3c1e
refactor CUDA HOG algorithm:
...
use abstract interface with hidden implementation
10 years ago
Vladislav Vinogradov
0af7597d36
fix CUDA HOG for multi GPU systems:
...
move GPU constants initialization from constructor to compute method
10 years ago
Vladislav Vinogradov
f126f371b2
move CUDA object detection algorithms to separate module
10 years ago
Artur Wieczorek
1264be8785
Check if _WIN32_IE is defined with proper value in window_w32.cpp
...
TBBUTTONINFO struct and BTNS_xxx symbols used in the code need _WIN32_IE to be defined with at least 0x0500 value (_WIN32_IE_IE50) in order to be included from commctrl.h.
10 years ago
Artur Wieczorek
01717c83d7
Don't define destructors for COM-based interfaces.
10 years ago
Yan Wang
07ab0c1c53
Avoid compile unnecessary OpenCL kernel.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Olexa Bilaniuk
ff91af825d
LevMarq made semi-functional.
...
Replaced the complex rules OpenCV uses to select lambda with a naive but
fast heuristic. It's imperfect but produces good results. It is still
subject to the same problem as OpenCV - namely, on occasion LevMarq will
make a poor result even worse.
10 years ago
Vladislav Vinogradov
5f1282afdb
fix documentation warnings
10 years ago
Vladislav Vinogradov
8a178da1a4
refactor CUDA BFMatcher algorithm:
...
use new abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
764d55b81d
add extended documentation for Features2DAsync
10 years ago
Vladislav Vinogradov
f960a5707d
refactor CUDA ORB feature detector/extractor algorithm:
...
use new abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
554ddd2ec4
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
9f77ffb03f
extend Feature2DAsync interface
10 years ago
Vladislav Vinogradov
14ef62ed66
refactor CUDA FAST feature detector algorithm:
...
use new FastFeatureDetector abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
6f91b7f6a4
remove firstLevel=2 test case, because CPU implementation fails
10 years ago
Vladislav Vinogradov
1421e306fb
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
ecee388236
move buildWarp*Maps to stitching
10 years ago
Vladislav Vinogradov
4cc7b0a74f
move ImagePyramid to cudalegacy
10 years ago
Adam Borowski
7b0d1c932e
Get rid of sysctl includes on Linux.
...
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether. Opencv has migrated
away on Linux already, but #includes were left lingering. This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
10 years ago
Ilya Lavrenov
81f786393a
NEON detection in runtime
10 years ago
Alexander Smorkalov
1fa37fe733
OpenCV for Tegra compilation fix for
...
- Gaussian blur;
- CascadeClassifier;
- Blenders in stitching module;
- Laplacial pyromids in stitching module.
10 years ago
Olexa Bilaniuk
4401095b38
Optimizations to Jacobian and error calculations.
...
Deleted multiplications by zero and consequent additions of zero terms.
10 years ago
Olexa Bilaniuk
7fca146b21
More LevMarq bugfixes.
...
LevMarq now doesn't outright fail, but doesn't seem to improve things
much if at all.
10 years ago
Olexa Bilaniuk
33a3fba2d1
Work on LevMarq code.
...
Refactoring of Cholesky decomposition.
Fix for memory corruption bug.
LevMarq as a whole still non-functional.
10 years ago
Ilya Lavrenov
8c94568cc3
cv::sum
10 years ago
Ilya Lavrenov
33176db5dc
compareHist
10 years ago
Ilya Lavrenov
6bce6ee34a
checks
10 years ago
Ilya Lavrenov
1d3c860411
SinCos_32f
10 years ago
Ilya Lavrenov
3b23e57925
convertMaps
10 years ago
Ilya Lavrenov
0fd8f50522
warpAffine INTER_NEAREST
10 years ago
Ilya Lavrenov
d92f67ee2c
warpPerspective
10 years ago
Ilya Lavrenov
ef29b15c9a
reciprocal
10 years ago
Ilya Lavrenov
44d89638fd
divide
10 years ago
Ilya Lavrenov
7b060d9122
cvtColor 4 cn
10 years ago
Ilya Lavrenov
f2cd65cf1e
fixes
10 years ago
Ilya Lavrenov
25e99c453f
avx2 in arithm
10 years ago
Ilya Lavrenov
70933ea999
convert from f64
10 years ago
Ilya Lavrenov
612b8ce2cb
fixed compilation issues
10 years ago
Ilya Lavrenov
b2f851af06
cornerMinEigenVal
10 years ago
Ilya Lavrenov
d87457a025
split/merge
10 years ago