Ievgen Khvedchenia
|
a941d25f6d
|
Fix size_t to int conversion
|
2014-04-28 16:46:09 +03:00 |
|
Ievgen Khvedchenia
|
5662294319
|
Rename KAZE to KAZEFeatures to fix MSVS x64 compiler error (Duplicate file name confused it)
|
2014-04-28 16:34:35 +03:00 |
|
Ievgen Khvedchenia
|
599bcfb591
|
Fix size_t to int conversion
|
2014-04-28 16:24:35 +03:00 |
|
Ievgen Khvedchenia
|
cc0a94c536
|
Fix "conditional expression constant" warning
|
2014-04-28 16:23:58 +03:00 |
|
Elena Gvozdeva
|
507ea95265
|
fixed
|
2014-04-28 16:46:11 +04:00 |
|
Ievgen Khvedchenia
|
2162aab0e9
|
Remove AKAZEFeatures desctructor
|
2014-04-28 15:17:09 +03:00 |
|
Ievgen Khvedchenia
|
f9d3c49023
|
Bugfix: wrong variable name
|
2014-04-28 15:14:03 +03:00 |
|
Ievgen Khvedchenia
|
f9422f60a6
|
Fix Fix casting from/to int/float that caused lot of compiler warnings.
|
2014-04-28 15:13:42 +03: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 |
|
Ievgen Khvedchenia
|
3c596184e4
|
Added copyright headers for KAZE and AKAZE wrappers
|
2014-04-28 15:01:42 +03:00 |
|
Ievgen Khvedchenia
|
f97e38d8a6
|
Fix casting from/to int/float that caused lot of compiler warnings.
|
2014-04-28 15:00:14 +03: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 |
|
Ievgen Khvedchenia
|
61f79c2632
|
Fix line ending at EOF
|
2014-04-28 10:53:09 +03:00 |
|
Ievgen Khvedchenia
|
3cfc22ae4e
|
Fix initialisation order of parallel loop classes for AKAZE descriptor extraction
|
2014-04-28 10:52:05 +03:00 |
|
Ievgen Khvedchenia
|
f3f0e06c4d
|
Fix parenthesis in assert statements
|
2014-04-28 10:51:09 +03:00 |
|
Ievgen Khvedchenia
|
0e243541f9
|
Fix shadowed variable warnings
|
2014-04-28 10:50:46 +03: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 |
|
Ievgen Khvedchenia
|
ba5bec1de2
|
Fix mutable compilation error
|
2014-04-27 23:07:48 +03:00 |
|
Ievgen Khvedchenia
|
eada0f4b48
|
Fix shadowed i variable warning
|
2014-04-27 23:04:31 +03:00 |
|
Ievgen Khvedchenia
|
503bd38963
|
Enable multithreaded extraction of features using cv::parallel_for_
|
2014-04-27 22:28:18 +03:00 |
|
Artur Wieczorek
|
59250e8288
|
cv::findContours: Check if type of output data structure is right to store contours (vector<vector<Point>>).
|
2014-04-27 19:22:29 +02:00 |
|
Ievgen Khvedchenia
|
d37220e8ff
|
Clean-up of the iostream manipulator in AKAZEConfig.
|
2014-04-26 23:34:38 +03:00 |
|
Ievgen Khvedchenia
|
d8c9bb777e
|
Fix return value of descriptorType()
|
2014-04-26 23:34:07 +03:00 |
|
Istvan Sarandi
|
4bf1df7da3
|
Suppress warning in constructor.
|
2014-04-26 00:42:26 +02: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 |
|
Ievgen Khvedchenia
|
86888bdf77
|
Replace swap with clear (more efficient)
|
2014-04-24 22:01:45 +01:00 |
|
Ievgen Khvedchenia
|
3e24822fff
|
Bugfix: clear input vector of key points for detection stage
|
2014-04-24 22:01:29 +01:00 |
|
Ievgen Khvedchenia
|
33b9e4b4a3
|
Added missing operator()
|
2014-04-24 22:00:51 +01:00 |
|
Ievgen Khvedchenia
|
36db97068c
|
Added missing operator()
|
2014-04-24 22:00:37 +01: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 |
|