Alexander Alekhin
63280767f1
Merge pull request #7360 from alalek:fix_aarch64_fp16
8 years ago
Vitaly Tuzov
ba23dec78a
Fix for OpenVX implementation of color conversion HAL API
8 years ago
Alexander Alekhin
a9ab629f60
build: fix aarch64 build with aarch64-linux-gnu-g++-4.8
8 years ago
Maksim Shabunin
2f6c37b806
Merge pull request #7361 from StevenPuttemans:fix_documentation_link_OPENNI
8 years ago
StevenPuttemans
e1b4f5aeb6
fix issue 7352
8 years ago
mshabunin
55e3deac46
Merge remote-tracking branch 'upstream/master' into pr7050
8 years ago
Maksim Shabunin
3d5c0f1faf
HAL interface for cv::integral
8 years ago
Ian MacLeod
b78f1ad823
Support for blacklisting modules when building iOS and OS X frameworks
8 years ago
Alexander Alekhin
6970469299
Merge pull request #7347 from tomoaki0705:fixClang3rdparty
8 years ago
Alexander Alekhin
696972bf8e
ocl: update Canny test threshold
...
OpenCL Device:
- Intel(R) HD Graphics (OpenCL 2.0: r2.0.54425)
8 years ago
Alexander Alekhin
a595ea208d
Merge pull request #7342 from terfendail:OVXHAL_redundant_consts
8 years ago
Tomoaki Teshima
c0216c518f
let the build available using clang
...
* add if section for clang
8 years ago
Vitaly Tuzov
25b014691f
Fix for OpenVX implementation of morphology HAL API
8 years ago
Alexander Alekhin
73e1d64ae0
Merge pull request #6956 from mshabunin:fix-chessboard-bug
8 years ago
Alexander Alekhin
f4b84dd45d
Merge pull request #7334 from daB0bby:patch-3
8 years ago
Alexander Alekhin
4a5b775a8d
Merge pull request #7333 from daB0bby:patch-2
8 years ago
Vitaly Tuzov
91002393a5
Remove redundant constant definitions
8 years ago
Alexander Alekhin
d34f2cfefe
Merge pull request #7317 from tomoaki0705:fixIfdefFp16
8 years ago
daB0bby
809bbb472b
bypass macro
8 years ago
daB0bby
7840b07d2f
bypass macro
8 years ago
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
8 years ago
Alexander Alekhin
7f14a278a7
Merge pull request #7321 from sovrasov:python_test_update
8 years ago
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
8 years ago
Maksim Shabunin
ee7e231e8b
Merge pull request #7322 from alalek:fix_test_crash
8 years ago
Maksim Shabunin
9e27f82ee2
Merge pull request #7328 from alalek:fix_win32_2
8 years ago
Alexander Alekhin
f50f34016e
test: fix test crash (exception in destructor)
8 years ago
Alexander Alekhin
c66efd05fa
imgproc: use target type for calculations
...
reduce scope of "i" variable
8 years ago
Vadim Pisarevsky
fbc44bcb78
Merge pull request #6845 from jbosch:master
8 years ago
Alexander Alekhin
7366be696a
imgproc: fix win32 build
8 years ago
Vadim Pisarevsky
0330322dbd
Merge pull request #6820 from grochefort:fix_backgroundsubstractormog2_master
8 years ago
Francisco Facioni
8283ddb52f
LSD: Use a fixed size array instead of using std::vector
8 years ago
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
8 years ago
Francisco Facioni
ef6b696446
LSD: Avoid pre allocating a big region, std::vector allocations is quite expensive
8 years ago
Francisco Facioni
a12207c3ad
LSD: Avoid using pointers directly, image could be non continuous
8 years ago
Francisco Facioni
f5a0b226f2
LSD: Optimization, avoid converting the image to double
8 years ago
Alexander Alekhin
4ccde1330d
Merge pull request #7323 from lupustr3:pvlasov/rgb_to_gray_array_fix
8 years ago
Alexander Alekhin
cde9d640fe
Merge pull request #7309 from K-Shinotsuka:issue22
8 years ago
Pavel Vlasov
2073af2f05
RGB2Gray array size fix;
8 years ago
Vladislav Sovrasov
ae28345ca5
Make test_texture_flow.py more robust
8 years ago
Alexander Alekhin
3f990accb0
Merge pull request #7306 from K-Shinotsuka:issue21
8 years ago
Alexander Alekhin
9b12bd915b
Merge pull request #7305 from K-Shinotsuka:issue20
8 years ago
Alexander Alekhin
b2314c9ae5
Merge pull request #7304 from K-Shinotsuka:issue19
8 years ago
Alexander Alekhin
b43989bdaf
Merge pull request #7303 from K-Shinotsuka:issue18
8 years ago
Alexander Alekhin
17f0c93b37
Merge pull request #7300 from K-Shinotsuka:issue17
8 years ago
daB0bby
5728795cf7
Merge pull request #7320 from daB0bby:patch-1
...
* bypass makro
* syntax
8 years ago
Francisco Facioni
31bd84de12
LSD: Removes unused code
8 years ago
Alexander Alekhin
cd6e7ac46e
Merge pull request #7252 from terfendail:transparent_sobel_fix
8 years ago
Alexander Alekhin
86f01c254d
Merge pull request #7307 from Jeroonk:fix_detect_python_majorversion
8 years ago
k-shinotsuka
0d85d2cc0a
improve RGB2HLS_b()
8 years ago
k-shinotsuka
4f22f48e63
improve HSV2RGB_b()
8 years ago