PandA-2024.02
|
Go to the source code of this file.
Functions | |
int | sobel (unsigned char *image1, unsigned char *image2, unsigned int x_size, unsigned int y_size) |
int sobel | ( | unsigned char * | image1, |
unsigned char * | image2, | ||
unsigned int | x_size, | ||
unsigned int | y_size | ||
) |
Definition at line 5 of file sobel.c.
References max, MAX_BRIGHTNESS, MAX_IMAGESIZE, min, and x.
Referenced by main().