Méthode | Description | |
---|---|---|
HighBoost ( ) : System |
Initializes a new instance of the HighBoost class.
|
|
HighBoost ( int boost ) : System |
Initializes a new instance of the HighBoost class.
|
|
HighBoost ( int boost, int size ) : System |
Initializes a new instance of the HighBoost class.
|
Méthode | Description | |
---|---|---|
createFilter ( ) : void |
public HighBoost ( int boost ) : System | ||
boost | int | The boost value. Default is 8. |
Résultat | System |
public HighBoost ( int boost, int size ) : System | ||
boost | int | The boost value. Default is 8. |
size | int | The kernel size. Default is 3. |
Résultat | System |