Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Andrey Kamaev
afa993316f
Merge pull request #502 from jet47:opengl-updates
12 years ago
Andrey Kamaev
16461247ce
Merge pull request #498 from asmorkalov:doc_ptr
12 years ago
Andrey Kamaev
ff0d23e55b
Merge pull request #519 from bitwangyaoyao:2.4_findOCL
12 years ago
Vladislav Vinogradov
21f95a3b11
restored source compatibility
12 years ago
Andrey Kamaev
d4e7bec29a
Merge pull request #440 from AnnaKogan8:fixed-perfomance-tests
12 years ago
Andrey Kamaev
decf04dfec
Merge pull request #512 from jet47:core-gpu-updates
12 years ago
Vladislav Vinogradov
a938534a7e
restored binary compatibility
12 years ago
Alexander
4091eab45e
cv::Ptr description extended.
12 years ago
yao
f816e10ac9
Add auto detection to Intel OCL
12 years ago
Andrey Kamaev
c1a5d1c44a
Merge pull request #508 from bitwangyaoyao:2.4_interpKernel
12 years ago
Vladislav Vinogradov
ce2559b332
optimized DeviceInfo class and ensureSizeIsEnough
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
yao
429ae44ae3
add openCLExecuteKernelInterop method
12 years ago
Andrey Kamaev
6ebb0e2ad2
Merge pull request #505 from abidrahmank:2.4
12 years ago
Abid K
96b2898f38
Update samples/python2/hist.py
...
range in calcHist() changed from [0,255] to [0,256]. Otherwise, it won't count pixels with value 255. It can be verified taking sum of histogram values and checking it with image size.
12 years ago
Andrey Kamaev
5691fd3abe
Merge pull request #503 from taka-no-me:fix_docs
12 years ago
Andrey Kamaev
5cc2a6bdbf
Merge pull request #500 from nielsgm:predict_python_wrapper_to_docs
12 years ago
Andrey Kamaev
afa8e4e645
Merge pull request #492 from taka-no-me:fix_warnings_gcov
12 years ago
Andrey Kamaev
60f7b1d98d
Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4
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
Andrey Kamaev
535f1fb2e2
Hack to stop parsing of problematic CvStatModel::train definition
12 years ago
Andrey Kamaev
0570aa6494
Avoid problem of old sphinx reporting an error on lines starting from :
...
See http://sourceforge.net/tracker/?func=detail&aid=3484857&group_id=38414&atid=422030
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
Andrey Kamaev
39baa2237e
Merge pull request #499 from vpisarev:zeroelem_fix
12 years ago
Andrey Kamaev
c6f6f9ab35
Merge pull request #451 from bitwangyaoyao:2.4_operator
12 years ago
Vadim Pisarevsky
a1c7e0368c
fixed problem reported by Thouis (Ray) Jones
12 years ago
Andrey Kamaev
6503836b4d
Merge pull request #469 from asmorkalov:android_manager_4number_version
12 years ago
yao
9613135e8d
fix compiling errors on Linux
...
more operators use oclMatExpr
12 years ago
yao
69fd2d8273
add oclMatExpr class to prevent extra allocations
12 years ago
Andrey Kamaev
7e5eee5bf1
Merge pull request #301 from emchristiansen:javasample2.4
12 years ago
Andrey Kamaev
3ead4449ad
Fix several warnings about uninitialized variables from gcov build
12 years ago
Andrey Pavlenko
2853bab471
converting images to PNG
12 years ago
Andrey Pavlenko
edb15dee3d
review feed-back considered
12 years ago
Andrey Kamaev
f58dffe31f
Merge pull request #401 from Daniil-Osokin:bugfix_doc_setNumThreads
12 years ago
OpenCV Buildbot
50d3e565c5
Update FFMPEG wrapper binaries
12 years ago
Andrey Kamaev
49c664fad4
Merge pull request #489 from jet47:carma-obsolete
12 years ago
Andrey Pavlenko
a8c2fc6908
changing layout, adding ant and eclipse sections, more pictures
12 years ago
Daniil Osokin
5f32e0e24d
Rewrote doc for set-get number of threads functionality with support new frameworks (bug #2064 )
12 years ago
Daniil Osokin
6deda2531c
Fixed getNumThreads() for C=
12 years ago
Andrey Kamaev
da1ddc752b
Merge pull request #487 from asmorkalov:manager_localref_fix
12 years ago
Vladislav Vinogradov
78c924baad
removed obsolete CARMA toolchain and CMake variable
12 years ago
Andrey Kamaev
f3874abf68
Merge pull request #488 from AnnaKogan8:updated-ABI-compliance-descriptor-script
12 years ago
Andrey Kamaev
37c6357b97
Merge pull request #485 from jet47:gpu-new-functionality
12 years ago
Anna Kogan
f9cf70e93e
Updated script for ABI compliance check
12 years ago
Alexander Smorkalov
6619941c90
Issues in management of local reference to jni objects fixed.
12 years ago