Commit 80069f38 authored by Dikay900's avatar Dikay900

resolve crash of haarclassifier when using a tilted feature

parent 9683f93a
...@@ -555,6 +555,7 @@ HaarEvaluator::HaarEvaluator() ...@@ -555,6 +555,7 @@ HaarEvaluator::HaarEvaluator()
localSize = Size(4, 2); localSize = Size(4, 2);
lbufSize = Size(0, 0); lbufSize = Size(0, 0);
nchannels = 0; nchannels = 0;
tofs = 0;
} }
HaarEvaluator::~HaarEvaluator() HaarEvaluator::~HaarEvaluator()
......
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