| Package | Description |
|---|---|
| org.lsst.ccs.utilities.image.patterns |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckeredPatternGenerator
A PatternGenerator that creates checkered pattern with sinusoidal fluctuations
of a given amplitude over a baseline.
|
class |
ImagePatternGenerator
A PatternGenerator that creates a BufferedImage from an existing image.
|
class |
NoisePatternGenerator
A PatternGenerator that creates a random noise in a pixel block pattern
varying from a baseline to a maximum amplitude in gray scale.
|
class |
RipplesPatternGenerator
A PatternGenerator that creates ripples extending out from a center with constant
amplitude and frequency over a mean baseline.
|
| Modifier and Type | Method and Description |
|---|---|
static PatternGenerator |
PatternGeneratorFactory.createPatternGenerator(String name)
Creates a new PatternGenerator for the given name.
|
Copyright © 2019 LSST. All rights reserved.