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

Replace channel of YCbCr color space
상속: IFilter, IInPlaceFilter
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 메소드들

메소드 설명
YCbCrReplaceChannel ( short channel, Bitmap channelImage ) : System

Initializes a new instance of the YCbCrReplaceChannel class.

YCbCrReplaceChannel ( short channel, UnmanagedImage channelImage ) : System

Initializes a new instance of the YCbCrReplaceChannel class.

보호된 메소드들

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

Process the filter on the specified image.

비공개 메소드들

메소드 설명
YCbCrReplaceChannel ( ) : System

메소드 상세

ProcessFilter() 보호된 메소드

Process the filter on the specified image.
Channel image size does not match source /// image size.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
리턴 void

YCbCrReplaceChannel() 공개 메소드

Initializes a new instance of the YCbCrReplaceChannel class.
public YCbCrReplaceChannel ( short channel, Bitmap channelImage ) : System
channel short YCbCr channel to replace.
channelImage System.Drawing.Bitmap Channel image to use for replacement.
리턴 System

YCbCrReplaceChannel() 공개 메소드

Initializes a new instance of the YCbCrReplaceChannel class.
public YCbCrReplaceChannel ( short channel, UnmanagedImage channelImage ) : System
channel short YCbCr channel to replace.
channelImage UnmanagedImage Unmanaged channel image to use for replacement.
리턴 System