www.pudn.com > motiotest.rar > SobelDetect.h
/********************************************************************/
/* Filename SobelDetect.h */
/* Designor Chen xianghe */
/* Date 2006-03-02 */
/********************************************************************/
#ifndef _TESTSOBEL_H_
#define _TESTSOBEL_H_
/*-------------------------------------------------------*/
/* Decode one frame */
/*-------------------------------------------------------*/
Bool IMG_sobel
(
unsigned char *restrict in, /* Input image data */
unsigned char *restrict out, /* Output image data */
short cols, short rows /* Image dimensions */
);
#endif
/********************************************************************/
/* No more */
/********************************************************************/