NAME

     specify_filter - create convolution mask

SYNOPSIS

      #include "CVIPtools.h"
      #include "CVIPimage.h"
      #include "CVIPdef.h"
      #include "CVIPfs.h"
      #include "CVIPmatrix.h"
      #include "CVIPspfltr.h"

     Matrix * specify_filter(int row, int col, float** temp)

      <row> - number of rows of mask
      <col> - number of columns of mask
      <temp> - mask value array

PATH

     $CVIPHOME/SPATIALFILTER/spatial_tools.c

DESCRIPTION

     Creates a convolution mask of size <row>x<col>, filled  with
     values from the array <temp>.

TYPES AND CONSTANTS

     None

RETURN VALUES

     A matrix to be used as a convolution mask

HISTORY

     History information recorded: None

SEE ALSO

     libspatialfilter

AUTHOR

     Copyright (C) 1996 SIUE - by Scott Umbaugh, Greg Hance,  and
     Kun Luo.