Norm Class

CVB.Net Documentation
Functions for calculating different norms over the gray values of an image.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationNorm

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

public static class Norm
Methods

  NameDescription
Public methodStatic memberL1(ImagePlane, ValueNormalization)
Calculate and return the L1 norm (sum of absolute values) over all the pixels inside the plane.
Public methodStatic memberL1(ImagePlane, ValueNormalization, Rect)
Calculate and return the L1 norm (sum of absolute values) over all the pixels inside the plane.
Public methodStatic memberL2(ImagePlane, ValueNormalization)
Calculate and return the L2 norm (euclidean norm) over the pixels inside the plane.
Public methodStatic memberL2(ImagePlane, ValueNormalization, Rect)
Calculate and return the L2 norm (euclidean norm) over the pixels inside the plane.
Public methodStatic memberLInf(ImagePlane, ValueNormalization)
Calculate and return the L infinity norm (maximum norm) over the pixels inside the plane.
Public methodStatic memberLInf(ImagePlane, ValueNormalization, Rect)
Calculate and return the L infinity norm (maximum norm) over the pixels inside the plane.
Top
See Also

Reference