14690 Commits (488920168a211eb189da466d46a689994b8fdfcf)
 

Author SHA1 Message Date
Philipp Hasper ac206ccb05 Visual Studio tutorial: updated library names 11 years ago
GregoryMorse b5a4159efc Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink. 11 years ago
Vadim Pisarevsky 71edf1b5f1 Merge pull request #3189 from mshabunin:python_cross_build 11 years ago
Vadim Pisarevsky 2e950eb41b Merge pull request #3196 from PhilLab:patch-4 11 years ago
jeremy 56091bae1f changing many instances of the same grammar error in documentation 11 years ago
Daniel Stonier d3ad26926d fixed support for parallelised imshows with qt via the gui receiver. 11 years ago
Igor Kuzmin ed402c5be6 XIMEA cam support: allow on OS X too 11 years ago
Igor Kuzmin 4d45a2c43f XIMEA cam support: use correct library for 64 bit Linux 11 years ago
Igor Kuzmin 74827c35ff fix for issue 3858 (remove unneeded #include's) 11 years ago
Philipp Hasper 62c704d1e9 Updated PnP parameter documentation 11 years ago
Alexander Alekhin f03b11d271 Merge pull request #3199 from apavlenko:fix_docs_typo 11 years ago
Pierrick Koch aeda3d2d69 [samples/pyhton] fix common {LINE->CV}_AA 11 years ago
Andrey Pavlenko a8db3df8f6 typo: rect -> roi 11 years ago
Maksim Shabunin c42424f2db Fixed android samples build 11 years ago
Maksim Shabunin 93c03ef05b Fixed android java test build 11 years ago
Maksim Shabunin b3bae170ed Fixed java tests build 11 years ago
Andrey Pavlenko 43714b9d03 disabling java bindings for xfeatures2d module due to build errors 11 years ago
Philipp Hasper cc7aa5890d Fixing documentation links 11 years ago
Alexander Alekhin 0b53ca2848 Merge pull request #3192 from jkua:master 11 years ago
Alexander Alekhin eac4042ed5 Merge pull request #3195 from akarsakov:ocl_rm_mul24 11 years ago
Alexander Karsakov c942c6539a Remove mul24 since id can be larger 2^23 11 years ago
Dmitriy Anisimov ad00e0dd43 tt & header background colors changed 11 years ago
Dmitriy Anisimov dfaf75f502 moving algorithm type to param 11 years ago
Dmitriy Anisimov e7b3a73b62 fixed all known issues 11 years ago
John Kua fb0c0eaa7c Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error 11 years ago
Vadim Pisarevsky 618c75fe3d Merge pull request #3182 from berak:videowriter_docfix_30 11 years ago
Vadim Pisarevsky 26c284b225 Merge pull request #3167 from akarsakov:ocl_rm_clFinish 11 years ago
berak 5f9d5c483c adding fourcc to VideoWriter docs 11 years ago
Maksim Shabunin 2c2cdcf789 Changed cmake python library search startegy for crosscompiling 11 years ago
Vadim Pisarevsky ffd1df0cb5 Merge pull request #3186 from akarsakov:ocl_fixes 11 years ago
Vadim Pisarevsky 64a53de27d Merge pull request #3185 from ElenaGvozdeva:ocl_norm 11 years ago
Ilya Lavrenov 98e7d4ceec changed optimal vector width for Intel 11 years ago
Elena Gvozdeva 9fe11db7e2 disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE 11 years ago
Dmitriy Anisimov e7af509c86 different enhancements 11 years ago
Alexander Karsakov 07d57db91c Fixed calculation of l_stack_size 11 years ago
Alexander Alekhin 97ab91dcc9 Merge pull request #3187 from akarsakov:ocl_disabled_minmaxidx 11 years ago
Alexander Karsakov 7d91b8efcd Removed redundant clFinish() after clEnqueueUnmapMemObject() 11 years ago
Alexander Karsakov f57a4bf87b Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K) 11 years ago
Vadim Pisarevsky 0276cc90c2 Merge pull request #3184 from ilya-lavrenov:arm 11 years ago
Vadim Pisarevsky 0fd21baaa2 Merge pull request #3174 from rokm:samples-fix 11 years ago
Alexander Alekhin 7dd666e444 Merge pull request #3181 from akarsakov:ocl_mul_scale_test_fix 11 years ago
Alexander Karsakov ec827bed8e Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests 11 years ago
Alexander Karsakov a48c1c8248 Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory. 11 years ago
Alexander Karsakov 214dab39f6 Fixed BORDER_REFLECT and BORDER_REFLECT_101 extrapolation for case x > 2*maxV 11 years ago
Vadim Pisarevsky a125cd6c6d Merge pull request #3169 from znah:py_wrap 11 years ago
Vadim Pisarevsky 6c3dd4984c Merge pull request #3179 from alekcac:update_in_youtube_url 11 years ago
Ilya Lavrenov 5d3a128cd3 NEON impl on cv::convertScaleAba CV_32f 11 years ago
Vadim Pisarevsky 3bafe64666 Merge pull request #3170 from ElenaGvozdeva:ocl_fix 11 years ago
Vadim Pisarevsky 3e574cd26a Merge pull request #3173 from rokm:cuda-6.5 11 years ago
Vadim Pisarevsky 1f85ffa11b Merge pull request #3166 from akarsakov:ocl_native_sqrt 11 years ago