메소드 | 설명 | |
---|---|---|
Apply ( InputArray src, OutputArray dst ) : void |
|
|
CollectGarbage ( ) : void |
|
|
Create ( double clipLimit = 40.0, Size tileGridSize = null ) : |
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 ( |
|
public Apply ( InputArray src, OutputArray dst ) : void | ||
src | InputArray | |
dst | OutputArray | |
리턴 | void |
public static Create ( double clipLimit = 40.0, Size tileGridSize = null ) : |
||
clipLimit | double | |
tileGridSize | Size | |
리턴 |
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 |
public SetTilesGridSize ( Size tileGridSize ) : void | ||
tileGridSize | Size | |
리턴 | void |