NonLinearTransformation Methods

CVB.Net Documentation

The NonLinearTransformation type exposes the following members.

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
See Also

Reference