54 Commits (a6b8ea892bdd619f658c0380a317c11ea206ffdc)

Author SHA1 Message Date
Alexander Alekhin 84bb67e49b exclude opencv_contrib modules 5 years ago
Alexander Alekhin 9097ccf515 drop legacy headers 6 years ago
Steven 945ad277ea add missing DNN header to opencv2/opencv.hpp 7 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
StevenPuttemans a0ff9f69ef fix inclusion of OpenCV header opencv.hpp 8 years ago
StevenPuttemans 2ad411f914 fixing issues 8 years ago
StevenPuttemans e42750c63c fix including of correct header files #7027 8 years ago
Marina Noskova acd74037b3 Increasing the dimension of features space in the SVMSGD::train function. 9 years ago
Marina Noskova 40bf97c6d1 Refactored SVMSGD class 9 years ago
Alexander Alekhin 4a8d1147c2 include available modules only 9 years ago
Alexander Alekhin 24bbdeb0c8 include available modules only 9 years ago
Alexander Smorkalov 8a37fc8223 Added missing copyright headers. 9 years ago
Alexander Smorkalov 408107ce6d Added missing copyright headers. 9 years ago
Maksim Shabunin 9fbc92aace Added cmake option for abi descriptor generating (GENERATE_ABI_DESCRIPTOR) 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Alexander Smorkalov 3ebdcafdd3 All installed files marked with component names for install customization. 11 years ago
Alexander Smorkalov b75cbfde45 All installed files marked with component names for install customization. 11 years ago
Ilya Lavrenov 5d206059a8 moved bioinspired to opencv_contrib 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
alexandre benoit 7bff79bbeb updated demos and tutorial regarding the Retina class transfer to bioinspired module. 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 909d6fcf51 Move legacy part of opencv_contrib to separate header 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 199a35a105 Move C API of opencv_video to separate file 12 years ago
Andrey Kamaev 69648f0a6f Make photo.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 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
Marina Kolpakova b28b2428f6 changing package layout after 'make install' for Android build 13 years ago
Andrey Kamaev 15e50420bc Fixed linux and android install 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Vadim Pisarevsky ca2433c212 fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008) 14 years ago
Ethan Rublee 6259c9ac6a First pass at name mangling based on version number, to support 14 years ago
Andrey Kamaev 2edf764eee Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator 14 years ago
Vadim Pisarevsky fa1d85bc14 removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). 14 years ago
Vadim Pisarevsky 1618ed0a37 update the old and the new-style headers after moving some old stuff to the legacy 14 years ago
Vadim Pisarevsky 7174957f0d added flann 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Vadim Pisarevsky 32a33eae9b added universal opencv header 15 years ago
Vadim Pisarevsky bdd10c11f3 temporarily comment off the warnings about obsolete cxcore.h, cv.h etc. 15 years ago
Jose Luis Blanco 1e5f012e7f - Added a Warning macro compatible with GCC & MSVC to cv.h 15 years ago
Victor Erukhimov b4c56aa184 Added for backward compatibility 15 years ago
Victor Erukhimov c4631573a4 cv::cvflann -> cv::flann 15 years ago