@Reference(type=Article, author={"Tan, Xiaoyang","Triggs, Bill"}, title="Enhanced local texture feature sets for face recognition under difficult lighting conditions", year="2010", journal="Trans. Img. Proc.", pages={"1635","","1650"}, url="http://dx.doi.org/10.1109/TIP.2010.2042645", month="June", number="6", publisher="IEEE Press", volume="19") public class MaskedRobustContrastEqualisation extends AbstractMaskedObject<FImage> implements ImageProcessor<FImage>
mask
Constructor and Description |
---|
MaskedRobustContrastEqualisation()
Construct with no mask set
|
MaskedRobustContrastEqualisation(FImage mask)
Construct with a mask.
|
Modifier and Type | Method and Description |
---|---|
void |
processImage(FImage image)
Process an image.
|
getMask, setMask
public MaskedRobustContrastEqualisation()
public MaskedRobustContrastEqualisation(FImage mask)
mask
- the mask.public void processImage(FImage image)
ImageProcessor
Image.internalAssign(Image)
.processImage
in interface ImageProcessor<FImage>
image
- The image to process in place.