C# 클래스 OpenCvSharp.CLAHE

Contrast Limited Adaptive Histogram Equalization
상속: Algorithm
파일 보기 프로젝트 열기: shimat/opencvsharp

공개 메소드들

메소드 설명
Apply ( InputArray src, OutputArray dst ) : void

CollectGarbage ( ) : void

Create ( double clipLimit = 40.0, Size tileGridSize = null ) : CLAHE

Creates a predefined CLAHE object

GetClipLimit ( ) : double

GetTilesGridSize ( ) : Size

SetClipLimit ( double clipLimit ) : void

SetTilesGridSize ( Size tileGridSize ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the resources

비공개 메소드들

메소드 설명
CLAHE ( IntPtr p ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( InputArray src, OutputArray dst ) : void
src InputArray
dst OutputArray
리턴 void

CollectGarbage() 공개 메소드

public CollectGarbage ( ) : void
리턴 void

Create() 공개 정적인 메소드

Creates a predefined CLAHE object
public static Create ( double clipLimit = 40.0, Size tileGridSize = null ) : CLAHE
clipLimit double
tileGridSize Size
리턴 CLAHE

Dispose() 보호된 메소드

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
리턴 void

GetClipLimit() 공개 메소드

public GetClipLimit ( ) : double
리턴 double

GetTilesGridSize() 공개 메소드

public GetTilesGridSize ( ) : Size
리턴 Size

SetClipLimit() 공개 메소드

public SetClipLimit ( double clipLimit ) : void
clipLimit double
리턴 void

SetTilesGridSize() 공개 메소드

public SetTilesGridSize ( Size tileGridSize ) : void
tileGridSize Size
리턴 void