Searched refs:colorFrame (Results 1 – 3 of 3) sorted by relevance
141 openni::VideoFrameRef depthFrame, colorFrame; member in CvCapture_OpenNI2357 this->colorFrame.release(); in ~CvCapture_OpenNI2()634 propValue = (double)colorFrame.getTimestamp(); in getImageGeneratorProperty()637 propValue = (double)colorFrame.getFrameIndex(); in getImageGeneratorProperty()712 color.readFrame(&colorFrame); in grabFrame()850 getBGRImageFromMetaData( colorFrame, outputMaps[CV_CAP_OPENNI_BGR_IMAGE].mat ); in retrieveBGRImage()857 if (!colorFrame.isValid()) in retrieveGrayImage()860 CV_Assert(colorFrame.getVideoMode().getPixelFormat() == openni::PIXEL_FORMAT_RGB888); // RGB in retrieveGrayImage()863 getBGRImageFromMetaData(colorFrame, rgbImage); in retrieveGrayImage()
143 bool colorFrame = false,185 bool colorFrame () const;
61 bool colorFrame, in TimeCode() argument80 setColorFrame (colorFrame); in TimeCode()248 TimeCode::colorFrame () const in colorFrame() function in Imf::TimeCode