C# 클래스 AForge.Imaging.Filters.OilPainting

Oil Painting filter
상속: IFilter
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 메소드들

메소드 설명
OilPainting ( ) : System

Initializes a new instance of the OilPainting class.

OilPainting ( int brushSize ) : System

Initializes a new instance of the OilPainting class.

보호된 메소드들

메소드 설명
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

메소드 상세

OilPainting() 공개 메소드

Initializes a new instance of the OilPainting class.
public OilPainting ( ) : System
리턴 System

OilPainting() 공개 메소드

Initializes a new instance of the OilPainting class.
public OilPainting ( int brushSize ) : System
brushSize int Brush size.
리턴 System

ProcessFilter() 보호된 메소드

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void
source UnmanagedImage Source image data.
destination UnmanagedImage Destination image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
리턴 void