- 25 Oct, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 10 Oct, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 01 Oct, 2018 1 commit
-
-
Suleyman TURKMEN authored
Update hog.cpp (#12649)
-
- 24 Sep, 2018 2 commits
-
-
Maksim Shabunin authored
-
Pavel Rojtberg authored
-
- 21 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio * Macros for enum-arguments backwards compatibility * Convert struct Param to enum struct * Enabled ParamType.type for enum types * Enabled `cv.read` and `cv.write` for enum types * Rename unnamed enum to AAKAZE.DescriptorType * Rename unnamed enum to AccessFlag * Rename unnamed enum to AgastFeatureDetector.DetectorType * Convert struct DrawMatchesFlags to enum struct * Rename unnamed enum to FastFeatureDetector.DetectorType * Rename unnamed enum to Formatter.FormatType * Rename unnamed enum to HOGDescriptor.HistogramNormType * Rename unnamed enum to DescriptorMatcher.MatcherType * Rename unnamed enum to KAZE.DiffusivityType * Rename unnamed enum to ORB.ScoreType * Rename unnamed enum to UMatData.MemoryFlag * Rename unnamed enum to _InputArray.KindFlag * Rename unnamed enum to _OutputArray.DepthMask * Convert normType enums to static const NormTypes * Avoid conflicts with ElemType * Rename unnamed enum to DescriptorStorageFormat
-
- 20 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 10 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Mar, 2018 1 commit
-
-
kinchungwong authored
Minor improvement to SSE code in HOGDescriptor::computeGradient, replace emulation of _mm_mullo_epi32 with constant multiplicand 3 with two _mm_add_epi32. OpenCV issue #11161
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 11 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 19 Aug, 2017 1 commit
-
-
Camille Barneaud authored
Solve #9307.
-
- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 09 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
-
- 26 Nov, 2015 1 commit
-
-
Ariel Bernal authored
In oder to guarantee SIMDness between the two compilation steps we choose the highest SIMD size that is optimized in the kernel for the first step.
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 28 May, 2015 1 commit
-
-
http://code.opencv.org/issues/3825);…Vadim Pisarevsky authored
clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710)
-
- 26 May, 2015 1 commit
-
-
StevenPuttemans authored
Conflicts: modules/objdetect/src/hog.cpp fix android build
-
- 10 May, 2015 1 commit
-
-
Michaël Sdika authored
when true, use signed gradient for the angular histogram computation. default to false for backward compatibility.
-
- 06 May, 2015 1 commit
-
- 29 Apr, 2015 1 commit
-
-
lujia authored
-
- 21 Apr, 2015 1 commit
-
-
lujia authored
-
- 29 Jan, 2015 1 commit
-
-
Andrew Senin authored
-
- 29 Oct, 2014 1 commit
-
-
StevenPuttemans authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 19 Mar, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 03 Feb, 2014 4 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-