Commit eb45cf0c authored by Maks Naumov's avatar Maks Naumov

remove unused variable in findCorners_caller()

parent 9b52b614
...@@ -110,7 +110,6 @@ static void findCorners_caller( ...@@ -110,7 +110,6 @@ static void findCorners_caller(
oclMat& counter) //output value with number of detected corners, have to be 0 before call oclMat& counter) //output value with number of detected corners, have to be 0 before call
{ {
string opt; string opt;
std::vector<int> k;
Context * cxt = Context::getContext(); Context * cxt = Context::getContext();
std::vector< std::pair<size_t, const void*> > args; std::vector< std::pair<size_t, const void*> > args;
......
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