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

Gray World filter for color normalization.

The grey world normalization makes the assumption that changes in the lighting spectrum can be modeled by three constant factors applied to the red, green and blue channels of color[2]. More specifically, a change in illuminated color can be modeled as a scaling α, β and γ in the R, G and B color channels and as such the grey world algorithm is invariant to illumination color variations.

References: Wikipedia Contributors, "Color normalization". Available at http://en.wikipedia.org/wiki/Color_normalization Jose M. Buenaposada; Luis Baumela. Variations of Grey World for face tracking (Report).

상속: BaseInPlaceFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
GrayWorld ( ) : System.Collections.Generic

Initializes a new instance of the GrayWorld class.

보호된 메소드들

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

Process the filter on the specified image.

메소드 상세

GrayWorld() 공개 메소드

Initializes a new instance of the GrayWorld class.
public GrayWorld ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ProcessFilter() 보호된 메소드

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