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
Andrey Kamaev
262fc929aa
Merge branch '2.4'
12 years ago
yao
9613135e8d
fix compiling errors on Linux
...
more operators use oclMatExpr
12 years ago
Andrey Kamaev
ec7a7c0f7c
Merge pull request #493 from pppoe:master
12 years ago
yao
69fd2d8273
add oclMatExpr class to prevent extra allocations
12 years ago
Haoxiang Li
3f86fd82f8
update: detected rectangles may be partially outside the image
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
4cc3dfe27c
Merge pull request #482 from vpisarev:c2cpp_imgproc_part2
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
Markus Schoeler
ddb0afbc44
Changed line 1266 in svm.cpp to allow the new kernels to be used
12 years ago
Andrey Kamaev
49c664fad4
Merge pull request #489 from jet47:carma-obsolete
12 years ago
Vadim Pisarevsky
3c25ddd9ff
restored 8u->32f cvGetQuadrangleSubPix() mode (need better test for it)
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
Vadim Pisarevsky
78402bf596
made several minor fixes as pointed out by Andrey
12 years ago
Anna Kogan
f9cf70e93e
Updated script for ABI compliance check
12 years ago
Markus Schoeler
7cab6798c0
Added two kernels to existing SVM framework
...
Histogram intersection kernel (accessible by using SVM::INTER in CV namespace as kernel_type)
Exponetial chi2 kernel (accessible by using SVM::CHI2 in CV namespace as kernel_type)
Formulars:
Exp-CHI2
k(x,y) = exp(-gamma * CHI2(x,y))
CHI2(x,y) = 1- 2* SUM_i[(xi-yi)²/(xi+yi)]
Intersec
k(x,y) = SUM_i[min(xi,yi)]
12 years ago
Alexander Smorkalov
6619941c90
Issues in management of local reference to jni objects fixed.
12 years ago
Vladislav Vinogradov
a3a09cf4d1
refactored OpticalFlowDual_TVL1:
...
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
12 years ago
Andrey Kamaev
8547984d29
Merge pull request #486 from amroamroamro:2.4
12 years ago
Andrey Kamaev
37e2664cf0
Merge pull request #479 from ilya-lavrenov:TestHighGUI
12 years ago
kobigurk
18a5b8dfc6
fixed tab indent
12 years ago
Amro
42a2cb0a38
add description of ddepth param of cv::boxFilter
...
bug #2709
12 years ago
kobigurk
88e0127f44
API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected
...
test code unified - channels number is tested for other formats as well
12 years ago
Vladislav Vinogradov
2181a41a07
added perf4au app
12 years ago
Vladislav Vinogradov
aa73bf6079
added gpu optical flow sample
12 years ago
Vladislav Vinogradov
50f28c9e25
added Warp::reduce function
12 years ago
Vladislav Vinogradov
36e42084f0
added gpu BM optical flow implementation
12 years ago
Vladislav Vinogradov
fe2e89df1b
added gpu::HoughLinesP function
12 years ago
Vladislav Vinogradov
86bd325131
added gpu::normalize function
12 years ago