public class ExposureFile extends java.lang.Object implements ExposureFinder
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
expMatchStr |
java.lang.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 java.lang.String expMatchStr
public java.lang.String expOutStr
public void setImage(Image input, Image output, Sampler samp)
ExposureFindersetImage in interface ExposureFinderpublic double getExposure(int pixel)
ExposureFindergetExposure in interface ExposureFinder