AForge.Imaging.Filters.StereoAnaglyph.StereoAnaglyph C# (CSharp) Méthode

StereoAnaglyph() public méthode

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

Same methods

StereoAnaglyph::StereoAnaglyph ( Algorithm anaglyphAlgorithm ) : System