public class IntegralImage extends Object
Constructor and Description |
---|
IntegralImage(ij.process.ImageProcessor src)
Creates the integral image of the source image.
|
IntegralImage(ij.process.ImageProcessor src,
boolean weightedAndNormalizedConversion) |
public IntegralImage(ij.process.ImageProcessor src)
The
integral image
is an image where pixel values are sums of
pixel values above and to the left of the actual pixel (inclusive) from
the source image.
public IntegralImage(ij.process.ImageProcessor src, boolean weightedAndNormalizedConversion)
Copyright © 2013. All Rights Reserved.