NonLinearTransformation Class

CVB.Net Documentation
Object implementing the non linear polynomially approximated transform implemented in the CVB Foundation Package.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationNonLinearTransformation

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public class NonLinearTransformation : INativeHandle, 
	IDisposable

The NonLinearTransformation type exposes the following members.

Constructors

  NameDescription
Public methodNonLinearTransformation
Load a saved transformation from a file.
Top
Properties

  NameDescription
Public propertyCoefficientsX
Return a read only array of the coefficients used for the transformation of x-coordinates.
Public propertyCoefficientsXInverse
Return a read only array of the coefficients used for the inverse transformation of x-coordinates.
Public propertyCoefficientsY
Return a read only array of the coefficients used for the transformation of y-coordinates.
Public propertyCoefficientsYInverse
Return a read only array of the coefficients used for the inverse transformation of y-coordinates.
Public propertyHandle
Native non linear transformation handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyOrder
Transformation order.
Top
Methods

  NameDescription
Public methodDispose
Dispose method that releases the classifier
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodStatic memberFromCalibrationPattern(ImagePlane, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Int32, Double)
Create a new transformation object by automatically extracting the pixel lists required for creating a NonLinearTransformation object.
Public methodStatic memberFromCalibrationPattern(ImagePlane, Area2D, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Int32, Double)
Create a new transformation object by automatically extracting the pixel lists required for creating a NonLinearTransformation object.
Public methodStatic memberFromCalibrationPattern(ImagePlane, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Int32, NonLinearTransformationCreationProgress, Double)
Create a new transformation object by automatically extracting the pixel lists required for creating a NonLinearTransformation object.
Public methodStatic memberFromCalibrationPattern(ImagePlane, Area2D, CalibrationPatternStyle, CalibrationPatternContrast, Int32, Int32, Double, Int32, NonLinearTransformationCreationProgress, Double)
Create a new transformation object by automatically extracting the pixel lists required for creating a NonLinearTransformation object.
Public methodStatic memberFromPositionListsT(ICollectionT, ICollectionT, Int32, Double)
Create a non linear transformation that - approximately - matches the set of originalPixels to the set of transformedPixels.
Public methodStatic memberFromPositionListsT(ICollectionT, ICollectionT, Int32, NonLinearTransformationCreationProgress, Double)
Create a non linear transformation that - approximately - matches the set of originalPixels to the set of transformedPixels.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverseTransform(IPosition)
Back-Transform a point with this nonlinear transformation.
Public methodInverseTransform(ICollectionIPosition)
Back transform a sequence of points with this nonlinear transformation.
Public methodInverseTransform(Image, Size2D, Point2D)
Back-transform an image with this nonlinear transformation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Write the transformation to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform(IPosition)
Transform a point with this nonlinear transformation.
Public methodTransform(ICollectionIPosition)
Transform a sequence of points with this nonlinear transformation.
Public methodTransform(Image, Size2D, Point2D)
Transform an image with this nonlinear transformation.
Top
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference