1416 Commits (699eda46b6278a6aeb6a9c58cbb605387b8a0075)

Author SHA1 Message Date
Vladislav Vinogradov 8282f6ebc1 renamed gpu::cudev namespace -> cuda::device 11 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 11 years ago
abidrahmank 7fd8a19fe8 warning corrections 11 years ago
abidrahmank 14af369640 Python bindings for KeyPoint methods 11 years ago
kdrobnyh f4aa7ff919 Add IPP support in meanStdDev, minMaxIdx, norm functions 11 years ago
Alexander Smorkalov 114e04ee12 OpenCV version++. Current OpenCv version 2.4.6.2 11 years ago
kdrobnyh 7a7aa148d4 Add IPP support in compare function 11 years ago
Alexander Smorkalov 5af2cc6223 AutoBuffer with initial zero size fixed. 11 years ago
Vadim Pisarevsky 771feb61c2 fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches) 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
MarkBelmont cf34b3d65b Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span." 11 years ago
peng xiao 2519a21935 Fix a potential bug of ParallelLoopBodyWrapper::operator(Range) 11 years ago
Roman Donchenko 6fed0e85c2 Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR. 11 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov b15addec70 C4447 warning about main function format suppressed. 11 years ago
Alexander Smorkalov d62c98527a Invalid usage of cv::Ptr for arrays fixed. 11 years ago
Vladislav Vinogradov 7bda6992e5 fixed gpu BGR <-> YUV color conversion 11 years ago
Alexander Smorkalov a3dd13450c All optimized function tables wrapped to getters to change its 11 years ago
Alexander Smorkalov 9af2c1661a Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch 11 years ago
Dmitry Retinskiy ab8c0fde52 applied comments after review 11 years ago
Bahram Dahi 83e21568ee Minor bug fix, missing const in method signature 11 years ago
Bahram Dahi 6cf9070b9a Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196 11 years ago
kamjagin ed29d91d42 adding std to cstdint typedef of uint32_t 11 years ago
Miroslav Kobetski b595d73d6d defined uint for non-windows platforms too. replaced isnan for cvIsNaN. 11 years ago
Dmitry Retinskiy f013baf739 bug #1922: restored most of the class definitions in basic_structures.rst 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Vadim Pisarevsky d5539975d7 polished the patch 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 11 years ago
Roman Donchenko 8bed7bb5f9 Fixed documentation errors. 11 years ago
Mathieu Barnachon ff85575b28 Adding read/write functions to PCA class. Update PCA test. 11 years ago
Alexander Smorkalov 2243118fc0 NEON instruction set enabled for WIN32 on ARM by default. 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
Alexander Smorkalov 63786c389f Warning and review notes fixes. 11 years ago
Alexander Smorkalov e03ffde346 WinRT API Certification fixes for core and contrib. 11 years ago
Alexander Smorkalov 62b85a41da TLS calls on WinRT replaced on variables with C++11 "thread" attribute. 11 years ago
Alexander Smorkalov 6257df1c4b API restricted on WinRT partially removed from core. 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
kdrobnyh 6af10a2937 Some changes in sum and mean functions 11 years ago
Michael Hanselmann cdc2ee9789 Documentation fix for cv::compare (issue 3149) 12 years ago
Roman Donchenko ee182eb086 Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared. 12 years ago
kdrobnyh 4dfd40bec0 Add IPP mean and sum functions 12 years ago
Roman Donchenko 4ac2db271d Removed CV_EXPORTS from all template classes (that I could find). 12 years ago
Vladislav Vinogradov 6dfd8f184c rewrote matrix operations with cudev module 12 years ago
Vladislav Vinogradov 2311b0b43b added cudev::GpuMat_<T> support to Input/Output arrays 12 years ago
StevenPuttemans dd0481ef2d Added brackets around line 888-892 for correct code! 12 years ago
StevenPuttemans f9b594bf08 Changed first approach to a more general MS-specific approach. 12 years ago
StevenPuttemans c3dee28394 Fixed bug #3101, problem on ellipse2poly function 12 years ago