Click or drag to resize
Accord.NET (logo)

StereoAnaglyph Constructor (StereoAnaglyphAlgorithm)

Initializes a new instance of the StereoAnaglyph class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public StereoAnaglyph(
	StereoAnaglyphAlgorithm anaglyphAlgorithm
)
Request Example View Source

Parameters

anaglyphAlgorithm
Type: Accord.Imaging.FiltersStereoAnaglyphAlgorithm
Algorithm to use for creating anaglyph images.
See Also