Click or drag to resize
Accord.NET (logo)

ToolsNormalize Method

Overload List
  NameDescription
Public methodStatic memberNormalize(PointF, MatrixH)
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
Public methodStatic memberNormalize(PointF, Single)
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
Public methodStatic memberNormalize(PointH, MatrixH)
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
Public methodStatic memberNormalize(PointH, Single)
Normalizes a set of homogeneous points so that the origin is located at the centroid and the mean distance to the origin is sqrt(2).
Top
See Also