18 Commits (dee05f982b9503f910fb36ed96de938bd0a377ac)

Author SHA1 Message Date
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Camille 55a5e6be2c bug fix 3696 10 years ago
Alexander Smorkalov acbc7362db Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed. 10 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 12 years ago
Andrey Kamaev c886afb502 Finalize cv::Mat transition 12 years ago
Vladislav Vinogradov b28677bd90 fixed misprint in MatOp::augAssignXor 12 years ago
Artanis 993522598b Add implementations for Mat::zeros() and Mat::ones() 12 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Vadim Pisarevsky d60b1f2f82 fixed bug #2106; added test 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Vadim Pisarevsky 3b9e752be7 some more core functions documented + minor fixes and rearrangements 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 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
Anatoly Baksheev 60e572bbcf fixed gpu morphology: now kernel in gpu is passed to npp functions. 15 years ago
Vadim Pisarevsky d72d11d09d improved matrix expressions efficiency in some cases & simplified the code 15 years ago
Vadim Pisarevsky ec314cf232 moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times 15 years ago