Home
last modified time | relevance | path

Searched refs:IntelPerCStreamDepth (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_intelperc.hpp71 class IntelPerCStreamDepth class
75 IntelPerCStreamDepth();
76 virtual ~IntelPerCStreamDepth();
109 IntelPerCStreamDepth m_depthStream;
Dcap_intelperc.cpp404 IntelPerCStreamDepth::IntelPerCStreamDepth() in IntelPerCStreamDepth() function in cv::IntelPerCStreamDepth
407 IntelPerCStreamDepth::~IntelPerCStreamDepth() in ~IntelPerCStreamDepth()
411 bool IntelPerCStreamDepth::initStream(PXCSession *session) in initStream()
421 double IntelPerCStreamDepth::getProperty(int propIdx) const in getProperty()
479 bool IntelPerCStreamDepth::setProperty(int propIdx, double propVal) in setProperty()
508 bool IntelPerCStreamDepth::retrieveDepthAsOutputArray(cv::OutputArray image) in retrieveDepthAsOutputArray()
512 bool IntelPerCStreamDepth::retrieveIRAsOutputArray(cv::OutputArray image) in retrieveIRAsOutputArray()
516 bool IntelPerCStreamDepth::retrieveUVAsOutputArray(cv::OutputArray image) in retrieveUVAsOutputArray()
520 bool IntelPerCStreamDepth::validProfile(const PXCCapture::VideoStream::ProfileInfo& pinfo) in validProfile()
524 bool IntelPerCStreamDepth::retriveFrame(int type, int planeIdx, cv::OutputArray frame) in retriveFrame()