NAME
showMax_histogram - function used by histogram_spec to
display histogram statistics
SYNOPSIS
#include <stdio.h>
#include "CVIPtoolkit.h"
#include "histogram.h"
#include "ee.h"
void showMax_histogram(float **histogram, char *title)
<histogram> - pointer to a histogram pointer
<title> - name given to histogram image
PATH
$CVIPHOME/HISTOGRAM/histogram.c
DESCRIPTION
This function is used by the histogram_spec() function to
display the value of the most frequently occurring gray
level, and its probability of occurrence.
TYPES AND CONSTANTS
None
RETURN VALUES
None
HISTORY
History information recorded: None
EXAMPLE
This function is called in the function
histogram_spec_setup, in histogram,c.
BUGS
None at this time
SEE ALSO
get_histogram, get_histogram_Image, hist_spec,
histogram_show, histogram_spec, make_histogram
AUTHOR
Copyright (C) 1996 SIUE - by Scott E. Umbaugh and David A.
Lyons.