Property | Type | Description | |
---|---|---|---|
mWidth | int | ||
r_chan | ].float[ |
Method | Description | |
---|---|---|
AmplitudeAdd ( double delta ) : void | ||
AmplitudeFindBlackPoint ( ) : double | ||
AmplitudeFindMedian ( ) : double | ||
AmplitudeMultiply ( double Amplitude, ProgressReporter callback ) : void | ||
ApplySaturation ( double satur_factor, ProgressReporter callback ) : void | ||
ApplyTone ( |
||
Clone ( ) : object | ||
CompressLight ( double curve, ProgressReporter callback ) : void | ||
Crotate ( double beta, Point c, int crop_w, int crop_h, int quality, ProgressReporter callback ) : void | ||
CutBlackPoint ( double cut, int blur_radius, double blur_dark_level, int lines, double tailValueAtLeast, ProgressReporter callback ) : void | ||
CutHighlights ( double cut, double softness, int lines, double tailValueAtLeast, ProgressReporter callback ) : void | ||
FindDarkTone ( |
||
FindLightTone ( |
||
FloatBitmap ( |
||
FromPPM ( |
||
Resize ( int targetWidth, int targetHeight, int quality, ProgressReporter callback ) : bool | ||
ScaleFast ( double k, ProgressReporter callback ) : void | ||
SharpenEdges ( double level, int blur_radius, ProgressReporter callback ) : void | ||
SharpenLight ( double curve, double noise_gate, double pressure, double contrast, ProgressReporter callback ) : void |
Method | Description | |
---|---|---|
CalcMaxLight ( ) : double | ||
CopyDataFrom ( |
||
FloatBitmap ( ) : System | ||
LoadDataFromPPM ( |
Method | Description | |
---|---|---|
BuildPhi ( float H, double alpha, double beta, double noise_gate ) : ].float[ | ||
SolvePoissonNeiman ( float I0, float rho, int steps_max, float stop_dpd, SolutionReporter callback ) : bool | ||
SolvePoissonNeimanMultiLattice ( float rho, int steps_max, float stop_dpd, SolutionReporter callback ) : ].float[ | ||
Upsample2 ( float Q, int new_w, int new_h ) : ].float[ |
public AmplitudeMultiply ( double Amplitude, ProgressReporter callback ) : void | ||
Amplitude | double | |
callback | ProgressReporter | |
return | void |
public ApplySaturation ( double satur_factor, ProgressReporter callback ) : void | ||
satur_factor | double | |
callback | ProgressReporter | |
return | void |
public ApplyTone ( |
||
dark_tone | ||
light_tone | ||
edge | double | |
softness | double | |
callback | ProgressReporter | |
return | void |
public CompressLight ( double curve, ProgressReporter callback ) : void | ||
curve | double | |
callback | ProgressReporter | |
return | void |
protected CopyDataFrom ( |
||
src | ||
return | void |
public Crotate ( double beta, Point c, int crop_w, int crop_h, int quality, ProgressReporter callback ) : void | ||
beta | double | |
c | Point | |
crop_w | int | |
crop_h | int | |
quality | int | |
callback | ProgressReporter | |
return | void |
public CutBlackPoint ( double cut, int blur_radius, double blur_dark_level, int lines, double tailValueAtLeast, ProgressReporter callback ) : void | ||
cut | double | |
blur_radius | int | |
blur_dark_level | double | |
lines | int | |
tailValueAtLeast | double | |
callback | ProgressReporter | |
return | void |
public CutHighlights ( double cut, double softness, int lines, double tailValueAtLeast, ProgressReporter callback ) : void | ||
cut | double | |
softness | double | |
lines | int | |
tailValueAtLeast | double | |
callback | ProgressReporter | |
return | void |
public FindDarkTone ( |
||
light_tone | ||
edge | double | |
softness | double | |
dark_center | Point | |
dark_radius | double | |
points | int | |
return |
public FindLightTone ( |
||
dark_tone | ||
edge | double | |
softness | double | |
light_center | Point | |
light_radius | double | |
points | int | |
return |
public FloatBitmap ( |
||
src | ||
return | System |
public static FromPPM ( |
||
ppm | ||
callback | ProgressReporter | |
return |
protected LoadDataFromPPM ( |
||
ppm | ||
callback | ProgressReporter | |
return | bool |
public Resize ( int targetWidth, int targetHeight, int quality, ProgressReporter callback ) : bool | ||
targetWidth | int | |
targetHeight | int | |
quality | int | |
callback | ProgressReporter | |
return | bool |
public ScaleFast ( double k, ProgressReporter callback ) : void | ||
k | double | |
callback | ProgressReporter | |
return | void |
public SharpenEdges ( double level, int blur_radius, ProgressReporter callback ) : void | ||
level | double | |
blur_radius | int | |
callback | ProgressReporter | |
return | void |
public SharpenLight ( double curve, double noise_gate, double pressure, double contrast, ProgressReporter callback ) : void | ||
curve | double | |
noise_gate | double | |
pressure | double | |
contrast | double | |
callback | ProgressReporter | |
return | void |