mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2025-04-21 12:27:27 +03:00
solidify: set the initial height to the median; uncompress .bz2 on the fly.
- solidify/Makefile, solidify/histo.h, solidify/histo.c: generate a Z histogram and find the median height - solidify/face.c (read_face): set z_ref to the median, not the average - solidify/face.c (read_face): uncompress .bz2 files on the fly - solidify/face.c (read_face): don't close standard input (for style)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CFLAGS=-Wall -g `pkg-config --cflags gtk+-2.0`
|
||||
LDFLAGS=-lm `pkg-config --libs gtk+-2.0`
|
||||
|
||||
OBJS=array.o face.o level.o solidify.o
|
||||
OBJS=array.o face.o histo.o level.o solidify.o
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user