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
|
41d046a2db
|
restored ocl_cvtcolor.cl
|
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
|
65ee06eb2b
|
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 |
Eric Sommerlade
|
3b4f65b186
|
fixed comparison to stop integer wrap around
|
11 years ago |
Ilya Lavrenov
|
16a3067afc
|
cp test_colot.cpp to imgproc ocl tests
|
11 years ago |
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
11 years ago |
Jason Newton
|
88b2fe9dbb
|
correct upper bound for maximum number of labels for 8-way connectivity
|
11 years ago |
StevenPuttemans
|
7a8bd31657
|
Fixed bug in report #3346
|
11 years ago |
Ilya Lavrenov
|
561a7f5782
|
fixed kernel compilation in imgproc module
|
11 years ago |
Vadim Pisarevsky
|
677c7f27cb
|
fixed failure in Tonemap test
|
11 years ago |
Vadim Pisarevsky
|
241002384c
|
fixed some more compile errors
|
11 years ago |
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
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 |
Harris Gasparakis
|
a1de91a4fd
|
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
|
12 years ago |
Ilya Lavrenov
|
e9b54ab844
|
fixed cv::resize (area fast mode) - it writes outside of array boundary in SSE2 version
|
12 years ago |
Ilya Lavrenov
|
5546f4d77f
|
consistency SSE2 and plain versions of convertMaps and remap
|
12 years ago |
Vadim Pisarevsky
|
ace0d4bad0
|
hopefully, the last test failures are fixed now
|
12 years ago |
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
12 years ago |
Ilya Lavrenov
|
bebc1c9330
|
misprint
|
12 years ago |
Alexander Alekhin
|
723af15228
|
ocl: fix warnings from GCC 4.8, update Haar
|
12 years ago |
Ilya Lavrenov
|
35d9ce0c0c
|
fixed warnings
|
12 years ago |
Ilya Lavrenov
|
036e99d03a
|
fixed ipp-related warnings
|
12 years ago |
StevenPuttemans
|
2f474db27f
|
Fix of bug #3283 and bug #3301
Added extra information for fitEllipse, minAreaRect and addapted ellipse &
ellipse2Poly parameter description.
|
12 years ago |
Alexander Smorkalov
|
1aaeb52a4c
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
12 years ago |
Alexander Smorkalov
|
ccb48ddee0
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
12 years ago |
Nghia Ho
|
61f5176bad
|
Removed trailing whitespace
|
12 years ago |
John Stowers
|
51341738ba
|
Add cv::logPolar, cv::linearPolar, and a python example
|
12 years ago |
Vadim Pisarevsky
|
bc1f9d6268
|
fixed description of createLineSegmentDetector
|
12 years ago |
Alexander Mordvintsev
|
20fe614c2f
|
createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples
|
12 years ago |
Alexander Mordvintsev
|
0a8d62e5fd
|
createLineSegmentDetectorPtr -> createLineSegmentDetector
|
12 years ago |
Alexander Mordvintsev
|
f0b050fa88
|
exposed LineSegemntDetector to python
|
12 years ago |
Nghia Ho
|
357e5d55f6
|
Removed trailing whitespaces
|
12 years ago |
Vadim Pisarevsky
|
8e7eb79f6e
|
fixed compile errors and warnings when building master branch with IPP enabled
|
12 years ago |
Ovidiu Parvu
|
2bf36c312f
|
Removed static variables which were not read-only and used more function parameters instead.
|
12 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.
|
12 years ago |
Ovidiu Parvu
|
52cdae6e2b
|
Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0
|
12 years ago |
Ovidiu Parvu
|
21390d806f
|
Removed non-ASCII characters from the comments
|
12 years ago |