C# 클래스 Accord.Imaging.Tests.IntegralImageTest

파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
IntegralImageTest ( ) : System

비공개 메소드들

메소드 설명
GetHaarXWavelet ( int x, int y, int radius, int expectedValue ) : void
GetHaarYWavelet ( int x, int y, int radius, int expectedValue ) : void
GetRectangleMeanTest ( int x1, int y1, int x2, int y2, float expectedMean ) : void
GetRectangleSumTest ( int x1, int y1, int x2, int y2, uint expectedSum ) : void
GetRectangleSumTest ( int x, int y, int radius, uint expectedSum ) : void
GetRectangleSumUnsafeTest ( int x1, int y1, int x2, int y2, uint expectedSum ) : void
GetRectangleSumUnsafeTest ( int x, int y, int radius, uint expectedSum ) : void

메소드 상세

IntegralImageTest() 공개 메소드

public IntegralImageTest ( ) : System
리턴 System