mediancut.h 216 B

1234567
  1. #ifndef MEDIANCUT_H
  2. #define MEDIANCUT_H
  3. LIQ_PRIVATE colormap *mediancut(histogram *hist, unsigned int newcolors, const double target_mse, const double max_mse, void* (*malloc)(size_t), void (*free)(void*));
  4. #endif