//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video Image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the Image.
// There are various well-known mathematical operations that you can perform on an Image
// using histograms, to enhance the Image, etc.
// Histogram stretch (aka automatic gain control):
// Stretches the Image histogram to fill the entire range of values. This is a "point operation,"
// meaning each pixel is scaled to a new value, without examining the neighboring pixels. The
// histogram stretch does not actually require you to calculate the full histogram. The scaling factor
// is calculated from the minimum and maximum values in the Image.
標(biāo)簽:
Sample
Histogram
Grabber
sample
上傳時(shí)間:
2013-12-15
上傳用戶:ryb