pfstmo_ferradans11.cpp (pfstools-2.1.0.tgz) | : | pfstmo_ferradans11.cpp (pfstools-2.2.0.tgz) | ||
---|---|---|---|---|
skipping to change at line 54 | skipping to change at line 54 | |||
bool verbose = false; | bool verbose = false; | |||
class QuietException | class QuietException | |||
{ | { | |||
}; | }; | |||
void printHelp() | void printHelp() | |||
{ | { | |||
fprintf( stderr, PROG_NAME " (" PACKAGE_STRING ") : \n" | fprintf( stderr, PROG_NAME " (" PACKAGE_STRING ") : \n" | |||
"\t[--rho <val>] controls the overall intensity of the final output, the big ger the value the darker the image. Its range is approx (-10,10), recommended 0, although it might depend on the image. \n" | "\t[--rho <val>] controls the overall intensity of the final output, the big ger the value the darker the image. Its range is approx (-10,10), recommended 0, although it might depend on the image. \n" | |||
"\t[--inv_alpha <val>] related to the contrast resolution. The bigger the mo re local contrast. For a good constrast resolution we suggest the value 20. Vali d values:(0.1,100)\n" | "\t[--inv_alpha <val>] related to the contrast resolution. The bigger the mo re local contrast. For a good contrast resolution we suggest the value 20. Valid values:(0.1,100)\n" | |||
"See man page for more information.\n" ); | "See man page for more information.\n" ); | |||
} | } | |||
void pfstmo_ferradans11( int argc, char* argv[] ) | void pfstmo_ferradans11( int argc, char* argv[] ) | |||
{ | { | |||
pfs::DOMIO pfsio; | pfs::DOMIO pfsio; | |||
//--- default tone mapping parameters; | //--- default tone mapping parameters; | |||
float rho = -2; | float rho = -2; | |||
float inv_alpha = 5; | float inv_alpha = 5; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |