/* Copyright (c) 1992, 1993 Regents of the University of California All rights reserved. Use and copying of this software and preparation of derivative works based upon this software are permitted. However, any distribution of this software or derivative works must include the above copyright notice. This software is made available AS IS, and neither the Electronics Research Laboratory or the Universify of California make any warranty about the software, its performance or its conformity to any specification. Author: Szu-Tsung Cheng, stcheng@ic.Berkeley.EDU 10/92 10/93 $Header: /projects/development/hsv/CVSRepository/vl2mv/src/parser/vl_edgedetector.h,v 1.1.1.1 2001/07/09 23:22:42 fabio Exp $ */ EXTERN vl_term *write_ored_edge_detector ARGS((FILE *, vl_event_expr *)); EXTERN vl_term *write_edge_detector ARGS((FILE *, vl_expr *, int)); EXTERN char *new_deltaTimer ARGS(());