Package | Description |
---|---|
org.openimaj.image.analysis.pyramid |
Modifier and Type | Method and Description |
---|---|
static <T extends Image<?,T> & SinglebandImageProcessor.Processable<Float,FImage,T>> |
SimplePyramid.createGaussianPyramid(T image,
float sigma,
int nLevels)
Convenience method to create a gaussian pyramid from an image.
|