Ilya Lavrenov
|
c16c9a2e8e
|
added cv::split to T-API
|
2013-12-08 16:30:17 +04:00 |
|
Ilya Lavrenov
|
cd3f7fbf05
|
added cv::merge to T-API
|
2013-12-08 13:49:28 +04:00 |
|
Ilya Lavrenov
|
4eba74ee19
|
added cv::LUT to T-API
|
2013-11-28 12:31:04 +04:00 |
|
Vadim Pisarevsky
|
a9065b7d0c
|
trying to fix failures in tests
|
2013-10-24 17:23:48 +04:00 |
|
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
2013-10-22 14:05:15 +04:00 |
|
Roman Donchenko
|
2c4bbb313c
|
Merge commit '43aec5ad' into merge-2.4
Conflicts:
cmake/OpenCVConfig.cmake
cmake/OpenCVLegacyOptions.cmake
modules/contrib/src/retina.cpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/gpu/src/speckle_filtering.cpp
modules/python/src2/cv2.cv.hpp
modules/python/test/test2.py
samples/python/watershed.py
|
2013-08-27 13:26:44 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f76dd99299
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVModule.cmake
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/gpu/perf/perf_video.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/VideoCapture.cpp
modules/nonfree/src/opencl/surf.cl
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/color.cpp
modules/ocl/src/filtering.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_objdetect.cpp
modules/python/src2/cv2.cpp
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
|
2013-08-19 19:02:36 +04:00 |
|
Alexander Smorkalov
|
a3dd13450c
|
All optimized function tables wrapped to getters to change its
initialization time.
|
2013-08-16 12:10:07 +04:00 |
|
Andrey Kamaev
|
b0e6606b98
|
Cleanup core module API
* Drop some low level API
* Remove outdated overloads
* Utilize Input/OutputArray
|
2013-04-09 13:36:32 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
Vadim Pisarevsky
|
c197a46e7e
|
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
|
2013-01-20 00:58:51 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63 .
|
2012-10-16 19:37:12 +04:00 |
|
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
2012-10-08 17:06:05 +04:00 |
|
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
2012-07-24 17:24:31 +04:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Vadim Pisarevsky
|
52797a55e2
|
added support for vector<Mat_<>> in InputArray, OutputArray, split & merge
|
2012-05-11 13:36:48 +00:00 |
|
Andrey Kamaev
|
c4af85043a
|
merged few missed changes from 2.4 to trunk
|
2012-04-15 23:19:57 +00:00 |
|
Alexander Kapustin
|
42e0214de5
|
36 functions of cvtScaleTIPES_func were Neon Optimized
|
2012-04-03 05:53:26 +00:00 |
|
Vadim Pisarevsky
|
0186bd8099
|
split big assertion in cv::split by parts; patch #829 by Shlomi Fish
|
2012-03-26 13:32:32 +00:00 |
|
Andrey Kamaev
|
c6e9e9418a
|
More Tegra versions of convertTo
|
2012-03-22 05:27:30 +00:00 |
|
Andrey Kamaev
|
41158ab553
|
Fixed perf test for convertTo
|
2012-03-21 16:20:44 +00:00 |
|
Alexander Kapustin
|
c5cc79d4d5
|
Tegra optimized functions cvt32finttype were temporary deleted due correctness bug
|
2012-03-19 11:06:16 +00:00 |
|
Alexander Kapustin
|
46248851bf
|
30 functions of cvtTIPES_func were Neon Optimized
|
2012-03-18 08:58:24 +00:00 |
|
Alexander Kapustin
|
6652b4ce85
|
Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized
|
2012-03-11 12:40:24 +00:00 |
|
Victoria Zhislina
|
3e94f77215
|
|
2012-02-10 13:47:53 +00:00 |
|
Andrey Morozov
|
ef8c263500
|
fixed compile under linux
|
2012-02-10 12:46:34 +00:00 |
|
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
|
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
2012-01-19 11:52:25 +00:00 |
|
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
2011-12-27 15:56:17 +00:00 |
|
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
2011-12-16 04:42:34 +00:00 |
|
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
2011-12-15 21:15:51 +00:00 |
|
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
2011-12-03 20:19:33 +00:00 |
|
Andrey Kamaev
|
0a2c7803b6
|
Fixed mixChannels argument types
|
2011-08-08 07:08:58 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
2011-06-18 10:56:49 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
b0598fcf36
|
removed debug print statement from cvMixChannels()
|
2011-05-17 15:55:40 +00:00 |
|
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
|
Vladislav Vinogradov
|
3c2d7b951a
|
fixed LUT (ticket #1057)
|
2011-05-11 05:32:00 +00:00 |
|
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
2011-05-10 06:11:03 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
77529b1fa6
|
fixed bugs in CartToPolarToCart test
|
2011-02-09 21:37:33 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
2010-11-23 16:39:20 +00:00 |
|
Vadim Pisarevsky
|
f7bebe8270
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
|
Vadim Pisarevsky
|
541441e85b
|
united cv::Mat and cv::MatND
|
2010-10-12 12:31:40 +00:00 |
|