Daniil Osokin
d8f538d67b
Added tests for RGB to YUV420p color conversion
12 years ago
LeonidBeynenson
41dc829341
Made changes to avoid warnings (Windows compilation).
12 years ago
Andrey Kamaev
d586f4a103
Fix x64 build warnings
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
yao
59ebf4ed9f
Fix the ocl::cvtColor mismatch on some devices
12 years ago
hgaspar
60981565fa
updated the ocl module introduction
12 years ago
Daniil Osokin
7255ede3af
Added implementation for RGB to YUV420p color conversion
12 years ago
marina.kolpakova
ef6c236655
restore missed gpu functionality after merge #dddd285d
12 years ago
yao
f1a5c1328c
remove the empty implementation when HAVE_OPENCL not defined
12 years ago
yao
b7ebedc23e
fix mismatch of WarpAffine
12 years ago
yao
9bbf170054
some cleanup
12 years ago
yao
720eaf1e1a
fix the haar kernel problems on Nvidia and Intel OCL
12 years ago
yao
d050159f07
Remove the perf running from ocl::matchTemplate accuracy tests
12 years ago
Eric Christiansen
a66f7cb9bc
allows building with -std=c++11 under G++
12 years ago
Markus Schoeler
5484a41960
Corrected a mistake in CHI2 kernel in line 354 and line 362 svm.cpp
...
Added new kernels to documentation
12 years ago
yao
1a488c0542
fix the warning on Linux when OpenCL 1.2 not supported
12 years ago
yao
7810254198
Fix ocl::equalizeHist mismatch
12 years ago
yao
3316d0bfb2
Fix the compiling errors of gemm on Linux
12 years ago
yao
2e3f4fdada
fix pyrLK's mismatch on Linux
12 years ago
yao
f4ef0c1598
fix meanShift mismatch on none-double GPUs
12 years ago
Andrey Kamaev
c17e9ef7ba
Repair binary compatibility of ocl module
12 years ago
Andrey Kamaev
995154d10d
Fix binary compatibility of gpu module
12 years ago
LeonidBeynenson
bfb644ac04
Changed error message in Algorithm::get.
12 years ago
LeonidBeynenson
e7b214b6d2
Removed urequired functions
12 years ago
alegarda
6bf7fd997a
Indentation Ok
12 years ago
alegarda
62655b05f4
Indentation ok
12 years ago
gferry
e3803f9985
fix for OpenCV issue #2815
...
- libavcodec issue
- some decoders alter AVCodecContext width/height values, in a wrong way
- eg. in issue 2815, vp6f decoder changes these values, resulting in distorted / invalid frames
- this patch forces default AVCodecContext values
12 years ago
Vladislav Vinogradov
73ffd71a22
Fixed documentation build
12 years ago
Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Alexander Smorkalov
9f39c8eaa1
OpenCV 2.4.4 preparation
...
Manager verison incremented;
Additional constatnt for library intialization added;
Documents updated.
12 years ago
alegarda
cb61e91023
distCoeffs0 cols to 12
12 years ago
alegarda
8a2b50dca6
Fixed undistort.cpp
12 years ago
Vladislav Vinogradov
21f95a3b11
restored source compatibility
12 years ago
Vladislav Vinogradov
a938534a7e
restored binary compatibility
12 years ago
Alexander
4091eab45e
cv::Ptr description extended.
12 years ago
Alexander Smorkalov
e21a1d3124
Test system refactoring
...
cmpEps replaced on cmpEps2 to reduce code dublication;
Constants for cmpEps return values added.
12 years ago
Vladislav Vinogradov
ce2559b332
optimized DeviceInfo class and ensureSizeIsEnough
12 years ago
alegarda
d3d8a782b5
Thin prism distortion model added doc
...
Thin prism distortion model added to the
camera_calibration_and_3d_reconstruction.rst
12 years ago
alegarda
76d03fccb9
Added Thin Prism Distortion Model
...
Only the code.
12 years ago
Anna Kogan
f6e0d327b0
Increased time limits
12 years ago
Anna Kogan
a567c03fdf
Switched to TEST_CYCLE_MULTIRUN for fast tests
12 years ago
Andrey Kamaev
11bd936f0b
Fix warnings from documentation build
12 years ago
Andrey Kamaev
9498856b22
Fix documentation problems found by check_docs2 script
12 years ago
yao
429ae44ae3
add openCLExecuteKernelInterop method
12 years ago
Andrey Kamaev
2fe7482b73
Add support for enums into rst ocv domain
12 years ago
Andrey Kamaev
ff7b604a25
Fix several inconsistent declarations identified by check_doc2 script
12 years ago
Vladislav Vinogradov
e06c3ec7c5
updated OpenGL functionality:
...
* removed OpenGLFuncTab, now extensions are loaded internally
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
12 years ago
Andrey Kamaev
2bbb777d95
Fix warnings about missing parent for class members
12 years ago
Niels Gerlif Myrtue
7697d79d93
Added the predict_all function wrapper for python that was missing from the documentation
...
Copied the docstring description
12 years ago
Vadim Pisarevsky
a1c7e0368c
fixed problem reported by Thouis (Ray) Jones
12 years ago