public void Initialize(IFrameStream videoStream, int currentFrameNo) { m_VideoStream = videoStream; m_ReInterlacedStream = videoStream as ReInterlacingVideoStream; SetFilterMode(); gbxInterlacedSettings.Enabled = m_ReInterlacedStream != null; rbReInterlaceNon.Checked = true; HotPixelCorrector.ConfigurePreProcessing(false); tbDepth.Value = 20; }
public frmCorrectInterlacedDefects(VideoController videoController) : this() { m_VideoController = videoController; m_ReInterlacedStream = videoController.FramePlayer.Video as ReInterlacingVideoStream; }