Alexander Alekhin
a0add98b30
ocl: eliminate build warning
...
Templates are replaced by macro
2016-10-02 02:43:02 +03:00
Vadim Pisarevsky
39467d84bf
Merge pull request #7353 from alalek:ocl_update_canny_test_threshold
2016-10-01 15:48:21 +00:00
Vadim Pisarevsky
a719a6f17c
Merge pull request #7368 from berak:py_tutorials_fix
2016-10-01 15:40:54 +00:00
Vadim Pisarevsky
991c41c849
Merge pull request #7371 from mshabunin:aruco-java-wrap
2016-10-01 15:38:59 +00:00
Vadim Pisarevsky
b741ec2dc1
Merge pull request #7376 from alalek:fix_gcc_pch
2016-10-01 15:37:33 +00:00
Alexander Alekhin
1c18b1d245
Merge pull request #7370 from souch55:Fixxn
2016-10-01 10:44:56 +00:00
Alexander Alekhin
16b4ccb846
Merge pull request #7377 from alalek:fix_cuda_fp16
2016-10-01 10:34:58 +00:00
k-shinotsuka
1a51a96de2
fixed the difference of the calculation result for findStereoCorrespondenceBM_SSE2() and findStereoCorrespondenceBM_().
2016-10-01 16:26:35 +09:00
Alexander Alekhin
12e00827be
cuda: fix fp16 compilation
2016-09-30 23:55:39 +03:00
Alexander Alekhin
a3f74aaaaf
cmake: repair GCC PCH
2016-09-30 23:37:43 +03:00
catree
2dd77f886a
Fix dead link for hit or miss documentation.
2016-09-30 20:34:30 +02:00
mshabunin
7a7a2749e0
Fixed java wrappers
2016-09-30 16:21:04 +03:00
berak
c2513ffb5f
python tutorials: removed remainders of former Algorithm interface
2016-09-30 12:53:09 +02:00
sourin
a34fbf7bb1
Fixed identifiers warns
2016-09-30 15:16:29 +05:30
Alexander Alekhin
63280767f1
Merge pull request #7360 from alalek:fix_aarch64_fp16
2016-09-29 16:37:45 +00:00
Vitaly Tuzov
ba23dec78a
Fix for OpenVX implementation of color conversion HAL API
2016-09-29 19:24:45 +03:00
Alexander Alekhin
a9ab629f60
build: fix aarch64 build with aarch64-linux-gnu-g++-4.8
2016-09-29 17:26:19 +03:00
Maksim Shabunin
2f6c37b806
Merge pull request #7361 from StevenPuttemans:fix_documentation_link_OPENNI
2016-09-29 13:50:11 +00:00
StevenPuttemans
e1b4f5aeb6
fix issue 7352
2016-09-29 14:59:43 +02:00
mshabunin
55e3deac46
Merge remote-tracking branch 'upstream/master' into pr7050
2016-09-29 12:57:28 +03:00
Maksim Shabunin
3d5c0f1faf
HAL interface for cv::integral
2016-09-29 12:12:10 +03:00
Ian MacLeod
b78f1ad823
Support for blacklisting modules when building iOS and OS X frameworks
2016-09-28 14:46:40 -07:00
Alexander Alekhin
6970469299
Merge pull request #7347 from tomoaki0705:fixClang3rdparty
2016-09-28 12:10:40 +00:00
Alexander Alekhin
696972bf8e
ocl: update Canny test threshold
...
OpenCL Device:
- Intel(R) HD Graphics (OpenCL 2.0: r2.0.54425)
2016-09-28 13:38:02 +03:00
Alexander Alekhin
a595ea208d
Merge pull request #7342 from terfendail:OVXHAL_redundant_consts
2016-09-28 10:31:22 +00:00
Tomoaki Teshima
c0216c518f
let the build available using clang
...
* add if section for clang
2016-09-28 09:06:45 +09:00
Vitaly Tuzov
25b014691f
Fix for OpenVX implementation of morphology HAL API
2016-09-27 19:05:35 +03:00
Alexander Alekhin
73e1d64ae0
Merge pull request #6956 from mshabunin:fix-chessboard-bug
2016-09-27 13:33:42 +00:00
Alexander Alekhin
f4b84dd45d
Merge pull request #7334 from daB0bby:patch-3
2016-09-27 13:29:50 +00:00
Alexander Alekhin
4a5b775a8d
Merge pull request #7333 from daB0bby:patch-2
2016-09-27 13:29:32 +00:00
Vitaly Tuzov
91002393a5
Remove redundant constant definitions
2016-09-26 17:13:18 +03:00
Alexander Alekhin
d34f2cfefe
Merge pull request #7317 from tomoaki0705:fixIfdefFp16
2016-09-26 10:59:32 +00:00
daB0bby
809bbb472b
bypass macro
2016-09-23 13:01:19 +02:00
daB0bby
7840b07d2f
bypass macro
2016-09-23 13:00:30 +02:00
Tomoaki Teshima
c7cb116dc0
check FP16 build condition correctly
...
* use __GNUC_MINOR__ in correct place to check the version of GCC
* check processor support of FP16 at run time
* check compiler support of FP16 and pass correct compiler option
* rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed
* guard correctly using ifdef in case of various configuration
* use v_float16x4 correctly by including the right header file
2016-09-23 11:04:22 +09:00
Alexander Alekhin
7f14a278a7
Merge pull request #7321 from sovrasov:python_test_update
2016-09-22 16:43:28 +00:00
Maksim Shabunin
b8bce55270
Several chessboard detector improvements:
...
- fixed uninitialized memory access and memory leaks
- extracted several code blocks to separate functions
- updated part of algorithm to use cv::Mat instead of CvMat and IplImage
2016-09-22 19:25:04 +03:00
Maksim Shabunin
ee7e231e8b
Merge pull request #7322 from alalek:fix_test_crash
2016-09-22 15:55:19 +00:00
Maksim Shabunin
9e27f82ee2
Merge pull request #7328 from alalek:fix_win32_2
2016-09-22 15:52:06 +00:00
Alexander Alekhin
f50f34016e
test: fix test crash (exception in destructor)
2016-09-22 15:18:32 +03:00
Alexander Alekhin
c66efd05fa
imgproc: use target type for calculations
...
reduce scope of "i" variable
2016-09-22 15:14:59 +03:00
Vadim Pisarevsky
fbc44bcb78
Merge pull request #6845 from jbosch:master
2016-09-22 11:57:06 +00:00
Alexander Alekhin
7366be696a
imgproc: fix win32 build
2016-09-22 14:56:23 +03:00
Vadim Pisarevsky
0330322dbd
Merge pull request #6820 from grochefort:fix_backgroundsubstractormog2_master
2016-09-22 11:56:23 +00:00
Francisco Facioni
8283ddb52f
LSD: Use a fixed size array instead of using std::vector
2016-09-22 12:39:49 +01:00
Francisco Facioni
de9c0d9926
LSD: Avoid re allocating the histogram for multiple calls of LineSegmentDetector::detect in ll_angle
...
This is useful when reusing the same instance of LineSegmentDetector for multiple images
2016-09-22 12:39:47 +01:00
Francisco Facioni
ef6b696446
LSD: Avoid pre allocating a big region, std::vector allocations is quite expensive
2016-09-22 12:39:45 +01:00
Francisco Facioni
a12207c3ad
LSD: Avoid using pointers directly, image could be non continuous
2016-09-22 12:39:43 +01:00
Francisco Facioni
f5a0b226f2
LSD: Optimization, avoid converting the image to double
2016-09-22 12:39:37 +01:00
Alexander Alekhin
4ccde1330d
Merge pull request #7323 from lupustr3:pvlasov/rgb_to_gray_array_fix
2016-09-22 09:52:16 +00:00