Build tutorial codes together with other samples
These codes should be included into regular builds.
This commit is contained in:
@@ -14,7 +14,7 @@ using namespace cv;
|
||||
/**
|
||||
* @function main
|
||||
*/
|
||||
int main(int argc, char** argv)
|
||||
int main(int, char** argv)
|
||||
{
|
||||
Mat src, src_gray;
|
||||
|
||||
|
Reference in New Issue
Block a user