16 lines
287 B
C
16 lines
287 B
C
|
/*
|
||
|
* 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"
|
||
|
|
||
|
|
||
|
/*::------------------------------------------------------------------::*/
|
||
|
|