360 Commits (1f43999f2ab2954386262cb27f284937614b281a)

Author SHA1 Message Date
Ilya Lavrenov 803672feea added cv::remap to T-API 11 years ago
Ilya Lavrenov 55af7857b9 added cv::warpPerspective to T-API 11 years ago
Alexander Alekhin 7d9150460a core/ocl: added perf test infra + "Add" perf test 11 years ago
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 11 years ago
Ilya Lavrenov 4eba74ee19 added cv::LUT to T-API 11 years ago
Ilya Lavrenov d2e1318341 RGBA <-> mRGBA 11 years ago
Ilya Lavrenov f771a0ba81 RGB[A] <-> HLS 11 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 11 years ago
Ilya Lavrenov 727a5e6df4 BGR5x5 <-> Gray 11 years ago
Ilya Lavrenov 8a23646897 RGB[A] <- RGB5x5 11 years ago
Ilya Lavrenov 81b9c9c104 RGB[A] -> RGB5x5 11 years ago
Ilya Lavrenov af367c4f85 RGB[A] <-> BGR[A] 11 years ago
Ilya Lavrenov ab9b883c69 RGB[A] <-> XYZ 11 years ago
Ilya Lavrenov 506c19616d YCrCb -> RGB[A] 11 years ago
Ilya Lavrenov 90d62cacc9 fixed cv::cvtColor 11 years ago
Ilya Lavrenov 6679aed61e fixed ocl::resize (INTER_LINEAR) and added an accuracy test 11 years ago
Ilya Lavrenov 16a3067afc cp test_colot.cpp to imgproc ocl tests 11 years ago
Vadim Pisarevsky 8762ee3f6f removed unnecessary opencl kernels 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 11 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 11 years ago
Alexander Smorkalov 1aaeb52a4c Android NDK r9 support. x64 NDK support fix for MacOS X. 11 years ago
Alexander Smorkalov ccb48ddee0 Android NDK r9 support. x64 NDK support fix for MacOS X. 11 years ago
Nghia Ho 61f5176bad Removed trailing whitespace 11 years ago
Alexander Mordvintsev 20fe614c2f createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples 11 years ago
Nghia Ho 357e5d55f6 Removed trailing whitespaces 11 years ago
Ovidiu Parvu e324446c70 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 11 years ago
Ovidiu Parvu 0117d77cd1 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. 11 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 11 years ago
Roman Donchenko 2de8487e58 Fixed a few tests that use uninitialized inputs. 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 254d4ae429 Boring changes - imgproc. 11 years ago
Roman Donchenko 9ed475cf52 War on Whitespace, master edition: file endings. 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 11 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 11 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Nghia Ho bc3dd2452f Added test cpp 11 years ago
Nghia Ho c0bbdde8ba Added test cpp 11 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 11 years ago
Daniel Angelov 6f3d6ded47 Test case to strict, as overlapping lines (based on random places) may occur. 11 years ago
Daniel Angelov 965b3759b1 Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups. 11 years ago
Daniel Angelov d35601209e Added define guard for ln10. Fixed some warnings. 12 years ago
Daniel Angelov 22c8010b2d Added needed header, changed macro name. 12 years ago
Daniel Angelov 3350533f48 Fixed ambiguouty error, signess compare. 12 years ago
Daniel Angelov e51e00ac5f Added LSD accuracy tests. 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago