- 12 Nov, 2014 1 commit
-
-
Tom Stellard authored
gauss_w_lut is a statically defined variable of type oclMat. The oclMat destructor calls openCLFree() which via getInitializationMutex() accesses the __module variable which has been statically defined in cl_context.cpp Since the destruction order of statically defined variables in different compilation units is undefined, it is possible that __module will be destructed before gauss_w_lut, which would result in a segfault when getInitializationMutex() is called while destructing gauss_w_lut. In order to avoid this issue, we need to make gauss_w_lut a private member of the HOGDescriptors class so we know it will be destroyed before __module.
-
- 17 Dec, 2013 1 commit
-
-
krodyush authored
-
- 25 Oct, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 03 Oct, 2013 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Sep, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 26 Jul, 2013 1 commit
-
-
yao authored
-
- 15 Jul, 2013 1 commit
-
-
yao authored
-
- 28 Jun, 2013 1 commit
-
-
yao authored
-
- 19 Jun, 2013 1 commit
-
-
yao authored
-
- 28 May, 2013 1 commit
-
-
yao authored
-
- 24 May, 2013 1 commit
-
-
yao authored
-
- 14 May, 2013 1 commit
-
-
peng xiao authored
Affected functions surf.ocl, pyrlk.ocl and hog.ocl are updated with the change.
-
- 03 Apr, 2013 1 commit
-
-
yao authored
-
- 21 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 23 Feb, 2013 1 commit
-
-
yao authored
-
- 11 Oct, 2012 1 commit
-
-
niko authored
change the download channels to oclchannles() fix bugs of arithm functions perf fix of bilateral bug fix of split test case add build_warps functions
-
- 24 Sep, 2012 1 commit
-
-
bitwangyaoyao authored
-
- 03 Sep, 2012 1 commit
-
-
yao authored
-
- 08 Aug, 2012 1 commit
-
-
yao authored
-
- 25 Jul, 2012 1 commit
-
-
marina.kolpakova authored
-
- 28 Jun, 2012 2 commits
-
-
Marina Kolpakova authored
-
Marina Kolpakova authored
-
- 26 Jun, 2012 1 commit
-
-
Vladislav Vinogradov authored
-
- 15 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 14 Nov, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 09 Nov, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 13 Oct, 2011 1 commit
-
-
Anatoly Baksheev authored
-
- 20 Sep, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 08 Aug, 2011 1 commit
-
-
Vladislav Vinogradov authored
-
- 30 Mar, 2011 1 commit
-
-
Anatoly Baksheev authored
-
- 12 Jan, 2011 2 commits
-
-
Alexey Spizhevoy authored
-
Alexey Spizhevoy authored
-
- 03 Dec, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 25 Nov, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 22 Nov, 2010 1 commit
-
-
Alexey Spizhevoy authored
-
- 20 Nov, 2010 1 commit
-
-
Andrey Morozov authored
-
- 19 Nov, 2010 1 commit
-
-
Alexey Spizhevoy authored
-