C# 클래스 ImageMagick.ConvolveMatrix

Encapsulates a convolution kernel.
상속: DoubleMatrix
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
ConvolveMatrix ( int order )

Initializes a new instance of the ConvolveMatrix class.

비공개 메소드들

메소드 설명
CheckOrder ( int order ) : void

메소드 상세

ConvolveMatrix() 공개 메소드

Initializes a new instance of the ConvolveMatrix class.
public ConvolveMatrix ( int order )
order int The order.