fork download
  1. bool DLLPUBLIC contrast_stretch (ImageBuf &R, const ImageBuf &A,
  2. float min_in, float max_in,
  3. float min_out=0, float max_out=1,
  4. float below_min_in=0, float above_max_in=1,
  5. ROI roi=ROI(), int threads=0);
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: error: expected initializer before ‘contrast_stretch’
stdout
Standard output is empty