fimg_contour_2x2 is working !!!

This commit is contained in:
2020-10-07 11:32:23 +02:00
parent a3e2cf55fc
commit 6a33b1d318
5 changed files with 127 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
fimg-libpnm.o rampes.o sfx0.o geometry.o rotate.o \
equalize.o fimg-fits.o saturation.o histogram.o \
hsv.o classif.o
hsv.o classif.o contour2x2.o
#---------------------------------------------------------------
@@ -55,6 +55,9 @@ equalize.o: equalize.c $(DEPS)
sfx0.o: sfx0.c $(DEPS)
gcc $(COPT) -c $<
contour2x2.o: contour2x2.c $(DEPS)
gcc $(COPT) -c $<
rampes.o: rampes.c $(DEPS)
gcc $(COPT) -c $<