Alexander Alekhin
|
03b1d133df
|
Merge pull request #2660 from arkunze:pullreq/140423-filter2D
|
11 years ago |
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
|
87210690c2
|
Merge pull request #2678 from intbots:master
|
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 |
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 |
Alexander Karsakov
|
4ebe76098e
|
Disabled IPP resize for CV_8U
|
11 years ago |
vbystricky
|
c9103730b6
|
Disable ipp integral in IPPICV version
|
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 |
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 |
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 |
Ilya Lavrenov
|
46e8d9d02d
|
cv::copyMakeBorder
|
11 years ago |
vbystricky
|
82a198a8f2
|
Fix epsilon calculation for sanity check in x32 build
|
11 years ago |
Adrian Stratulat
|
4fb5680d91
|
Documentation - minor fix-ups
|
11 years ago |
Aaron Kunze
|
1f8b41f390
|
Optimizes filter2D for Intel GPUs
|
11 years ago |
Alexander Alekhin
|
dcc4d3640b
|
Merge pull request #2651 from ilya-lavrenov:ipp_minmaxidx_3cn
|
11 years ago |
Andrey Pavlenko
|
8114e071c2
|
Merge pull request #2655 from akarsakov:ipp_fix_pyramid
|
11 years ago |
Elena Gvozdeva
|
2d71c094b3
|
IPP: CV::dft
|
11 years ago |
Andrey Pavlenko
|
d93161812b
|
Merge pull request #2620 from ilya-lavrenov:ipp_integration
|
11 years ago |
Alexander Alekhin
|
9badfa1f83
|
Merge pull request #2646 from ilya-lavrenov:ipp_remap
|
11 years ago |
Alexander Alekhin
|
ba0ab8edb0
|
Merge pull request #2647 from vbystricky:ipp_norm
|
11 years ago |
Alexander Alekhin
|
c2319285a9
|
Merge pull request #2649 from ilya-lavrenov:gabor_eps
|
11 years ago |
Alexander Karsakov
|
92f855f0c3
|
Added checking destination size for pyrUp, pyrDown.
|
11 years ago |
Alexander Karsakov
|
01123aaa36
|
Changed integer operations to float for Intel devices
|
11 years ago |
Ilya Lavrenov
|
493679dc56
|
cv::minMaxIdx for cn > 1
|
11 years ago |
Alexander Alekhin
|
e42057c487
|
Merge pull request #2648 from ilya-lavrenov:ipp_dist
|
11 years ago |
Andrey Pavlenko
|
cd01d705c9
|
Merge pull request #2627 from akarsakov:ipp_pyramids
|
11 years ago |
Ilya Lavrenov
|
5c0a4878d7
|
changes eps
|
11 years ago |