Searched defs:frame1Name (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/samples/gpu/
H A Dopticalflow_nvidia_api.cpp137 const char *frame1Name,
158 image2 = cvLoadImage (frame1Name);
161 std::cout << "Could not open '" << frame1Name << "'\n"; local
290 char *&frame1Name,
309 frame1Name = argv[++iarg];
375 char *frame0Name = 0, *frame1Name = 0; local
387 int result = ProcessCommandLine (argc, argv, timeStep, frame0Name, frame1Name, desc);
420 if (frame0Name != 0 && frame1Name != 0)
422 ncvAssertReturnNcvStat (LoadImages (frame0Name, frame1Name, width, height, src_host, dst_host, firstFrame, lastFrame));
136 LoadImages(const char *frame0Name, const char *frame1Name, int &width, int &height, Ptr<NCVMatrixAlloc<Ncv32f> > &src, Ptr<NCVMatrixAlloc<Ncv32f> > &dst, IplImage *&firstFrame, IplImage *&lastFrame) argument
287 ProcessCommandLine(int argc, char **argv, Ncv32f &timeStep, char *&frame0Name, char *&frame1Name, NCVBroxOpticalFlowDescriptor &desc) argument

Completed in 29 milliseconds