Commit 6085c416 authored by Ilya Lavrenov's avatar Ilya Lavrenov

missed initialization of kernel size

parent 4cbf0cb3
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment