C# 클래스 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
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
Transform ( ) : void

메소드 상세

Area() 공개 메소드

public Area ( int x1, int y1, int x2, int y2 ) : double
x1 int
y1 int
x2 int
y2 int
리턴 double

IntegralImage() 공개 메소드

public IntegralImage ( Image image )
image Image

NumColumns() 공개 메소드

public NumColumns ( ) : int
리턴 int

NumRows() 공개 메소드

public NumRows ( ) : int
리턴 int

Row() 공개 메소드

public Row ( int i ) : double[]
i int
리턴 double[]

this() 공개 메소드

public this ( int i ) : double[]
i int
리턴 double[]