Vladislav Vinogradov
ce2559b332
optimized DeviceInfo class and ensureSizeIsEnough
2013-02-20 19:30:57 +04:00
Anna Kogan
f6e0d327b0
Increased time limits
2013-02-20 17:34:00 +04:00
Anna Kogan
a567c03fdf
Switched to TEST_CYCLE_MULTIRUN for fast tests
2013-02-20 17:05:54 +04:00
yao
429ae44ae3
add openCLExecuteKernelInterop method
2013-02-20 17:46:43 +08:00
Alexander Smorkalov
637b48eec8
Tutorial for ARM Linux cross compilation added.
2013-02-20 12:48:30 +04:00
Andrey Kamaev
6ebb0e2ad2
Merge pull request #505 from abidrahmank:2.4
2013-02-20 12:29:53 +04:00
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.
2013-02-19 19:31:53 +05:30
Andrey Kamaev
5691fd3abe
Merge pull request #503 from taka-no-me:fix_docs
2013-02-19 18:01:51 +04:00
Andrey Kamaev
5cc2a6bdbf
Merge pull request #500 from nielsgm:predict_python_wrapper_to_docs
2013-02-19 18:01:30 +04:00
Andrey Kamaev
afa8e4e645
Merge pull request #492 from taka-no-me:fix_warnings_gcov
2013-02-19 18:01:06 +04:00
Andrey Kamaev
60f7b1d98d
Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4
2013-02-19 16:22:20 +04:00
Andrey Kamaev
2fe7482b73
Add support for enums into rst ocv domain
2013-02-19 16:22:20 +04:00
Andrey Kamaev
ff7b604a25
Fix several inconsistent declarations identified by check_doc2 script
2013-02-19 16:22:20 +04:00
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
2013-02-19 14:13:11 +04:00
Andrey Kamaev
2bbb777d95
Fix warnings about missing parent for class members
2013-02-19 11:49:05 +04:00
Andrey Kamaev
535f1fb2e2
Hack to stop parsing of problematic CvStatModel::train definition
2013-02-19 10:39:31 +04:00
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
2013-02-19 10:34:43 +04:00
Niels Gerlif Myrtue
7697d79d93
Added the predict_all function wrapper for python that was missing from the documentation
...
Copied the docstring description
2013-02-19 13:11:30 +11:00
Andrey Kamaev
39baa2237e
Merge pull request #499 from vpisarev:zeroelem_fix
2013-02-18 18:05:02 +04:00
Andrey Kamaev
c6f6f9ab35
Merge pull request #451 from bitwangyaoyao:2.4_operator
2013-02-18 18:04:44 +04:00
Vadim Pisarevsky
a1c7e0368c
fixed problem reported by Thouis (Ray) Jones
2013-02-18 17:01:21 +04:00
Andrey Kamaev
6503836b4d
Merge pull request #469 from asmorkalov:android_manager_4number_version
2013-02-18 15:41:25 +04:00
yao
9613135e8d
fix compiling errors on Linux
...
more operators use oclMatExpr
2013-02-16 18:41:43 +08:00
yao
69fd2d8273
add oclMatExpr class to prevent extra allocations
2013-02-16 11:05:23 +08:00
Andrey Kamaev
7e5eee5bf1
Merge pull request #301 from emchristiansen:javasample2.4
2013-02-15 18:38:25 +04:00
Andrey Kamaev
3ead4449ad
Fix several warnings about uninitialized variables from gcov build
2013-02-15 17:28:23 +04:00
Andrey Pavlenko
2853bab471
converting images to PNG
2013-02-15 16:46:30 +04:00
Andrey Pavlenko
edb15dee3d
review feed-back considered
2013-02-15 16:33:13 +04:00
Andrey Kamaev
f58dffe31f
Merge pull request #401 from Daniil-Osokin:bugfix_doc_setNumThreads
2013-02-14 19:07:41 +04:00
OpenCV Buildbot
50d3e565c5
Update FFMPEG wrapper binaries
2013-02-14 18:39:24 +04:00
Andrey Kamaev
49c664fad4
Merge pull request #489 from jet47:carma-obsolete
2013-02-14 18:20:31 +04:00
Andrey Pavlenko
a8c2fc6908
changing layout, adding ant and eclipse sections, more pictures
2013-02-14 17:54:37 +04:00
Daniil Osokin
5f32e0e24d
Rewrote doc for set-get number of threads functionality with support new frameworks (bug #2064 )
2013-02-14 17:11:16 +04:00
Daniil Osokin
6deda2531c
Fixed getNumThreads() for C=
2013-02-14 17:07:36 +04:00
Andrey Kamaev
da1ddc752b
Merge pull request #487 from asmorkalov:manager_localref_fix
2013-02-14 16:50:16 +04:00
Vladislav Vinogradov
78c924baad
removed obsolete CARMA toolchain and CMake variable
2013-02-14 16:27:17 +04:00
Andrey Kamaev
f3874abf68
Merge pull request #488 from AnnaKogan8:updated-ABI-compliance-descriptor-script
2013-02-14 16:08:05 +04:00
Andrey Kamaev
37c6357b97
Merge pull request #485 from jet47:gpu-new-functionality
2013-02-14 16:00:55 +04:00
Anna Kogan
f9cf70e93e
Updated script for ABI compliance check
2013-02-14 14:59:26 +04:00
Alexander Smorkalov
6619941c90
Issues in management of local reference to jni objects fixed.
2013-02-14 13:29:51 +04:00
Vladislav Vinogradov
a3a09cf4d1
refactored OpticalFlowDual_TVL1:
...
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
2013-02-14 13:26:47 +04:00
Andrey Kamaev
8547984d29
Merge pull request #486 from amroamroamro:2.4
2013-02-14 11:21:16 +04:00
Andrey Kamaev
37e2664cf0
Merge pull request #479 from ilya-lavrenov:TestHighGUI
2013-02-14 11:21:01 +04:00
Amro
42a2cb0a38
add description of ddepth param of cv::boxFilter
...
bug #2709
2013-02-13 15:16:17 +03:00
Vladislav Vinogradov
2181a41a07
added perf4au app
2013-02-13 15:58:24 +04:00
Vladislav Vinogradov
aa73bf6079
added gpu optical flow sample
2013-02-13 15:58:12 +04:00
Vladislav Vinogradov
50f28c9e25
added Warp::reduce function
2013-02-13 15:57:55 +04:00
Vladislav Vinogradov
36e42084f0
added gpu BM optical flow implementation
2013-02-13 15:57:40 +04:00
Vladislav Vinogradov
fe2e89df1b
added gpu::HoughLinesP function
2013-02-13 15:56:58 +04:00
Vladislav Vinogradov
86bd325131
added gpu::normalize function
2013-02-13 15:55:58 +04:00