[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Initialisiert eine neue Instanz von XYZImage32-Klasse
mit Hilfe von drei Matrizen für die Farbkanäle.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public XYZImage32( Matrix<float> x, Matrix<float> y, Matrix<float> z ) |
Visual Basic |
---|
Public Sub New ( _ x As Matrix(Of Single), _ y As Matrix(Of Single), _ z As Matrix(Of Single) _ ) |
F# |
---|
new : x:Matrix<float32> * y:Matrix<float32> * z:Matrix<float32> -> XYZImage32 |
Parameters
- x
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Single>)>)>
Der X-Kanal.
- y
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Single>)>)>
Der Y-Kanal.
- z
- Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Single>)>)>
Der Z-Kanal.