C# Class AcoustID.Chromaprint.IntegralImage

Image transformation that allows us to quickly calculate the sum of values in a rectangular area.
http://en.wikipedia.org/wiki/Summed_area_table
Afficher le fichier Open project: wo80/AcoustID.NET Class Usage Examples

Méthodes publiques

Méthode Description
Area ( int x1, int y1, int x2, int y2 ) : double
IntegralImage ( Image image )
NumColumns ( ) : int
NumRows ( ) : int
Row ( int i ) : double[]
this ( int i ) : double[]

Private Methods

Méthode Description
Transform ( ) : void

Method Details

Area() public méthode

public Area ( int x1, int y1, int x2, int y2 ) : double
x1 int
y1 int
x2 int
y2 int
Résultat double

IntegralImage() public méthode

public IntegralImage ( Image image )
image Image

NumColumns() public méthode

public NumColumns ( ) : int
Résultat int

NumRows() public méthode

public NumRows ( ) : int
Résultat int

Row() public méthode

public Row ( int i ) : double[]
i int
Résultat double[]

this() public méthode

public this ( int i ) : double[]
i int
Résultat double[]