mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
missed initialization of kernel size
This commit is contained in:
@@ -146,6 +146,7 @@ struct ErodeDilate :
|
||||
virtual void SetUp()
|
||||
{
|
||||
type = GET_PARAM(0);
|
||||
ksize = GET_PARAM(1);
|
||||
iterations = GET_PARAM(3);
|
||||
useRoi = GET_PARAM(4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user