Méthode | Description | |
---|---|---|
StereoAnaglyph ( ) : System |
Initializes a new instance of the StereoAnaglyph class.
|
|
StereoAnaglyph ( Algorithm anaglyphAlgorithm ) : System |
Initializes a new instance of the StereoAnaglyph class.
|
Méthode | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage image, UnmanagedImage overlay ) : void | ||
image | UnmanagedImage | Source image data (left image). |
overlay | UnmanagedImage | Overlay image data (right image). |
Résultat | void |
public StereoAnaglyph ( Algorithm anaglyphAlgorithm ) : System | ||
anaglyphAlgorithm | Algorithm | Algorithm to use for creating anaglyph images. |
Résultat | System |