several fixes in gpu module
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 11 Sep 2012 10:59:52 +0000 (14:59 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 11 Sep 2012 11:00:59 +0000 (15:00 +0400)
commite975259c068f8ab2cc5137211d9a9bb90daab065
tree65b04167bed78c73893d78b751b339dd88cad7a2
parent9956c42804cf7f9e930db69aae243bfa4a9a7e87
several fixes in gpu module

fixed iterations>1 case in morphological operations
fixed possible access violation in HSV2RGB
fixed the case learningRate==0 in BackgroundSubtractorMOG2
modules/gpu/src/bgfg_mog.cpp
modules/gpu/src/filtering.cpp
modules/gpu/src/opencv2/gpu/device/detail/color_detail.hpp
modules/imgproc/src/generalized_hough.cpp