You are here: Start » AVL.NET » ImageValueCoordinateTransform Class

ImageValueCoordinateTransform Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Transform based on image values.

Constructors

 ConstructorDescription
ImageValueCoordinateTransform(Int32)
ImageValueCoordinateTransform(Int32, Double, IList<Double>)
ImageValueCoordinateTransform(ImageValueCoordinateTransform)Creates a deep copy of the passed object.
ImageValueCoordinateTransform()

Properties

 NameTypeDescription
ChannelIndexSystem.Int32
InvalidValuesSystem.Collections.Generic.IReadOnlyList<System.Double>List of invalid, ignored values.
IsDisposedSystem.Boolean
ScaleSystem.DoubleMultiply factor of pixel channel value.

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(AvlNet.ImageValueCoordinateTransform)
Equals(object)Inherited from System.Object
Equals(AvlNet.ImageValueCoordinateTransform, AvlNet.ImageValueCoordinateTransform)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.ImageValueCoordinateTransform)Resets this instance with data of the other ImageValueCoordinateTransform object.
ToString()Inherited from System.Object

Remarks

See also