Alexander Alekhin
|
59cf62ad9e
|
Merge pull request #2636 from atrebbi:#3653
|
2014-05-05 18:00:18 +04:00 |
|
Alexander Alekhin
|
87210690c2
|
Merge pull request #2678 from intbots:master
|
2014-05-05 17:55:14 +04:00 |
|
Alexander Alekhin
|
f0d4ccc6cf
|
Merge pull request #2696 from PhilLab:2.4
|
2014-05-05 17:08:48 +04:00 |
|
Alexander Alekhin
|
a5378186e5
|
Merge pull request #2688 from akarsakov:ipp_disable_resize_8u
|
2014-05-05 15:21:13 +04:00 |
|
Alexander Alekhin
|
d9d9de75db
|
Merge pull request #2686 from vbystricky:ippicv_integral
|
2014-05-05 15:20:47 +04:00 |
|
Alexander Alekhin
|
347d5b96f3
|
Merge pull request #2635 from akarsakov:gaussian_float_intel
|
2014-05-05 15:20:20 +04:00 |
|
Alexander Karsakov
|
eda084e123
|
Used AutoBuffer instead ippsMalloc
|
2014-05-05 14:40:59 +04:00 |
|
PhilLab
|
897d0a9aaf
|
Updated documentation: library names
updated the library names to OpenCV version 2.4.9
|
2014-05-05 12:16:48 +02:00 |
|
Rok Mandeljc
|
c35fd55b0e
|
Matlab bindings: CMakeLists.txt: use "${LIBRARY_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}" as MEX_LIB_DIR only when compiling with MSVC, otherwise, use only "${LIBRARY_OUTPUT_PATH}"
|
2014-05-03 17:37:48 +02:00 |
|
Rok Mandeljc
|
fa075c50a1
|
Matlab bindings: fixed the functional template to perform an explicit cast to the type of an input option that is expected. This avoids issues with ternary operator not having the same type in rvalue and lvalue, such as in the case below:
Ptr_FeatureDetector blobDetector = inputs[3].empty() ? makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector();
Which after the patch, would be:
Ptr_FeatureDetector blobDetector = inputs[3].empty() ? (Ptr_FeatureDetector) makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector();
|
2014-05-03 17:37:48 +02:00 |
|
Rok Mandeljc
|
2d47dd7038
|
Matlab bindings: added missing compound type declarations from photo module
|
2014-05-03 17:37:47 +02:00 |
|
Michael Vukadinovic
|
c1aee0c312
|
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
|
2014-05-01 11:52:49 -07:00 |
|
Alexander Alekhin
|
71f871fafd
|
replaced sanity check condition for stitching perf test
|
2014-04-30 18:02:06 +04:00 |
|
Alexander Karsakov
|
4ebe76098e
|
Disabled IPP resize for CV_8U
|
2014-04-30 17:28:35 +04:00 |
|
Ilya Lavrenov
|
c80faff42f
|
added cn>1 support to cv::norm (NORM_INF)
|
2014-04-30 14:59:37 +04:00 |
|
vbystricky
|
c9103730b6
|
Disable ipp integral in IPPICV version
|
2014-04-30 12:55:34 +04:00 |
|
Alexander Alekhin
|
e8d3ebecc7
|
fix IPPDerivSobel condition
|
2014-04-29 15:36:45 +04:00 |
|
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
Alexander Alekhin
|
5658ba0002
|
icv: update package
|
2014-04-29 15:35:27 +04:00 |
|
Alexander Alekhin
|
dacf63a888
|
Merge pull request #2682 from ElenaGvozdeva:ippiDFT
|
2014-04-29 15:34:01 +04:00 |
|
Alexander Alekhin
|
0f22df2b0d
|
Merge pull request #2667 from akarsakov:ipp_otsu
|
2014-04-29 15:15:33 +04:00 |
|
Alexander Alekhin
|
06746ba645
|
Merge pull request #2677 from ilya-lavrenov:ipp_compilation
|
2014-04-29 12:26:49 +04:00 |
|
Elena Gvozdeva
|
043b917c7d
|
IPP: cv::dft fixed
|
2014-04-29 12:23:23 +04:00 |
|
Elena Gvozdeva
|
507ea95265
|
fixed
|
2014-04-28 16:46:11 +04:00 |
|
Elena Gvozdeva
|
16629bff4c
|
Added parallel version for DCT_ROWS
|
2014-04-28 16:05:19 +04:00 |
|
Elena Gvozdeva
|
6880dbfd95
|
IPP: cv::dct
|
2014-04-28 16:05:19 +04:00 |
|
Abhijit Kundu
|
26c8b3a38e
|
Added suuport for finding Intel TBB for Visual Studio 2013
|
2014-04-28 07:23:49 -04:00 |
|
Alexander Alekhin
|
649935596e
|
Merge pull request #2653 from alalek:ipp_lut
|
2014-04-28 15:15:11 +04:00 |
|
Alexander Alekhin
|
0e5b0677c9
|
Merge pull request #2654 from ElenaGvozdeva:ipp_DFT
|
2014-04-28 15:14:40 +04:00 |
|
Alexander Alekhin
|
5d50917961
|
Merge pull request #2674 from akarsakov:ocl_hog_fix_epsilon
|
2014-04-28 15:06:05 +04:00 |
|
Ilya Lavrenov
|
59876cfb34
|
fixed compilation
|
2014-04-28 14:04:41 +04:00 |
|
Roman Donchenko
|
c6e91e4736
|
Merge pull request #2675 from SpecLad:merge-2.4
|
2014-04-28 13:51:44 +04:00 |
|
Roman Donchenko
|
86ec0fc813
|
Merge pull request #2668 from vbystricky:perf_TransformECC
|
2014-04-28 13:50:50 +04:00 |
|
Ilya Lavrenov
|
55bbca2d09
|
added more types to cv::GaussianBlur
|
2014-04-28 13:50:28 +04:00 |
|
Roman Donchenko
|
47d903d968
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-04-28 12:08:21 +04:00 |
|
Alexander Karsakov
|
b046210296
|
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
|
2014-04-28 11:37:46 +04:00 |
|
Roman Donchenko
|
5042ab1f32
|
Merge pull request #2659 from adrians:docs_pull_1
|
2014-04-28 11:36:12 +04:00 |
|
Alexander Karsakov
|
7bd9b2ac26
|
Added setIppErrorStatus()
|
2014-04-25 20:24:37 +04:00 |
|
vbystricky
|
a13e6ab79f
|
Fix problem with sanity check of transform ecc with ipp resize
|
2014-04-25 17:33:38 +04:00 |
|
Alexander Karsakov
|
232c37e827
|
Added ippiComputeThreshold_Otsu to cv::threshold
|
2014-04-25 17:31:45 +04:00 |
|
Alexander Alekhin
|
7ee1d5f69b
|
ipp: added LUT optimization
|
2014-04-25 12:09:06 +04:00 |
|
Elena Gvozdeva
|
10d1b3a534
|
Added parallel version for DFT_ROWS
|
2014-04-25 11:39:19 +04:00 |
|
Alexander Alekhin
|
32b25de583
|
Merge pull request #2656 from ilya-lavrenov:ipp_copymakeborder
|
2014-04-24 20:30:34 +04:00 |
|
Alexander Alekhin
|
6b2c621d20
|
Merge pull request #2662 from vbystricky:ipp_MatchTempl
|
2014-04-24 20:25:42 +04:00 |
|
Alexander Karsakov
|
dc91be86b2
|
Disabled ippiHoughLine_Region for cv::HoughLines
|
2014-04-24 18:00:03 +04:00 |
|
Alexander Karsakov
|
5580d08c6e
|
Added setIppErrorStatus()
|
2014-04-24 16:48:46 +04:00 |
|
Ilya Lavrenov
|
46e8d9d02d
|
cv::copyMakeBorder
|
2014-04-24 14:27:51 +04:00 |
|
Alexander Karsakov
|
1909978f7d
|
Added ippiHoughProbLine to cv::HoughLinesP
|
2014-04-24 12:28:23 +04:00 |
|
vbystricky
|
82a198a8f2
|
Fix epsilon calculation for sanity check in x32 build
|
2014-04-24 10:48:32 +04:00 |
|
Adrian Stratulat
|
4fb5680d91
|
Documentation - minor fix-ups
|
2014-04-23 17:30:27 +00:00 |
|