public class ExposureFile extends Object implements ExposureFinder
| Modifier and Type | Field and Description |
|---|---|
String |
expMatchStr |
String |
expOutStr |
| Constructor and Description |
|---|
ExposureFile() |
| Modifier and Type | Method and Description |
|---|---|
double |
getExposure(int pixel)
Get the exposure for a given pixel.
|
void |
setImage(Image input,
Image output,
Sampler samp)
Specify the input image for which we are
going to get the exposure.
|
public void setImage(Image input, Image output, Sampler samp)
ExposureFindersetImage in interface ExposureFinderpublic double getExposure(int pixel)
ExposureFindergetExposure in interface ExposureFinder