samples C/C++: fixed compilation problem on Ubuntu

This commit is contained in:
Kirill Kornyakov
2011-07-14 12:50:07 +00:00
parent 14bc6e3e6c
commit 87ad9b1c3e
5 changed files with 12 additions and 5 deletions

View File

@@ -13,6 +13,8 @@
#include "opencv2/imgproc/imgproc_c.h"
#include <string>
#include <stdio.h>
void help()
{
printf("\nThis program demonstrates the one way interest point descriptor found in features2d.hpp\n"