#ifndef __EXAMPLE_H_
#define __EXAMPLE_H_

#include "ee554.h"

/* function prototypes */
void threshold_image(image *,image *);

#endif
