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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user