247 Commits (6d3502833f85f0ea97817942498fe662abdf7175)

Author SHA1 Message Date
Alexander Alekhin 79dc0ed175 docs: intro formatting update, minor cleanup 6 years ago
Henry 4102855edd
Update intro.markdown 6 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 7 years ago
PkLab.net be65701908 Large update of videoio doc and samples following mshabunin comments 8 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 8 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 8 years ago
Jan S. (Milania1) 3e0b1f2845 Added example to the documentation for the NormTypes enum (L1, L2, INF) 9 years ago
StevenPuttemans 8ed25ad75f adding extra explanation for mask parameter 9 years ago
Alankar Kotwal 1d92a73a55 Correct missing braces in operations_in_arrays.rst 9 years ago
Diogo Rolo f57fb2375e Update cuda.markdown 10 years ago
Ruslan Baratov 9c8255feeb Doc: fix definition of macro CV_MAKETYPE 10 years ago
Vladislav Vinogradov 2660eee961 restore CUDA module introduction 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
StevenPuttemans 73d1ea9a52 fix bug 2432 for 2.4 branch 10 years ago
StevenPuttemans edb608d206 fix documentation bug 2432 10 years ago
Alexander Karsakov bcca34bc96 Fixed typo in description of Rect operations 10 years ago
Maksim Shabunin 555fdf893a Documenting imgproc module 10 years ago
Maksim Shabunin 6aa7a86ae9 Doxygen documentation for core module 10 years ago
Alexander Duda 11ebaf673f fix warning in template Scalar::mul gcc < 4.8 10 years ago
ElenaGvozdeva 75601ccf9e small change in description for Gemm 10 years ago
Rohit Rawat 2ad8c6dbd0 Fixing bug in NAryMatIterator documentation(Bug #3787). 10 years ago
Alexander Smorkalov 11c81067dc doc/check_docs2.py warnings fixes 10 years ago
Marc Rollins c8ede7c9ea Updating documentation to reflect division operations. 10 years ago
Andrey Pavlenko a8db3df8f6 typo: rect -> roi 10 years ago
StevenPuttemans d27e440b2a continue fixing nonfree elements 10 years ago
Vadim Pisarevsky 00b2124876 fixing more compile problems with Java bindings etc 10 years ago
Vadim Pisarevsky 4530c7ad08 trying to fix builds 10 years ago
Vadim Pisarevsky 257463719b removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API 10 years ago
Vadim Pisarevsky 27d2d3cbac fixed doc builder complains and the test failures 10 years ago
Vadim Pisarevsky 31df47b6ea moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
Vadim Pisarevsky 28ca6ac05e fixed building html docs 10 years ago
PhilLab e82241cba5 Function for drawing arrows 10 years ago
unknown d0c3c4c373 Function for drawing arrows 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 10 years ago
Ruslan Baratov b030d7e6a1 Doc: fix definition of macro CV_MAKETYPE 11 years ago
Richard Yoo c38023f4e7 Modifications to support dynamic vector dispatch. 11 years ago
Vadim Pisarevsky 07c0d50edf put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder. 11 years ago
Ilya Lavrenov 17956a5ae5 optimized cv::normalize in case of mask 11 years ago
StevenPuttemans fea4396023 Added more info on the data input variable of kmeans 11 years ago
Kazuki Matsuda fa292c3d8d Implimentation "cv::Mat::forEach" 11 years ago
StevenPuttemans 006956c324 Fixing as suggested in bug 2626, made naming same for both C, C++ and python API 11 years ago
StevenPuttemans a0a8fb4fd9 fixed bug 2626 11 years ago
Elena Gvozdeva 037ac27ec8 Added SharedMatrix 11 years ago
Elena Gvozdeva fa2d79a15b Added IPP Async converters, doc and sample 11 years ago
yash 51cb6998ea made the example consistent with the fuction definition and improved doc 11 years ago
berak 80708008a4 missing () on Mat::type() 11 years ago
Rohit Girdhar ea7b1bb3d2 added test, doc 11 years ago
yash 394c74b349 edited the doc for mat::copyto and clarified the part regarding reallocation by .create 11 years ago
yash 38ef8894b7 Made a sentence in the doc for Mat::copyTo more clearer 11 years ago
Konstantin Matskevich a0ccb46a7f fixed docs 11 years ago