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

Log filter.
Simple log image filter. Applies the System.Math.Log(double) function for each pixel in the image, clipping values as needed. The resultant image can be converted back using the Exponential filter.
상속: BaseInPlaceFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Logarithm ( ) : System

Initializes a new instance of the Logarithm class.

보호된 메소드들

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

Process the filter on the specified image.

메소드 상세

Logarithm() 공개 메소드

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

ProcessFilter() 보호된 메소드

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