HomeSort by relevance Sort by last modified time
    Searched refs:retriveFrame (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/videoio/src/
cap_intelperc.hpp 88 bool retriveFrame(int type, int planeIdx, OutputArray frame);
cap_intelperc.cpp 510 return retriveFrame(CV_16SC1, 0, image);
514 return retriveFrame(CV_16SC1, 1, image);
518 return retriveFrame(CV_32FC2, 2, image);
524 bool IntelPerCStreamDepth::retriveFrame(int type, int planeIdx, cv::OutputArray frame)

Completed in 1934 milliseconds