AForge.Imaging.Filters.StereoAnaglyph.StereoAnaglyph C# (CSharp) Method

StereoAnaglyph() public method

Initializes a new instance of the StereoAnaglyph class.
public StereoAnaglyph ( ) : System
return System
        public StereoAnaglyph( )
        {
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
        }

Same methods

StereoAnaglyph::StereoAnaglyph ( Algorithm anaglyphAlgorithm ) : System