1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

"no previous declaration" warnings fixed in samples

This commit is contained in:
Rostislav Vasilikhin
2016-11-18 16:11:32 +03:00
parent 289d879d48
commit d7db220196
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ enum UserMemoryMode
COPY, USER_MEM, MAP
};
ivx::Graph createProcessingGraph(ivx::Image& inputImage, ivx::Image& outputImage);
int ovxDemo(std::string inputPath, UserMemoryMode mode);
ivx::Graph createProcessingGraph(ivx::Image& inputImage, ivx::Image& outputImage)
{
using namespace ivx;