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; }
internal void ApplyHotPixelSettings() { HotPixelCorrector.ConfigurePreProcessing(cbxUseHotPixelsCorrection.Checked); }