Lines Matching refs:ImageGenerator
103 xn::ImageGenerator &_imageGenerator,
105 context(_context), depthGenerator(_depthGenerator), imageGenerator(_imageGenerator),
113 CV_Assert( imageGenerator.IsValid() );
150 CV_Assert( imageGenerator.IsValid() );
173 xn::ImageGenerator &imageGenerator;
209 approxSyncGrabber.imageGenerator.GetMetaData(image);
497 xn::ImageGenerator imageGenerator;
635 status = imageGenerator.Create( context );
648 if( imageGenerator.IsValid() )
650 CV_DbgAssert( imageGenerator.SetMapOutputMode(defaultMapOutputMode()) == XN_STATUS_OK );
656 imageGenerator.SetIntProperty("InputFormat", 1 /*XN_IO_IMAGE_FORMAT_YUV422*/);
657 imageGenerator.SetPixelFormat(XN_PIXEL_FORMAT_RGB24);
708 context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator );
875 if( propValue && depthGenerator.IsValid() && imageGenerator.IsValid() )
880 approxSyncGrabber.reset(new ApproximateSyncGrabber( context, depthGenerator, imageGenerator, maxBufferSize, isCircleBuffer, maxTimeDuration ));
956 propValue = depthGenerator.GetAlternativeViewPointCap().IsViewPointAs(const_cast<CvCapture_OpenNI *>(this)->imageGenerator) ? 1.0 : 0.0;
985 if( imageGenerator.IsValid() )
987 if( !depthGenerator.GetAlternativeViewPointCap().IsViewPointAs(imageGenerator) )
989 if( depthGenerator.GetAlternativeViewPointCap().IsViewPointSupported(imageGenerator) )
991 imageGenerator);
1024 if( !imageGenerator.IsValid() )
1031 CV_DbgAssert( imageGenerator.IsValid() );
1035 if( imageGenerator.GetMapOutputMode(mode) == XN_STATUS_OK )
1039 if( imageGenerator.GetMapOutputMode(mode) == XN_STATUS_OK )
1043 if( imageGenerator.GetMapOutputMode(mode) == XN_STATUS_OK )
1047 propValue = (double)imageGenerator.GetTimestamp();
1050 propValue = (double)imageGenerator.GetFrameID();
1062 if( !imageGenerator.IsValid() )
1102 XnStatus status = imageGenerator.SetMapOutputMode( mode );
1134 if( imageGenerator.IsValid() )
1135 imageGenerator.GetMetaData( imageMetaData );