C# 클래스 Accord.Imaging.Filters.CombineChannel

Combine channel filter.
상속: BaseInPlaceFilter
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
CombineChannel ( ) : Accord.Imaging

Constructs a new CombineChannel filter.

보호된 메소드들

메소드 설명
ProcessFilter ( UnmanagedImage image ) : void

Process the filter on the specified image.

메소드 상세

CombineChannel() 공개 메소드

Constructs a new CombineChannel filter.
public CombineChannel ( ) : Accord.Imaging
리턴 Accord.Imaging

ProcessFilter() 보호된 메소드

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image ) : void
image Accord.Imaging.UnmanagedImage Source image data.
리턴 void