cuda-geek
ecdc7da6b1
Merge pull request #656 from jet47:gpu-nonfree
12 years ago
Jonathan Bohren
a7a0f92e58
Fixing segfault for near-zero-sized ellipses
12 years ago
Alexander Smorkalov
429cd85b46
More accurate guards for WinRT features in CMake.
12 years ago
Vadim Pisarevsky
07e0f7bf59
refactored video module; use the new-style algorithms now
12 years ago
Vadim Pisarevsky
14a0abbfa9
refactored video module; use the new-style algorithms now
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
Bo Li
94b12eae92
update five-point license
12 years ago
Vadim Pisarevsky
9a86245242
added test for bug #1448 and hopefully fixes the bug #2898
12 years ago
Alexander Smorkalov
3d594c70ff
Multiple Windows RT fixes
...
TIFF build was fixed;
Direct Show back-end was enabled;
More accurate guards implemented.
12 years ago
Andrey Kamaev
87563c6638
Merge pull request #670 from Nerei:osx_compilation
12 years ago
Andrey Kamaev
bb6a58aee2
Merge pull request #668 from AoD314:webp2
12 years ago
Anatoly Baksheev
08e55b7801
compilation for osx
12 years ago
Vadim Pisarevsky
24c614f686
added load/save feature for SVM classifier in letter_recog sample
12 years ago
Vadim Pisarevsky
a06af5ca25
dramatic speedup of SVM::predict in the case of linear SVM
12 years ago
AoD314
7d0c600504
improved test of webp
12 years ago
Andrey Kamaev
6d6ef07e30
Merge pull request #666 from cuda-geek:warnings
12 years ago
marina.kolpakova
238ea7f0f0
fix warnings under win.
12 years ago
Alexander Smorkalov
b37d65ff2b
Code refactoring was done.
12 years ago
Vladislav Vinogradov
0a65f2f4af
merged gpunonfree and nonfree module
12 years ago
Andrey Kamaev
79e0e948a7
Merge pull request #663 from asmorkalov:manager_tegra4
12 years ago
Andrey Kamaev
1ad7af3c3b
Merge pull request #654 from fish2000:patch-1
12 years ago
Andrey Kamaev
da00252963
Merge pull request #652 from Daniil-Osokin:fixCvtColorHeader
12 years ago
Andrey Kamaev
0b0c9be771
Merge pull request #636 from ilya-lavrenov:SSE2_HOG
12 years ago
cuda-geek
3f8d87d82c
Merge pull request #661 from cuda-geek:merge-cpu-gpu-detections
12 years ago
Vladislav Vinogradov
3b065e38be
fixed warnings
12 years ago
Vladislav Vinogradov
fd7bf0b766
moved SURF_GPU and VIBE to gpunonfree module
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
marina.kolpakova
43db0d543d
fix win warnings
12 years ago
cuda-geek
f768d8c93f
Merge pull request #658 from Nerei:affine3_classes
12 years ago
cuda-geek
f510b49cc2
Merge pull request #650 from taka-no-me:cvdef
12 years ago
cuda-geek
d8755fd1c0
Merge pull request #653 from jbohren-forks:master
12 years ago
Alexander Smorkalov
fca1f006d8
Tegra4 support added.
12 years ago
Anatoly Baksheev
ceadaed108
Added Affine3<T> class
12 years ago
Alexander Smorkalov
dc2bca0772
Initialization with Manager instead static link added.
12 years ago
Alexander Smorkalov
436d9bbcbb
Base for Native Activity example added.
12 years ago
Daniil Osokin
e153f0631c
Added missing enums for cvtColor RGB to YUV420p
12 years ago
marina.kolpakova
318257f3a3
refactor cpp files naming
12 years ago
marina.kolpakova
0211843062
merge Detection structure for CPU and GPU soft cascade detectors
12 years ago
cuda-geek
7772811585
Merge pull request #659 from Nerei:master
12 years ago
cuda-geek
819ac111a2
Merge pull request #660 from Nerei:2.4
12 years ago
Vadim Pisarevsky
959a5c980d
Merge pull request #532 from jet47:super-resolution
12 years ago
Anatoly Baksheev
2bf3104ee5
bugfix in sample to support LBP classifier. To merge to master also.
12 years ago
Anatoly Baksheev
fe10c74faa
fixed compilation for vs2008
12 years ago
marina.kolpakova
92ba74a3ee
fix cuda
12 years ago
Bo Li
28256209b0
updated doc
12 years ago
Bo Li
2435e59890
rewrite five-point coeff matrix.
12 years ago
Andrey Kamaev
ea79357fd3
Merge pull request #647 from taka-no-me:fix_ffmpeg_wrapper
12 years ago
Andrey Kamaev
e75df56317
Unified handling of InputOutputArrays in Python wrapper generator
...
This makes arguments of type InputOutputArray required in python unless they
have a default value in C++.
As result following python functions changes signatures in non-trivial way:
* calcOpticalFlowFarneback
* calcOpticalFlowPyrLK
* calibrateCamera
* findContours
* findTransformECC
* floodFill
* kmeans
* PCACompute
* stereoCalibrate
And the following functions become return their modified inputs as a return
value:
* accumulate
* accumulateProduct
* accumulateSquare
* accumulateWeighted
* circle
* completeSymm
* cornerSubPix
* drawChessboardCorners
* drawContours
* drawDataMatrixCodes
* ellipse
* fillConvexPoly
* fillPoly
* filterSpeckles
* grabCut
* insertChannel
* line
* patchNaNs
* polylines
* randn
* randShuffle
* randu
* rectangle
* setIdentity
* updateMotionHistory
* validateDisparity
* watershed
12 years ago
cuda-geek
1d626194af
Merge pull request #644 from jet47:gpu-debayer-mht
12 years ago
Alexander Bohn / FI$H2k
f3ee55e042
Fix for encoding errors when building Java source
...
The generated OpenCV Java source can contain characters outside of ASCII on some systems – this patch allows the ant task to compile them.
12 years ago