- 11 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
/usr/lib/python3.5/re.py:203: FutureWarning: split() requires a non-empty pattern match. return _compile(pattern, flags).split(string, maxsplit)
-
- 10 Nov, 2016 1 commit
-
-
Andrey Pavlenko authored
C++ wrappers over OpenVX 1.x API (#7550) * initial commit * fixing missing swap(refcount) bug * removing dead code * fixinf identation * splitting c++98 and external refcount definitions * fixing formatToMatType * using vector instead of initializer_list for consistency with c++98 API * IVX_HIDE_INFO_WARNINGS * just in case a compiler doesn't do this * removing copy functionality from ImagePatch, Image can be used for that * stricter type checks
-
- 09 Nov, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
- 08 Nov, 2016 3 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
Li Peng authored
This ocl kernel is for 3x3 kernel size and CV_8UC1 format It is 115% ~ 300% faster than current ocl path in perf test python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_GaussianBlurFixture* Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 07 Nov, 2016 2 commits
-
-
Alexander Alekhin authored
-
mshabunin authored
-
- 04 Nov, 2016 1 commit
-
-
Li Peng authored
This kernel is for CV_8UC1 format and 3x3 kernel size, It is about 33% ~ 55% faster than current ocl kernel with below perf test python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_ErodeFixture* python ./modules/ts/misc/run.py -t imgproc --gtest_filter=OCL_DilateFixture* Also add accuracy test cases for this kernel, the test command is ./bin/opencv_test_imgproc --gtest_filter=OCL_Filter/MorphFilter3x3* Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 03 Nov, 2016 3 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 02 Nov, 2016 15 commits
-
-
Vadim Pisarevsky authored
-
Tomoaki Teshima authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Rok Mandeljc authored
Fixes #7603, which was caused by OCVViewPort::icvmouseProcessing not being declared as virtual, and hence was not overriden by DefaultViewPort::icvmouseProcessing (which does the inverse coordinate mapping).
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 01 Nov, 2016 1 commit
-
-
k-shinotsuka authored
-
- 31 Oct, 2016 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* vget_lane_** accepts constant value, not variable
-
Eric Sommerlade authored
-
Eric Sommerlade authored
-
Alexander Alekhin authored
-
-
Eric Sommerlade authored
modules/objectdetect/src/detection_based_tracker.cpp: made unique_lock<mutex> local to each function samples/cpp/dbt_face_detection.cpp: fixed warnings on loop in Visual Studio
-
Alexander Alekhin authored
-