trying some contrast funcs...
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
|
||||
fimg-timers.o operators.o fimg-2gray.o \
|
||||
interpolate.o fimg-compare.o
|
||||
interpolate.o fimg-compare.o contrast.o
|
||||
|
||||
DEPS = Makefile ../floatimg.h
|
||||
|
||||
@@ -34,6 +34,9 @@ fimg-2gray.o: fimg-2gray.c $(DEPS)
|
||||
operators.o: operators.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
contrast.o: contrast.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
interpolate.o: interpolate.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user