void threshold(LPDWORD image_in,LPDWORD image_out,int thresh,int mode); void histgram(LPDWORD image_in,long hist[256]); void histsmooth(long hist_in[256],long hist_out[256]);