fork download
  1. bool DLLPUBLIC contrast_stretch (ImageBuf &R, const ImageBuf &A,
  2. float* min_in, float* max_in,
  3. float* min_out, float* max_out,
  4. float* below_min_in, float* above_max_in,
  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