imported contrast module

This commit is contained in:
tth
2022-06-28 12:25:31 +02:00
parent 2c8798e96e
commit 6ce9f49c55
4 changed files with 128 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ combine3.o: combine3.c $(DEPS)
combine4.o: combine4.c $(DEPS)
combine5.o: combine5.c $(DEPS)
combine6.o: combine6.c $(DEPS)
contrast.o: contrast.c $(DEPS)
detect.o: detect.c $(DEPS)
distances.o: distances.c $(DEPS)
@@ -130,6 +131,7 @@ OBJECTS = 7seg.o \
calculs.o classif.o \
col4bits.o colors.o colors2.o col_reduc.o col_xyz.o \
combine.o combine2.o combine3.o combine4.o combine5.o \
contrast.o \
detect.o distances.o \
dither.o dither2.o dither3.o dither4.o \
doublesz.o drawalpha.o drawing.o drawpatt.o \

View File

@@ -4,7 +4,7 @@
#include <stdio.h>
#include <math.h>
#include "tthimage.h"
#include "../tthimage.h"
/*::------------------------------------------------------------------::*/
/*