C# 클래스 Accord.Imaging.GrayLevelDifferenceMethod

Gray-Level Difference Method (GLDM).
Computes an gray-level histogram of difference values between adjacent pixels in an image.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( UnmanagedImage source ) : int[]

Computes the Gray-level Difference Method (GLDM) Histogram for the given source image.

GrayLevelDifferenceMethod ( CooccurrenceDegree degree ) : System

Initializes a new instance of the GrayLevelDifferenceMethod class.

GrayLevelDifferenceMethod ( CooccurrenceDegree degree, bool autoGray ) : System

Initializes a new instance of the GrayLevelDifferenceMethod class.

비공개 메소드들

메소드 설명
max ( int width, int height, int offset, byte src ) : int

메소드 상세

Compute() 공개 메소드

Computes the Gray-level Difference Method (GLDM) Histogram for the given source image.
public Compute ( UnmanagedImage source ) : int[]
source UnmanagedImage The source image.
리턴 int[]

GrayLevelDifferenceMethod() 공개 메소드

Initializes a new instance of the GrayLevelDifferenceMethod class.
public GrayLevelDifferenceMethod ( CooccurrenceDegree degree ) : System
degree CooccurrenceDegree The direction at which the co-occurrence should be found.
리턴 System

GrayLevelDifferenceMethod() 공개 메소드

Initializes a new instance of the GrayLevelDifferenceMethod class.
public GrayLevelDifferenceMethod ( CooccurrenceDegree degree, bool autoGray ) : System
degree CooccurrenceDegree The direction at which the co-occurrence should be found.
autoGray bool Whether the maximum value of gray should be /// automatically computed from the image. Default is true.
리턴 System