example.c file documentation page
*
* -- main --
*
* Author : Noel O'Connor
*
*
* Created : 02/08/2000
*
*
* Description : Example of using the ee554 software library
*
*
* Arguments in : Two command line arguments:
* input PGM file name
* output PGM file name
*
*
* Arguments in/out : None
*
*
* Arguments out : None
*
*
* Return values : EXIT_SUCCESS
*
*
* Side effects : None
*
*
* See also : threshold_image()
*
*
* Modified : 13/07/2001 - Vivien Chappelier :
* simplified image handling using load and
* clone functions.
*
*
*
* -- threshold_image --
*
* Author : Noel O'Connor
*
*
* Created : 02/08/2000
*
*
* Description : Thresholds each macroblock in an image and stores
* the result in another image.
*
*
* Arguments in : image *img1 - pointer to input image data structure
* image *img2 - pointer to output image data structure
*
*
* Arguments in/out : None
*
*
* Arguments out : None
*
*
* Return values : None
*
*
* Side effects : None
*
*
* See also : main()
*
*
* Modified : 13/07/2001 - Vivien Chappelier :
* changed to use macroblocks instead of pixels.
*
*
Last edited: 16-Aug-2001