29 Commits (596ada51f32b6ddde5cc4943ec96bb8ee4ba8912)

Author SHA1 Message Date
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
luz.paz 5718d09e39 Misc. modules/ typos 7 years ago
Maksim Shabunin 904640c9ae Split matrix.cpp into smaller pieces 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Vincent Rabaud a89aa8c90a Fix imageSize overflow in IplImage 8 years ago
Ilya Lavrenov 87ae4e0564 fixed clone of empty matrix 8 years ago
Dmitry-Me 1b7066fc95 Reduce variable scope, only compute values that are used later 10 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 8200a95ced Boring changes - core. 11 years ago
Andrey Kamaev d62bc8cfbf Remove more old definitions from internal.hpp 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev addf0309ec Move cv::Size_ 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 0bd68a70f1 fixed #2297, #2300; fixed several warnings 12 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 65a7f13af3 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
Vadim Pisarevsky 8af83e6d37 fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc. 14 years ago
Vadim Pisarevsky 02885b8b49 added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions. 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago