libtthimage/Lib/equalhist.c

16 lines
287 B
C
Raw Normal View History

2024-08-11 20:21:23 +11:00
/*
* Egalisation par cumul d'histogramme
* ===================================
*
* new: Sat Aug 10 14:38:01 UTC 2024, aux Bourtoulots
*/
#include <stdio.h>
#include <math.h>
#include "../tthimage.h"
/*::------------------------------------------------------------------::*/