Alexander Alekhin
|
e9be486534
|
Merge pull request #2694 from rokm:matlab
|
11 years ago |
Alexander Alekhin
|
787815fd00
|
Merge pull request #2619 from GregoryMorse:patch-3
|
11 years ago |
Alexander Alekhin
|
59cf62ad9e
|
Merge pull request #2636 from atrebbi:#3653
|
11 years ago |
Alexander Alekhin
|
87210690c2
|
Merge pull request #2678 from intbots:master
|
11 years ago |
Alexander Alekhin
|
f0d4ccc6cf
|
Merge pull request #2696 from PhilLab:2.4
|
11 years ago |
Alexander Alekhin
|
a5378186e5
|
Merge pull request #2688 from akarsakov:ipp_disable_resize_8u
|
11 years ago |
Alexander Alekhin
|
d9d9de75db
|
Merge pull request #2686 from vbystricky:ippicv_integral
|
11 years ago |
Alexander Alekhin
|
347d5b96f3
|
Merge pull request #2635 from akarsakov:gaussian_float_intel
|
11 years ago |
Alexander Karsakov
|
eda084e123
|
Used AutoBuffer instead ippsMalloc
|
11 years ago |
PhilLab
|
897d0a9aaf
|
Updated documentation: library names
updated the library names to OpenCV version 2.4.9
|
11 years ago |
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}"
|
11 years ago |
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();
|
11 years ago |
Rok Mandeljc
|
2d47dd7038
|
Matlab bindings: added missing compound type declarations from photo module
|
11 years ago |
Michael Vukadinovic
|
c1aee0c312
|
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
|
11 years ago |
Alexander Alekhin
|
71f871fafd
|
replaced sanity check condition for stitching perf test
|
11 years ago |
Alexander Karsakov
|
4ebe76098e
|
Disabled IPP resize for CV_8U
|
11 years ago |
Ilya Lavrenov
|
c80faff42f
|
added cn>1 support to cv::norm (NORM_INF)
|
11 years ago |
vbystricky
|
c9103730b6
|
Disable ipp integral in IPPICV version
|
11 years ago |
Alexander Alekhin
|
e8d3ebecc7
|
fix IPPDerivSobel condition
|
11 years ago |
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
11 years ago |
Alexander Alekhin
|
5658ba0002
|
icv: update package
|
11 years ago |
Alexander Alekhin
|
dacf63a888
|
Merge pull request #2682 from ElenaGvozdeva:ippiDFT
|
11 years ago |
Alexander Alekhin
|
0f22df2b0d
|
Merge pull request #2667 from akarsakov:ipp_otsu
|
11 years ago |
Alexander Alekhin
|
06746ba645
|
Merge pull request #2677 from ilya-lavrenov:ipp_compilation
|
11 years ago |
Elena Gvozdeva
|
043b917c7d
|
IPP: cv::dft fixed
|
11 years ago |
Elena Gvozdeva
|
507ea95265
|
fixed
|
11 years ago |
Elena Gvozdeva
|
16629bff4c
|
Added parallel version for DCT_ROWS
|
11 years ago |
Elena Gvozdeva
|
6880dbfd95
|
IPP: cv::dct
|
11 years ago |
Abhijit Kundu
|
26c8b3a38e
|
Added suuport for finding Intel TBB for Visual Studio 2013
|
11 years ago |
Alexander Alekhin
|
649935596e
|
Merge pull request #2653 from alalek:ipp_lut
|
11 years ago |
Alexander Alekhin
|
0e5b0677c9
|
Merge pull request #2654 from ElenaGvozdeva:ipp_DFT
|
11 years ago |
Alexander Alekhin
|
5d50917961
|
Merge pull request #2674 from akarsakov:ocl_hog_fix_epsilon
|
11 years ago |
Ilya Lavrenov
|
59876cfb34
|
fixed compilation
|
11 years ago |
Roman Donchenko
|
c6e91e4736
|
Merge pull request #2675 from SpecLad:merge-2.4
|
11 years ago |
Roman Donchenko
|
86ec0fc813
|
Merge pull request #2668 from vbystricky:perf_TransformECC
|
11 years ago |
Ilya Lavrenov
|
55bbca2d09
|
added more types to cv::GaussianBlur
|
11 years ago |
Roman Donchenko
|
47d903d968
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
11 years ago |
Alexander Karsakov
|
b046210296
|
Changed epsilon for hog test, because hog detector is sensible to resize accuracy.
|
11 years ago |
Roman Donchenko
|
5042ab1f32
|
Merge pull request #2659 from adrians:docs_pull_1
|
11 years ago |
Alexander Karsakov
|
7bd9b2ac26
|
Added setIppErrorStatus()
|
11 years ago |
vbystricky
|
a13e6ab79f
|
Fix problem with sanity check of transform ecc with ipp resize
|
11 years ago |
Alexander Karsakov
|
232c37e827
|
Added ippiComputeThreshold_Otsu to cv::threshold
|
11 years ago |
Alexander Alekhin
|
7ee1d5f69b
|
ipp: added LUT optimization
|
11 years ago |
Elena Gvozdeva
|
10d1b3a534
|
Added parallel version for DFT_ROWS
|
11 years ago |
Alexander Alekhin
|
32b25de583
|
Merge pull request #2656 from ilya-lavrenov:ipp_copymakeborder
|
11 years ago |
Alexander Alekhin
|
6b2c621d20
|
Merge pull request #2662 from vbystricky:ipp_MatchTempl
|
11 years ago |
Alexander Karsakov
|
dc91be86b2
|
Disabled ippiHoughLine_Region for cv::HoughLines
|
11 years ago |
Alexander Karsakov
|
5580d08c6e
|
Added setIppErrorStatus()
|
11 years ago |
Ilya Lavrenov
|
46e8d9d02d
|
cv::copyMakeBorder
|
11 years ago |
Alexander Karsakov
|
1909978f7d
|
Added ippiHoughProbLine to cv::HoughLinesP
|
11 years ago |