mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-21 14:41:58 +08:00
remove warnings
This commit is contained in:
@@ -22,7 +22,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
const char* filename = 0;
|
||||
Mat pattern;
|
||||
int width, height;
|
||||
int width = 0, height = 0;
|
||||
if(argc < 2)
|
||||
{
|
||||
help();
|
||||
|
Reference in New Issue
Block a user