Analysis Class

CVB.Net Documentation
Collection of miscellaneous image analysis functions.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationAnalysis

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

public static class Analysis

The Analysis type exposes the following members.

Methods

  NameDescription
Public methodStatic memberLocalEigenValuesAndVectors
Calculate the local eigenvalues and eigenvectors of the Hesse matrix applied to the pixels of the input image.
Public methodStatic memberLocalMinEigenValues
Calculate the minimum local eigenvalues of the Hesse matrix applied to the pixels of the input image. This approach helps identify locations inside the image that contain curved edges.
Public methodStatic memberWangQuality
Calculate the Wang quality for two images. The Wang Quality is a measure of similarity between two images as proposed in a publication by Z. Wang and A. C. Bovik (IEEE Signal Processing Letters, vol. 9, no. 3, pp. 81-84, March 2002).
Top
See Also

Reference