ArtofKinectRecorder.Views.RawFrameViewer.Activate C# (CSharp) 메소드

Activate() 공개 메소드

public Activate ( DeviceConfiguration config ) : void
config DeviceConfiguration
리턴 void
        public void Activate(DeviceConfiguration config)
        {
            imageContext = new ImageProcessorContext();
            sensorImage = new SensorImageProcessor(imageContext);
        }