remove unused variable in findCorners_caller()
This commit is contained in:
parent
9b52b61451
commit
eb45cf0c93
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user