360 Commits (1f43999f2ab2954386262cb27f284937614b281a)

Author SHA1 Message Date
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 969a7133a9 Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 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
Andrey Kamaev 7e50d3e571 Fixed MSVC warnings 12 years ago
Daniil Osokin d8f538d67b Added tests for RGB to YUV420p color conversion 12 years ago
Vadim Pisarevsky 944588e732 converted houghlines to C++ 12 years ago
Vadim Pisarevsky 05ea571b08 almost finished distance transform conversion (discrete voronoi diagram mode is not ready yet) 12 years ago
Vadim Pisarevsky 9124a76ae7 converted moments function to C++ 12 years ago
Vadim Pisarevsky 06f4a56469 converted flood fill, getrectsubpix & cornersubpix to C++ 12 years ago
Ivan Korolev 9908ff33de Added regression test for HoughLines algorithm 12 years ago
Jason Newton 63debf5032 connectedcomponents test case 12 years ago
Ilya Lavrenov 615e7b2747 added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U 12 years ago
Ilya Lavrenov 07744ccf3d removed imshow call 12 years ago
Ilya Lavrenov 5225672dc0 added edge-aware demosaicing and bayer to bgra conversion 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 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 78a0b9787c fixed build errors on Mac; moved test for #2332 from imgproc to highgui 12 years ago
Ilya Lavrenov 2cda65a782 fixed cvtColor (RGB <-> Lab) tests and created another one 12 years ago
Evgeny Talanin cfe28e3b73 Added test inspired by #2332 12 years ago
Vadim Pisarevsky 925d0cc769 added test for box filter 16u, fixed bug #2416 12 years ago
Ilya Lavrenov 280ecb68bf changed file path 12 years ago
Ilya Lavrenov 2759f026e9 fixed Bug #2074 12 years ago
Vadim Pisarevsky 06a13d9ba0 replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 12 years ago
Ilya Lavrenov b7b32e74a5 some restructuring of resize algorithm code 12 years ago
Ilya Lavrenov 222303f24b attempt 12 years ago
Anatoly Baksheev 3b075a50e9 fixed warnings under windows 12 years ago
Ilya Lavrenov 5ab3fe489f changed resize_area test 12 years ago
Ilya Lavrenov a65cb5d2de added extra debug parameters in resize test 12 years ago
Ilya Lavrenov 03daf44848 added recalculating scale coefficients 12 years ago
Andrey Kamaev e73089bdb5 Fix windows build warnings 12 years ago
Ilya Lavrenov fbd9bfba47 fixed some warnings and errors on windows 12 years ago
Andrey Kamaev b1b5e392e6 Fix Android build warnings in new imgproc tests 12 years ago
Ilya Lavrenov dd1091bbe1 a reference function for remap was stabilized 12 years ago
Vadim Pisarevsky 932100c5a3 fixed build errors and warnings on Windows 12 years ago
Ilya Lavrenov 5eac0419b2 changed eps in validate_result function 12 years ago
Ilya Lavrenov be51e5d1b1 More strict tests for image waring algorithms 12 years ago
Vadim Pisarevsky 9c0f556d88 fixed a few compile warnings and errors with VS2010. 12 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 12 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Andrey Kamaev d9c74f63e1 All tests writing temporary files are updated to use cv::tempfile() function 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 73c152abc4 Merged the trunk r8575:8583 (INTER_AREA interpolation for GPU resize) 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago